* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgb(199, 247, 209);
    /*text-align: center;*/
}

.container h2 {
    /*margin: 20px 0;*/
    color: #000000;
}

a {
    text-decoration: none;
}

body {
    font-family: 'Open Sans', sans-serif;
    /*background-image: linear-gradient(90deg, #1d6d24, #41ad62);*/
    background-image: linear-gradient(90deg, #1d6d24, #1d6d24);
    /*height: 100vh;*/
    align-items: center;
}

#background {
    background: url("../images/healthcare2.jpg") no-repeat center center fixed;
    background-size: cover;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.container {
    max-width: 1362px;
    margin: 0 auto;
}

.report {
    max-width: none;
    padding-bottom: 10px;
}

#mainreport {
    margin: 0 auto;
}

.block1,
.block2 {
    min-width: 100%;
    margin-top: 2px;
    padding: 6px;
    display: flex;
    flex-direction: column;
    color: blue;
  font-weight: bold;
}

.block1 {
    background-color: blanchedalmond;
}

.block2 {
    background-color: rgb(176, 222, 186);
}
/*
.container .table .row .column .table .block2 label strong {
    color: white;
}
*/

.block1 .row, .block2 .row {
    margin-bottom: 0px;
}

#cruce2 .table .row #cobros #cobvisadebito .block2 .fixedcalculator, #cruce2 .table .row #cobros #cobvisacredito .block2 .fixedcalculator, #cruce2 .table .row #cobros #cobmasterdebito .block2 .fixedcalculator, #cruce2 .table .row #cobros #cobmastercredito .block2 .fixedcalculator {
    background: rgba(76, 175, 80, 0.7);
    width: 200px;
    position: fixed;
    padding: 10px;
    left:200px;
    top:423px;
}


#cruce2 .table .row #cobros #cobvisadebito .block2 .fixedcalculator .reset, #cruce2 .table .row #cobros #cobvisacredito .block2 .fixedcalculator .reset, #cruce2 .table .row #cobros #cobmasterdebito .block2 .fixedcalculator .reset, #cruce2 .table .row #cobros #cobmastercredito .block2 .fixedcalculator .reset {
    color: black;
    padding: 5px 10px;
    margin-top: 5px;
}


.block1 h3,
.block2 h3 {
    color: #000000;
}

/*form {
    padding-bottom: 40px;
}*/

.row,
#registro>form {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin: 20px auto;
    color: #000000;
}

#cruces {
    justify-content: space-between;
}

.row2 {
    display: block;
    margin-top: 5px;
    color: #000000;
}

.row>div {
    width: 33%;
    text-align: left;
}
#b_id label {
    width: 50%;
}

#fieldsetsel {
    width: 80%;
    border: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-right: 30px;
}

#fieldsetsel .row {
    margin-top: 0px;
}

#fieldsetsel .column {
    width: 20%;
    margin-right: 0%;
}

#fieldsetsel .label {
    width: 65%;
    /*margin-right: 30px;*/
}

#fieldsetsel .column input {
    width: 15%;
}

#b_id {
    width: 20%;
}

.report .row {
    margin-top: 0;
}

.report .row>div, .container.user form .block1 .row>div {
    width: 50%;
}

.report .row #completo {
     width: 20%;
}

.report .row #completo .buttons {
     width: 100%;
}

.container.user form .block1 .buttons {
   margin: 0px;
}

.column {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-right: 20px;
}

.column .label {
    text-align: right;
    width: 40%;
}

.column .input {
    width: 60%;
    text-align: center;
}

#u_comments {
    text-align: left;
    padding-left: 10px;
}

.report .column .input {
    width: 90%;
    /*margin-top: 5px;*/
}

.report .column .new {
    width: 30%;
    margin-top: 0px;
}

.report .column .label {
    width: 70%;
    margin-top: 10px;
    margin-right: 10px;
}

.report .row label {
    margin-right: 0px;
}

/*.report .block2,
.report .block1,
.body2 .block2,
.body2 .block1 {
    padding: 10px;
}*/

.report form {
    padding: 0px;
    width: 100%;
    display: flex;
}

input #file-upload-button {
    padding: 12px auto;
}

.row>div h3 {
    color: #000000;
}

#facturar {
    margin-top: 20px;
}

.row label {
    margin-right: 10px;
    color: #000000;
}

