html, body {
    font-family: 'Roboto', 'Helvetica', sans-serif;
    margin: 0;
    padding: 0;
}

:root{
    --main-color:  #1B1464;
}

a {
    color: var(--main-color);
}

.blue-potenciar{
background-color: var(--main-color) !important;
}

.blue-potenciar-text{
    color: var(--main-color) !important;
    }

.green-potenciar{
    background-color: #3db54a !important;
    
}
.btn-secondary, .badge-success, .btn-success {
    color: white;
    background-color: #3db54a;
    border-color: #3db54a;
}
html {
    font-size: 13px;
    color:black
}
td, th {
    padding: 5px 5px;
 }
 h1 {
    text-align: center;

    font-size: 3.5rem;
    line-height: 110%;
    margin: 2.1rem 0 0 0;
    color: #333;
}

.letra_gris{
    color: #59595A !important;
}
.card-menu{
    min-height: 120px;
}
.card .card-content p {
    margin-top: 20px;
}
.picker__weekday-display {
    background-color: #58585A;
}
.info-label {
    background-color: #F1A43B;
    color: white;
    padding: 3px 5px 4px 5px;
    border-radius: 5px;
    font-size:12px;
}
.center-div {
    margin: 0 auto;
}

.green-text {
color: #4CAF50 !important;
}

.red-text {
    color: #F44336 !important;
}
h1.icon_resource {
    margin: 1.8rem 0 1.68rem 0;
    margin-bottom: 0px;
}

table {
    font-size: 14px;
}
tr {
    border-bottom: 1px solid rgba(0,0,0,0.12);
}
table.striped tr {
    border-bottom: 1px solid rgba(0,0,0,0.12);
}
/******** SLIDE **********/
nav {
    background-color: var(--main-color);
}
nav .nav-background {
    opacity: 1;
}
nav .nav-background img, nav .nav-background .pattern {
    -webkit-filter: none;
    filter: none;
}

.btn-logout {
    position: fixed;
    z-index: 9999999;
    left: 250px;
    top: 130px;
    background-color: #F1A43B !important;
}


@media screen and (max-width: 1600px) {
    .container_menu{
     width: 100%;
    }
  }


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

/*** OVERRIDE MATERIALIZEE ***/
.nav-wrapper > a >img{
    max-height:50px; 
    margin-top:7px;
    margin-left:7px;
}

.sidenav .user-view .background {
     position: static;
     height: 120px;
     text-align: center;
}

.sidenav .user-view .background >img {
  max-height: 100%;
  max-width: 100%;
}

.waves-effect input[type="button"], .waves-effect input[type="reset"], .waves-effect input[type="submit"] {
    color: white;
}
.card .card-content .card-title {
    line-height: 25px;
     margin-bottom: 0px; 
}
.card .card-title {
    font-size: 17px;
    font-weight: 200;
}
.card .card-content {
    padding: 15px;
}
.card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating) {
    margin-right: 0px;
    color: #000;
}

@media screen and (min-width: 992px) {
   main{
    padding-left:260px;
   }
 }

.blue {
    background-color: var(--main-color) !important;
}

.btn:hover, .btn-large:hover {
    background-color: var(--main-color);
}
.waves-input-wrapper {
    border-radius: 0;
}

.btn, .btn-large, .btn-floating {
    box-shadow: none;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating) {
    color: #277CC0;
}
.btn, .btn-large, .btn-small {
    background-color: var(--main-color);
}

.gallery .gallery-expand.active .gallery-curve-wrapper .gallery-cover {
    box-shadow: none;
}

blockquote {
    border-left: 5px solid #F1A43B;
}

