
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #C3C3C3;
  background: #eee;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #858585; 
  background: #aaa; 
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}


.middle-box{
    margin-top: -40px;
}
.btn-eye{
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    font-size: 1rem;
    cursor: pointer;
    margin-right: 5px;
}
.has-error{
    border-color: #df8585 !important;
}



/* Efren */
:root{
    --primary-color: #3c47f1;
    --border-color: #d6d5d5;
    --ibox-search-color: rgba(220, 222, 224, 0.08);
}
    
/* Font Face */
@font-face {
    font-family: 'Avenir';
    src: url('/fonts/Avenir/AvenirLight.woff') format('woff'),
         url('/fonts/Avenir/AvenirLight.ttf') format('truetype'),
         url('/fonts/Avenir/AvenirLight#Avenir Light') format('svg');
    font-weight: 200;
    font-weight: light;
    font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Avenir";
	src: url("/fonts/Avenir/AvenirBook.woff2") format("woff2"), /* chromeã€firefox */
		url("/fonts/Avenir/AvenirBook.woff") format("woff"), /* chromeã€firefox */
		url("/fonts/Avenir/AvenirBook.ttf") format("truetype"), /* chromeã€firefoxã€operaã€Safari, Android, iOS 4.2+*/
		url("/fonts/Avenir/AvenirBook.svg#Avenir Book") format("svg"); /* iOS 4.1- */
    font-weight: normal;
    font-weight: 400;
    font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Avenir";
	src: url("/fonts/Avenir/AvenirMedium.woff2") format("woff2"), /* chromeã€firefox */
		url("/fonts/Avenir/AvenirMedium.woff") format("woff"), /* chromeã€firefox */
		url("/fonts/Avenir/AvenirMedium.ttf") format("truetype"), /* chromeã€firefoxã€operaã€Safari, Android, iOS 4.2+*/
		url("/fonts/AvenirMedium.svg#Avenir Medium") format("svg"); /* iOS 4.1- */
    font-weight: 500;
    font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Avenir";
	src: url("/fonts/Avenir/AvenirHeavy.woff2") format("woff2"), /* chromeã€firefox */
		url("/fonts/Avenir/AvenirHeavy.woff") format("woff"), /* chromeã€firefox */
		url("/fonts/Avenir/AvenirHeavy.ttf") format("truetype"), /* chromeã€firefoxã€operaã€Safari, Android, iOS 4.2+*/
		url("/fonts/AvenirHeavy.svg#Avenir Book") format("svg"); /* iOS 4.1- */
    font-weight: 600;
    font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Avenir";
	src: url("/fonts/Avenir/AvenirBlack.woff2") format("woff2"), /* chromeã€firefox */
		url("/fonts/Avenir/AvenirBlack.woff") format("woff"), /* chromeã€firefox */
		url("/fonts/Avenir/AvenirBlack.ttf") format("truetype"), /* chromeã€firefoxã€operaã€Safari, Android, iOS 4.2+*/
		url("/fonts/AvenirBlack.svg#Avenir Black") format("svg"); /* iOS 4.1- */
    font-weight: bold;
    font-weight: 800;
    font-style: normal;
	font-display: swap;
}



html,
body{
    font-family: "Avenir", sans-serif !important;
    /* color: #333; */
    color:#53585f;
}
h1 {
    font-weight: 600;
    font-size: 28px;
    font-size: 20px;
}
h2 {
    font-size: 20px;
    font-weight: 500;
    font-weight: 600;
}
p {
    font-weight: 600;
    font-weight: 400;
}
/* 
a:not([href]):not([tabindex]){
    font-weight: 600;
    line-height: 1;
    font-size: 10px;
    vertical-align: middle;
} 
*/

h3.h3_dashgboard{
    font-size: 18px;
}

.btn-success.btn-outline{
    font-weight: 500;
    line-height: 1;
    font-size: 11px;
    font-size: 13px;
    vertical-align: middle;
    padding: 0.85rem 1.25rem;
}


