/* General Blueprint Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);


@font-face {
    font-family: 'bpicons';
    src: url('../fonts/bpicons/bpicons.eot');
    src: url('../fonts/bpicons/bpicons.eot?#iefix') format('embedded-opentype'), url('../fonts/bpicons/bpicons.woff') format('woff'), url('../fonts/bpicons/bpicons.ttf') format('truetype'), url('../fonts/bpicons/bpicons.svg#bpicons') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Made with http://icomoon.io/ */

/**/
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body, html {
    font-size: 14px;
    padding: 0;
    margin: 0;
}


.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    /*color: #47a3da;*/
    font-weight: 400;
}

#logo {
    margin: 0.3em;
    float: left;
    width: 200px;
    height: 40px;
    background: url(../Images/logo_basicnet.png) no-repeat center;
    display: block;
}

a {
    text-decoration: none;
}

    a:hover {
        color: #000080;
        text-decoration: none;
    }


#SearchBarDesktop:focus {
    outline: none;
}

#SearchBasicNetDesktopContainer.focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

#SearchBasicNetDesktopResult {
    position: absolute;
    color: #000080;
    max-height: 350px;
    overflow: auto;
    background: white;
    z-index: 99;
    margin-top: 33px;
    display: none;
    padding: 0px;
    border: 1px solid #ccc;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
}

.resultSearchBasicNet {
    padding: 4px 10px 10px 10px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    display: flex;
}

    .resultSearchBasicNet:hover {
        background-color: rgba(204, 204, 204, 0.28);
    }

.SearchIntoBasicNetTitle {
    color: #036;
    font-weight: bold;
}

.SearchIntoBasicNetCategory {
    font-size: 11px;
    font-style: italic;
    color: #585858;
}

#SearchBarDesktop::-ms-clear {
    display: none;
}


/*.menu_items > header {
	padding: 2em;
}*/

.menu_items > header h1 {
    font-size: 2.125em;
    line-height: 1.3;
    margin: 0 0 0.6em 0;
    float: left;
    font-weight: 400;
}

.menu_items > header > span {
    display: block;
    position: relative;
    z-index: 9999;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    padding: 0 0 0.6em 0.1em;
}

    .menu_items > header > span span:after {
        width: 30px;
        height: 30px;
        left: -12px;
        font-size: 50%;
        top: -8px;
        font-size: 75%;
        position: relative;
    }

    .menu_items > header > span span:hover:before {
        content: attr(data-content);
        text-transform: none;
        text-indent: 0;
        letter-spacing: 0;
        font-weight: 300;
        font-size: 110%;
        padding: 0.8em 1em;
        line-height: 1.2;
        text-align: left;
        left: auto;
        margin-left: 4px;
        position: absolute;
        color: #fff;
        background: #47a3da;
    }

.menu_items > header nav {
    float: right;
    text-align: center;
}

    .menu_items > header nav a {
        display: inline-block;
        position: relative;
        text-align: left;
        width: 2.5em;
        height: 2.5em;
        background: #fff;
        border-radius: 50%;
        margin: 0 0.1em;
        border: 4px solid #47a3da;
    }

        .menu_items > header nav a > span {
            display: none;
        }

        .menu_items > header nav a:hover:before {
            content: attr(data-info);
            color: #47a3da;
            position: absolute;
            width: 600%;
            top: 120%;
            text-align: right;
            right: 0;
            pointer-events: none;
        }

        .menu_items > header nav a:hover {
            background: #47a3da;
        }

.bp-icon:after {
    font-family: 'bpicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-align: center;
    color: #47a3da;
    -webkit-font-smoothing: antialiased;
}

.menu_items > header nav .bp-icon:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 2;
    text-indent: 0;
}

.menu_items > header nav a:hover:after {
    color: #fff;
}

.bp-icon-next:after {
    content: "\e000";
}

.bp-icon-drop:after {
    content: "\e001";
}

.bp-icon-archive:after {
    content: "\e002";
}

.bp-icon-about:after {
    content: "\e003";
}

.bp-icon-prev:after {
    content: "\e004";
}

@media screen and (max-width: 55em) {

    .menu_items > header h1,
    .menu_items > header nav {
        float: none;
    }

    .menu_items > header > span,
    .menu_items > header h1 {
        text-align: center;
    }

    .menu_items > header nav {
        margin: 0 auto;
    }

    .menu_items > header > span {
        text-indent: 30px;
    }
}


/*FOOTER ADD*/

