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

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: #000;
}

nav .nav-background {
    opacity: 1;
}

nav .nav-background img,
nav .nav-background .pattern {
    -webkit-filter: none;
    filter: none;
}

.btn-logout {
    position: fixed;
    z-index: 9;
    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: 300px;
    }
}

.blue {
    background-color: black !important;
}

.btn:hover,
.btn-large:hover {
    background-color: black;
}

.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: black;
}

.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: #ddd;
    color: #222;
    text-align: center;
}

.current {
    background-color: #000 !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: #000 !important;
    color: white;
}

.previous {
    width: auto;
    height: auto;
    line-height: 12px;
    border-radius: 2px;
    font-size: 12px;
    padding: 10px;
    background-color: #000 !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: #555;
}

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: #000;
}

.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: #000;
}

.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: #000;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.btn-back {
    margin-top: -50px;
    margin-left: -70px;
    position: fixed
}

@media screen and (max-width:600px) {
    .btn-back {
        margin-top: -40px;
        margin-left: 0px;
        position: fixed
    }
}

.asb-color {
    background-color: black;
}

.subtitle {
    background-color: black;
    color: white;
    padding: 10px 20px;
    width: fit-content;
    display: block;
    margin: 0px auto;
}

#menu_user_documentacion .active, #menu_user_documentacion .active i  {
    background: #333;
    color: white;
}  

.show-print {
    display: none;
}
.label_cuit_print{
    display: none;
}
@media print {
    .hide-print {
        display: none;
    }
    .show-print {
        display: block;
    }
    .label_cuit_print{
        display: inline-block;
        margin-left:15px;
    }
    table.striped{
        width: 100%;
    }
    table.striped {
        width: 100%;
        border-collapse: collapse;  
    }

    table.striped, 
    table.striped th, 
    table.striped td {
        border: 1px solid #000;  
    }

    table.striped tr {
        border-bottom: 1px solid #000;
    }
    #cuit_input{
        border: none;
        font-weight: bold;;
    }
    .print-logo{
        width: 100%;
        border-bottom: 1px solid #555;
        height: 50px;
    }
    .print-logo img{
        height: 50px;
    }
        h2.center{
            width: 100%;
            text-align: center;
            margin:0px auto;
            font-weight: bold;
        }
        h4.center{
            width: 100%;
            text-align: center;
            margin:0px auto;
            font-weight: bold;
            margin-bottom:10px;
            font-size:18px;
        }
        h5{
            width: 100%;
            text-align: center;
            margin:0px auto;
            font-weight: bold;
            margin-bottom:10px;
            font-size:18px;
        }
}