/* Navbar Header*/
li:hover .icon-nav-users polygon ,
li:hover .icon-nav path,
li:hover .icon-nav polyline,
li:hover .icon-nav line,
li:hover .icon-nav circle,
li:hover .icon-nav rect {
    stroke: #fff;
    transition: all 0.15s ease-out;
}
li:hover .icon-nav-inspections circle, li:hover .icon-nav-inspections rect {
    fill: #fff;
    transition: all 0.15s ease-out;
}
.navbar-header .btn-primary{
    padding: 0.25rem;
    color: var(--primary-color)!important;
    background-color: #fff!important;
    border-color: #ffffff!important;
    box-shadow: none!important;
}
.navbar-header .btn-primary .fa-bars{
    font-size: 1.5rem;
}
body.mini-navbar .navbar-default .nav > li > a {
    font-size: 24px;
}
.sidebar-collapse{
    height: calc(100% - 80px);
}
.short-name-container{
    position: relative;
    bottom: 5rem;
    display: flex;
}
.short-name{
    background-color: white;
    padding: 0.75rem;
    display: inline-flex;
    margin: auto;
    width: 3rem;
    height: 3rem;
    align-items: center;
    justify-content: center;
    /* word-break: break-all; */
    border-radius: 100%;
    text-align: center;
    /* line-height: 0.9; */
    /* font-weight: bold; */
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    color: var(--primary-color);
}
.toast{
    display: flex;
    vertical-align: middle;
    flex-direction: row-reverse;
    justify-content: space-evenly;
    align-item: center;
}
.toast-message{
    vertical-align: middle;
}
.toast-close-button{
    min-width: 2rem!important;
    width: 2rem!important;
    height: 2rem!important;
    border-radius: 100%;
    float:right;
}
.btn-outline{
    transition: none!important;
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    border-radius: 4px;
}


/* SIDE NAVBAR */
.body-small .navbar-static-side {
    z-index: 9;
}
body.mini-navbar #page-wrapper {
    overflow: hidden;
}
#wrapper{
    overflow-x: initial;
}
.sidebar-collapse{
    position: relative;
    height: 100%;
}
.nav{
    position: sticky;
    top: 0;
}
.short-name-container{
    position: fixed;
    bottom: 2rem;
    transform: translate(25%, -50%);
}

@media (max-width: 768px) {
    .navbar-top-links {
        padding: 0 1rem!important;
    }
}
@media (max-width: 812px) and (orientation: landscape){
    .short-name-container {
        position: fixed;
        bottom: 0;
        transform: translate(25%, 0%);
    }
    .short-name{
        transform: scale(0.75);
    }
    .footer{
        position: relative;
    }
}

.logo-element {
    margin-top: 1.5rem;
}
.logo-element__h1{
    margin-bottom: 1.5rem;
    margin-bottom: 2.0rem;
    color: initial;
    font-size: 13px;
    font-weight: 600;
}



#page-wrapper,
.wrapper-content{
    padding: 0;
}

/* DASHBOARD EMPTY */
.empty-box {
    margin-bottom: 2rem;
}
.empty-box svg path {
    fill: #53585f;
}
.empty-box + h3{
    margin-bottom: 1rem;
}


/* IBOX TITLE */
.ibox-title,
.ibox-content{
    border-width: 2px;
    border-width: 0;
    border-color: var(--border-color);
}
    

.ibox-title{
    border-bottom: 1px solid var(--border-color);
    padding: 3rem;
    padding-bottom: 1.5rem;
    padding-top: 0;
    font-size: 14px;
}
.ibox-title .pull-right {
    position: absolute;
    right: 15px;
    top: 50%;
}
        .m-h-auto{
            min-height: auto;
        }


/* IBOX CONTENT */
.ibox-title{
    line-height: 1;
    font-size: 12px;
    font-weight: 600;
}
.ibox-content{
    min-height: initial;
    /* padding: 0; */
}


.page-title,
.page-content{
    padding: 15px !important;
}
@media (min-width: 768px){
    div.page-title,
    div.page-content {
        /* padding: 2rem 3rem; */
        padding: 1rem 3rem!important;
    }
    div.page-title {
        padding-top: 0!important;
    }
}



/* NAVBAR */
.navbar-top-links {
    /* text-align: right; */
    padding: 0 3rem;
    justify-content: flex-end;
}
.nav > li > a i {
    margin-right: 0;
}
.nav.navbar-top-links a {
    font-size: 16px;
    display: flex;
    padding: 0;
    align-items: center;
}


/* Dashboard PAGE */
.inbox-notifications-border-bottom {
    line-height: 2;
}
.inbox-notifications h5{
    margin: 0;
}
.stretched-link{
    
}
.page-title p{
    font-size: 17px;
}