.footer-distributed {
    background-color: #272727;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    position: absolute;
    /*bottom: 0;*/
    left: 0;
    padding: 25px 50px;
    margin-top: 80px;
}

    .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right {
        display: inline-block;
        vertical-align: top;
    }

    /* Footer left */

    .footer-distributed .footer-left {
        width: 40%;
    }

    /* The company logo */

    .footer-distributed h3 {
        color: #ffffff;
        font: normal 36px 'Cookie', cursive;
        margin: 0;
    }

        .footer-distributed h3 span {
            color: #5383d3;
        }

    /* Footer links */

    .footer-distributed .footer-links {
        color: #ffffff;
        margin: 20px 0 12px;
        padding: 0;
        margin-bottom: 20px !important;
    }

        .footer-distributed .footer-links a {
            display: inline-block;
            line-height: 1.8;
            text-decoration: none;
            color: inherit;
        }

    .footer-distributed .footer-company-name {
        color: #8f9296;
        font-size: 14px;
        font-weight: normal;
        margin: 0;
    }

    /* Footer Center */

    .footer-distributed .footer-center {
        width: 30%;
    }

        .footer-distributed .footer-center i {
            background-color: #525558;
            color: #ffffff;
            font-size: 25px;
            width: 38px;
            height: 38px;
            border-radius: 50%;
            text-align: center;
            line-height: 42px;
            margin: 10px 15px;
            vertical-align: middle;
        }

            .footer-distributed .footer-center i.fa-envelope {
                font-size: 17px;
                line-height: 38px;
            }

        .footer-distributed .footer-center p {
            display: inline-block;
            color: #ffffff;
            vertical-align: middle;
            margin: 0;
        }

            .footer-distributed .footer-center p span {
                display: block;
                font-weight: normal;
                font-size: 14px;
                line-height: 2;
            }

            .footer-distributed .footer-center p a {
                color: #5383d3;
                text-decoration: none;
                ;
            }


    /* Footer Right */

    .footer-distributed .footer-right {
        width: 29%;
    }

    .footer-distributed .footer-company-about {
        line-height: 20px;
        color: #92999f;
        font-size: 13px;
        font-weight: normal;
        margin: 0;
    }

        .footer-distributed .footer-company-about span {
            display: block;
            color: #ffffff;
            font-size: 14px;
            font-weight: bold;
            margin-bottom: 20px;
        }

    .footer-distributed .footer-icons {
        margin-top: 25px;
    }

        .footer-distributed .footer-icons a {
            display: inline-block;
            width: 35px;
            height: 35px;
            cursor: pointer;
            background-color: #33383b;
            border-radius: 2px;
            font-size: 20px;
            color: #ffffff;
            text-align: center;
            line-height: 35px;
            margin-right: 3px;
            margin-bottom: 5px;
        }

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

    body {
        width: 102%;
    }

    .footer-distributed {
        font: bold 14px sans-serif;
        /*position: relative;*/
    }


        .footer-distributed .footer-left,
        .footer-distributed .footer-center,
        .footer-distributed .footer-right {
            display: block;
            width: 100%;
            margin-bottom: 40px;
            text-align: center;
        }

            .footer-distributed .footer-center i {
                margin-left: 0;
            }
}


#footer-logo {
    width: 200px;
    height: 40px;
    background: url(../Images/logo_basicnet.png) no-repeat center;
    display: block;
    margin-bottom: 30px;
}

.social-links:hover {
    background-color: darkgray !important;
}

#clockInOut {
    margin-top: 0.3em;
    float: right;
    width: 33px;
    height: 40px;
    display: block;
    margin-right: 1em;
    background: url(../Images/bollatrice01.jpg) no-repeat center;
}

    #clockInOut:hover {
        background: url(../Images/bollatrice02.jpg) no-repeat center;
    }


#Mail {
    margin-top: 1.1em;
    float: right;
    display: block;
    cursor: pointer;
    margin-right: 1em;
}

.fa-envelope-o {
    font-size: 25px !important;
    color: #003366;
}

    .fa-envelope-o:hover {
        color: #337AB7;
    }

#AddressBooK {
    margin-top: 1.1em;
    float: right;
    display: block;
    cursor: pointer;
    margin-right: 1em;
}
#impersonateCompany {
    margin-top: 1.1em;
    float: right;
    display: block;
    cursor: pointer;
    margin-right: 1em;
}
.fa-book {
    font-size: 25px !important;
    color: #003366;
}

    .fa-book:hover {
        color: #337AB7;
    }

#notificationLink {
    margin-top: 1.1em;
    float: right;
    display: block;
    cursor: pointer;
    margin-right: 1em;
    display: none;
}