.row2 .label2 {
    margin-top: 20px;
    margin-bottom: 5px;
}

.label2>label {
    color: #000000;
}

div>textarea {
    padding: 10px;
    color: #000000;
    text-align: left;
}

.trheader,
.trheader td {
    font-weight: bolder;
    background-color: #265a37;
    width: 120px;
}

td {
    color: white;
}

input,
select,
select option {
    width: 100%;
    height: 30px;
    color: #000000;
}

input[type=submit],
.buttons .button {
    padding-left: 0px;
    font-weight: bold;
    font-size: 0.7em;
    height: 30px;
    width: 200px;
    color: #000000;
}

.maxbutton {
    height: 40px !important;
}

.container .block2 form .row .column input[type=submit],
.container .block2 form .row .column .buttons .button {
    padding-left: 0px;
    margin-right: 20px;
    font-weight: bold;
    height: 30px;
    width: 200px;
    color: #000000;
}

.container .block2 form .row .column input {
    width: 70%;
}

.container .block2 form .row .column .buttons {
    margin: 0px;
}

.container .block2 form .row {
    margin-bottom: 5px;
}

.container form .block2 {
    padding-bottom: 5px;
}

#cruce2 .table .row #cobros #cobvisadebito .block2 .fixedcalculator #total, #cruce2 .table .row #cobros #cobvisacredito .block2 .fixedcalculator #total2, #cruce2 .table .row #cobros #cobmasterdebito .block2 .fixedcalculator #total3, #cruce2 .table .row #cobros #cobmastercredito .block2 .fixedcalculator #total4 {
    width: 70%;
}

#cruce2 .table .row #cobros #cobvisadebito .block2 .fixedcalculator #cantidad, #cruce2 .table .row #cobros #cobvisacredito .block2 .fixedcalculator #cantidad2, #cruce2 .table .row #cobros #cobmasterdebito .block2 .fixedcalculator #cantidad3, #cruce2 .table .row #cobros #cobmastercredito .block2 .fixedcalculator #cantidad4 {
    width: 25%;
}

.buttons {
    width: 100%;
    margin: 20px auto;
    padding: 0 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.buttons2 {
    margin: 5px auto;
}

#buttonsco {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.report .buttons {
    width: 50%;
    margin: 0;
}

.body2 .container #porcuota,
.body2 .container #general,
.body2 .container #pormes,
.body2 .container #pormetodo {
    display: none;
}

#contenedorus {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}

#contenedorus {
    margin-top: 40px;
}

#porusuario {
    width: 100%;
}

#ingreso,
#registro,
#nuevo,
#vista {
    background-color: #f1f1f1;
    width: 320px;
    margin: 50px auto;
    text-align: center;
    border-radius: 15px;
}

#vista {
    width: 80%;
}

#ingreso form,
#registro form,
#nuevo form,
#vista form {
    text-align: center;
    margin: 10px auto;
    color: #3F67A9;
    font-weight: bold;
    padding: 15px;
}

#ingreso form input,
#registro form input,
#nuevo form input,
#vista form input {
    color: black;
    margin-bottom: 10px;
    padding: 5px;
    min-width: 95%;
    border-radius: 10px;
    padding: 10px;
}

#ingreso h2 {
    color: #3F67A9;
}

#ingreso p {
    font-weight: normal;
    color: #3F67A9;
}

#ingreso p a {
    font-weight: bold;
    color: #2f9c32;
}

#titresaltado {
    color: yellow;
}

#botresaltado {
    background-color: yellow;
}

#nuevo form input {
    min-width: 0%;
}

#vista form input {
    min-width: 90%;
}

#nuevo form textarea {
    min-width: 90%;
    margin-bottom: 10px;
    color: black;
}

#vista textarea {
    width: 90%;
    margin-bottom: 10px;
    color: black;
}

#ingreso form input[type=submit],
#registro form input[type=submit],
#nuevo form input[type=submit],
#vista form input[type=submit] {
    padding: 5px;
    margin-top: 10px;
    min-width: 75%;
    border-radius: 10px;
    cursor: pointer;
    color: white;
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
}

#ingreso form:-internal-autofill-selected {
    border-radius: 10px;
}

#registro form input:-internal-autofill-selected {
    border-radius: 10px;
}

