html, body{
	margin: 0;
	padding: 0;
}

.main-login{
	margin-top: 5rem;
}

.card-login{
	padding: 20px 30px;
}

span.error{
	color: red !important;
	font-size: 12px;
}

/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #DDD;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #9055fd;
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #341b60;
}

.oculto{
	display: none;
}

.auth-main .auth-wrapper.v3 .auth-form {
	background: #ededed;
}

[data-pc-theme=light][data-pc-preset=preset-1] .pc-container {
	background: #ededed !important;
}

button.botones-imagenes {
    position: absolute;
    right: 40%;
    width: 40px !important;
    height: 40px !important;
    font-size: 13px !important;
}

.swal2-container {
	z-index: 99999 !important;
}

.divCheckAreas{
	padding: 5px 5px;
}

.divCheckAreas .centroDiv {
	border-radius: 10px;
	border: 1px #DDD solid;
	height: 80px;
	display: table-cell;
	vertical-align: middle;
	width: 100vh;
}

.divCheckAreas .form-check {
	display: inline-block;
}

.divCheckAreas .form-check .form-check-input {
	float: none;
	margin-left: 0;
}

.divCheckAreas .form-check {
	padding: 0;
}

.input-group>.form-control, .input-group>.form-floating, .input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.inputCare{
	width: 100%;
	border: none;
	resize: none;
	background-color: transparent;
	text-align: center;
}

#tablaAreasCareTour tbody tr:hover {
	cursor: pointer;
}

#tablaTemasCareTour tbody tr:hover {
	cursor: pointer;
}

.checkPermisos{
	float: none !important;
}

.puntoMapa{
	border-radius: 10px;
	border: 1px solid #ccc;
	padding: 10px 0px;
	margin-bottom: 3px;
	cursor: pointer;
}

.seleccionadoPunto{
	border: 2px solid red;
}

.pc-container { 
	margin-left: 20px;
}

.carga {
    position: fixed;
    min-width: 100%;
    min-height: 100vh;
    z-index: 2000;
    background: rgba(0, 0, 0, 0.8);
    /*display: none;*/
}

@media (max-width: 1024px) {
    .pc-header {
        background-color: #6a4a9d;
    }

    .pc-container {
        margin-left: 0px;
        margin-right: 0px;
    }

    .pc-container .pc-content {
        padding: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .pc-container .card {
        margin-bottom: 0px !important;
    }
}

.nav-link.active{
	border-color: #404040 !important;
	background-color: #EEE !important;
	color: #6a4a9d !important;
}