.brc-ticket-default td, .brc-ticket-default tr, .brc-ticket-default th{
    color: black !important;
}

.pl-input-number-no-spin input[type="number"]::-webkit-inner-spin-button,
.pl-input-number-no-spin input[type="number"]::-webkit-outer-spin-button,
.pl-input-number-no-spin input[type="number"] {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
}

.brc-label-success-inverse{
    font-size: 12px !important; 
    color: #32d296 !important;
    background: #fff !important;
    border: solid 1px #32d296 !important;
}

.brc-text-label{
    color: #112b4a;
}

.uk-button-success{
    color: #fff;
    background: #32d296;
}

.brc-link-menu-selected, .brc-link-menu-selected li, .brc-link-menu-selected a{
    font-weight: bold; 
    color: #112b4a !important;
}

.uk-input, .uk-select{
    background: #FAFBFE !important;
    height: 35px !important;
    border: 0.8px solid #e3e3e3;
    font-weight: bold;
    color: #112b4abd;
}

.uk-textarea{
    background: #FAFBFE !important;
    border: 0.8px solid #e3e3e3;
}

.uk-form-label{
    font-weight: bold !important;
    color: #b8b8b8 !important;
}

.uk-heading-bullet-title{
    font-weight: bold; 
    color: #112b4abd;
}

.uk-heading-bullet-title::before{
    border-left: calc(5px + .1em) solid #112b4abd !important;
}

.uk-button{
    font-weight: bold !important;
}

.uk-alert-primary{
    border: 1px solid #acccec;
}

.uk-breadcrumb{
    font-weight: bold;
}

.uk-card-default{
    border: 1px solid #c9c9c9; border-radius: 5px
}

.brc-sub-title{
    font-weight: bold; color: #112b4a;
}

.uk-label-muted{
    border: 1px solid #7a7a7a;
    background-color: #b0b0b0;
}

.uk-heading-line{
    font-weight: bold; color: #112b4a;
}

/*********** ********************/

.brc-background-purple{
  background: #9729ff !important;
  color: #fff !important;
}

.brc-border-purple{
  border: solid 1px #9729ff !important;
  color: #9729ff !important;
}

.brc-card-school-test-status{
  border: solid 1px #9729ff;
  border-radius: 5px;
}

.brc-alert-main{
  border: solid 2px #fff;
  border-radius: 5px; 
  background: #004385;
}

.brc-alert-main label{
  color: #fff !important;
}

.brc-bullet-purple-main{  
  color: #9771a6 !important;
}

.brc-bullet-purple-main::before{
  border-left: calc(5px + .1em) solid #9729ff !important; 
}

.brc-notification {
}

.brc-notification .brc-badge {
  font-size: 10px;
  margin-left: 8px;
  padding: 5px 8px;
  border-radius: 50%;
  background-color: red;
  color: white;
}

.g-recaptcha {
    display: inline-block;
}

.brc-image-profile{
  height: 150px; 
  width: 155px; 
  max-width: 155px; 
  max-height: 150px; 
  border: 2px solid #dedede; 
  margin-top: 10px;
  position: absolute;
}

.brc-image-profile:hover{
  cursor: pointer;
}

.brc-card-modal{
  background: rgba(0, 18, 51, 0.8);
  border: 1px solid #bfbfbf;
}

.brc-card-modal input::placeholder{
  color: #4d4d4d !important;
}

.brc-card-modal h3, .brc-card-modal button, .brc-card-modal label{
  color: white;
}

.brc-text-required{
  color: red;
}

.brc-card .uk-card-header{
    background: #67707f !important;
    padding: 8px !important;
    border-radius: 5px 5px 0px 0px !important;
}

.brc-table table {
    font-family: Helvetica, Verdana, san-serif;
    border: 10px #000 !important;
}

.brc-box-shadow {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.08) !important;
    -moz-box-shadow: 0 5px 15px rgba(0,0,0,.08) !important;
    box-shadow: 0 5px 15px rgba(0,0,0,.08) !important;
}

.brc-box-shadow:hover {
    -webkit-box-shadow: 0 5px 15px 15px rgba(0,0,0,.08) !important;
    -moz-box-shadow: 0 5px 15px 15px rgba(0,0,0,.08) !important;
    box-shadow: 0 5px 15px 15px rgba(0,0,0,.08) !important;
}

.brc-table table tr:nth-child(even) td{
    background: #EFF0F2 !important;
}

