﻿/*---------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------GENERIC CONFIGURATION*/
/*---------------------------------------------------------------------------------------------------------------------------------*/
:root {
    --Company_color_secondary: #4E106F;
    --Company_color_main: #000000;
    --font_regular: "Roboto";
    --font_condensed: "Roboto Condensed";
    --color_green: forestgreen;
    --color_red: #d31717;
    --Company_color_magenta: #EF2A79;
    --Company_color_orange: #FF9971;
    --Company_color_yellow: #FDD900;
    --color_button_neutral: var(--Company_color_orange)
}
a:hover{
    color: var(--Company_color_main);
}
body {
    padding-top: 0px;
    padding-bottom: 10px;
    color: var(--Company_color_main); /* color_main #191e5a*/
    /*#94bded;*/
    font-family: var(--font_condensed); /*"Arial";*/
    font-size: 1.5em;
    line-height: 1.42857143;
    /*overflow: hidden;*/ /*nasconde la scroll bar automatica*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
}

.footer {
    text-align: center;
    text-align: -webkit-center;
}

.bottomnotification {
    color: darkgrey;
    padding-bottom: 0px;
    padding-top: 50px;
    text-align: left;
    font-size: small;
}

.logo-top figure {
    background: url(../Content/images/Circana_Logo_Primary_4Crev_RGB.png) no-repeat;
    background-size: cover; /*contain*/
    /*width: 100px;*/
    width: 120px;
    /*height: 40px;*/
    height: 50px;
    display: block;
    /*margin: 2px;*/
    margin: 0px;
}

.error-top {
    /*width: 50%; 
    color:red;*/
    font-weight: bold;
    text-align: center;
    display: block;
    padding: 15px 0px 10px 0px;
}

/*scrollbar*/
::-webkit-scrollbar {
    width: 5px; /*10px;*/
}

::-webkit-scrollbar-track { /* Track */
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb { /* Handle */
    background: #888;
}

    ::-webkit-scrollbar-thumb:hover { /* Handle on hover */
        background: #555;
    }


/*override generic*/
nav ul ul {
    display: none;
}

nav ul li:hover > ul {
    display: block;
}



nav ul {
    background: #efefef;
    /*background: linear-gradient(top, #efefef 0%, #bbbbbb 100%);
    background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%);
    background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%);
    box-shadow: 0px 0px 9px rgba(0,0,0,0.15);*/
    padding: 0 15px;
    /*border-radius: 10px;*/
    list-style: none;
    position: relative;
    display: inline-table;
}

    nav ul:after {
        content: "";
        clear: both;
        display: block;
    }

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: black;
    background-color: var(--Company_color_secondary); /* color_secondary #94bded;*/
}

.navbar-custom-top {
    /*padding: 5px 0px 0px 0px;*/
    padding: 0px 0px 0px 0px;
}

.navbar-custom-filter {
}

.navbar-custom {
    position: relative;
    margin-bottom: 0px;
    border: 0px;
}

    .navbar-custom a {
        padding: 0px 10px 0px 10px;
    }

.navbar-inverse-custom {
    background-color: var(--Company_color_main); /*color_main*/
    /*#191e5a;*/
}




/*---------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------CHARTMENU INDEX*/
/*---------------------------------------------------------------------------------------------------------------------------------*/

.chartmenu-main {
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    text-align: -webkit-center;
    text-align: center;
}

.chartmenu-block {
    text-align: center;
    align-content: center;
    /*padding: 2px 2px 50px 2px;*/
    padding: 25px 5px 25px 5px;
    display: inline-block;
    width: 250px;
    min-width: 150px;
    /*background-color: aliceblue;*/
    border-style: solid;
    border-color: #dfe1e1;
    margin: 2px 0px;
}

.chartmenu-block-child {
    align-content: center;
    display: inline-block;
    width: 75%; /*se 90, faccio il bordo*/
    /*background-color: aliceblue;*/
    border: 0px;
}

.chartmenu-block-inside-title1 {
    display: block;
    height: 50px;
    /*font-size: smaller;*/
    height: 75px;
    font-weight: bold;
    /*height: 75px;
    font-size: medium;*/
    display: inline-block;
}

.chartmenu-block-inside-image {
    align-content: center;
    display: inline-block;
    /*width: 75%;
    height: 75%;*/
    width: 60%;
    height: 60%;
}

.chartmenu-block-inside-menu {
    display: block;
    width: 100%;
    align-content: center;
    padding: 2px 0 0 0;
    background-color: #dfe1e1;
}

    .chartmenu-block-inside-menu:hover {
        background-color: #eee;
    }


.chartmenu-block-inside-menu-button {
    width: -webkit-fill-available;
    font-weight: bold;
    background-color: #dfe1e1;
    padding: 16px 0 16px 0;
    color: #000000; /* color_main #191e5a;*/
}

    .chartmenu-block-inside-menu-button:hover {
        text-decoration: none !important;
        color: var(--Company_color_main) !important; /* color_main #202b66;*/
        background-color: #eee;
    }
/*.chartmenu_block_insidelink {
        color: white;
    }

        .chartmenu_block_insidelink:hover {
            text-decoration: none;
            color: white;
        }*/
/*.chartmenu_block_insidemenulevel2 {
    width: 75%;
}*/
/*.arrow_dropdown figure {
    background: url(../Content/images/arrow_dropdown_white.png) no-repeat;
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto;
}*/
/*---------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------DROPDOWN MENU GENERIC*/
/*---------------------------------------------------------------------------------------------------------------------------------*/
.dropdown-menu {
    width: -webkit-fill-available !important;
    /*background-color: #eee;*/
    background-color: #e9ebeb;
    padding: 0;
    border: 0;
    border-radius:0;
}

