body,
html {
    padding: 0px;
    margin: 0px;
}

body {
    font-family: Arial, sans-serif;
}

tr td {
    border-bottom: 2px solid #b8b8b8;
}

#xasas tr td {
    border-bottom: none;
}

#tbView tr th span {
    display: block;
    padding: 8px 5px;
    color: #FFF;
}

#tbView tr td span {
    display: block;
    padding: 8px 5px;
    font-size: 11px;
    position: relative;
    text-align: center;
}

#tbView tr td span i {
    position: absolute;
    left: 0px;
    top: 4px;
    background-color: #1e7e34;
    border-radius: 2px;
    padding: 4px 10px;
    color: #ffffff;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #E6230A;
}

input:focus+.slider {
    box-shadow: 0 0 1px #E6230A;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.btndescarga {
    background-color: #0676AF;
    color: white;
    font-weight: bold;
    font-size: 14px;
    padding: 10px 10px;
    border-radius: 4px;
    text-decoration: none;
}

#asasooo {
    display: none;
}

#asusauu {
    display: none;
}

.cmail {
    width: 100%;
    padding: 0px 5px;
    height: 32px;
    font-size: 14px;
    text-align: center;
}

.ibutton {
    border: 0px;
    outline: none;
    width: 24px;
    height: 24px;
    cursor: pointer;
    color: #FFF;
    font-size: 11px;
    margin-right: 5px;
}

.ibutton:last-child {
    margin-right: 0px;
}

.iconfig {
    background-image: url(/statico/imagen/panel/i-config.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.idelete {
    background-image: url(/statico/imagen/panel/i-delete.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.ibloqued {
    background-image: url(/statico/imagen/panel/i-bloqued.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.rounded-circle {
    border-radius: 40px !important;
    padding: 6px !important;
    display: inline-block;
    background-color: red !important;
    position: relative !important;
    left: 0px !important;
    top: 0px !important;
}

.rounded-circle.active {
    background-color: #007a2e !important;
}

.agente {
    display: block;
    width: 18px;
    height: 18px;
    background-color: #FFF !important;
    background-image: url(../imagen/svg/agenticon.svg);
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: 0px 0px;
    cursor: pointer;
    margin: 0px auto;
    position: relative !important;
    padding: 0px !important;
    left: inherit !important;
    top: inherit !important;
}

#popmesage {
    position: fixed;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

#popmesage a {
    padding: 10px 10px;
    display: inline-block;
    margin: 0px auto;
    background-color: red;
    color: white;
    border-radius: 8px;
}

#popmesage a.active {
    background-color: green !important;
}