.brc-table table tr:nth-child(odd) td{
    background: #fff !important;
}

.brc-table svg{
    max-width: 60px !important;
}


.brc-table table tr th{
    background: #67707f !important;
    font-size: 10px !important;
    font-weight: bold !important;
    padding: 6px !important;
    color: #fff !important;
}

.brc-table table tr td{
    font-size: 10px !important;
    padding: 5px !important;
 }

.uk-input, .uk-select, .uk-textarea, .uk-button{
  border-radius: 5px !important;
}

.brc-button-primary-white-blue{
  color: #0272e2 !important;
  border: 1px solid #0272e2  !important;
}

.brc-button-primary-white-blue:hover{
  background: #0272e2 !important;
  color: white !important;
   transition-duration: 0.8s;
}

/* GLOBAL */
.uk-notification-message {
  border-radius: 10px !important;
  text-align: center !important;
}

.uk-notification-message-success {
    background: #32d296 !important;
    color: #fff !important;
    border: #2d8e6a solid 1px !important;
}

.uk-notification-message-danger {
    background: #f0506e !important;
    color: #fff !important;
    border: #b7374f solid 1px !important;
}

.brc-text-xxsmall{
    font-size: 6px !important;
}

.brc-text-xsmall{
    font-size: 8px !important;
}

.brc-text-small{
    font-size: 10px !important;
}

.brc-width-small-input{
    width: 75px !important;
}

.brc-width-small-2-input{
    width: 85px !important;
}

#left-bar{
    min-width: 200px !important;
}

.brc-height-full > *{
    min-height: 90vh !important;
}

/* TABLE */

th{
    font-size: 12px !important;
}

td{
    font-size: 12px !important;
}

/* VALUE */ 

[data-status-financial="ATRASADO"]{
    color: #f0506e;
}

[data-status-financial="PAGO"]{
    color: #32d296;
}

[data-status-financial="PENDENTE"]{
    color: #faa05a;
}

[data-real-value^="-"], [data-stock-value^="0"]{
    color: red;
}

[data-real-value]:not([data-real-value^="-"]), [data-stock-value]:not([data-stock-value^="0"]){
    color: #1e87f0;
}

.brc-period-status > li{
    display: inline-block;
    border-radius: 100%;
    width: 8px;
    height: 8px;
    overflow: hidden;
    text-indent: -9999px;
    background-color: #009933;
    cursor: pointer;
}

.brc-period-status > li:empty{
    background-color: #b7b7b7 !important;
}

.brc-period-status{
    padding: 5px;
    float: left;
    list-style-type: none;
    margin: 0;
}

/* TEXT */

.brc-text-color-ligth-blue{
    color: #0272e2 !important;
}

.brc-text-color-dark-blue{
    color: #1e6aa0 !important;
}
    
.brc-text-color-white > *{
    color: #fff !important;
}

.brc-text-color-red{
    color: red !important;
}

.brc-text-color-green{
    color: #00b727 !important;
}

.brc-text-color-gray{
    color: #757575 !important;
}

.brc-text-size-menu li{
    font-size: 13px !important;
    margin-left: 10px!important;
}

.brc-line-height-remove{
    line-height: 0 !important;
}

/* BACKGROUND */
.brc-color-gray-primary, .brc-color-gray-primary-hover:hover{
    background-color: #757575 !important;
}

.brc-color-gray-secondary, .brc-color-gray-secondary-hover:hover{
    background-color: #b7b7b7 !important;
}

.brc-color-blue-ligth, .brc-color-blue-ligth-hover:hover, .brc-color-blue-ligth-hover:hover > *{
    background-color: #589bff !important;
    color: white;
}

.brc-color-gray-tertiary, .brc-color-gray-tertiary-hover:hover{
    background-color: #474f57 !important;
}

.brc-color-blue-tertiary, .brc-color-blue-tertiary-hover:hover{
    background-color: #075eca !important;
}
    
.brc-color-white, .brc-color-white-hover:hover{
    background-color: #fff !important;
}

.brc-color-gray-light, .brc-color-gray-light:hover{
    background: #f1f1f1 !important;
}

.brc-color-blue-light, .brc-color-blue-light-hover:hover{
    background: #0272e2 !important;
    color: white !important;
    transition-duration: 0.8s;
}

.brc-background-green-secondary{
    background-color: #009933 !important;
}

.brc-background-success{
    background-color: #32CD32 !important;
}