.g-recaptcha {
    margin: 0 8px;
}

#error {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, #305B86, #000000);
}

#main {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

#main2 {
    width: 100%;
    height: 0%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*align-items: center;*/
    flex-wrap: wrap;
}

#header {
    background-image: linear-gradient(90deg, #305B86, #000000);
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.horizontal {
    list-style: none;
}

.horizontal li {
    margin-bottom: 15px;
}

#conexion {
    /*width: 20%;*/
    position: absolute;
    top: 20px;
    right: 20px;
    height: 40px;
    text-align: center;
}

#conexion .horizontal #welcome {
    display: none;
}

#conexion ul.horizontal li a {
    background-color: transparent;
}

#conexion ul.horizontal li a:hover {
    background-color: transparent;
}

.title {
    text-align: center;
    padding-top: 20px;
    /*margin-top: 15px;
    position: absolute;
    left: 35%;
    z-index: 1;*/
}

.subtitle2 h4 {
    margin-top: 10px;
}

.subtitle2 h6 {
    color: #2d76e8;
    text-align: left;
    margin: 5px auto;
}

.subtitle h1 {
    font-size: 0.8rem;
    color: #cefa4b;
    margin: 5px auto;
}

.subtitle p {
    font-size: 0.7rem;
    color: #7efcfc;
    text-align: left;
    margin: 5px auto;
}

#new {
    margin: 20px 0;
}

.report #new {
    margin: 0;
}

#table {
    width: 100%;
    display: block;
    overflow-x: auto;
    padding-bottom: 50px;
}

#table {
    max-width: 1362px;
}

.table {
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
}

.table input {
    text-align: center;
    /*margin-right: 5px;*/
}

select, select option {
    text-align: center;
}


td {
    padding: 5px 5px;
    text-align: center;
    background-color: #265a37;
    font-size: 0.9em;
}

#asignacion form {
    text-align: left;
    margin-left: 90px;
}

#tarea form {
    text-align: left;
    margin-left: 30px;
}

#asignacion form input[type=submit],
#tarea form input[type=submit] {
    padding: 5px;
    margin-top: 10px;
    min-width: 55%;
    border-radius: 10px;
    cursor: pointer;
    color: white;
    text-align: center;
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
}

#asignacion form .subtitle2 h4,
#tarea form .subtitle2 h4 {
    color: #2d76e8;
    text-align: left;
    margin-bottom: 5px;
}

#asignacion #nuevo h2,
#registro h2,
#vista h2 {
    color: #2d76e8;
    margin-top: 10px;
}

#vista h4 {
    color: #2d76e8;
}

:root {
    --color-green: #00a878;
    --color-red: #fe5e41;
    --color-button: #fdffff;
    --color-black: #000;
}

.active {
    display: inline-block;
}

.active .active__checkbox {
    display: none;
}

.active .active__label {
    background-color: var(--color-red);
    width: 3rem;
    height: 1.5rem;
    border-radius: 3rem;
    display: inline-block;
    position: relative;
}

.active .active__label:before {
    transition: .2s;
    display: block;
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    background-color: var(--color-button);
    content: '';
    border-radius: 50%;
    box-shadow: inset 0px 0px 0px 1px var(--color-black);
}

.active .active__checkbox:checked+.active__label {
    background-color: var(--color-green);
}

.active .active__checkbox:checked+.active__label:before {
    transform: translateX(1.5rem);
}



.container-input {
    text-align: center;
    border-radius: 6px;
    width: 50%;
    margin: 0 auto;
    /*margin-bottom: 20px;*/
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile+label {
    /*max-width: 80%;*/
    font-size: 1.25rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
}

.inputfile+label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
}

.iborrainputfile {
    font-size: 16px;
    font-weight: normal;
    font-family: 'Lato';
}


.inputfile-7+label, .inputfile-8+label {
    color: #c39f77;
    border: 1px solid #c39f77;
    font-size: 14px;
    max-height: 32px;
    background-color: #fff;
    padding: 0;
}

.inputfile-7:focus+label,
.inputfile-7.has-focus+label,
.inputfile-7+label:hover, 
.inputfile-8:focus+label,
.inputfile-8.has-focus+label,
.inputfile-8+label:hover {
    border-color: #9f8465;
}