.fa-bell {
    font-size: 25px !important;
    color: #003366;
}

    .fa-bell:hover {
        color: #337AB7;
    }

#Calendar {
    margin-top: 0.9em;
    float: right;
    display: block;
    cursor: pointer;
    margin-right: 1em;
}

.fa-calendar {
    font-size: 25px !important;
    color: #003366;
}

    .fa-calendar:hover {
        color: #337AB7;
    }

#Tour {
    margin-top: 0.9em;
    float: right;
    display: block;
    cursor: pointer;
    margin-right: 1em;
    display: none;
}

.fa-question {
    font-size: 25px !important;
    color: #003366;
}

    .fa-question:hover {
        color: #337AB7;
    }


#Helpdesk {
    margin-top: 0.9em;
    float: right;
    display: block;
    cursor: pointer;
    margin-right: 1em;
}

#favoritesLink {
    cursor: pointer;
    margin-top: 0.9em;
    float: right;
    display: block;
    cursor: pointer;
    margin-right: 1em;
}

.fa-star {
    color: #003366;
}

    .fa-star:hover {
        color: #337AB7;
    }


.fa-search {
    color: #003366;
}

    .fa-search:hover {
        color: #337AB7;
    }


.fa-life-ring {
    font-size: 25px !important;
    color: #003366;
}

    .fa-life-ring:hover {
        color: #337AB7;
    }


.dropdown-menu.pull-right.divFavoritesCard {
    padding: 0px !important;
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}



    .dropdown-menu.pull-right.divFavoritesCard #title {
        border: none !important;
        box-shadow: none !important;
        min-width: 200px;
    }

.dropdown-menu aside.accordionMP {
    border: none !important;
    box-shadow: none !important;
}





/*gestione delle icone all'interno del menu*/
.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
    vertical-align: middle;
}


.icon-Kappa {
    width: 6.3798828125em;
}

.icon-RobediKappa {
    width: 9.8154296875em;
}

.icon-Anzi-Besson {
    width: 4.4921875em;
}

.icon-Sabelt {
    width: 4.4150390625em;
}

.icon-Jesus-Jeans {
    width: 3.7900390625em;
}

.icon-Superga {
    width: 4.845703125em;
}

.icon-K-way {
    width: 5.4619140625em;
}

.icon-Lanzera {
    width: 5.4619140625em;
    height: 1.5em;
}
.icon-sebago {
    width: 5.4619140625em;
    height: 1.5em;
}



CARD FAVORITES
/*h1, h2, h3, h4, h5, h6, p {
    margin: 0 !important;
    padding: 0;
    font-family: 'Helvetica Neue',arial,sans-serif;
}*/
.accordionMP {
    margin: 5px auto;
    width: 65%;
    /*border-radius: 10px 10px 10px 10px;*/
    border: 1px solid #F1EEEE;
    padding-left: 0px;
    padding-right: 0px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
    background-color: white;
}

.accordionMP * {
    cursor: pointer;
    margin: 0 !important;
    padding: 0;
    font-family: 'Helvetica Neue',arial,sans-serif;
}





.accordionMP h1 {
    padding: 15px 20px;
    color: #3c80f6;
    font-size: 1em;
    font-weight: normal;
}

    .accordionMP h1:hover {
        color: #fff;
        background-color: darkgrey;
    }



.accordionMP div, .accordionMP p {
    display: none;
}


.accordionMP h2 {
    padding: 5px 35px;
    color: #3c80f6;
    padding-left: 35px;
    font-size: 0.8em;
    font-weight: normal;
}

    .accordionMP h2:hover {
        color: #fff;
        background-color: darkgrey;
    }

.accordionMP h3 {
    padding: 5px 35px;
    color: #3c80f6;
    padding-left: 50px;
    font-size: 0.8em;
    font-weight: normal;
}

    .accordionMP h3:hover {
        color: #fff;
        background-color: darkgrey;
    }


.accordionMP h4 {
    padding: 5px 35px;
    padding-left: 65px;
    font-size: 0.8em;
    color: #3c80f6;
}

    .accordionMP h4:hover {
        color: #fff;
        background-color: darkgrey;
    }

.accordionMP h5 {
    padding: 5px 35px;
    padding-left: 80px;
    font-size: 0.8em;
    color: #3c80f6;
}

    .accordionMP h5:hover {
        color: #fff;
        background-color: darkgrey;
    }

.accordionMP h6 {
    padding: 5px 35px;
    padding-left: 95px;
    font-size: 0.8em;
    color: #3c80f6;
}

    .accordionMP h6:hover {
        color: #fff;
        background-color: darkgrey;
    }

