.form-group .switch {
    height: 34px;
}
.cmn-toggle{position: absolute; margin-left: -9999px; visibility: hidden;}
.cmn-toggle + label{display: block; position: relative; cursor: pointer; outline: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
input.cmn-toggle-round-flat + label,input.cmn-toggle-round + label{padding: 0; width: 100%; height: 28px; background-color: #e60e0e; -webkit-border-radius: 60px; -moz-border-radius: 60px; -ms-border-radius: 60px; -o-border-radius: 60px; border-radius: 60px; -webkit-transition: background 0.4s; -moz-transition: background 0.4s; -o-transition: background 0.4s; transition: background 0.4s; text-indent: 30px; color: #e60e0e; margin: 0;}
input.cmn-toggle-round-flat + label:before, input.cmn-toggle-round-flat + label:after, input.cmn-toggle-round + label:before, input.cmn-toggle-round + label:after{display: block; position: absolute; content: ""; font-size: 15px; line-height: 21px; font-weight: 600;}
input.cmn-toggle-round-flat + label:before, input.cmn-toggle-round + label:before{top: 2px; left: 2px; bottom: 2px; right: 2px; background-color: #fff; -webkit-border-radius: 60px; -moz-border-radius: 60px; -ms-border-radius: 60px; -o-border-radius: 60px; border-radius: 60px; -webkit-transition: background 0.4s; -moz-transition: background 0.4s; -o-transition: background 0.4s; transition: background 0.4s;}
input.cmn-toggle-round-flat + label:after, input.cmn-toggle-round + label:after{top: 4px; left: 4px; bottom: 4px; width: 21px; background-color: #e60e0e; -webkit-border-radius: 52px; -moz-border-radius: 52px; -ms-border-radius: 52px; -o-border-radius: 52px; border-radius: 52px; -webkit-transition: margin 0.4s, background 0.4s; -moz-transition: margin 0.4s, background 0.4s; -o-transition: margin 0.4s, background 0.4s; transition: margin 0.4s, background 0.4s; content: "Inactivo";}
input.cmn-toggle-round-flat:checked + label, input.cmn-toggle-round:checked + label{background-color: #0d861b;}
input.cmn-toggle-round-flat:checked + label:after, input.cmn-toggle-round:checked + label:after{margin-left: 80px; background-color: #0d861b; content: "Activo"; text-indent: -62px; color: #0d861b;}
.switch{margin: 0 0 0 1%; overflow: hidden; display: inline-block; vertical-align: middle; width: 109px;}
.inperfil label {
    font-size: 19px;
    font-family: "BigNoodle";
    letter-spacing: 3px;
    font-weight: 100;
    margin: 0 0 10px 0;
}
.inperfil input,
.inperfil input.disabled,
.inperfil select,
.inperfil select.disabled {
    border-bottom: 1px solid white;
    background-color: transparent !important;
    border-top: none;
    border-left: none;
    border-right: none;
    color: white;
    font-weight: 400;
    border-radius: 0px;
    font-size: 18px;
}
.inperfil input:disabled,
.inperfil select:disabled {
    background-color: #FFFFFF20!important;
    font-style:italic;
}
.inperfil input:focus {
    background-color: transparent;
    color:white;
    box-shadow: none;
    border-color: white;
}
.inperfil .input-group-text {
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    color: white;
    border-bottom: 1px solid white;
}
.titleperf {
    font-family: "BigNoodle";
    font-size: 26px;
    letter-spacing: 2px;
    position: relative;
}
.titleperf strong{
    font-size: 46px;
    font-family: "Gill Sans";
}
.titleperf::before {
    background: var(--color-tr-secundario);
    content: '';
    position: absolute;
    left: initial;
    right: 3rem;
    height: 4px;
    margin: 0 0 0 20px;
    width: 120px;
    bottom: -4px;
}
.icon-editmp{
    opacity: 0;
    font-size: 1.3em;
    color: rgb(255, 255, 255);
    z-index: 2;
    text-shadow: 0 0 1px rgb(0 0 0 / 30%);
    cursor: pointer;
    padding: 10px;
}
.icon-editmp img{
    width: 25px;
}
.avatar-circle, .avataritm, .nohoverc {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 82%;
    position: relative;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    margin: 0px 0 0px;
    transform: scale(.9, .9);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    cursor: pointer;
}
.avataritm {
    overflow: hidden;
    /* padding-top: 50px; */
    max-width: 138px;
    max-height: 138px;
    width: 100%;
    height: auto;
}
@media (min-width: 576px){
    .avataritm {
        padding-top: 50px;
    }
}
.avataritm:hover {
    background-color: rgb(141 141 141);
}
.avprof{
    width: auto;
    border-radius: 50%;
    float: left;
}
.avatar-circle:hover .avatar-circle:after, .avatar-circle:hover span {
    opacity: 1;
}
.avprof:hover .avatar-circle:after,
.avprof:hover .avatar-circle span {
	opacity: 1
}
.avatar-circle:after {
    opacity: 0;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .6);
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    content: '';
    transition: all .2s ease 0s;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
}
.modalav{
   background-color: var(--color-tr-primario); 
   border-radius: 0px;
}
.btnupload {
    background-color: white;
    color: var(--color-tr-primario);
    font-size: 18px;
    font-family: "Gill Sans";
    font-weight: bold;
    padding: 8px 25px;
    border-radius: 2px;
    transition: 0.5s all;
}
.nohoverc{
    cursor: initial !important;
}
.header-mav{
    position: relative;
    border: none;
}
.title-mav{
    width: 100%;
    position: absolute;
    left: 0;
    top: 28px;
    font-size: 26px;
    font-family: "BigNoodle";
    letter-spacing: 2px;
}
.close-mav{
    color: white !important;
    font-weight: 100 !important;
    opacity: 1 !important;
    font-size: 38px !important;
    padding: 8px 20px !important;
    z-index: 2;
}
.eliminar_usr, .vwusrs{
    cursor: pointer;
    transition: 0.5s all;
    font-weight: 700;
}
.eliminar_usr:hover{
    color: #ff6060;
}
.vwusrs:hover{
    color:#1AE47D;
}
.subtitle-mav{
    font-family: "BigNoodle";
    font-size: 22px;
    letter-spacing: 2px;
}
.btnupload:hover{
    background-color: #334266;
    color: white;
}
.ico_activo{
    color: #04bb5e;
}
.ico_noactivo{
    color: red;
}
.imgicous {
    display: inline-block;
    width: 50px;
    min-width: 50px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid white;
    border-radius: 35px;
    height: 50px;
    margin: 0 12px 0 0;
    overflow: hidden;
}
.imgicous img {
    display: block;
    float: none;
    width: 100%;
}
.vwusrs {
    margin: 0;
    text-align: left;
    display: inline-block;
}
.dataTables_wrapper.dt-bootstrap4 {
    width: calc(100% - 1px);
    color: white;
}

/* Tema DataTablees */
table.dataTable {
    width: 100%;
}
.dataTables_wrapper.dt-bootstrap4 {
    width: calc(100% - 1px);
}
table.dataTable.no-footer {
    border-bottom: none;
}
table.dataTable > tbody > tr {
    background-color: transparent;
}
table.dataTable > thead > tr > th,
table.dataTable > thead > tr > td {
    border-bottom: none;
}
table.dataTable > tbody > tr > th, table.dataTable > tbody > tr > td {
    border-top: 1px solid #dedede;
}
table.dataTable > tbody > tr:last-child > th, table.dataTable > tbody > tr:last-child > td {
    border-bottom: 1px solid #dedede;
}
table.dataTable tbody th,
table.dataTable tbody td {
    padding: 0.5rem 0.75rem;
}
table.dataTable > tbody > tr.selected,
table.dataTable > tbody > tr > *.selected {
    color: inherit;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > *.dtr-control {
    padding-left: 30px !important;
}
.dataTables_paginate {
    line-height: 1;
}

table.dataTable.no-header {
    position: relative;
}
table.dataTable.no-header > thead {
    height: 1px;
    overflow-y: hidden;
    position: absolute;
    top: -1px;
    visibility: hidden;
    width: 100%;
    z-index: -999;
}
table.dataTable > tbody > tr.selected,
table.dataTable > tbody > tr > .selected{
    background-color:#dedede;
}
table.dataTable > tbody > tr.selected > *.select-checkbox:after {
    text-shadow: 1px 1px #dedede, -1px -1px #dedede, 1px -1px #dedede, -1px 1px #dedede;
}
table.dataTable tbody>tr.selected, table.dataTable tbody>tr>.selected {
    background-color: #3b4256 !important;
}