.inputfile-7+label span,
.inputfile-7+label strong, 
.inputfile-8+label span,
.inputfile-8+label strong {
    padding: 0.2rem 0.25rem;
}

.inputfile-7+label span, .inputfile-8+label span {
    color: #000;
    min-width: 50%;
    min-height: 1em;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}

.inputfile-7+label strong, .inputfile-8+label strong {
    height: 100%;
    color: #fff;
    background-color: #c39f77;
    padding: 6px;
    /*display: inline-block;*/
}

.inputfile-7:focus+label strong,
.inputfile-7.has-focus+label strong,
.inputfile-7+label:hover strong, 
.inputfile-8:focus+label strong,
.inputfile-8.has-focus+label strong,
.inputfile-8+label:hover strong {
    background-color: #9f8465;
}

.message h4 {
    background-color: #3F67A9;
    color: #ffffff;
    padding: 10px;
}

.container .table .row #cobros {
    background-color: rgb(143 228 164);
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.container .table .row #cobros #visadebito {
    padding-bottom: 0px;
}

.container .table .column .liquiingresos {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

#cruce1 .table .column .liquiingresos {
    width: 50%;

}

#cruce1 .table .column .liquiingresos form {
    padding-bottom: 0;
}

#cruce1 .table .column {
    margin: 0;
}

.container .table .column .liquiingresos #liquidaciones {
    background-color: #f8ac3a;
    display: flex;
    flex-direction: column;
    justify-content: start;
    margin-right: 10px;
    height: 100%;
}


.container .table .column .liquiingresos #ingresos {
    background-color: #f8cc3a;
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

.container .table .column .liquiingresos #liquidaciones .table {
    width: 100%;
}

.container .table .column .liquiingresos #ingresos .table {
    width: 100%;
}

.container .table .column .liquiingresos #liquidaciones table input {
    background-color: #dce6f7;
}

.container .table .column .liquiingresos #ingresos table input {
    background-color: #f7dcf3;
}

.container .table .column .liquiingresos #ingresos .buttons .button {
    width: 25%;
    margin-right: 10px;
    font-size: 0.75em;
}

.container .table .row .liquiingresos #liquidaciones .report .buttons {
    width: 30%;
}

#cruce2 .table .row #cobros {
    background-color: rgb(143 228 164);
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

#cruce2 .table .row #cobros form {
    padding-bottom: 0px;
}

#cruce2 .table .row #liquidaciones {
    background-color: #f8ac3a;
    width: 40%;
    display: flex;
    flex-direction: column;
    margin-right: 0px;
    justify-content: flex-start;
}

#cruce3 .table .row #totales,
#cruce4 .table .row #totales {
    background-color: #f8ac3a;
    width: 40%;
    display: flex;
    flex-direction: column;
    margin-right: 0px;
    justify-content: flex-start;
}

#cruce3 .table .row #totales .table .block2 .row input,
#cruce4 .table .row #totales .table .block2 .row input {
    width: 50%;
}

#cruce3 .table .row #cobros,
#cruce4 .table .row #cobros {
    background-color: rgb(143 228 164);
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

#cruce3 .table .row #cobros form,
#cruce4 .table .row #cobros form {
    padding-bottom: 0px;
}

.report .block1 .row {
    padding: 0px;
}

.report .block1 .column {
    width: 100%;
}

.column h4 {
    color: #000;
    margin-top: 20px;
    text-align: center;
}

.column h5 {
    color: #000;
    margin-top: 10px;
}

#cruce3 .table .row .column .table {
    padding-bottom: 10px;
}

#cruce3 .table .row .column .table .block2 .row {
    justify-content: space-between;
}

#cruce3 .table .row .column .table .block2 .row .column {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

#cruce3 .table .row .column .table .block2 .row .column input {
    width: 40%;
}

#cruce3 .table .row .column .table .block2 .row .automcalculated {
    color: blue;
    font-weight: bold;
}

.body2 .report .block2 #formright {
    display: flex;
    flex-direction: row;
    justify-content: end;
}

.body2 .report .block2 #formleft {
    display: flex;
    flex-direction: row;
    justify-content: start;
}

.body2 .report .block2 #cruces .column {
    margin-right: 0px;
}

.container #totalcardscharge_no,
.container #tucuotabill_no {
    display: none;
}

#cobroscursos .block2 .block2 .row .column {
    width: 50%;
}

