/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

/* Customize website's scrollbar like Mac OS
Not supports in Firefox and IE */

/* total width */
::-webkit-scrollbar {
    background-color:transparent;
    width:8px
}

/* background of the scrollbar except button or resizer */
::-webkit-scrollbar-track {
    background-color:transparent
}

/* scrollbar itself */
::-webkit-scrollbar-thumb {
    background-color:#babac0;
    border-radius:16px;
    border:4px solid transparent
}

/* set button(top and bottom of the scrollbar) */
::-webkit-scrollbar-button {display:none}
@spemer


.ag-theme-material {
        font-family: Montserrat,Helvetica,Arial,serif;
    }
    .ag-theme-material .ag-ltr .ag-cell {
        font-family: Montserrat,Helvetica,Arial,serif;
    }
    .ag-cell-value {
        /*overflow: visible !important;*/
    }
    .ag-row .ag-cell {
        display: flex;
        align-items: center;
    }
    .avatar {
        margin: 0px;
    }
    a[href^="http://maps.google.com/maps"]{display:none !important}
    a[href^="https://maps.google.com/maps"]{display:none !important}
    .gmnoprint a, .gmnoprint span, .gm-style-cc {
        display:none;
    }
    .gmnoprint div {
        background:none !important;
    }

    .editar-dato {
        cursor: pointer;
        margin-right: 10px;
    }
    .dropdown-especial.dropdown-toggle::after {
        top: -3px !important
    }
    .tarea-tipo-seleccion.active {
        background: #7367F0 !important;
        border-color: #7367F0 !important;
        color: white !important;
        box-shadow: 0px 4px 6px rgba(0,0,0,0.3) !important;
    }
    .modal .picker {
        top: initial;
        position: fixed;
    }
    .fecha-realizada- {
        opacity: 0.3;
    }
    .fecha-realizada- .nombre-tarea {
        text-decoration: line-through; 
    }
    .estrella-favorito {
        cursor: pointer;
    }
    .text-favorito {
        color: #ee0 !important;
    }

    .horizontal-menu .header-navbar.navbar-horizontal ul#main-menu-navigation>li>.dropdown-menu a.active:hover {
        background: #7367F0 !important;
    }

    .horizontal-menu.navbar-floating:not(.blank-page) .app-content {
    padding-top: 4.75rem;
}

.note-editor {
    border: 0px !important;
}
.note-toolbar {
    border-bottom: 1px solid #fafafa !important;
}
.note-toolbar {
    padding: 10px !important;
}
.note-toolbar .note-btn {
    background: #fff !important;
    border-color: #dae0e5 !important;
    border: 1px solid #dae0e5 !important;
    color: black !important;
    padding: 0.58rem .85rem !important;
    font-size: 12px !important;
}
.note-editor.note-airframe, .note-editor.note-frame {
    border: 1px solid lightgrey;
    margin-bottom: 0px;
}

#emailModal #quill { 
    height: 350px 
}
.ql-toolbar {
    border-color: #F8F8F8 !important;
}
.ql-container.ql-snow {
    border-color: #F8F8F8 !important;
}
.dark-layout .ql-toolbar {
    border-color: #414561 !important;
}
.dark-layout .ql-container.ql-snow {
    border-color: #414561 !important;
}


.dark-layout .note-btn {
    background: transparent !important;
    color: #7367F0!important;
    border-color: #7367F0!important;
}

body.dark-layout .note-btn span {
    color: #7367F0!important;
}

.dark-layout .note-editable {
    background: #212744 !important;
    color: white !important;
}

.note-popover .popover-content>.note-btn-group, .note-toolbar>.note-btn-group {
    margin: 0px;
}

.dark-layout .note-toolbar {
    /*border-top: 1px solid #414561 !important;*/
    border-bottom: 1px solid #414561 !important;
}