/* usuarios */
.dashboard-labels label{
    color:rgb(51, 51, 51);
    font-size:1.5rem;
    margin:0;
}

.registro label.t-c{
    cursor:pointer;
}

.registro #t_and_c {
    height: 2rem;
    width: 2rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #34495E;
    border-radius: 4px;
    outline: none;
    transition-duration: 0.3s;
    background-color: white;
    cursor: pointer;
    margin-top:0;
    margin-right:1rem;
  }

  .registro #t_and_c:checked + label:before {
    content: '\2713';
    display: block;
    text-align: center;
    color: #205cd2;;
    position: absolute;
    left: 2rem;
}

.registro #t_and_c:checked {
    border: 1px solid #205cd2;
}

.registro #t_and_c:active {
    border: 2px solid white;
}

.sombra-azul{
    box-shadow: 0 0 1px 1px #094379;
}

.user-menu {
    border-top: 1px solid grey;
    margin:2rem 1rem 1rem 1rem;
}

.user-menu a{
    padding:1rem 2rem 1rem 2rem;
    border-radius: 15px;
}

.user-menu a.active{
    background-color:#1d71bf;
    background: linear-gradient(to bottom, #1e5799 0%,#2989d8 50%,#207cca 100%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color:white;
}

.dashboard-input-button{
    color:white;
    background:#1d71bf;
    background: linear-gradient(to bottom, #1e5799 0%,#2989d8 50%,#207cca 100%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    box-shadow: 0 0 1px 1px #094379;
    padding: 1rem;
    border-radius: 1rem;
}

.dashboard-input-button:hover{
    background:#145fa5;
    color:white;
    transition:none;
}

.image-profile-form {
    padding:1rem;
    cursor:pointer;
}

.image-profile-form img {
    margin-bottom:1rem;
    box-shadow:0px 0px 2px 2px #f2f3f3;
}

.image-profile-form  b:hover{
    color:black;
}

.edit-icon,.delete-icon{
    cursor:pointer;
    display: inline-block;
    
}
.crud-svg-wrap {
    text-align: center;
}

.edit-icon svg,.delete-icon svg{
    width: 3rem;
    height:3rem;
    transition:all .3s ease-in-out;  
}

.edit-icon svg{
    fill:#616161
}

.delete-icon svg{
    fill:#d00000
}
.crud-svg-wrap svg{
    width: 2rem;
    height:2rem;
}

.edit-icon svg:hover{
    fill:rgb(23, 71, 167);
    transform:scale(1.05);
}

.delete-icon svg:hover{
    fill:rgb(201, 0, 0);
    transform:scale(1.05);
}
.svg-green svg{
    fill: green
}

.svg-red svg{
    fill: red
}

.user-nav {
    display:flex;
    flex-wrap:wrap;
    justify-content: space-around;
    padding-bottom:1rem;
}

.user-nav a {
border-radius: 0px 0px 15px 15px;
}

.user-nav a:not(.active):hover {
    color:white;
    background:#1d71bf;
}


.usuarios-subsection-tabs{
    display:flex;
    justify-content:center;
    max-width:1200px;
    border-bottom:1px solid gray;
}

.usuarios-subsection-tabs a{
    padding:1rem 2rem;
    border-radius: 1rem 1rem 0rem 0rem;
    box-shadow: 0px 0px 2px 0px grey;
    margin:0rem 1rem;
}

.usuarios-subsection-tabs a:hover{
    background-color:#145fa5;
    background: linear-gradient(to bottom, #1e5799 0%,#2989d8 50%,#207cca 100%,#145fa5; 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color:white;
}

.usuarios-subsection-tabs a.active{
    background-color:#1d71bf;
    background: linear-gradient(to bottom, #1e5799 0%,#2989d8 50%,#207cca 100%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color:white;
  
}

.crud-table-container{
    padding:2rem;
    max-width: fit-content;
    margin:auto;
    overflow:auto;
    
}

.crud-table{
    border-collapse: collapse;
    font-size: 0.9em;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-radius: 1rem;
    overflow: hidden;
    width:100%;
}
.crud-table thead tr {
    background-color: #1d71bf;
    color: #ffffff;
    text-align: left;
}

.crud-table th,
.crud-table td {
    padding: 1rem 2rem;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.crud-table td{
    color:black;
}

.crud-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.crud-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.crud-actions-td a{
    padding:0.5rem 1rem;
}

.crud-form{
    padding-bottom:3rem;
}

.crud-form span{
    color:red;
}


  #uploadifive-file_upload{
    background:#1d71bf;
    background: linear-gradient(to bottom, #1e5799 0%,#2989d8 50%,#207cca 100%,#7db9e8 100%);
    color:white;
    margin:auto;
  }

  #uploadifive-file_upload input[type="file"]{
      cursor:pointer;
  }

  #uploadifive-file_upload:hover{
    background:#1d71bf;
  }

  .user-ficha .modal h1{
    font-size:100%;
  }

  
.user-ficha .titulo{
    font-size: 1.8rem;
    font-weight: 700;
    color: #1d71be;
    margin-bottom: 2rem;
}


  #user-profile,.crud-table,.user-ficha{

    -webkit-animation: fadein 0.2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 0.2s; /* Firefox < 16 */
        -ms-animation: fadein 0.2s;; /* Internet Explorer */
         -o-animation: fadein 0.2s; /* Opera < 12.1 */
            animation: fadein 0.2s;
}


.crud-form input[type="checkbox"] +label{
    cursor:pointer;
}

.crud-form input[type="checkbox"] {
    height: 2rem;
    width: 2rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #34495E;
    border-radius: 4px;
    outline: none;
    transition-duration: 0.3s;
    background-color: white;
    cursor: pointer;
    margin-top:0;
    margin-right:1rem;
  }

  .crud-form input[type="checkbox"]:checked + label:before {
    content: '\2713';
    display: block;
    text-align: center;
    color: #205cd2;;
    position: absolute;
    left: 2rem;
}

.crud-form input[type="checkbox"]:checked {
    border: 1px solid #205cd2;
}

.crud-form input[type="checkbox"]:active {
    border: 2px solid white;
}

.flex-center{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.uploadifive-queue-item {
    height: 5rem;
}

.user-ficha #queue {
    margin: 1rem;
    padding: 1rem;
    box-shadow: 0px 0px 2px 0px grey;
    border-radius: 11px;
    color:black;
}

/* fin usuarios */