/*******
Customer Area styles
*******/

@media screen and (min-width: 768px) {
    body.customer-area-active .cuar-css-wrapper .cuar-menu-container .nav-container > ul {
        display: block;
    }
    body.customer-area-active .cuar-css-wrapper .cuar-menu-container .nav-container > ul > li {
        float: left !important;
    }
}

body.customer-area-active .cuar-css-resets .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden; 
}
body.customer-area-active .cuar-css-resets .video-container iframe,
body.customer-area-active .cuar-css-resets .video-container object,
body.customer-area-active .cuar-css-resets .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
}

/*** colori ***/
body.customer-area-active .cuar-css-wrapper .fa,
body.customer-area-active .cuar-css-wrapper .cuar-meta-link .fa::before {
    color: #0b24fb;
}
body.customer-area-active .cuar-css-wrapper .cuar-menu-container .navbar .navbar-nav > li.current-menu-item > a, 
body.customer-area-active .cuar-css-wrapper .cuar-menu-container .navbar .navbar-nav > li.current-page-parent > a, 
body.customer-area-active .cuar-css-wrapper .navbar-default .navbar-nav > .open > a, 
body.customer-area-active .cuar-css-wrapper .navbar-default .navbar-nav > .open > a:focus, 
body.customer-area-active .cuar-css-wrapper .navbar-default .navbar-nav > .open > a:hover {
    background: #00a8e1;
}
body.customer-area-active .cuar-css-wrapper .btn-primary,
.open > .dropdown-togglebody.customer-area-active .cuar-css-wrapper .btn-primary, 
body.customer-area-active .cuar-css-wrapper .btn-primary.active, 
body.customer-area-active .cuar-css-wrapper .btn-primary:active, 
body.customer-area-active .cuar-css-wrapper .btn-primary:focus, 
body.customer-area-active .cuar-css-wrapper .btn-primary:hover {
    background-color: #B5B5B5;
}
body.customer-area-active .cuar-css-wrapper .label-default[href]:focus, 
body.customer-area-active .cuar-css-wrapper .label-default[href]:hover {
    background-color: #00a8e1;
}
body.customer-area-active .cuar-css-wrapper .fancytree-container.fancytree-treefocus span.fancytree-node.fancytree-active, 
body.customer-area-active .cuar-css-wrapper .fancytree-container.fancytree-treefocus span.fancytree-node.fancytree-selected, 
body.customer-area-active .cuar-css-wrapper span.fancytree-node.fancytree-active, 
body.customer-area-active .cuar-css-wrapper span.fancytree-node.fancytree-active:hover, 
body.customer-area-active .cuar-css-wrapper span.fancytree-node.fancytree-selected, 
body.customer-area-active .cuar-css-wrapper span.fancytree-node.fancytree-selected:hover, 
body.customer-area-active .cuar-css-wrapper span.fancytree-node:hover {
    border-left: 5px solid #00a8e1;
}
body.customer-area-active .cuar-css-wrapper .cuar-panel-meta-tile.panel.panel-tile {
    border-bottom: 5px solid #00a8e1;
}
body.customer-area-active .cuar-css-wrapper .btn.btn-secondary.understrap-read-more-link{
    color: #0b24fb;
    padding-left: 0px;
}