#cobroscursos .block2 .block2 .row .column .label {
    width: 80%;
}

.body2 {
    max-width: 1362px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    position: relative;
    /*margin-top: -410px;
    left: 20%;*/
}

.subtitle {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 10px;
    font-weight: bolder;
}

input #fichero_usuario {
    width: 50%;
}


@media screen and (max-width: 50em) {
    .inputfile-7+label strong {
        display: block;
    }
}

@media(min-width:1024px) {

    .title {
        margin-top: 30px;
        position: unset;
    }

    #bodyintro header {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .body2 {
        /*margin-top: -550px;*/
        position: static;
    }

    #conexion .horizontal #welcome {
        display: block;
    }

    .subtitle {
        margin-left: 0px;
        text-align: center;
    }
        .report {
            max-width: 1362px;
        }
}

.selectgroup, .dategroup {
    min-width: 40%;
    max-width: 40%;
}

.registro {
    background: white;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 30px 50px;
    padding: 30px;
    border: solid 3px;
    border-radius: 20px;
}

.registro .label label {
    color: #000;
}

.registro .label {
    text-align: left;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.registro .label span {
    color: red;
}

.inputreg {
    /*margin: 0 50px 0 0;*/
    width: 50%;
    border: 0;
}

.inputreg input {
    height: 40px;
    border: 0;
    border-bottom: 2px solid #a8a8a8;
    font-size: 1.2rem;
}

.inputreg select {
    font-size: 1.2rem;
    padding-left: 10px;
    height: 40px;
    border: thin solid white;
    border-bottom: 2px solid #a8a8a8;
}

.inputreg select option, .inputreg select option::after {
    text-align: left;
    border: 0px;
}

.inputreg input::placeholder {
    font-size: 1rem;
    padding-left: 10px;
}

.inputreg input:focus {
    border: 0;
    outline: 0;
}

#inscriptos, #preinscriptos {
    display: none;
}

.body2.user .column {
    justify-content: flex-end;
}

.body2.user .column .label{
    margin: 10px 0;
}

.body2.user .column #new{
    margin: 10px 20px 
}
/*Flecha para hacer la pagina hacia arriba*/
.ir-arriba{
  display:none;
  background-repeat:no-repeat;
  font-size:30px;
  color:white;
  cursor:pointer;
  position:fixed;
  bottom:40px;
  right:40px;
  z-index:2;
}
.fa-stack-2x{
color: darkgreen;
}

.panel-primary {
    margin-top: 150px;
}

#cargador .block2, #cargarfacturas #form1 {
    color: black;
    text-align: center;
}

#cargador .row>div, #cargarfacturas .row>div {
    width: 50%;
}


#cargador .form-group, #cargarfacturas .form-group {
  margin-bottom: 0px;
}


@media (min-width: 768px) {
  .col-sm-8 {
    width: 87%;
    padding: 0 10px 10px 0;
  }
}

#cargarfacturas .row .column {
  margin-right: 0px;
}

.pagination, .pagination2 {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
}

.pagination {
  padding-bottom: 30px;
}

.pagination a, .pagination2 a {
    padding: 0px 1px;
    text-decoration: none;
    transition: background-color .3s;
}

.pagination a.active, .pagination2 a.active {
    background-color: #265A37;
    color: #B0DEBA;
}

.pagination a:hover:not(.active), .pagination2 a:hover:not(.active) {
    background-color: #B0DEBA;
    color: #265A37;
}

#msgInfo {
    /*display: none;*/
    background: yellow;
    border: 1px solid #000000;
    z-index: 10;
    visibility: hidden;
    position: absolute;
    top: 341px;
    left: 500px;
    padding: 5px 20px;
}

#msgInfo p {
    color: black;
}

/*#btnInfo {
    z-index: 10;
    position: absolute;
    top: 346px;
    left: 200px;
}*/

#titleInfo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 20px 0px 20px;
}

#titleInfo h4 {
    margin-top: 0px;
}

#spaceTitle {
    width: 32px;
}

.row .column form p {
    padding-top: 0px;
    font-size: 0.8rem;
    color: black;
}

#cruce2 input {
   font-size: 12px;
}

#newbutton {
  background-color: lightgreen;
  text-align: center;
  padding-top: 5px;
}  

#newbutton a {
    color: black;
}
  