﻿
body {
    background: white !important;
}

.field-validation-error {
    font-size: 12px !important;
}

.form-label, .col-form-label {
    font-size: 14px !important;
}

.highcharts-credits {
    display: none !important;
}

.highcharts-root {
    font-family: 'primary-font' !important;
}

.mobile-brand-text {
    min-width: 120px;
    font-weight: bold;
    display: none;
}

.image-brand {
    height: 60px !important;
    width: 60px !important;
}

.modal-header {
    flex-direction: row-reverse !important;
}

    .modal-header button.bootbox-close-button.close {
        background-color: transparent !important;
        border: none !important;
        font-size: 32px !important;
    }



.modal-dialog .modal-content .modal-header {
    padding-top: unset !important;
}

.modal-dialog .modal-content .modal-body {
    padding: unset !important;
}

.modal .alert .btn-close {
    margin: 0 auto 0 0 !important;
}

.light-style .bs-stepper:not(.wizard-modern) {
    box-shadow: unset !important;
}


@media only screen and (max-width: 600px) {
    .hidden-sm {
        display: none !important;
    }

    .mobile-brand-text {
        display: block !important;
    }

    .bg-menu-theme .menu-link, .bg-menu-theme .menu-horizontal-prev, .bg-menu-theme .menu-horizontal-next {
        color: black !important;
    }

    .bg-menu-theme .menu-text {
        color: black !important;
    }
}

@media only screen and (max-width:900px) {
    .hidden-sm {
        display: none !important;
    }

    .bg-menu-theme .menu-link, .bg-menu-theme .menu-horizontal-prev, .bg-menu-theme .menu-horizontal-next {
        color: black !important;
    }
}

@media only screen and (max-width:1199px) {
    .hidden-sm {
        display: none !important;
    }

    .bg-menu-theme .menu-link, .bg-menu-theme .menu-horizontal-prev, .bg-menu-theme .menu-horizontal-next {
        color: black !important;
    }
}
