.form-control {
    border-color: #E4E6EF !important;
    background-image: none !important;
}

a.menu_links {
    cursor: pointer;
}

.nowrap {
    white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_processing {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    background-color: transparent;
}

.sagBorder {
    border-left: 2px dashed rgb(173, 173, 173) !important;
}

.draggable .modal-header {
    cursor: move;
}

.float {
    position:fixed;
    width:50px;
    height:50px;
    bottom:25px;
    left:19px;
    border-radius:50px;
    font-size:28px;
    z-index:100;
    }
    
    .my-float {
    margin-top:16px;
    }

    #cookie-notice {
        color: #fff;
        font-family: inherit;
        background: #596cd5;
        padding: 20px;
        position: fixed;
        bottom: 10px;
        right: 10px;
        width: 100%;
        max-width: 350px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
        border-radius: 5px;
        margin: 0px;
        visibility: hidden;
        z-index: 10000000000;
        box-sizing: border-box;
        text-align:justify;
    }
    
    #cookie-notice button {
        color: inherit;
        background: #3842c7;
        border: 0;
        padding: 10px;
        margin-top: 10px;
        width: 100%;
        cursor: pointer
    }
    
    @media only screen and (max-width:600px) {
        #cookie-notice {
            max-width: 100%;
            bottom: 0;
            left: 0;
            border-radius: 0
        }
    }

    .apexcharts-toolbar {
        right: 13px !important;
    }