﻿:root {
    --main-site-color: #3a7fba;
    --second-site-color: #3476b2;
    --main-important-text-color: #3476b2;
    --main-text-color: #a6a6a6;
    --second-text-color: #636466;
    --main-background-site-color: #f2f2f2;
    --green-button: #5dbc00;
    --dark-blue: #01559d;
    --yellow-color: #ffeb00;
    --coffee-color: #330000;
    --light-green-button: #79de47;
    --red-button: #f60000;
    --dark-red-button: #b50303;
    --whatsapp-background: #00e676;
    --warning-yellow-color: #ffcc00;
    --orange-site-color: #ff6601;
    --conex-color: #241e65;
}

.alert-fixed-top {
    position: fixed;
    top: 50px;
    margin: 5% auto;
    right: 35%;
    z-index:1000000;
}


@media (max-width:768px) {
    .reports-menu-nav{
        float: left!important;
        margin-left:-5px;
        /*margin-top: 30px;*/
        width:100%;
    }
        .reports-menu-nav li
        {display: inline-block}

        .reports-top-menu {
            position: absolute;
            top:0;
            right:0;
        }
}

@media (max-width:1024px){
    .visit-planification-header-container{
        margin-bottom:50px;
    }
    .visit-planification-header-item {
        top: 100px;
    }
}