input:not([type]).valid, input:not([type]):focus.valid, input[type=text].valid, input[type=text]:focus.valid, input[type=password].valid, input[type=password]:focus.valid, input[type=email].valid, input[type=email]:focus.valid, input[type=url].valid, input[type=url]:focus.valid, input[type=time].valid, input[type=time]:focus.valid, input[type=date].valid, input[type=date]:focus.valid, input[type=datetime].valid, input[type=datetime]:focus.valid, input[type=datetime-local].valid, input[type=datetime-local]:focus.valid, input[type=tel].valid, input[type=tel]:focus.valid, input[type=number].valid, input[type=number]:focus.valid, input[type=search].valid, input[type=search]:focus.valid, textarea.materialize-textarea.valid, textarea.materialize-textarea:focus.valid {
    border-bottom: 1px solid #277CC0;
    box-shadow: 0 1px 0 0 #277CC0;
}

input:not([type]):focus:not([readonly])+label, input[type=text]:focus:not([readonly])+label, input[type=password]:focus:not([readonly])+label, input[type=email]:focus:not([readonly])+label, input[type=url]:focus:not([readonly])+label, input[type=time]:focus:not([readonly])+label, input[type=date]:focus:not([readonly])+label, input[type=datetime]:focus:not([readonly])+label, input[type=datetime-local]:focus:not([readonly])+label, input[type=tel]:focus:not([readonly])+label, input[type=number]:focus:not([readonly])+label, input[type=search]:focus:not([readonly])+label, textarea.materialize-textarea:focus:not([readonly])+label {
    color: #277CC0;
}

span.badge {
    min-width: 1.5rem;
    margin-right: 10px;
}
span.badge.new {
    width: auto;
    border-radius: 50%;
}

/*** FIN OVERRIDE MATERIALIZEE ***/
.hand{
	cursor: pointer;
}
.hand-over:hover {
    cursor: pointer;
    color: #277CC0 !important;
}

.btn-small {
    height: 24px;
    width: 24px;
    line-height: 24px;
    padding: 0px;
}

.row-item-img{
	max-height: 50px;
}

.form-item-img{
	max-height: 100px;
}

.img-logo{
    max-height: 70px;
    max-width: 100%;
}

@media screen and (max-width: 480px) {
   .brand-logo {
    width: 100%;
}
}

.h150{
    min-height: 200px;
}

.img-logo-login{
	width: 200px;
	margin-bottom: 20px;
}

footer.page-footer {
    margin-top: 0px; 
}

p.help-block{
    margin-bottom: 20px;
     color: #777; 
    text-align: center;
}

.setcenter{
    margin-top: 0px;
    text-align: center;
}

.category-div{
    padding:20px;
    color:white;
    max-width: 270px;
    border-radius: 5px;
    margin:0px auto;
}

.card-panel-long{
    min-height:325px;
    padding-top:100px;
}

.paginate_button {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    margin: 0;
    margin-left: 3rem;
    border: none;
    /*display: inline-block;*/
    width: fit-content;
    height: fit-content;
    padding: 5px 10px 5px 10px;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    margin-bottom: 50px;
    border-radius: 1px;
    background-color: var(--main-color);
    color: #222;
    text-align: center;
}

.current {
    background-color: var(--main-color) !important;
    color: white;
}

.paging_simple_numbers {
    text-align: center;
    margin-top: 40px;
    cursor: pointer;
}


.next {
    width: auto;
    height: auto;
    line-height: 12px;
    border-radius: 2px;
    padding: 10px;
    font-size: 12px;
    background-color: var(--main-color) !important;
    color: white;
}

.previous {
    width: auto;
    height: auto;
    line-height: 12px;
    border-radius: 2px;
    font-size: 12px;
    padding: 10px;
    background-color: var(--main-color) !important;
    color: white;
}