.accordionMP p {
    padding: 15px 35px;
    background-color: #ddd;
    font-family: "Georgia";
    font-size: .8rem;
    color: #333;
    line-height: 1.3rem;
}

.accordionMP .opened-for-codepen {
    display: block;
}

.title {
    text-align: center;
    color: rgba(0,0,0,0.54);
    font-size: 1.5em;
    border: 1px solid #F1EEEE;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.26);
    margin: 5px auto;
    margin-bottom: -6px;
    padding: 14px 20px;
    background: white;
}

.cardLink {
    color: #3c80f6;
    text-decoration: none;
    padding-left: 0px;
}

    .cardLink:hover {
        color: #fff !important;
        text-decoration: underline !important;
    }

.accordion h1 > .cardLink {
    color: #3c80f6;
}

.accordion h1:hover > .cardLink {
    color: #fff;
    background-color: darkgrey;
    text-decoration: underline !important;
}

.accordion h1:hover > a {
    color: #3c80f6;
    background-color: darkgrey;
    text-decoration: underline !important;
}

.accordion h2:hover > .cardLink {
    color: #fff;
    background-color: darkgrey;
    text-decoration: underline !important;
}

.accordion h3:hover > .cardLink {
    color: #fff;
    background-color: darkgrey;
    text-decoration: underline !important;
}

.accordion h4:hover > .cardLink {
    color: #fff;
    background-color: darkgrey;
    text-decoration: underline !important;
}

.accordion h5:hover > .cardLink {
    color: #fff;
    background-color: darkgrey;
    text-decoration: underline !important;
}

.accordion h6:hover > .cardLink {
    color: #fff;
    background-color: darkgrey;
    text-decoration: underline !important;
}

/*.accordion h6 {
    padding: 5px 35px;
    background-color: #f2f2f2;
    padding-left: 35px;
    font-size: 1em;
    font-weight: normal;
    color: #000080;    
    border: 1px solid #DDD;
}*/

h6:hover > .cardLink {
    color: #fff;
    background-color: darkgrey;
    text-decoration: underline !important;
}


/****************************************/
/* Notification */
/****************************************/
#notification_li {
    position: relative;
}

#notificationContainer {
    background-color: #fff;
    border: 1px solid #646464;
    border: 1px solid rgba(100, 100, 100, .4);
    -webkit-box-shadow: 0 3px 8px #000000;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    overflow: visible;
    position: absolute;
    top: 43px;
    margin-left: -240px;
    width: 400px;
    display: none;
    z-index: 1001;
    margin-right: 3em;
    margin-top: 1em;
    padding-top: 0px;
    padding-bottom: 0px;
}

    /* Popup Arrow */
    #notificationContainer:before {
        content: '';
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        color: transparent;
        border: 10px solid black;
        border-color: transparent transparent white;
        margin-top: -20px;
        margin-left: 355px;
    }

#notificationTitle {
    font-weight: bold;
    padding: 8px;
    font-size: 13px;
    background-color: #ffffff;
    position: relative;
    z-index: 1000;
    width: 398px;
    border-bottom: 1px solid #dddddd;
}

#notificationsBody {
    /*padding: 4px 10px 10px 10px;*/
    min-height: 200px;
}

    #notificationsBody > ul {
        list-style: none;
        padding-left: 0px;
    }

        #notificationsBody > ul li {
            padding: 4px 10px 10px 10px;
            border-bottom: 1px solid #eee;
            margin-right: 0px;
        }

/*.newNotification, #notificationsBody > ul li:hover {
                background-color: rgba(204, 204, 204, 0.28);
            }*/


.newNotification {
    background-color: rgba(204, 204, 204, 0.28);
}


.notificationText {
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
    color: #000080;
}

#notificationFooter {
    background-color: #e9eaed;
    text-align: center;
    font-weight: bold;
    padding: 8px;
    font-size: 12px;
    border-top: 1px solid #dddddd;
}

#notification_count {
    padding: 3px 7px 3px 7px;
    background: #cc0000;
    color: #ffffff;
    font-weight: bold;
    margin-left: -15px;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    position: absolute;
    margin-top: -6px;
    font-size: 11px;
    display: none;
}

.dimensioneSelected {
    font-weight: bold;
    font-size: 15px;
}

@media screen and (max-width:1030px) {
    #notificationLink {
        margin-right: 0px;
    }

    #SearchBasicNetDesktop {
        display: none !important;
    }
    #impersonateCompany {
        display: none !important;
    }
}