.brc-background-primary{
    background-color: #1E90FF !important;
}

.brc-background-danger, .brc-color-danger-hover:hover{
    color: white !important;
    background-color: #f0506e !important;
    transition-duration: 0.8s;
}


/* BORDER */
.brc-border-all-color-danger{
  border: 1px solid red  !important;
}

.brc-border-all-color-white{
  border: 1px solid #fff  !important;
}

.brc-border-all-color-blue{
  border: 1px solid #0272e2  !important;
}

.brc-border-left-color-blue{
  border-left: 3px solid #0272e2  !important;
}

.brc-border-left-color-red{
  border-left: 3px solid red  !important;
}

.brc-border-left-color-gray{
  border-left: 3px solid #757575  !important;
}

.brc-border-left-color-green{
  border-left: 3px solid green  !important;
}

.brc-border-top-color-gray{
  border-top: 4px solid #757575  !important;
}

.brc-border-top-color-green{
  border-top: 4px solid #00b727  !important;
}

.brc-border-top-color-red{
  border-top: 4px solid #ff2d2d !important;
}

.brc-border-top-color-dark-blue{
  border-top: 4px solid #1e6aa0  !important;
}

.brc-border-top-color-blue{
  border-top: 4px solid #0272e2  !important;
}

.brc-border-rounded-10{
  border-radius: 10px !important;
}

/*-------------------------------------*/


/*-------------------------------------*/