.paginate_button:hover {
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

.ellipsis {
    position: relative;
    bottom: 25px;
    left: 23px;
    font-size: 27px;
    color: var(--main-color);
}

span.badge {
    margin-left: 0px;
}

.all{
min-height: 650px;
}

/***********ICON SUFIX */

.input-field.suffix i {
    position: absolute;
    width: 3rem;
    font-size: 2rem;
    transition: color .2s;
    top: 0px;
    right: 0px;
}

    .input-field.suffix i.active {
        color: var(--main-color);
    }

.input-field.suffix input,
.input-field.suffix textarea {
    margin-right: 3rem;
    width: 92%;
    width: calc(100% - 3rem);
}

.input-field.suffix textarea {
    padding-top: .8rem;
}

.input-field.suffix label {
    margin-right: 3rem;
}

@media only screen and (max-width: 992px) {
    .input-field.suffix input {
        width: 86%;
        width: calc(100% - 3rem);
    }
}

@media only screen and (max-width: 600px) {
    .input-field.suffix input {
        width: 80%;
        width: calc(100% - 3rem);
    }
}
/*********************/

.icono {
max-width:50px;
}

.wrap_icono {
    display: inline-block;
    /* float: left; */
    margin-right:10px;
}

.primary_text {
    background-color: #000;
    width: fit-content;
    padding: 20px;
    margin-top: 10px;
}

    .primary_text > h4 {
        margin: 0PX;
        font-size: 27px;
        color: white !important;
    }

    @media only screen and (min-width: 993px){
        .container {
            width: 90%;
        }

    }


    .tabs .tab a {
        color: #000;
    }
    .tabs .tab a:hover, .tabs .tab a.active {
        background-color: transparent;
        color: #000;
    }

    .tabs .indicator {
        background-color: var(--main-color);
    }
    .mt50{
        margin-top:50px;
    }

    .input-field>label {
        color: #000;
        font-size: 1.3rem;
    }
    label {
        color: #000;
        font-size: 1rem;
    }

    input:not([type]), input[type=text]:not(.browser-default), input[type=password]:not(.browser-default), input[type=email]:not(.browser-default), input[type=url]:not(.browser-default), input[type=time]:not(.browser-default), input[type=date]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default), input[type=search]:not(.browser-default), textarea.materialize-textarea {
        height: 3.5rem;
    }

    .select-wrapper input.select-dropdown {
        position: relative;
        cursor: pointer;
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #9e9e9e;
        outline: none;
        height: 3rem;
        line-height: 3rem;
        width: 100%;
        font-size: 16px;
        margin: 0 0 8px 0;
        padding: 0;
        display: block;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        z-index: 1;
    }

    .mt50{
        margin-top: 50px;
        
    }

div.campo-readonly p{
    margin-top: 0px;
    color: #000;
    font-size: 1rem;

}
.col .campo-readonly b{
    line-height: 30px;
    font-size: 1.2rem;
}
  /* width */
  ::-webkit-scrollbar {
    width: 5px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: var(--main-color);
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: var(--main-color);
  }

  header, main, footer {
    padding-left: 260px;
  }


  @media only screen and (max-width : 992px) {
    header, main, footer {
      padding-left: 0;
    }
  }

  .sidenav .user-view {
    position: relative;
     padding: 0px;
    margin-bottom: 0px;
}

.sidenav .user-view .background {
    position: static;
    height: auto;
    text-align: center;
}

.sidenav .divider {
     margin: 0px;
}


@media screen and (max-width: 601px) {
    table.striped {
      word-wrap: break-word;
    }
    table.striped thead {
      display: none;
    }
    table.striped td {
      display: block;
      float: left; /* ie9 and under hack */
      width: 100%;
      clear: both;
      background: white;
      padding: 10px 5px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
      box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    }
    table.striped tbody,
    table.striped tr {
      display: block;
    }
    .striped td:before {
      content: attr(data-th);
      display: block;
      font-weight: bold;
      margin: 0 0 2px;
      color: #000;
    }
    .striped tbody tr {
      float: left;
      width: 100%;
      margin-bottom: 10px;
    }
  }
  
  td, th {
    padding: 2px 4px;
}

table {
    font-size: 12px;
}

.chip {
    display: inline-block;
    height: 25px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    line-height: 27px;
    padding: 0 12px;
    border-radius: 15px;
    background-color: #e4e4e4;
    margin-bottom: 0px;
    margin-right: 0px;
}