/* Tables PAGE */
label {
    font-weight: 600;
    padding-left: 0.25rem;
    padding-left: 0;
    text-transform: uppercase;
}
.btn-otuline-update{
    margin-top: 0.5rem;
}
.table td, 
.table th {
    padding-left: 0!important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
    border-bottom: 1px solid #e7eaec;
    font-size: 13.5px;
    overflow: auto;
    word-break: break-word;
}
table.dataTable{
    border-collapse: collapse!important;
}
table.dataTable thead .sorting_desc:after {
    content: "\25BC";
}
table.dataTable thead .sorting:after{
    content: "\25BC";
    color: black;
}
table.dataTable thead .sorting_asc:after{
    content: "\25B2";
    color: black;
}

table [class*="btn-outline-"]{
    border: 0;
    color: rgba(128, 128, 128, 0.75)!important;
    border-radius: 100%;
    border-radius: 4px!important;
    font-size: 1.05rem;
    padding: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
table [class*="btn-outline-"]:hover{
    background-color: transparent!important;
    color: #666!important;
}
table [class*="btn-outline-"]:active{
    background-color: transparent!important;
    /* background-color: #80808014!important; */
    color: black!important;
}
table [class*="btn-outline-"]:after{
    content: "";
    background-color: #80808014!important;
    opacity:0;
    transform: scale(0);
    position: absolute;
    color: black!important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
        /* border-radius: 100%; */
        border-radius: 6px;
    transition: 0.2s all ease-out;
}
table [class*="btn-outline-"]:hover:after{
    content: "";
    background-color: #80808014!important;
    color: black!important;
    opacity:1;
    transform: scale(1);
}
.swal-modal .swal-button--cancel{
    background-color: white;
    border: 2px solid rgb(221, 51, 51)!important;
    color: rgb(221, 51, 51)!important;
    text-transform: uppercase;
    font-weight: 500;
    box-shadow: none;
}
.swal-modal .swal-button--confirm {
    background-color: rgb(48, 133, 214);
    border: 2px solid rgb(48, 133, 214)!important;
    text-transform: uppercase;
    box-shadow: none;
}
.table-user .td-icon .sorting-user {
    position: relative;
    align-items: center;
    display: flex;
}
.table-user tbody tr:first-child .sorting_1 {
    /* border: 0; */
}

.table-user .td-icon  .sorting-user:before {
    --gris-user: #e3e9ed;
    content: '';
    content: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/" x="0px" y="0px" width="24.75px" height="24.38086px" viewBox="0 0 18.75 21.38086" overflow="scroll" enable-background="new 0 0 18.75 21.38086" xml:space="preserve"> <defs> </defs> <circle fill="rgb(227, 233, 237)" cx="9.38664" cy="5.66667" r="5.66667"/> <path fill="rgb(227, 233, 237)" d="M10.81837,12.44922H7.93163C3.56923,12.44922,0,16.01845,0,20.38085v0.00001c0,0.55,0.45,1,1,1h16.75 	c0.55,0,1-0.45,1-1v-0.00001C18.75,16.01845,15.18077,12.44922,10.81837,12.44922z"/> </svg>');
    position: relative;
    
    /* position: absolute; */
    position: relative;
    width: 35px!important;
    height: 35px!important;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0rem;
    padding-top: 2px;
    border: 1.5px solid #e3e9ed;
    border-radius: 100%;
    border-radius: 4px!important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.table-user .td-icon:after{
    content: none!important;
}

.td-created_by,
.td-date,
.td-inspections,
.td-last_score,
.td-mes_auditorias,
.td-ult_auditoria,
th.td-buttons {
    text-align: center;
}
.form-control, .single-line{
    border-radius: 4px;
}
.swal2-styled.swal2-confirm{
    order: 2;
}



/* Chips */
.chip{
    background-color: #e8a433;
    background-color: rgba(232, 164, 51, 0.33);
    padding:0.25rem;
    text-transform: uppercase;
    border-radius: 5px;
    min-width: 5.0rem;
    display: inline-block;
    text-align: center;
    margin-bottom: 0.25rem;
    font-weight: 500;
}
.chip-invited{
    border: 1.5px solid #88540a;
    border: 1.5px solid rgba(117, 219, 60, 0.33);
}
.chip-active{
    background-color: #4ed256;
    background-color: rgba(78, 210, 86, 0.33);
    border: 1.5px solid #75db3c;
    border: 1.5px solid 1.5px solid rgba(136, 84, 10, 0.33);;
}


/* Swall */
.swal-modal {
    padding: 2rem;
}
.swal-modal .swal-icon {
    width: 80px;
    height: 80px;
    border-width: 4px;
    border-style: solid;
    border-radius: 50%;
    margin-right: 0;
    padding: 0;
    float: left;
    position: relative;
    box-sizing: content-box;
    margin: 0!important;
    top: 1rem;
    top: 4rem;
}
.swal-modal .swal-title {
    color: rgba(0,0,0,.65);
    font-weight: 600;
    text-transform: none;
    position: relative;
    display: block;
    padding: 13px 16px;
    font-size: 27px;
    line-height: normal;
    margin-bottom: 0;
    padding-left: 7rem;
    clear: right;
    margin: 0;
    text-align: left;
}
.swal-modal .swal-text {
    font-size: 16px;
    position: relative;
    float: none;
    line-height: normal;
    vertical-align: top;
    text-align: left;
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    font-weight: 400;
    color: rgba(0,0,0,.64);
    max-width: calc(100% - 20px);
    /* overflow-wrap: break-word; */
    box-sizing: border-box;
    padding-left: 6rem;
    float: right;
    margin: 0;
    clear: right;
    /* margin-top: -2rem; */
    margin-bottom: 2rem;
    margin-bottom: 1rem;
}
.swal-modal .swal-footer {
    text-align: right;
    padding-top: 13px;
    margin-top: 13px;
    border-radius: inherit;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0;
    clear: both;
    /* text-align: center; */
}
.swal-button-container{
    margin-left: 2rem;
}
.swal2-styled:focus {
    box-shadow: none!important;
}


.ibox-title h5{
    font-size: 21px;
    /* margin: 0; */
    font-weight: 700;
}
.wrapper-content .empty-dashboard {
    min-height: calc(100vh - 200px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}
.form-add-register{
    background-color: var(--ibox-search-color);
}
.ibox-content > .form-group{
    /* padding: 1rem 3rem; */
}
.row-form{
    border: none!important;
}
.chosen-container-single {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    display: block;
    /* padding: 6px 12px; */
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    padding: 0;
}
.form-group .chosen-container-single .chosen-single{
    padding: 5px 8px;
    background: none;
    border-radius: 0;
    border: 0;
    box-shadow: none;
}


/* Tables */
.dataTables_filter label {
    margin: 0;
}
.dataTables_wrapper {
    overflow: auto;
}
table.dataTable {
    width: 100%!important;
    min-width: 840px;
}
.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th{
    vertical-align: middle;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after{
    bottom: 50%;
    transform: translateY(50%);
}
div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
    margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px){
    div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
        text-align: initial;
    }
}
.form-group.page-content {
    border-bottom: 1px solid var(--border-color);
}
.form-control, .single-line{
    --form-border-color: #6F54F7;
    padding: 4px 12px;
}
.form-control:focus, .single-line:focus {
    border-color: var(--form-border-color, #6F54F7);
    border-width: 1.5px;
}

form .bootstrap-select .dropdown-menu{
    min-width: 200px;
}


/* Pagination */
.page-item.active .page-link{
    color: var(--primary-color);
    background-color: #fff;
    font-weight: 500;
    border: 1px solid var(--primary-color);
}

.pagination > li > a, .pagination > li > span{
    border: 0;
}
.page-item .page-link
{
    border-radius: 3px;
    border-radius: 100%;
    margin: 4px;
    display: inline-flex;
    padding: 4px;
    width: 1.5rem;
    height: 1.5rem;
    align-items: center;
    justify-content: center;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination{
    margin-top: 2rem;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link{
    border-radius: 0;
    padding-left: 6px;
    padding-right: 6px;
    width: initial;
    height: initial;
}

    
/* BOTONS */
button,
.btn-success,
.btn-block{
    background-color: var(--primary-color);
    color: #fff!important;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    border-radius: 6px;
    min-width: 8rem;
    border: 1px solid currentColor!important;
    outline: none;
    box-shadow: none;
    font-size: 14px;
    line-height: 1.25;
}
#btn-add-question{
    margin-bottom: 1rem;
}

body.mini-navbar .navbar-static-side,
.navbar-default{
	background-color: rgba(220, 222, 224, 0.37);
}
.nav > li.active {
    background: #fbfcff;
}
.nav > li.active {
    border-left: 0;
}
.nav > li > a,
.nav > li.active > a {
    color: #333535;
}
.gray-bg, .bg-muted {
    background-color: #fff;
}
.navbar-fixed-top, .navbar-static-top {
    background: #fff;
}
.btn-danger {
    border: 1px solid var(--primary-color);
    color: #ed5565!important;
    background-color: transparent!important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    padding: 0;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1rem;
    box-sizing: content-box;
}
table .btn-danger {
    border: 0;
    margin: auto;
}

/* Button select dropdown */
.bootstrap-select{
    outline: none!important;
}
button.dropdown-toggle{
    border-radius: 8px;
    outline: none!important;
}
div .bootstrap-select .dropdown-toggle:focus, 
div .bootstrap-select>select.mobile-device:focus+.dropdown-toggle{
    outline: none!important;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    white-space: normal;
}
.border-2{
    border: solid 1px #ccc; 
    border-radius: 5px; 
    padding: 10px 25px;
    background-color: #fff;
}



.hidden {
    display: none!important;
}
.flex{
    display: flex;
}
.m-auto{
    margin: auto!important;
}
.row-input{
    margin-left: -3px;
    margin-right: -3px;
}
.row-input label{
    display: block;
}
.col-input{
    padding-left: 3px;
    padding-right: 3px;
}
.p-lg-0 {
    /* padding: 0!important; */
}
@media (min-width: 768px) {
    .col-input--last{
        padding-right: 8px;
    }
}
@media (min-width: 992px) {
    .col-input-lg--last{
        padding-right: 3px;
    }
}


.badge{
    background-color: #fff;
    color: #5e5e5e;
    color: inherit;
    border: 1px solid #e5e6e7;
    padding: 8px 12px;
    font-size: 0.85rem;
    margin:5px 3px;
}
.eliminax{
    font-size: 0.65rem;
    padding: 5px;
    position: relative;
    right: -7px;
    cursor: pointer;
}


/* Loading */
.loading {
    display: flex;
    alig-items: center;
    justify-content: center;
    /* width: 100%; */
    margin:auto;
}
.loader {
  color: #aaa;
  font-size: 1.65rem;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 0.95rem auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}



/* Bootstrap Select */
.bootstrap-select.show-tick .dropdown-menu span.check-mark {
    left: 10px;
    right: initial!important;
    top: 4px!important;
    position: absolute;
    display: inline-block;
    border: 1.35px solid #bbbbbb;
    padding: 0.25rem 0.4rem;
    border-radius: 3px;
}
.bootstrap-select .bs-ok-default:after{
    opacity: 0;
}
.bootstrap-select>.dropdown-toggle:after {
    margin-top: -1px;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark:after {
    opacity: 1;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin: initial!important;
    margin-left: 25px!important;
}
.bootstrap-select .bs-ok-default:after{
    border-width: 0 .16em .16em 0!important;
    border-color: #3c47f1 !important;
}
.bootstrap-select .dropdown-menu li a{
    padding: 3px 10px;
}
div.bootstrap-select {
    // width: 100% !important;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    /* text-align: center; */
    text-align: left;
}
.bs-searchbox .form-control {
    padding: 0.25rem;
    height: initial;
    line-height: 1;
}

#areasnuevas ~ div .dropdown-toggle::after,
#selectarea ~ button.dropdown-toggle::after
{
    content: none;
}


.resend-email{
    /* border: 1.75px solid #3c47f1!important; */
    border-radius: 5px!important;
}
.i-text {
    margin-left: 0.35rem;
}


.footer{
    text-align: center;
    color: lightgray;
    border-top: 0;
}

.ibox-title-container{
    display: flex;
    justify-content: right;
}
.ibox-title-button{
    text-align: right;
    display: flex;
    margin: auto;
    margin-right: 0;
}


/* Notifications */
[id*="notification_"]:first-child::before, 
[id*="notification_"].new::before 
{
    content: '';
    /* height:3rem; */
    top: 0.75rem;
    bottom: 0.75rem;
    width: 5px;
    background-color: #e93f33;
    position: absolute;
}
[id*="notification_"] {
    padding-left: 1rem;
}
[id*="notification_"] p {
    margin: 0.5rem 0;
}
    


/* Changes */
.no-border{
    border: 0;
}
.medium{
    font-weight:500;
}

.close-notif {
    font-size: 1.05rem;
    opacity: 0.5;
    font-weight: bold;
}
.close-notif:hover {
    opacity: 0.95;
}


/* Nav Items */
.nav > li > a {
    padding: 0.75rem;
    text-align: center;
    font-size: 1rem;
}
.icon-nav {
    width: 20px;
    height: auto;
    display: block!important;
    text-align: center;
    margin: auto;
    text-align: center;
}
.active .icon-nav path,
.active .icon-nav polyline,
.active .icon-nav:not(.icon-nav-users) line,
.active .icon-nav circle,
.active .icon-nav rect
{
    stroke: #00d7c3;
}
.active .icon-nav-inspections circle,
.active .icon-nav-inspections rect
{
    fill: #00d7c3;
}

/* Tooltips */
.tooltip1 {
  display: inline;
  position: relative;
}
.tooltip1:after,
.tooltip1:before{
    content: "";
    position: absolute;
    left: 70px;
    top: 50%;
    z-index:-9;
    opacity:0;
    font-size: 12px;
    transform: translate(-45px, -50%) scale(0);
    will-change: opacity, transform;
    transition:
        0.15s opacity ease-out,
        0.15s transform ease-out
    ;
}
.tooltip1:hover:after,
.tooltip1:hover:before{
  pointer-events: none;
    z-index: 9999;
    opacity:1;
}
.tooltip1:hover:after{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  background: #444;
  background: #aaa;
  border-radius: 2px;
  color: #fff;
  content: attr(data-title);
  margin: 0 auto 0;
  padding: 6px 2px;
  width: 80px;
    font-weight: 400;
    transform: translate(-2px, -50%) scale(1);
}
.tooltip1:hover:before{
  content: "";
    border: solid;
    border-color: transparent #444;
    border-color: transparent #aaa;
    border-width: 6px 14px 6px 0;
    transform: translate(-12px, -50%) scale(1);
}


/* Table Checklist */
.td-question__checkbox{
    text-align: center;
}
.td-question__question,
.td-question__selectedText,
.td-question__area,
.td-question__local
{
    /* width: 120px; */
    min-width: 165px;
    max-width: 185px;
    padding: 0!important;
    padding-right: 1rem!important;
}
.td-question__section{
    min-width: 190px;
    max-width: 190px;
}

.td-date {
    width: 50px;
}
.td-question__nc,
.td-question__ca,
.td-question__ac{
    min-width: 150px!important;
}
.td-question__buttons{
    width: 120px!important;
}
.td-buttons-cancel{
    width: 20px!important;
    padding: 0!important;
}
.td-buttons {
    text-align:right;
    width: 120px!important;
    padding: 0!important;
}
.td-buttons a{
    display: inline-flex;
}

.td-question__section{
    
}
table [class*="btn-outline-"].btn-danger {
    color: red!important;
}
table [class*="btn-outline-"].resend-email {
    /* margin-bottom: 8px; */
    margin-bottom: 0!important;
    color: var(--primary-color)!important;
}
[class*='btn-edit-']:not(#close-new-register),
.resend-email,
.btn-edit-question{
    font-size: 13px;
    padding: 3px 7px!important;
    /* border: 1px solid currentColor!important; */
    margin: 8px auto;
    border: 0.5px solid var(--primary-color)!important;
    color: var(--primary-color)!important;
}

.td-question__area{
    padding-right: 1rem!important;
}
.td-question__nc table,
.td-question__ac table
{
    width: 100%;
}
.td-question__nc table tr:first-child td,
.td-question__ac table tr:first-child td
{
    border: none;
}

.dataTable th,
.dataTable td{
    text-align: center;
}
.dataTable th:first-child,
.dataTable td:first-child,
.dataTable .td-nombre_completo
{
    text-align: left;
}
.dataTable th:last-child,
.dataTable td:last-child
{
    text-align: right;
}
#dt-users .td-buttons:not(:last-child) {
    text-align:left;
}

.table-responsive {
    overflow: auto;
    /* min-height: 480px; */
    max-height: 60vh;
}

a .fa-edit{
    font-size: 18px;
}

.table-responsive .badge {
    font-size: 9px;
}

.select-underline{
    position: relative;
}
.select-underline:after{
    position: absolute;
    content: '';
    height: 1.5px;
    left: 0;
    right: 100%;
    right: 0;
    bottom: 0;
    opacity: 0.75;
    // transition: all 0.5s ease;
    background-color: var(--primary-color);
      animation-name: underline-left-right;
      animation-duration: 0.5s;
      animation-timing-function: ease-out;
}
@keyframes underline-left-right {
  from {right: 100%;}
  to {right: 0%;}
}