.image-notice{
    height: 300px;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}


    
    /* CARD */
    .cpu-card-question{
      height: 250px; /** Adjust width to your needs */
        overflow: auto;
        text-overflow: ellipsis;
    }

    @media only screen and (min-width:960px) {
        .cpu-border-right{
          padding-right: 15px;
          border-right: 0.5px  solid #DCDCDC;
        }
    }
    
    /* BACKGROUND */
  
    .cpu-color-gray-primary, .cpu-color-gray-primary-hover:hover{
        background-color: #757575 !important;
    }
    
    
    
    
    .cpu-color-gray-light, .cpu-color-gray-light-hover:hover{
        border: 1px solid #F8F8F8 !important;
        background-color: #F8F8F8 !important;
    }
    
    .cpu-color-green-primary, .cpu-color-green-primary-hover:hover{
        border: 1px solid #00b727 !important;
        background-color: #00b727 !important;
    }
    
    .cpu-color-green-secondary, .cpu-color-green-secondary-hover:hover{
        border: 1px solid #00db2e !important;
        background-color: #00db2e !important;
    }
    
    .cpu-color-dark-blue, .cpu-color-dark-blue-hover:hover{
        border: 1px solid #1e6aa0 !important;
        background-color: #1e6aa0 !important;
    }
    
    .cpu-color-dark-red, .cpu-color-dark-red-hover:hover{
        border: 1px solid #d32121 !important;
        background-color: #d32121 !important;
    }
    
    
    /* COLOR TEXT */
    
    .cpu-text-color-white, .cpu-text-color-white th{
        color: #fff !important;
    }
    
    .cpu-text-color-dark-blue{
        color: #1e6aa0 !important;
    }
    
    .cpu-text-color-gray-primary{
        color: #757575 !important;
    }
    
    .cpu-rotate .cpu-overlay{
      background-color: #6d94bb;
      line-height: 200px;
      color: #fff;
      transform-origin: 0 0;
      transform: rotate(90deg);
      -webkit-transition: transform 0.5s ease-in-out;
      -o-transition: transform 0.5s ease-in-out;
      transition: transform 0.5s ease-in-out;
    }

    .cpu-rotate .box:hover .overlay{
      transform: rotate(0deg);
    }

    /* SCALE */
    
    .cpu-scale .cpu-overlay{
      background-color: #efcb5e;
      line-height: 200px;
      color: #fff;
      transform: translateX(210%) scale(3);
      -webkit-transition: transform 0.6s ease-in-out;
      -o-transition: transform 0.6s ease-in-out;
      transition: transform 0.6s ease-in-out;
    }

    .cpu-scale .cpu-box:hover .cpu-overlay{
      transform: translateX(0) scale(1);
    }

    /* FLIP */
    
    .cpu-flip .cpu-overlay{
      background-color: #009688;
      line-height: 200px;
      color: #fff;
      opacity: 0;
      transform: rotateY(180deg);
      -webkit-transition: transform 0.6s ease-in-out 0.3s, opacity 0.3s ease-in-out;
      -o-transition: transform 0.6s ease-in-out 0.3s, opacity 0.3s ease-in-out;
      transition: transform 0.6s ease-in-out 0.3s, opacity 0.3s ease-in-out;
    }

    .cpu-flip .cpu-box:hover .cpu-overlay{
      opacity: 1;
      transform: rotateY(0deg);
    }

    /* SKEW */
    
    .cpu-skew .cpu-overlay{
      background-color: #f44336;
      line-height: 200px;
      color: #fff;
      opacity: 0;
      transform: skewX(-10deg);
      -webkit-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
      -o-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    }

    .cpu-skew .cpu-box:hover .cpu-overlay{
      transform: skewX(0deg);
      opacity: 1;
    }

    /* CORNER */
    
    .cpu-corner-bottom .cpu-overlay{
      background-color: #9c27b0;
      line-height: 200px;
      color: #fff;
      transform: translate(100%, 100%);
      -webkit-transition: transform 0.4s ease-in-out;
      -o-transition: transform 0.4s ease-in-out;
      transition: transform 0.4s ease-in-out;
    }
    
    .cpu-corner-bottom .cpu-box:hover .cpu-overlay{
       transform: translate(0, 0);
    }

    /* CORNER */
    
    .cpu-corner-top .cpu-overlay{
      background-color: #ff5722;
      line-height: 200px;
      color: #fff;
      transform: translate(-100%, -100%);
      -webkit-transition: transform 0.4s ease-in-out;
      -o-transition: transform 0.4s ease-in-out;
      transition: transform 0.4s ease-in-out;
    }
    
    .cpu-corner-top .cpu-box:hover .cpu-overlay{
       transform: translate(0, 0);
    }

    .cpu-container {
      z-index: 100;
      margin: 1em;
      position: fixed;
      bottom: 0;
      right: 0;
    }
    
    .cpu-container:hover .cpu-buttons:not(:last-of-type) {
      width: 40px;
      height: 40px;
      opacity: 1;
    }
    .cpu-container:hover .cpu-rotate {
      background-image: url("/../images/all/relatorio.png");
      transform: rotate(0deg);
    }

    .cpu-buttons {
      display: block;
      width: 50px;
      height: 50px;
      margin: 20px auto 0;
      text-decoration: none;
      position: relative;
      border-radius: 50%;
      box-shadow: 0px 5px 11px -2px rgba(0, 0, 0, 0.18), 0px 4px 12px -7px rgba(0, 0, 0, 0.15);
      opacity: 0;
      transition: .2s;
    }
    .cpu-buttons:nth-last-of-type(2) {
      transition-delay: 20ms;
    }
    .cpu-buttons:nth-last-of-type(3) {
      transition-delay: 40ms;
    }
    .cpu-buttons:nth-last-of-type(4) {
      transition-delay: 60ms;
    }
    .cpu-buttons:nth-last-of-type(5) {
      transition-delay: 80ms;
    }
    .cpu-buttons:nth-last-of-type(6) {
      transition-delay: 100ms;
    }
    .cpu-buttons:nth-last-of-type(1) {
      background: #00a1ff url("/../images/all/plus.png") center no-repeat;
      opacity: 1;
    }
    .cpu-buttons:nth-last-of-type(3) {
      background: #00a1ff url("/../images/all/relatorio.png") center no-repeat;
    }
    .cpu-buttons:nth-last-of-type(2) {
      background: #41e264 url("/../images/all/relatorio.png") center no-repeat;
    }
    .cpu-buttons:nth-last-of-type(4) {
      background-image: url("https://goo.gl/OEKh8Y");
      background-size: contain;
    }
    
    .cpu-buttons:nth-last-of-type(5) {
      background-image: url("https://goo.gl/SrERjY");
      background-size: contain;
    }
    .cpu-buttons:nth-last-of-type(6) {
      background-image: url("https://goo.gl/c5kspt");
      background-size: contain;
    }
    .cpu-buttons:hover {
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
    }

    span.cpu-fab-button {
      width: 100%;
      height: 100%;
      border-radius: 50%;
    }
     span.cpu-rotate {
      background: #DB4437 url("/../images/all/relatorio.png") center no-repeat;
      position: absolute;
      transition: .3s;
    }

    [tooltip]:before {
      content: attr(tooltip);
      background: #585858;
      padding: 5px 7px;
      margin-right: 10px;
      border-radius: 2px;
      color: #FFF;
      font: 500 12px Roboto;
      white-space: nowrap;
      position: absolute;
      bottom: 20%;
      right: 100%;
      visibility: hidden;
      opacity: 0;
      transition: .3s;
    }
    [tooltip]:hover:before {
      visibility: visible;
      opacity: 1;
    }



