/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 04/02/2020, 03:50:46 PM
    Author     : DS
*/

/*Looding para contenedores*/
.loader {background-color: rgb(248, 248, 251); position: absolute; z-index: 9999; top: 0; bottom: 0; left: 0; right: 0;padding-top: 1%;}

/*Para cargar la foto y nombre de perfil del cliente en el menú arriba a la izquierda*/
.vertical-collpsed header#page-topbar .navbar-profile-detail .logo span {display: none !important;}
header#page-topbar .navbar-profile-detail {display: flex;justify-content: center;align-items: center;}
header#page-topbar .navbar-profile-detail .logo span {color: #a6b0cf;}

/*input con icono*/
.input-icon {position: relative;}
.input-icon input {padding-left: 40px;}
.input-icon.input-icon-right input {padding-right: 40px;padding-left: .75rem;}
.input-icon > span {position: absolute;z-index: 10;font-size: 16px;line-height: 38px;left: 13px;top: 0;opacity: 0.6;}
.input-icon.input-icon-right a {position: absolute;z-index: 10;font-size: 16px;line-height: 38px;right: 0;top: 0;opacity: 0.6;left: inherit;}
.input-icon.input-icon-right > span {position: absolute;z-index: 10;font-size: 16px;line-height: 38px;right: 13px;top: 0;opacity: 0.6;left: inherit;}

.alert .alert {margin: 0 !important;padding: 0 !important;border: none !important;}
.datepicker {z-index: 1060 !important;}

.cursor-alias {cursor: alias;}
.cursor-all-scroll {cursor: all-scroll;}
.cursor-auto {cursor: auto;}
.cursor-cell {cursor: cell;}
.cursor-context-menu {cursor: context-menu;}
.cursor-col-resize {cursor: col-resize;}
.cursor-copy {cursor: copy;}
.cursor-crosshair {cursor: crosshair;}
.cursor-default {cursor: default;}
.cursor-e-resize {cursor: e-resize;}
.cursor-ew-resize {cursor: ew-resize;}
.cursor-grab {cursor: -webkit-grab; cursor: grab;}
.cursor-grabbing {cursor: -webkit-grabbing; cursor: grabbing;}
.cursor-help {cursor: help;}
.cursor-move {cursor: move;}
.cursor-n-resize {cursor: n-resize;}
.cursor-ne-resize {cursor: ne-resize;}
.cursor-nesw-resize {cursor: nesw-resize;}
.cursor-ns-resize {cursor: ns-resize;}
.cursor-nw-resize {cursor: nw-resize;}
.cursor-nwse-resize {cursor: nwse-resize;}
.cursor-no-drop {cursor: no-drop;}
.cursor-none {cursor: none;}
.cursor-not-allowed {cursor: not-allowed;}
.cursor-pointer {cursor: pointer;}
.cursor-progress {cursor: progress;}
.cursor-row-resize {cursor: row-resize;}
.cursor-s-resize {cursor: s-resize;}
.cursor-se-resize {cursor: se-resize;}
.cursor-sw-resize {cursor: sw-resize;}
.cursor-text {cursor: text;}
.cursor-w-resize {cursor: w-resize;}
.cursor-wait {cursor: wait;}
.cursor-zoom-in {cursor: zoom-in;}
.cursor-zoom-out {cursor: zoom-out;}