﻿#reordenable tr {
    cursor: move;
}

form.top {
    margin-top: 10px;
}

li.active {
    background-color: #5D98F1; /* #3A6739; #B91D33;*/
}

li.active a {
    color: white !important;
}

.container {
    max-width: 95% !important;
}

.slidecontainer {
    width: 100%; /* Width of the outside container */
}

/* The slider itself */
.slider {
    -webkit-appearance: none; /* Override default CSS styles */
    appearance: none;
    width: 100%; /* Full-width */
    height: 25px; /* Specified height */
    background: #d3d3d3; /* Grey background */
    outline: none; /* Remove outline */
    opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: .2s; /* 0.2 seconds transition on hover */
    transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
    opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    width: 25px; /* Set a specific slider handle width */
    height: 25px; /* Slider handle height */
    background: #04AA6D; /* Green background */
    cursor: pointer; /* Cursor on hover */
}

.slider::-moz-range-thumb {
    width: 25px; /* Set a specific slider handle width */
    height: 25px; /* Slider handle height */
    background: #04AA6D; /* Green background */
    cursor: pointer; /* Cursor on hover */
}

btn-user {
    background-color: #92A0ED !important;
    border-color: #92A0ED !important;
}

.btn-primary {
    background-color: #497FA5;
    border-color: #525252;
}
/*
    .btn-primary:hover {
        background-color: #99CC99;
        border-color: #99CC99;
    }
    */
    
/*
.btn-primary {
    background-color: #9326B3;
    border-color: #9326B3;
}

    .btn-primary:hover {
        background-color: #9326B3;
        border-color: #9326B3;
    }

.btn-danger {
    background-color: #EDCCC9;
    border-color: #EDCCC9;
    color: #000000;
}

.btn-danger:hover {
    background-color: #E72828;
    border-color: #E72828;
}
*/
/*
.btn-danger {
    background-color: #B70303;
    border-color: #B70303;
}

    .btn-danger:hover {
        background-color: #E72828;
        border-color: #E72828;
    }
    */
i.bi {
    font-size: 15px;
    color: white;
}

p i.bi {
    font-size: 15px;
    color: #6B6B6B;
}