#loading{
  display: block;  
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 2000 !important;
  position: fixed;
}

#loading img{
  width: 100px;
  height: 100px;
}

input::placeholder{  
  color: rgba(103, 123, 145, .7) !important;
}

label{
  color: #878787 !important;
}

.height-full{
  height: 100% !important;
  min-height: 78vh !important;
  margin-left: 10px!important;
}

/* PMP BACKGROUND */


.pmp-back-cinza-claro, .pmp-back-cinza-claro-hover:hover{
  background-color: #8c989e !important;
}

.pmp-back-verde-escuro, .pmp-back-verde-escuro-hover:hover{
  background-color: #025a82 !important;
}

.pmp-back-azul-escuro, .pmp-back-azul-escuro-hover:hover{
  background-color: #024282 !important;
}

.pmp-back-azul-escuro-1, .pmp-back-azul-escuro-1-hover:hover{
  background-color: #205182 !important;
}

.pmp-back-azul-claro, .pmp-back-azul-claro-hover:hover{
  background-color: #205182 !important;
}

.pmp-back-laranja, .pmp-back-laranja-hover:hover{
  background-color: #ff9d00 !important;
}

.pmp-back-laranja-claro, .pmp-back-laranja-claro-hover:hover{
  background-color: #f2b452 !important;
}



/* PMP TEXTCOLOR */

.pmp-text-azul-escuro{
  color: #024282 !important;
}

/* BULLET */

/* BORDER */

.pmp-border-left-color-blue{
  border-left: 3px solid #0272e2  !important;
}

.pmp-border-left-color-red{
  border-left: 3px solid red  !important;
}

.pmp-border-left-cinza-claro, .pmp-border-left-cinza-claro-hover:hover{
  border-left: 4px solid #8c989e !important;
}

.pmp-border-bottom-vermelho, .pmp-border-bottom-vermelho-hover:hover{
  border-bottom: 2px solid red !important;
}

/* PMP PADDING */

.pmp-padding-xsmall{
  padding: 10px 10px 10px 10px !important;
}

@media only screen and (max-width:960px) {
    .pmp-padding-xsmall {
        padding: 10px 2px 10px 2px !important;
    }
}


.pmp-text-maiuscula-input input{
  text-transform: uppercase !important;
}

.pmp-background-none {
    background-color: none !important;
}

.pmp-background-gray, .pmp-background-gray-hover:hover{
    background-color: #808080 !important;
}

.pmp-background-black-light {
    background-color: #222 !important;
}

.pmp-text-white, .pmp-text-white th {
    color: #fff !important
}

.pmp-text-gray, .pmp-text-gray-hover:hover{
    color: #b2b2b2 !important;
}

.pmp-text-black, .pmp-text-black-hover:hover{
    color: #000 !important;
}

.pmp-backgorund-red{
    background: #ff0000 !important;
}

.pmp-backgorund-hover-red:hover{
    background: #ff5050 !important;
}

/*--------*/
.uk-table-striped tbody tr:nth-of-type(odd), .uk-table-striped>tr:nth-of-type(odd){
    background-color: #e8e6e6 !important;
}

.uk-pagination>.uk-active>*{
    color: #1e87f0;
    font-weight: bold;
    font-size: x-large;
}

.div-teste{
display: none;
}


.pmp-background-none {
    background-color: none !important;
}

.pmp-background-black-light {
    background-color: #222 !important;
}

.pmp-text-white, .pmp-text-white th {
    color: #fff !important
}

.pmp-text-gray-light, .pmp-text-gray-light-hover:hover{
	color: #b2b2b2 !important;
}

.pmp-border-radius-full{
    border-radius: 15px;
}

.pmp-border-radius-left-right{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.pmp-border-left-color-primary::before{
	content: "" !important;
	border-left: 5px solid  #1e87f0 !important;
	margin-right: 10px !important;
	height: .9em !important;
	vertical-align: middle !important;
	top: calc(-.1 * 1em) !important;
	position: relative !important;
	display: inline-block !important;
}

@media only screen and (max-width:960px) {
    .pmp-body-full {
        margin: 0px !important;
        padding: 0px !important;
    }
}












