﻿body, html {
    margin: 0 !important;
    padding: 0 !important;
    height: 100% !important;
}

/* Estilo pata el contenedor*/
.full-screen-container {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    color: #fff !important;
    background-color: #00A6F5 !important;
    border-color: #00A6F5 !important;
}

/* .btn-secondary {
    color: #fff !important;
    background-color: #9AA7B5 !important;
    border-color: #9AA7B5 !important;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #00A6F5 !important;
        border-color: #00A6F5 !important;
    }

    .btn-secondary.focus, .btn-secondary:focus {
        box-shadow: none !important;
    } */
/*Legenda del grafico de velas*/
.legend {
    position: fixed !important;
    top: 12px !important;
    z-index: 100 !important;
    font-size: 20px !important;
    font-family: Arial,sans-serif !important;
    line-height: 20px !important;
    font-weight: 300 !important;
    margin-left: 2px !important;
    background-color: white !important;
}

@media(max-width: 600px) {
    #legend {
        position: absolute;
        top: 12px;
        font-size: 20px;
        font-family: Arial, sans-serif;
        line-height: 20px;
        font-weight: 300;
        background-color: white;
        margin-left: 2px;
        margin-right: 30% !important;
    }
}

@media (max-width: 600px) {
 /*   .btn-group.btn-group-toggle {
        display: inline-table !important;
        justify-content: center !important;
    }*/
}