.dropdown-menu-element {
    text-align: left;
    /*border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color:white;*/
    color: var(--Company_color_main); /*#191e5a;*/
    /*padding: 10px 0px;*/
    padding-left: 30px;
}

    .dropdown-menu-element:hover {
        background-color: #f5f5f5;
    }

    .dropdown-menu-element + .dropdown-menu-element {
        /*margin-top: 10px;
        padding-top: 10px;*/
        border-top: 1px solid white;
    }

.dropdown-menu-element-link {
    /*color: white;*/
    color: var(--Company_color_main) !important; /*#191e5a;*/
    padding: 10px 0px !important;
    font-size: inherit !important;
}


/*---------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------?TOOLBAR 1 - FILTERMENU*/
/*---------------------------------------------------------------------------------------------------------------------------------*/

.filtermenu {
    width: 100%;
    /*display: flex;*/
    justify-content: center;
    background-color: var(--Company_color_secondary) !important; /* color_secondary #00adef;*/
    color: white;
    /*display: inline-block;*/
}

.filtermenu-dropbtn {
    padding: 8px;
}

.filtermenu-dropdown-content {
    /*min-width: 0px;*/
    /*padding: 8px 0px 8px 0px;*/
}

    .filtermenu-dropdown-content a {
        font-size: 0.9em;
        padding: 4px 10px 4px 10px;
        line-height: 1.8;
    }




/*---------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------?TOOLBAR 2 - FILTERPARAM*/
/*---------------------------------------------------------------------------------------------------------------------------------*/


.filterparam {
    width: 100%;
    background-color: #e7e4e4; /*whitesmoke;*/
    font-size: 1em;
    min-height: 30px;
    /*height: 30px;*/
    /*padding: 8px 0px 8px 0px;*/
}

.filterparam-list {
    /*float: right;*/
    float: left;
    display: inline-block;
}

.filterparam-list-element-link {
    /*padding: 16px;*/
    /*font-size: 16px;*/
    border: none;
    color: var(--Company_color_main); /*color_main #202b66;*/
}

/*not more used*/
/*.filterparam-description {
    color: #202b66;
    display: inline-block;
    vertical-align: central;
    margin: 3px 0px 2px 0px;
}*/
/*.filtermenutitle {
    padding: 8px 0px 8px 0px;
    display: inline-block;
}




*/



/*---------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------????????????????*/
/*---------------------------------------------------------------------------------------------------------------------------------*/
/* Dropdown Button */
.__dropbtn {
    padding: 16px;
    border: none;
}

.dropdown-filtermenu {
    /*background-color: #dfe1e1;*/
    background-color: white;
    color: var(--Company_color_main);/*color: #191e5a;*/
}

.dropdown-report {
    background-color: var(--Company_color_secondary) /* color_secondary #00adef;*/
    color: white;
    /*padding: 16px;*/
    /*font-size: 16px;*/
    border: none;
}
/*.dropdown-report a {
        color: white !important; 
    }*/











/*---------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------MOBILE ONLY*/ /*WIDTH 549px 768PX*/
/*---------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 549px) {
    body {
        /*background-color: lightblue;*/
    }

    .table-responsive {
        overflow-y: hidden;
    }

    .filterparam-list {
        width: 100%;
        /*text-align: center;*/
    }

    /*.dropdown-content*/
    .filtermenu-dropdown-content {
        left: auto;
        right: 0;
    }

    .desktop-element {
        display: none !important;
        content-visibility: hidden !important;
        width: 0px !important;
        height: 0px !important;
        padding: 0px !important;
        border: 0px !important;
    }

    .navbar-inverse .navbar-nav > li > a {
        /*text-align: center;*/
    }

    .navbar-nav-custom {
        margin: 0;
    }

    .chartmenu-block {
        /*width: auto;*/
        width: 100%;
    }

    .chartmenu-block-child {
        /*width: auto;*/
        width: 100%;
    }

    .chartmenu-block-inside-image {
        width: 50%;
        height: 50%;
    }

    .dropdown-menu {
        position: relative;
    }

    .dropdown-content {
        position: relative;
    }

    .chartmenu-block-inside-title1 {
        width: 75%;
    }
    .dropdown-report-element {
        color: var(--Company_color_main) !important; /*TEST_NEW*/
    }
    .dropdown-report-element-link {
        padding: 15px 0px !important;
        color: var(--Company_color_main) !important; /*TEST_NEW*/
    }

    .dropdown-menu-element-link-inverse {
        /*color: white !important;*/
        color: var(--Company_color_main) !important; /*TEST_NEW*/
    }

    /*nav ul ul {
        display: none;
    }

    nav ul li:hover > ul {
        position: absolute;
        display: block;
    }

    dropdown:hover > a {
        position: absolute;
        display: block;
    }*/
}

/*---------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------DESKTOP ONLY*/
/*---------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 550px) {
    .mobile-element {
        display: none !important;
        content-visibility: hidden !important;
    }
}



/*---------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------UTILITY*/
/*---------------------------------------------------------------------------------------------------------------------------------*/
.arrow {
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.mytextgreen {
    color: var(--color_green);
}

.mytextred {
    color:var(--color_red); 
}

.underline {
    text-decoration: underline;
}

.truncate-150 {
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncate-250 {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.inlineblock {
    display: inline-block;
}

.arrowstyle1 {
    padding: 10px 5px;
}

.noHover {
    pointer-events: none;
}
/* Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
