/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20-lug-2016, 10.40.45
    Author     : paolomalaspina
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700|Nunito:400,300,700|Josefin+Sans:400,600');


h1, h2, h3, h4 { 
    font-family: 'Nunito', Arial, sans-serif;
    color: #0066b8;
}

body {
    background: #f5f5f3 url('img/login/background.jpg') no-repeat top center ;
    /*background-size: cover;*/
    background-attachment: fixed;
    background-size: 100%;

    font-family: 'Nunito', Arial, sans-serif;





}
body.reservedArea {
    background: #f5f5f3 url('img/reservedArea/background.jpg') no-repeat center 40px;
}

button > span {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;

}


.bodyContent, .selectDeviceContent {
    background-color: #ffffff;
    margin:0px;
}

.wrapper {
    max-width: 990px;
    margin: 0 auto;
}

.no-margin {
    margin: 0 !important;
}

.margin-5 {
    margin:5px;
}
.margin-top-20 {
    margin-top:20px;
}
.margin-bottom-5 {
    margin-bottom: 5px;
}
.margin-top-5 {
    margin-top: 5px;
}

.no-padding {
    padding:0;
}
.clearBoth {
    clear: both;
    visibility: visible;
    min-height: 30px;
}

.white-alpha-08 {
    background: rgba(255, 255, 255, 0.8); 
}

.rounded-6 {
    border-radius: 6px;
}

.padding-0 {
    padding: 0px;
}
.padding-10 {
    padding: 10px;
}
.padding-30 {
    padding: 30px;
}

.margin-0 {
    margin:0px;
}

.gameBox {
    padding:5px 20px;
    margin-top:60px;
}
select.selectpicker { display:none; /* Prevent FOUC */}
.sezBox {
    /*float:right;*/
    padding:10px 20px;
}
.sezBox > div{
    /*float:right;*/
    /*height: 25px;*/
    /*margin:0 5px;*/
}
.sezBox > div.active a{
    /*color: red;*/
}
.sezBox img {
    width:65px; 
    /*height: 60px;*/ 
    text-align: center;
}
.sezBox a {font-size: 10pt;}

.headerBGLogo {
    position: absolute;
    text-align: center;
    /*  left: -50%;
      margin-left: -25%;*/
    margin-top: -10px;
    height: 40px;
}

/**
* Arrow select world
*/
.arrow_box {
    position: relative;
    background: #88b7d5;
    /*height: 80px;*/
    padding: 40px;
    width: 50%;  
}
.arrow_box:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #88b7d5;
    border-width: 80px;
    margin-top: -80px;
}


.switchTo{
    /*display:block;*/
    padding: 40px;
    /*margin-top:20px;*/
}

.switchTo img{

}

.switchTo span{
    display:block;
    float:left;
    margin:3px 8px;    
}

.headerRow1 {
    padding-bottom:10px;
}

#World_select .jumbotron > div {

    background: transparent url('img/linea_v.jpg') no-repeat top center;
}

#World_select, #world_login {
    /*position: absolute;*/
}

#frmSearch input {
    background-color:#FFFFFF;
    border:1px solid #b3bdc4;
    color: #000000;
    font-size:12pt;
}
#frmLogin input {
    background-color:#ebedef;
    border:1px solid #c0c8ce;
    color: #000000;
    font-size:12pt;
}

#frmLogin label {
    text-align: center;
    color: #56708c;
    font-size:11pt;
}

.btn-login, .btn-createAccount {
    background-color: #8eda77;
    background-position: 0 -15px;
    color:#FFFFFF;
    /*width: 60%;*/
}
.btn-login {
    width: 60%;
}
.btn-login:hover, btn-createAccount:hover {
    background-color: #36b80e;
    color:#FFFFFF;
}
.btn-register {
    background-color: #6986a0;
    background-position: 0 -15px;
    color:#FFFFFF;
    width: 60%;
}
.btn-register:hover {
    background-color: #23486b;
    color:#FFFFFF;
}


.cursorPointer {
    cursor:pointer;
}


.panel-sample .dropdown-menu li {
    text-align: left;
    padding: 3px 5px;
}

/* RESERVED AREA */


.info-box-selected{
    /*    border-top-left-radius: 2px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 2px;*/
    display: block;

    height: 50px;
    width: 100%;
    padding-top:10px;
    /*    font-size: 45px;
        line-height: 90px;*/
    /*background: rgba(0,0,0,0.2)*/
}

.info-box-selected img{
    padding: 5px 5px 0;

}

.info-box-selected span{
    padding: 5px 0;
    color:white;  
}


.info-box-content {
    padding: 15px 0 0;

    color:#ffffff;
}
.info-box-number{
    display: block;
    font-weight: bold;
    font-size: 10pt;
}
.progress-description{
    margin: 0px;
}
.progress-description .popover{
    max-width: 500px;
    width: 500px;
}
.progress-description .popover-content{
    color: #000000;


}
.progress-description .popover-content h4{
    color: #6dfff7;
    text-align: center;
}

.row.footerIstiuzionale h4 {
    color: #ffffff ! important
}
.row.footerIstiuzionale {
    background-color: #174d80;
    color:#FFFFFF !important;
    padding:10px;
    margin-bottom: 20px;
}
.row.footerIstiuzionale div.borderR {

    border-right: 2px solid #ffffff;

}
/*.row.footerIstiuzionale a,.row.footerIstiuzionale a:hover, .row.footerIstiuzionale a:selected, .row.footerIstiuzionale a:active {*/
.row.footerIstiuzionale a, .row.footerIstiuzionale a:hover {
    color:#FFFFFF;
    font-size: 10px;

}

.row.footerIstiuzionale ul {
    list-style: none;
    padding-left:0px;
}
.row.footerIstiuzionale h4 {
    font-size: 10pt;

}


.row.footer {
    background-color: rgba(23, 77, 128, 0.7);
    color:#FFFFFF;
    /*padding: 20px 20px;*/
    padding: 20px 20px;
    border-bottom:5px solid #ffffff;
}
.row.footer.planetSapientino, .row.footer.planetEsploraMondo  {
    background-color: rgba(194,14,26,0.7);
}

.menu {
    background-color: #174d80;
}
.menu.planetSapientino  {
    background-image: url('img/planetSapientino/texture.jpg');

    background-color: #e40020;
}

.row.h.planetClementoni, 
.row.h.planetSapientino, 
.row.h.planetEsploraMondo 
{
    border-top-left-radius:  20px;
    border-top-right-radius: 20px;
    background-color: #FFFFFF;
    min-height: 93px;
}
.row.h.planetClementoni {
    margin-right: 7px;
}
.row.h.planetSapientino, .row.h.planetSapientino.planetClementoni {
    margin-left: 7px;
    margin-right: 0px !important;
}

.row.h.planetEsploraMondo {
    margin-left: 13px;
}
.row.h  div {
    min-height: 93px;
}

.row.h.planetClementoni.activeWorld,
.row.h.planetSapientino.activeWorld,
.row.h.planetEsploraMondo.activeWorld
{
    background-color: #dee8f2;
}
.row.h.planetClementoni.activeWorld .selWorld,
.row.h.planetSapientino.activeWorld .selWorld,
.row.h.planetEsploraMondo.activeWorld .selWorld
{
    border-bottom:8px solid #dee8f2;
}

.row.h.planetClementoni .logoWorld{
    /*max-width: 210px;*/
    height: auto;
    position: absolute;
    /*left:-15px;*/
    bottom:0px;

}
.row.h.planetSapientino .logoWorld{

    position: absolute;
    left:7px;
    bottom:1px;

}


.headerSelectWorld {
    /*background-color: #ffffff;*/
    /*border-bottom: 2px solid #174d80;*/
    /*background-color: rgba(255, 255, 255, 0.7);*/
    background-color: transparent;
    min-height: 93px;

}



.headerSelectWorld.planetSapientino {
    /*border-bottom: 2px solid #c26a70;*/
}

.headerSelectWorld  .selWorld{
    border-bottom:10px solid #FFFFFF;
    height: 80px;
    padding: 0px;
}
.headerSelectWorld  .selWorld > img{
    height: 65%;
    /*width: 80%;*/
}
.headerSelectWorld  .selWorld h4 {
    margin:0px;
    font-size: 10pt;
    text-align: center;
}

.headerSelectWorld  .selWorld h4.planetClementoni {
    color:#174d80;
}

.headerSelectWorld  .selWorld h4.planetEsploraMondo {
    color:#02aadb;
}
.headerSelectWorld  .selWorld h4.planetSapientino {
    color:#e40020;
}




.headerSelectWorld .planetSapientino .activeWorld{
    border-bottom:10px solid #e40020 !important;
}
.headerSelectWorld .planetEsploraMondo .activeWorld{
    border-bottom:10px solid #02aadb !important;
}

.headerSelectWorld .planetClementoni .activeWorld{
    border-bottom:10px solid #174d80 !important;
}

.logoWorld {  
    /*float: right;*/
    max-height: 80px;

}

.headerSelectWorld .active {  
    background-color: red;

}
.headerSelectWorld logoWorld {
    float: left;
    min-height: 50px;
    border:1px solid red;
}
.headerSelectWorld .bgCol1{
    background-color: red;
    height: 100%;
}


#content-wrapper {
    min-height: 520px;
}

.sezFooterBox {
    color:#FFFFFF;
    font-size: 10pt;
    overflow: hidden;
    /*min-height: 200px;*/
    padding: 0px 15px;
}

.sezFooterBox a {
    color:#FFFFFF;
}


#scegliUsers,#scegliProfilo {
    color:#FFFFFF;
}

@media only screen and (max-width: 767px) {
    #World_select .jumbotron > div  {
        background: transparent;
    }    

    .progress-description .popover{
        width: 100%;
    }
}

/**
* impostzione stili menu a tendinda filtri prodotto
*/
article, aside, details, div, dt, figcaption, footer, form, header, hgroup, html, main, nav, section, summary {
    display: block;
}
a, .store-top-menu-item, .store-top-menu-link, .store-sub-top-menu-btn a, label, .clem-simulate-label, .clem-select .clem-select-item, .clem-select-large, .store-btn-install, .product-icon, .store-expo-slider .store-slider-mover, .store-cover-flow-item, .clem-modal-btn-close-container, .clem-chat-history select, .select-friend .current-receiver, .select-friend .current-sender, .clem-chat-users-list li, .clem-chat-action, .read-olders {
    cursor: pointer;
}
.store-top-menu ul {
    line-height: normal;
    font-size: 12px;
    padding:0px !important;
}
.store-sub-top-menu, .chat-friendlist-menu {
    list-style: none;
    text-align: left;
    cursor: default;
}
.store-sub-top-menu-categories {
    width: 230px;
    margin-left: -5px;
    padding:0px !important;
}
/*.icons-sprite, .icons-adultprofile-large, .icons-adultprofile-small, .icons-area-adulto, .icons-arrow-bottom-sapientino, .icons-arrow-bottom, .icons-avatar-babyboy, .icons-avatar-babygirl, .icons-btn-update, .icons-channel-filterbooks, .icons-channel-filterimages, .icons-channel-filtermusic, .icons-channel-filtervideo, .icons-chat-checkmark, .icons-chat-emoticon-button, .icons-chat-female, .icons-chat-male, .icons-chat-send-button, .icons-chat, .icons-clem-arrow-bottom, .icons-clem-checkbox-checked, .icons-clem-checkbox, .icons-clem-logo-label, .icons-clem-station-small, .icons-clemcall-small, .icons-clempad-small, .icons-clempad-xl-8inch-small, .icons-clempadhr-small, .icons-clempadhrxl-small, .icons-clemstation3-small, .icons-educprog-star, .icons-edutarget-subcategorycomplete, .icons-facebook, .icons-flag-belgium, .icons-flag-cyrillic, .icons-flag-de_DE, .icons-flag-en_EN, .icons-flag-english, .icons-flag-es_ES, .icons-flag-fr_FR, .icons-flag-it_IT, .icons-flag-italian, .icons-flag-unknown, .icons-i18n-deutschland, .icons-i18n-english, .icons-i18n-espanol, .icons-i18n-french, .icons-i18n-italian, .icons-left-creativity, .icons-left-knowledge, .icons-left-lang-com, .icons-left-logic, .icons-left-math, .icons-left-system, .icons-leftlabel-blue, .icons-leftlabel-darkblue, .icons-leftlabel-green, .icons-leftlabel-red, .icons-leftlabel-yellow, .icons-mfchr-small, .icons-my-download, .icons-my-first-clempad-small, .icons-note, .icons-notify-hidden, .icons-notify-notifica, .icons-notify-ok, .icons-progress-lens, .icons-registro-progressi, .icons-select-associateddevices, .icons-select-child-f, .icons-select-child-m, .icons-select-notify, .icons-sidebar-arrow-right-red, .icons-sidebar-arrow-right, .icons-social-fb, .icons-social-gplay, .icons-social-gplus, .icons-social-tw, .icons-social-ytube, .icons-store-cat-creativity, .icons-store-cat-knowledge, .icons-store-cat-lang-com, .icons-store-cat-logic, .icons-store-cat-math, .icons-store-label-done, .icons-store-label-new, .icons-store-slider-mover-next, .icons-store-slider-mover-pre, .icons-tutorial-sapientino, .icons-urlfilter-arrowtop, .icons-urlfilter-btn-submit, .icons-urlfilter-url-selected, .icons-urlfilter-url-unselected, .icons-youtube, .clem-select-arrow, .product-icon-new::after, .product-icon-installed::after, .store-btn-install, .clem-checkbox, .clem-checkbox-checked .clem-checkbox, .is-current-view::after, .clem-page-urlfilter .clem-filter::after, .clem-page-urlfilter .custom-filter::after, .clem-page-urlfilter .url-filter-submit {*/
.icons-sprite,.icons-adultprofile-large,.icons-adultprofile-small,.icons-area-adulto,.icons-arrow-bottom-sapientino,.icons-arrow-bottom,.icons-avatar-babyboy,.icons-avatar-babygirl,.icons-btn-update,.icons-channel-filterbooks,.icons-channel-filterimages,.icons-channel-filtermusic,.icons-channel-filtervideo,.icons-chat-checkmark,.icons-chat-emoticon-button,.icons-chat-female,.icons-chat-male,.icons-chat-send-button,.icons-chat,.icons-clem-arrow-bottom,.icons-clem-checkbox-checked,.icons-clem-checkbox,.icons-clem-logo-label,.icons-clem-station-small,.icons-clemcall-small,.icons-clempad-small,.icons-clempad-xl-8inch-small,.icons-clempadhr-small,.icons-clempadhrxl-small,.icons-clemstation3-small,.icons-educprog-star,.icons-edutarget-subcategorycomplete,.icons-facebook,.icons-flag-belgium,.icons-flag-cyrillic,.icons-flag-de_DE,.icons-flag-en_EN,.icons-flag-english,.icons-flag-es_ES,.icons-flag-fr_FR,.icons-flag-pl_PL,.icons-flag-pt_PT,.icons-flag-it_IT,.icons-flag-italian,.icons-flag-poland,.icons-flag-portugal,.icons-flag-unknown,.icons-i18n-deutschland,.icons-i18n-english,.icons-i18n-espanol,.icons-i18n-french,.icons-i18n-italian,.icons-i18n-poland,.icons-i18n-portugal,.icons-left-creativity,.icons-left-knowledge,.icons-left-lang-com,.icons-left-logic,.icons-left-math,.icons-left-system,.icons-leftlabel-blue,.icons-leftlabel-darkblue,.icons-leftlabel-green,.icons-leftlabel-red,.icons-leftlabel-yellow,.icons-mfchr-small,.icons-my-download,.icons-my-first-clempad-small,.icons-note,.icons-notify-hidden,.icons-notify-notifica,.icons-notify-ok,.icons-progress-lens,.icons-registro-progressi,.icons-select-associateddevices,.icons-select-child-f,.icons-select-child-m,.icons-select-notify,.icons-sidebar-arrow-right-red,.icons-sidebar-arrow-right,.icons-social-fb,.icons-social-gplay,.icons-social-gplus,.icons-social-tw,.icons-social-ytube,
.icons-store-cat-creativity,
.icons-store-cat-knowledge,
.icons-store-cat-lang-com,
.icons-store-cat-logic,
.icons-store-cat-math,
.icons-store-cat-4,
.icons-store-cat-5,
.icons-store-cat-1,
.icons-store-cat-3,
.icons-store-cat-2,
.icons-store-label-done,.icons-store-label-new,.icons-store-slider-mover-next,.icons-store-slider-mover-pre,.icons-tutorial-sapientino,.icons-urlfilter-arrowtop,.icons-urlfilter-btn-submit,.icons-urlfilter-url-selected,.icons-urlfilter-url-unselected,.icons-youtube,.clem-select-arrow,.product-icon-new:after,.product-icon-installed:after,.store-btn-install,.clem-checkbox,.clem-checkbox-checked .clem-checkbox,.is-current-view:after,.clem-page-urlfilter .clem-filter:after,.clem-page-urlfilter .custom-filter:after,.clem-page-urlfilter .url-filter-submit, .btn-new-app, .btn-installed-app {
    background-image: url('img/icons-s3f7adf4b25.png');
    background-repeat: no-repeat;
}

.topmenu-sprite, 
.topmenu-ar_AR, .topmenu-clem-logo, .topmenu-clem-pure-logo-small, .topmenu-clem-pure-logo, .topmenu-clemchannel-disabled, .topmenu-clemchannel, 
.topmenu-de_DE, 
.topmenu-el_EL, 
.topmenu-el_GR, 
.topmenu-en_EN, 
.topmenu-en_GB, 
.topmenu-es_ES, 
.topmenu-fr_FR, 
.topmenu-home-disabled, .topmenu-home, .topmenu-homecare-disabled, .topmenu-homecare, 
.topmenu-it_IT, .topmenu-login-disabled, .topmenu-login, .topmenu-menu-item-current, 
.topmenu-nl_NL, .topmenu-pl_PL, .topmenu-pt_PT, .topmenu-regprog-disabled, .topmenu-regprog, .topmenu-submenu-top-triangle, .topmenu-tr_TR, .topmenu-unknown_UNKNOWN, .has-not-associated-devices .topmenu-regprog, .has-not-associated-devices .topmenu-clemchannel, .sub-top-menu::before {
    background-image: url('img/topmenu-s07332d14c5.png');
    background-repeat: no-repeat;
}

.containerMenu {
    min-height: 100px;
    background-color: #FFFFFF;
    /*border-bottom: 2px solid #174d80;*/
}



.category-icon-top-menu {
    margin-left: 0px;
    width:38px;
    height:38px;
}

.store-sub-top-menu .category-label, .chat-friendlist-menu .category-label {
    font-weight: bold;
    padding-left: .5em;
    padding-right: .5em;
    /*overflow: hidden;*/
}
.store-sub-top-menu-categories .clem-simulate-label {
    width: 145px;
}

.clem-simulate-label {
    white-space: normal;
}

.clem-topmenu-icon, .clem-topmenu-text, .store-top-menu-link, .store-top-menu-item.has-children .icons-arrow-bottom, .store-top-menu-item.has-children .icons-arrow-bottom-sapientino, .category-icon-top-menu, .agerange-icon-top-menu, .clem-simulate-label, #clemI18n-navigation span, .clem-checkbox, .product-cat, .store-single-category, .product-screenshot, .product-categories-explained li .text-ellipsed, .product-categories-explained li::after, .store-single .btn-free-app, .btn-free-app span, .clem-store-coverflow-caption .coverflow-caption-inner, .productgallery-slide, #clem-homepage-logo, .inline-block-middle, .clem-chat-notify, .chat-friendlist-menu .is-current-conversation .is-current-icon, .current-conversation-avatar, .current-conversation-name, .clem-select-emoticons, .clem-select-emoticons-list {
    display: inline-block;
    vertical-align: middle;
    /*    *vertical-align: auto;
        *zoom: 1;
        *display: inline;*/
}
.popover.lstCategorie {
    width:420px;
}
#scegliProfiloContent {
    width: 300px;
}

/***  icone ***/
.icons-left-lang-com {
    background-position: -2091px -1520px;
    height: 44px;
    width: 39px;
}

.icons-left-math {
    background-position: -2169px -1428px;
    height: 46px;
    width: 39px;
}

.icons-left-logic {
    background-position: -2130px -1474px;
    height: 46px;
    width: 39px;
}

.icons-left-creativity {
    background-position: -2013px -1610px;
    height: 46px;
    width: 39px;
}
.icons-left-knowledge {
    background-position: -2052px -1564px;
    height: 46px;
    width: 39px;
}
.icons-left-system {
    background-position: -2208px -1382px;
    height: 46px;
    width: 39px;
}

.icons-channel-filtervideo {
    background-position: -702px -2659px;
    height: 40px;
    width: 39px;
}

.icons-channel-filtermusic {
    background-position: -663px -2699px;
    height: 40px;
    width: 39px;
}

.icons-leftlabel-all {
    /*background: transparent url('img/all.jpg') no-repeat;*/
    background: transparent url('img/all.png') no-repeat;
    height: 38px;
    width: 38px;
    background-size: cover;
}

.icons-leftlabel-red {
    background-position: -2445px -1220px;
    height: 42px;
    width: 66px;
}

.icons-leftlabel-darkblue {
    background-position: -2313px -1302px;
    height: 40px;
    width: 66px;
}

.icons-leftlabel-blue {
    background-position: -2247px -1342px;
    height: 40px;
    width: 66px;
}
.icons-leftlabel-green {
    background-position: -2379px -1262px;
    height: 40px;
    width: 66px;
}
.icons-leftlabel-yellow {
    background-position: -2511px -1180px;
    height: 40px;
    width: 66px;
}

.icons-store-cat-lang-com, .icons-store-cat-1 {
    background-position: -3375px -423px;
    height: 15px;
    width: 22px;
}

.icons-store-cat-logic, .icons-store-cat-3 {
    background-position: -3397px -408px;
    height: 15px;
    width: 21px;
}
.icons-store-cat-math, .icons-store-cat-2 {
    background-position: -3418px -393px;
    height: 15px;
    width: 22px;
}

.icons-store-cat-creativity, .icons-store-cat-4 {
    background-position: -3333px -453px;
    height: 15px;
    width: 21px;
}
.icons-store-cat-knowledge, .icons-store-cat-5 {
    background-position: -3354px -438px;
    height: 15px;
    width: 21px;
}

.row {
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    *zoom: 1;
}

.store-expo-product-list-wrapper {
    padding: 30px 20px 15px 20px;
}
.product-row {
    padding: 0 0 1em 0;
}

.product-row-item-0 {
    border-right: 1px solid #d5d6df;
}
.product-row-item-1 {
    border-right: 1px solid #d5d6df;
}

.product-icon-wrapper {
    /*  padding-right: 8px;
      padding-top: 8px;*/
    padding: 8px 0 0 0;
}


.product-icon {
    text-align: center;
    /*padding:10px;*/
}

.btn-free-app, .btn-new-app, .btn-installed-app {
    padding: 1em 0;
}
.btn-new-app  {
    position: absolute;
    top:5px;

    background-position: -3500px -311px;
    height: 15px;
    width: 40px;
}
.btn-installed-app  {
    position: absolute;
    top:5px;

    background-position: -3460px -356px;
    height: 15px;

    width: 40px;
    z-index: 9999;
}

.btn-free-app span { 
    cursor: pointer;
    background-color: #6cb135;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF6CB135', endColorstr='#FF9BBD21');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZjYjEzNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzliYmQyMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6cb135),color-stop(100%, #9bbd21));
    background-image: -moz-linear-gradient(top, #6cb135 0%,#9bbd21 100%);
    background-image: -webkit-linear-gradient(top, #6cb135 0%,#9bbd21 100%);
    background-image: linear-gradient(to bottom, #6cb135 0%,#9bbd21 100%);
    padding: .1em .8em;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    color: #fff;
    font-weight: bolder;
}
.rm-padding-left {
    padding-left: 0 !important;
}


.product-icon-installed .product-icon-inner {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
}


.product-item-title {
    text-transform: uppercase;
    margin: 0;
    padding: 10px 0;
    font-size: 13px;
    height: 45px;
    overflow: hidden;
    font-size: 12pt;
    font-weight: bold;
}

.product-description {
    word-wrap: break-word;
    font-size: 12px;
    /*height: 91px;*/
    overflow-y: hidden;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-bottom: 1em;
    line-height: 1.1em;
    height: 90px;
}

.store-single .product-description {
    height: auto;
}
.product-action {
    padding: 2px;

}
.product-action .label-downloading {
    background-color: #FFFFFF;
    border:1px solid #00BCD4;
    color:#00BCD4;
}
.product-action .label-downloading.planetSapientino {
    background-image: url('img/refresh_button.png');
    background-repeat: no-repeat;
    background-position: 5px 5px;
    padding-left:50px;
    display: inline-table;
}
.product-action .label-to-install {
    background-color: #FFFFFF;
    border:1px solid #62B965;
    color:#62B965;
    cursor: pointer; cursor: hand;
}
.product-action .label-installed {
    background-color: #FFFFFF;
    border:1px solid #ABBBC9;
    color:#ABBBC9;
}

.product-action h3 {
    margin-top:0px;

}

.store-single .product-description {
    line-height: 1.3em;
    padding: .2em 0;
    min-height: 1.3em;
}

.store-btn {
    width: 145px;
    height: 20px;
    line-height: 1;
    text-transform: capitalize;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    outline: none;
    border: none;
    font-weight: bolder;
    font-size: 12px;
}

.store-btn-install {
    background-position: -440px -2819px;
    color: #fff;
}

.store-btn-installed {
    border: 2px solid #6cb135;
    cursor: default !important;
    color: #6cb135;
    background-color: #fff;
}

.product-row-item-divider.divider-bottom {
    padding: 0 !important;
    margin-top: 1.5em;
    margin-left: 15px;
    margin-right: 15px;
    height: 1px;
    max-width: 100%;
    width: 29%;
}

.product-row-item-divider.divider-bottom-extend-all {
    padding: 0 !important;
    margin-top: 1.5em;
    margin-left: 15px;
    margin-right: 15px;
    height: 1px;
    width: 100%;
}
.pull-left, .conversation-partner, .conversation-partner .clem-chat-notification-container {
    float: left !important;
}
.product-row-item-divider {
    background-color: #d5d6df;
}

.product-icon-new:after{background-position:-3499px -311px;width:41px;height:28px}
.product-icon-installed:after{background-position:-3440px -339px;width:41px;height:28px}

/**
* CREZIONE CSS BOOSTRAP
*/

.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-link {
    color: #0088cc;
    cursor: pointer;
    border-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn-link:hover,
.btn-link:focus {
    color: #005580;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
    color: #333333;
    text-decoration: none;
}

.btn-small {
    padding: 2px 10px;
    font-size: 11.9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
    margin-top: 0;
}

.ulLstCategorie{
    width: 100%;
}


.text-white {
    color:#FFFFFF;
}

.text-over {
    font-weight: bold;
    width: 100%;
    padding-top:10px;
    vertical-align: middle;
}

.lstFilterCatalog a, .lstFilterCatalog a:hover, .lstFilterCatalog a:active, .lstFilterCatalog a:focus {
    text-decoration: none !important;
    color:#000000 !important;
}


/** 
* dettaglio clem channel prodotto
*/
.rowInnerPadding {
    padding-left: 15px;
    padding-right: 15px;
}

.clem-divider-bottom {
    border-bottom: 2px solid #a7b3ef;
}

.product-single-label.clem-divider-top {
    margin: 18px 0 0 0;
    padding-top: 12px;
}

.label-target {
    padding:10px 0;
}
.label-target strong {
    color: #004d8a;
}

b, strong {
    font-weight: bold;
}
.clem-divider-top {
    border-top: 2px solid #a7b3ef;
}

.product-single-label {
    padding-bottom: .5em;
    font-size: 20px;
    font-weight: 400;
}
.clem-breadcumb, .clem-inline-menu, .clem-select-emoticons-menu ul {
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    *zoom: 1;
}
.clem-breadcumb li, .clem-inline-menu li, .clem-select-emoticons-menu ul li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    white-space: nowrap;
}

.clem-breadcumb a {
    font-weight: bolder;
}

.store-single .product-item-title {
    font-weight: 400;
    font-size: 24px;
}

.nav-justified, .nav-tabs.nav-justified {
    width: 100%;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    overflow: hidden;
    *zoom: 1;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
}


.nav > li {
    position: relative;
    display: block;
}

.list-languages li {
    width: 36px;
    height: 36px;
}

.list-inline > li {
    display: inline-block;
    padding-left: 2px;
    padding-right: 2px;
}


.topmenu-it_IT {
    background-position: -1031px -364px;
    height: 19px;
    width: 20px;
}

.topmenu-fr_FR {
    background-position: -807px -569px;
    height: 19px;
    width: 20px;
}

.topmenu-pl_PL{
    background-position: -1246px -169px;
    height: 19px;
    width: 20px;
}

.topmenu-de_DE {
    background-position: -687px -683px;
    height: 19px;
    width: 20px;
}
.topmenu-es_ES {
    background-position: -787px -588px;
    height: 19px;
    width: 20px;
}

.topmenu-en_EN , .topmenu-en_GB {
    background-position: -747px -626px;
    height: 19px;
    width: 20px;
}

.topmenu-nl_NL {
    background-position: -1226px -188px;
    height: 19px;
    width: 20px;
}

.topmenu-pt_PT {
    background-position: -1266px -150px;
    height: 19px;
    width: 20px;
}

.topmenu-tr_TR {
    background-position: -1417px -19px;
    height: 19px;
    width: 20px;
}

.topmenu-el_GR {
    background-position: -727px -645px;
    height: 19px;
    width: 20px;
}

.row.product-categories {
    height: 20px;
}
.row.product-categories > span, .productDetails-categories > span {
    margin-right: 5px;
}
.store-single .product-categories-explained {
    padding-top: 3.4em;
}
.product-categories-explained {
    width: 80%;
    margin: 0 auto 0 0;
    text-align: right;
}
.list-unstyled, .product-categories-explained, .list-inline, .productgallery-slides {
    padding-left: 0;
    list-style: none;
}

.product-categories-explained li {padding-right: .3em;}
.product-categories-explained li:after {
    content: '';
    width: 18px;
    height: 10.125px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.product-categories-explained li .text-ellipsed {
    width: -webkit-calc( 100% - 28px );
    width: -moz-calc( 100% - 28px );
    width: -ms-calc( 100% - 28px );
    width: -o-calc( 100% - 28px );
    width: calc( 100% - 28px );
}

.product-categories-explained .cat-slug-lang-com:after {
    background-color: #ff1900;
}

.product-categories-explained .cat-slug-math:after {background-color: #016199;}

.product-categories-explained .cat-slug-logic:after {
    background-color: #5bc5f2;
}
.product-categories-explained .cat-slug-creativity:after {
    background-color: #8abb3a;
}
.product-categories-explained .cat-slug-knowledge:after {background-color: #fbc600;}

.btnDownload, .btnDownload-fromDetails {
    background-color: #fbc600;
    border:1px solid #6dfff7;
    color:#36b80e;
    padding: 6px 12px;
    height: 20px;
}

.navbar.catalog_filter {
    margin-bottom: 0px;
}

.statusNew-hidden, .icons-store-cat-lang-com-hidden, .icons-store-cat-math-hidden, .icons-store-cat-logic-hidden, .icons-store-cat-creativity-hidden, .icons-store-cat-knowledge-hidden, .btnInstalla-hidden, .btnInstallato-hidden, .btnInstalla-fromDetails-hidden, .btnInstallato-fromDetails-hidden {
    display: none;
}


.error-message {
    position: fixed;
    top: 45%;
    left: 50%;
    margin-left: -150px;
    width: 300px;
    z-index: 9999;
    background-color: red;
    color:#FFFFFF;
}


.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('img/page-loader.gif') 50% 50% no-repeat rgb(249,249,249);
}



.selectDeviceByUser {
    /*
    padding:0 0 0 25px;
    */
}

.no-padding {
    padding:0;
}
.no-padding-right {
    padding-right: 0px;
}
.no-padding-left {
    padding-left: 0px;
}





#lightbox .modal-content {
    display: inline-block;
    text-align: center;   
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -55px;

    z-index:1032;
}

.product-image-1-link, .product-image-2-link, .product-image-3-link, .product-image-4-link {
    padding: 0 5px;
}


/*input.ng-invalid {
    background-color: pink;
}*/
input.ng-invalid.ng-touched  {
    background-color: pink;
}

input.ng-pristine + ul#strength {
    display:none;
}
ul#strength {
    display:inline;
    list-style:none;
    margin:0;
    margin-left:15px;
    padding:0;
    vertical-align:2px;
}
.point:last {
    margin:0 !important;
}
.point {
    background:#DDD;
    border-radius:2px;
    display:inline-block;
    height:5px;
    margin-right:1px;
    width:20px;
}

.catalogSingleItem {
    min-height: 280px;
}

/**
multiselect catalogo
**/
.multiple-select-wrapper {
    /*width: 100%;*/
    /*position: relative;*/
}
.multiple-select-wrapper .selected-items-box {
    box-shadow: inset 1px -1px 5px 0 #CCCCCC;
    -webkit-box-shadow: inset 1px -1px 5px 0 #CCCCCC;
    -moz-box-shadow: inset 1px -1px 5px 0 #CCCCCC;
    -o-box-shadow: inset 1px -1px 5px 0 #CCCCCC;
    cursor: pointer;
    border: solid 1px #C7C6C7;
    padding: 5px;
    height: 52px;
    background-color: #fff;
    border-radius: 5px;
    -mox-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
}
.multiple-select-wrapper .selected-items-box .items-list {
    list-style-type: none;
    width: 100%;
    padding: 0;
    margin: 0;
}
.multiple-select-wrapper .selected-items-box .items-list li {
    display: inline;
}
.multiple-select-wrapper .selected-items-box .items-list li img {
    display: inline;
    padding-left: 10px;
    height: 18px;
}
.multiple-select-wrapper .selected-items-box .items-list li img {
    font-size: 20px;
}
.multiple-select-wrapper .multiple-select-wrapper .list {
    display: none;
    height: 90px;
    overflow-y: auto;
    overflow-x: hidden;
    border-left: solid 1px #C7C6C7;
    border-right: solid 1px #C7C6C7;
    border-bottom: solid 1px #C7C6C7;
    z-index: 9999;
    position: absolute;
    width: 99%;
    border-radius: 5px;
    -mox-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
}
.multiple-select-wrapper .list .items-list {
    list-style-type: none;
    width: 100%;
    padding: 0;
    margin: 0;
}
.multiple-select-wrapper .list .items-list li {
    margin: 0;
    width: 100%;
    padding: 0;
    border-bottom: solid 1px #C7C6C7;
    padding: 5px;
    background-color: #fff;
}
.multiple-select-wrapper .list .items-list li input {
    padding-left: 10px;
}
.multiple-select-wrapper .list .items-list li img {
    padding-left: 10px;
    padding-right: 6px;
    height: 18px;
}

.multiple-select-wrapper .list .items-list li span {
    color: #4A4A4A;
    font-size: 14px;
}
.multiple-select-wrapper .dropdown-icon {
    position: absolute;
    top: 26px;
    right: 18px;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    background-image: url("http://s18.postimage.org/ht23xn8id/menu_arrow_down.png");
    background-repeat: no-repeat;
    background-position: 0 center;
}
.multiple-select-wrapper .title{
    color: white;
}

/* grpaj */
.table-bordered {
    border-color: #2C3E50;
}
.table-bordered > thead > tr {
    background-color: #2C3E50;
    color: #ecf0f1;
}
.table-bordered > thead > tr > th {
    border-color: #2C3E50;
}
.table-bordered > tbody > tr > td {
    border-color: #2C3E50;
}
footer {
    background-color: #2C3E50;
    padding: 20px 0;
    margin-top: 40px
}
footer p {
    margin: 0;
}
.row1 {
    -webkit-column-width: 24em;
    -moz-column-width: 24em;
    column-width: 24em;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    margin-left: 0;
    margin-right: 0;
}
.item {
    display: inline-block;
    padding:  .25rem;
    width:  100%;
}


.mediatype{
    margin:0 auto;
    margin-bottom:20px
}
.mediatype .btn{
    padding:15px 40px;
}
.filterMenu{
    background-color: #fff;
    padding: 10px;
    margin: 0px;
}

.progressLogContainer, .useModeContainer {
    background-color: #fff;
    padding: 30px 10px;
    margin: 0 -5px;
}

.progressLogContainer span, .progressLogContainer h4,
.useModeContainer span, .useModeContainer h4
{
    font-size:10pt;
    word-wrap: break-word;
    text-align: center; 
}



/* -----------------------------------------------
 * angular-lightbox
 * -----------------------------------------------
 */

.angular-lightbox-overlay {
    /*position: absolute;*/
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, .8);
    display: flex;
    align-items: center;
    justify-content: center;
}
span.angular-lightbox-inner {
    position: relative;
    min-width: 10em;
    min-height: 10em;
}
span.angular-lightbox-inner > img {
    vertical-align: bottom;
    max-height: 90vh;
}
span.angular-lightbox-inner > a {
    font-family: sans-serif;
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
    line-height: 2em;
    text-align: center;
    text-decoration: none;
    outline: 0;
    position: absolute;
    color: #ddd;
}
span.angular-lightbox-inner > a:hover {
    color: white;
}
span.angular-lightbox-inner > a.previous,
span.angular-lightbox-inner > a.next {
    width: 2em;
    height: 2em;
    top: 50%;
    margin-top: -1em; /* center vertically */
}
span.angular-lightbox-inner > a.previous {
    left: 0;
    margin-left: -2em;
}
span.angular-lightbox-inner > a.next {
    right: 0;
    margin-right: -2em;
}
span.angular-lightbox-inner > a.close {
    top: -1.5em;
    right: 0;
}


/**
*avatar
*/

.kidprofile {
    color: #fff;
    height: 44px;
}
.kidprofile div {
    display: block;
    float: left;
    line-height: 44px;
    margin-right: 15px;
    font-size: 16px;
}
.kidprofile .av-small {
    width: 30px;
    height: 30px;
}
.kidprofile .avatar {
    position: relative;
    left: 0px;
    /*  width: 30px;
      height: 30px;*/
    margin-top: 6px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    -moz-border-radius: 30px;
    -khtml-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background-color: #fff;
}
.kidprofile .avatar img {
    display: block;
    width: 100%;
    height: 100%;
}
.kidprofile .device {
    height: 30px;
    margin-top: 8px;
}
.kidprofile .device img {
    height: 100%;
}

/**
* white list
*/
.wrplist {
    padding: 20px 20px 0px 20px;
}
.wrplist .litm {
    padding: 0px 60px 0px 0px;
    border-bottom: 1px solid #B0BEC5;
    color: #424242;
    line-height: 50px;
}
.wrplist .litm.whiteList {
    height: 50px;
}

.wrplist .litm:hover {
    background-color: #CCCCCC;
}


.wrplist .urlWebSite {
    position: absolute;
    left: 0px;
}
.wrplist .btnDeleteWebSite {
    position: absolute;
    right: 50px;
    top: 10px;

}

/**
* Loading
*/

.loading {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index:1001;
}

.cg-busy{
    position:absolute;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    z-index:1001;
}

.cg-busy-animation.ng-hide-add,
.cg-busy-animation.ng-hide-remove {
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .3s ease;
    transition:all .3s ease;
    display:block !important;
}
.cg-busy-animation.ng-hide-remove {
    opacity:0;
    -webkit-transform:translate(0px,-40px);
    -moz-transform:translate(0px,-40px);
    -ms-transform:translate(0px,-40px);
    -o-transform:translate(0px,-40px);
    transform:translate(0px,-40px);
}
.cg-busy-animation.ng-hide-remove.ng-hide-remove-active {
    opacity:1;
    -webkit-transform:translate(0px,0px);
    -moz-transform:translate(0px,0px);
    -ms-transform:translate(0px,0px);
    -o-transform:translate(0px,0px);
    transform:translate(0px,0px);
}
.cg-busy-animation.ng-hide-add {
    opacity:1;
    -webkit-transform:translate(0px,0px);
    -moz-transform:translate(0px,0px);
    -ms-transform:translate(0px,0px);
    -o-transform:translate(0px,0px);
    transform:translate(0px,0px);
}
.cg-busy-animation.ng-hide-add.ng-hide-add-active {
    opacity:0;
    -webkit-transform:translate(0px,-40px);
    -moz-transform:translate(0px,-40px);
    -ms-transform:translate(0px,-40px);
    -o-transform:translate(0px,-40px);
    transform:translate(0px,-40px);
}

.cg-busy-backdrop {
    background-color:white;
    opacity:.7;
}

.cg-busy-backdrop-animation.ng-hide-add,
.cg-busy-backdrop-animation.ng-hide-remove {
    -webkit-transition:opacity .3s ease;
    -moz-transition:opacity .3s ease;
    -o-transition:opacity .3s ease;
    transition:opacity .3s ease;
    display:block !important;
}

.cg-busy-backdrop-animation.ng-hide {
    opacity:0;
}

/* All styles below are for the default template. */

.cg-busy-default-wrapper {
    text-align:center;
}

.cg-busy-default-sign{
    display: inline-block;
    position:relative;
    z-index:1002;
    padding-bottom: 6px;
    color:#333333;
    text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);
    background-color:#e9eeee;
    border:1px solid #dddddd;
    border-top-width:0;
    -webkit-border-radius:7px;
    -moz-border-radius:7px;
    border-radius:7px;
    border-top-left-radius:0;
    border-top-right-radius:0;
    -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.cg-busy-default-text{
    margin:13px 12px 6px 49px;
    font-size:16px;
    color:#555;
    text-align: left;
    max-width: 400px;
}
.cg-busy-default-spinner{
    position:absolute;
    width:25px;
    height:25px;
    display:inline-block;
    top:12px;
    left:14px;
}
.cg-busy-default-spinner div{
    width:12%;
    height:26%;
    background:#000;
    position:absolute;
    left:44.5%;
    top:37%;
    opacity:0;
    -webkit-animation:cg-busy-spinner-anim 1s linear infinite;
    -moz-animation:cg-busy-spinner-anim 1s linear infinite;
    -ms-animation:cg-busy-spinner-anim 1s linear infinite;
    -o-animation:cg-busy-spinner-anim 1s linear infinite;
    animation:cg-busy-spinner-anim 1s linear infinite;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    border-radius:50px;
    -webkit-box-shadow:0 0 3px rgba(0,0,0,0.2);
    -moz-box-shadow:0 0 3px rgba(0,0,0,0.2);
    box-shadow:0 0 3px rgba(0,0,0,0.2);
}
.cg-busy-default-spinner div.bar1{
    -webkit-transform:rotate(0deg) translate(0, -142%);
    -moz-transform:rotate(0deg) translate(0, -142%);
    -ms-transform:rotate(0deg) translate(0, -142%);
    -o-transform:rotate(0deg) translate(0, -142%);
    transform:rotate(0deg) translate(0, -142%);
    -webkit-animation-delay:0s;
    -moz-animation-delay:0s;
    -ms-animation-delay:0s;
    -o-animation-delay:0s;
    animation-delay:0s;
}
.cg-busy-default-spinner div.bar2{
    -webkit-transform:rotate(30deg) translate(0, -142%);
    -moz-transform:rotate(30deg) translate(0, -142%);
    -ms-transform:rotate(30deg) translate(0, -142%);
    -o-transform:rotate(30deg) translate(0, -142%);
    transform:rotate(30deg) translate(0, -142%);
    -webkit-animation-delay:-0.9167s;
    -moz-animation-delay:-0.9167s;
    -ms-animation-delay:-0.9167s;
    -o-animation-delay:-0.9167s;
    animation-delay:-0.9167s;
}
.cg-busy-default-spinner div.bar3{
    -webkit-transform:rotate(60deg) translate(0, -142%);
    -moz-transform:rotate(60deg) translate(0, -142%);
    -ms-transform:rotate(60deg) translate(0, -142%);
    -o-transform:rotate(60deg) translate(0, -142%);
    transform:rotate(60deg) translate(0, -142%);
    -webkit-animation-delay:-0.833s;
    -moz-animation-delay:-0.833s;
    -ms-animation-delay:-0.833s;
    -o-animation-delay:-0.833s;
    animation-delay:-0.833s;
}
.cg-busy-default-spinner div.bar4{
    -webkit-transform:rotate(90deg) translate(0, -142%);
    -moz-transform:rotate(90deg) translate(0, -142%);
    -ms-transform:rotate(90deg) translate(0, -142%);
    -o-transform:rotate(90deg) translate(0, -142%);
    transform:rotate(90deg) translate(0, -142%);
    -webkit-animation-delay:-0.75s;
    -moz-animation-delay:-0.75s;
    -ms-animation-delay:-0.75s;
    -o-animation-delay:-0.75s;
    animation-delay:-0.75s;
}
.cg-busy-default-spinner div.bar5{
    -webkit-transform:rotate(120deg) translate(0, -142%);
    -moz-transform:rotate(120deg) translate(0, -142%);
    -ms-transform:rotate(120deg) translate(0, -142%);
    -o-transform:rotate(120deg) translate(0, -142%);
    transform:rotate(120deg) translate(0, -142%);
    -webkit-animation-delay:-0.667s;
    -moz-animation-delay:-0.667s;
    -ms-animation-delay:-0.667s;
    -o-animation-delay:-0.667s;
    animation-delay:-0.667s;
}
.cg-busy-default-spinner div.bar6{
    -webkit-transform:rotate(150deg) translate(0, -142%);
    -moz-transform:rotate(150deg) translate(0, -142%);
    -ms-transform:rotate(150deg) translate(0, -142%);
    -o-transform:rotate(150deg) translate(0, -142%);
    transform:rotate(150deg) translate(0, -142%);
    -webkit-animation-delay:-0.5833s;
    -moz-animation-delay:-0.5833s;
    -ms-animation-delay:-0.5833s;
    -o-animation-delay:-0.5833s;
    animation-delay:-0.5833s;
}
.cg-busy-default-spinner div.bar7{
    -webkit-transform:rotate(180deg) translate(0, -142%);
    -moz-transform:rotate(180deg) translate(0, -142%);
    -ms-transform:rotate(180deg) translate(0, -142%);
    -o-transform:rotate(180deg) translate(0, -142%);
    transform:rotate(180deg) translate(0, -142%);
    -webkit-animation-delay:-0.5s;
    -moz-animation-delay:-0.5s;
    -ms-animation-delay:-0.5s;
    -o-animation-delay:-0.5s;
    animation-delay:-0.5s;
}
.cg-busy-default-spinner div.bar8{
    -webkit-transform:rotate(210deg) translate(0, -142%);
    -moz-transform:rotate(210deg) translate(0, -142%);
    -ms-transform:rotate(210deg) translate(0, -142%);
    -o-transform:rotate(210deg) translate(0, -142%);
    transform:rotate(210deg) translate(0, -142%);
    -webkit-animation-delay:-0.41667s;
    -moz-animation-delay:-0.41667s;
    -ms-animation-delay:-0.41667s;
    -o-animation-delay:-0.41667s;
    animation-delay:-0.41667s;
}
.cg-busy-default-spinner div.bar9{
    -webkit-transform:rotate(240deg) translate(0, -142%);
    -moz-transform:rotate(240deg) translate(0, -142%);
    -ms-transform:rotate(240deg) translate(0, -142%);
    -o-transform:rotate(240deg) translate(0, -142%);
    transform:rotate(240deg) translate(0, -142%);
    -webkit-animation-delay:-0.333s;
    -moz-animation-delay:-0.333s;
    -ms-animation-delay:-0.333s;
    -o-animation-delay:-0.333s;
    animation-delay:-0.333s;
}
.cg-busy-default-spinner div.bar10{
    -webkit-transform:rotate(270deg) translate(0, -142%);
    -moz-transform:rotate(270deg) translate(0, -142%);
    -ms-transform:rotate(270deg) translate(0, -142%);
    -o-transform:rotate(270deg) translate(0, -142%);
    transform:rotate(270deg) translate(0, -142%);
    -webkit-animation-delay:-0.25s;
    -moz-animation-delay:-0.25s;
    -ms-animation-delay:-0.25s;
    -o-animation-delay:-0.25s;
    animation-delay:-0.25s;
}
.cg-busy-default-spinner div.bar11{
    -webkit-transform:rotate(300deg) translate(0, -142%);
    -moz-transform:rotate(300deg) translate(0, -142%);
    -ms-transform:rotate(300deg) translate(0, -142%);
    -o-transform:rotate(300deg) translate(0, -142%);
    transform:rotate(300deg) translate(0, -142%);
    -webkit-animation-delay:-0.1667s;
    -moz-animation-delay:-0.1667s;
    -ms-animation-delay:-0.1667s;
    -o-animation-delay:-0.1667s;
    animation-delay:-0.1667s;
}
.cg-busy-default-spinner div.bar12{
    -webkit-transform:rotate(330deg) translate(0, -142%);
    -moz-transform:rotate(330deg) translate(0, -142%);
    -ms-transform:rotate(330deg) translate(0, -142%);
    -o-transform:rotate(330deg) translate(0, -142%);
    transform:rotate(330deg) translate(0, -142%);
    -webkit-animation-delay:-0.0833s;
    -moz-animation-delay:-0.0833s;
    -ms-animation-delay:-0.0833s;
    -o-animation-delay:-0.0833s;
    animation-delay:-0.0833s;
}

@-webkit-keyframes cg-busy-spinner-anim{
    from {opacity: 1;}
    to {opacity: 0.25;}
}
@-moz-keyframes cg-busy-spinner-anim{
    from {opacity: 1;}
    to {opacity: 0.25;}
}
@keyframes cg-busy-spinner-anim{
    from {opacity: 1;}
    to {opacity: 0.25;}
}


#showNotify {
    position: fixed;
    float: right;
    top:20px;
    right: 20px;
    z-index:99999999;
    min-width: 250px;
}


/**
*GEO VIEW

ition i {
  font-size: 18px;
}

.geoview .button-position {
  bottom: 84px !important;
}

.geoview .button-position.searching span {
  -webkit-animation: pulsate 1s infinite ease-out;
  animation: pulsate 1s infinite ease-out;
}
.geoview .button-position.devnotfound i {
  color: #ff0000;
}
.geoview .button-position.devfound i {
  color: #8BC34A;
}
.geoview .button-position.secure,
.geoview .button-position.secureinfo {
  display: none;
}
.geoview .button-areasec.secure,
.geoview .button-areasec.secureinfo {
  background-image: none;
}
.geoview .button-areasec.secure i,
.geoview .button-areasec.secureinfo i {
  display: block;
}
.geoview .searchaddress {
  position: absolute;
  top: 8px;
  left: 3%;
  right: 3%;
  height: 40px;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-border-radius: 2px;
  -khtml-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.geoview .searchaddress input {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
   Safari/Chrome, other WebKit 
  -moz-box-sizing: border-box;
   Firefox, other Gecko 
  box-sizing: border-box;
   Opera/IE 8+ 
  padding: 0px 50px 0px 10px;
}
.geoview .searchaddress .button {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
}
.geoview .bottom-bar-edit {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 90px;
  background-color: rgba(255, 255, 255, 0.5);
}
.geoview .range-radius {
  bottom: 10px;
  left: 10px;
  position: absolute;
  right: 71px;
  width: auto;
  overflow: visible;
}
.geoview .range-radius label {
  position: absolute;
  top: -10px;
}
.geoview .notifymode {
  position: absolute;
  bottom: 100px;
  left: 20px;
  right: 20px;
    height: 100px;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-border-radius: 2px;
  -khtml-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
   Safari/Chrome, other WebKit 
  -moz-box-sizing: border-box;
   Firefox, other Gecko 
  box-sizing: border-box;
   Opera/IE 8+ 
  padding: 10px;
}
.geoview .notifymode h3 {
  padding: 0px;
  color: #424242;
  font-size: 14px;
  font-size: 20px;
  margin: 0px;
}
.geoview .notifymode .item {
  float: left;
  display: block;
  width: 46%;
  margin: 1%;
  -webkit-box-sizing: border-box;
   Safari/Chrome, other WebKit 
  -moz-box-sizing: border-box;
   Firefox, other Gecko 
  box-sizing: border-box;
   Opera/IE 8+ 
}*/
.geoview .notifymode .cicon {
    color: #424242;
    position: relative;
    text-align: left;
    padding-left: 41px;
    line-height: 33px;
}.bar .button.button-fab, .button.button-fab {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    z-index: 9999;
    width: 56px;
    height: 56px;
    max-height: initial;
    max-width: initial;
    border-radius: 50%;
    border-radius: 50%; 
    overflow: hidden;
    padding: 0;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: .3s fade-in-out;
    transition: .3s fade-in-out;
    -webkit-transition-property: -webkit-transform,box-shadow;
    transition-property: transform,box-shadow;
}

/*
.geoview #map {
  position: absolute;
  display:block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.geoview .button-position.searching span {
  -webkit-animation: pulsate 1s infinite ease-out;
  animation: pulsate 1s infinite ease-out;
}*/
#mapContainer {
    position: relative;
    height: 600px;
    width: 100%;
}
.geoview #map {
    position: absolute;
    display:block;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%
}
.geoview .button-areasec {
    /*background-color: #8BC34A;*/
    background-color: #faaf3a;
    /*border-color: #8BC34A;*/
    border-color: transparent;
    background-image: url('img/icons/ico_area_sicura.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 30px 30px;
    height: 56px;
    width: 56px;

}
.geoview .button-areasec i {
    display: none;
    color: #fff;
    font-size: 30px;
}
.geoview .button-areasec.activated {
    background-image: url('img/icons/ico_area_sicura_attiva.png');
    background-color: #73A038;
    /*border-color: #73A038;*/
}
.geoview .button-position:hover {
    background-color: #ffffff;
}
.geoview .button-position {
    bottom: 84px !important;
    border-color: transparent;
}
.geoview .button-position span {
    display: block;
}
.geoview .button-position i {
    font-size: 18px;
}
.geoview .button-position.searching span {
    -webkit-animation: pulsate 1s infinite ease-out;
    animation: pulsate 1s infinite ease-out;
}
.geoview .button-position.devnotfound i {
    color: #ff0000;
}
.geoview .button-position.devfound i {
    color: #8BC34A;
}
.geoview .button-position.secure,
.geoview .button-position.secureinfo {
    display: none;
}
.geoview .button-areasec.secure,
.geoview .button-areasec.secureinfo {
    background-image: none;
}
.geoview .button-areasec.secure i,
.geoview .button-areasec.secureinfo i {
    display: block;
}
.geoview .searchaddress {
    position: absolute;
    top: 8px;
    left: 3%;
    right: 3%;
    height: 40px;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.geoview .searchaddress input {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    padding: 0px 50px 0px 10px;
}
.geoview .searchaddress .button {
    position: absolute;
    top: 8px;
    right: 8px;
    height: 100%;
}
.geoview .bottom-bar-edit {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 90px;
    background-color: rgba(255, 255, 255, 0.5);
}
.geoview .range-radius {
    bottom: 10px;
    left: 10px;
    position: absolute;
    right: 115px;
    width: auto;
    overflow: visible;
}
.geoview .range-radius label {
    /*  position: absolute;
      top: -10px;*/
}
.geoview .notifymode {
    position: absolute;
    bottom: 100px;
    left: 20px;
    right: 20px;
    /*height: 100px;*/
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    /*Safari/Chrome, other WebKit*/ 
    -moz-box-sizing: border-box;
    /*Firefox, other Gecko*/ 
    box-sizing: border-box;
    /*Opera/IE 8+*/ 
    padding: 10px;
}
.geoview .notifymode h3 {
    padding: 0px;
    color: #424242;
    font-size: 14px;
    font-size: 20px;
    margin: 0px;
}
.geoview .notifymode .item {
    float: left;
    display: block;
    width: 46%;
    margin: 1%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}
.geoview .notifymode h3 {
    padding: 0px;
    color: #424242;
    font-size: 14px;
    font-size: 20px;
    margin: 0px;
}
.geoview .notifymode .item {
    float: left;
    display: block;
    width: 46%;
    margin: 1%;
    -webkit-box-sizing: border-box;
    /*Safari/Chrome, other WebKit*/ 
    -moz-box-sizing: border-box;
    /*Firefox, other Gecko*/ 
    box-sizing: border-box;
    /*Opera/IE 8+*/ 
}
.barsearch .button-search {
    position: absolute;
    top: 0px;
    right: 0px;
}
.barsearch .button-search .i {
    color: #78909C;
}
.barsearch .searchinput {
    position: absolute;
    top: 0px;
    left: 50px;
    right: 50px;
    bottom: 0px;
}
.barsearch input.search {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #b0bec5;
    color: #fff;
    font-size: 15px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}
.barsearch input.search::-webkit-input-placeholder {
    color: #fff;
    font-size: 14px;
}
.barsearch.nobutton -searchinput {
    right: 10px;
}

/*--------------------------------------------------
  GRadiente verticale
  --------------------------------------------------*/
.mobiletouch {
    -webkit-overflow-scrolling: touch;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    -webkit-animation: pulsate 1s infinite ease-out;
    animation: pulsate 1s infinite ease-out;
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: scale(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-webkit-keyframes pulsate {
    0% {
        transform: scale(0.1, 0.1);
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0.0;
    }
    50% {
        opacity: 1.0;
    }
    100% {
        transform: scale(1.2, 1.2);
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0.0;
    }
}
@keyframes pulsate {
    0% {
        transform: scale(0.1, 0.1);
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0.0;
    }
    50% {
        opacity: 1.0;
    }
    100% {
        transform: scale(1.2, 1.2);
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0.0;
    }
}
.error {
    color: #ff0000;
    font-style: italic;
    font-size: 12px;
    padding-left: 10px;
}
/**
*CLEMTV
*/
.clemtvview .lvideo ,.searchvideo .lvideo {
    /*clear: both;*/
    padding: 5px 0px;
    border-bottom: 1px solid #b0bec5;
}
.clemtvview .lvideo .thumb {
    float: left;
    width: 30%;
}
.clemtvview .lvideo .thumb img {
    display: block;
    width: 100%;
}
.clemtvview .lvideo p.name {
    box-sizing: border-box;
    color: #424242;
    float: left;
    font-size: 13px;
    line-height: 17px;
    padding-left: 10px;
    padding-right: 50px;
    width: 70%;
    text-align: left;
}
.clemtvview .lvideo .item-checkbox {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 100%;
}
/*.clemtvview .lvideo .button-delete {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}*/

.gloader {
    overflow: hidden;
}
.gloader div {
    width: 15px;
    height: 15px;
    position: absolute;
    background-color: #ccc;
    top: 45%;
    border-radius: 50%;
}
.gloader div:nth-child(1) {
    background-color: #FF5460;
    animation: gmove 2s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
}
.gloader div:nth-child(2) {
    background-color: #FF9D84;
    animation: gmove 2s 150ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
}
.gloader div:nth-child(3) {
    background-color: #F0E797;
    animation: gmove 2s 300ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
}
.gloader div:nth-child(4) {
    background-color: #75B08A;
    animation: gmove 2s 450ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
}
.searchloader {
    /*position: absolute;*/
    /*top: 50px;*/
    width: 100%;
    /*left: 0px;*/
    height: 50px;
}

.titlescroll.scroll-content {
    top: 40px;
}



#SELECTUSER_BG, #SELECTDEVICE_BG {
    text-align: center;
    min-height: 100px;
    border-right: 1px solid #FFFFFF;
}

#SELECTDEVICE_IMG, #SELECTUSER_IMG {
    height: 50px;
}

.privacyContainer, .cookieContainer {
    padding:30px;
}

.listday.row {
    margin-top:10px;
}
.listday .nameOfTheDay {
    line-height: 20pt;
    padding-left: 10px;
}

.esploraMondoContainer {
    background: #0096d5 url('img/reservedArea/bg/esploramondo.jpg') no-repeat left bottom;
    background-size: auto 100%;

}

.esploraMondoContainer .download {
    background-color: #ffffff;
    border-radius: 10px;
    border:3px solid #00a9de;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
}

.esploraMondoContainer h4 {
    color: #5e7e91;
    text-transform: uppercase;
}

.esploraMondoContainer .download:after{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 40px rgba(0,0,0,0.8);
    box-shadow:0 0 40px rgba(0,0,0,0.8);
    bottom:0px;
    left:10%;
    right:10%;
    width:80%;
    height:50%;
    -moz-border-radius:100%;
    border-radius:100%;
}

#LangMenuFlag span {
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
    cursor: pointer; cursor: hand;
}

#LangMenuFlag span:hover ,#LangMenuFlag span.activeLang  {
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}


.catalogCarousel {
    height: 305px;
}

.ng-animate.item:not(.left):not(.right) {
    -webkit-transition: 0s ease-in-out left;
    transition: 0s ease-in-out left
}

.carousel-inner .active.left  { left: -33%;             }
.carousel-inner .active.right { left: 33%;              }
.carousel-inner .next         { left: 33%               }
.carousel-inner .prev         { left: -33%              }
.carousel-control.left        { background-image: none; }
.carousel-control.right       { background-image: none; }
.carousel-inner .item         { background: white;      }


.clemStoreCategoryMenu .nav-pills>li.active>a, .clemStoreCategoryMenu .nav-pills>li.active>a:focus, .clemStoreCategoryMenu .nav-pills>li.active>a:hover {
    /*background-color: #174d80 !important;*/
    background-color: transparent;
    border-bottom:3px solid #174d80 !important; 
    color: #337ab7;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;

}
.impostazioniMenu .nav-pills>li.active>a, .impostazioniMenu .nav-pills>li.active>a:focus, .impostazioniMenu .nav-pills>li.active>a:hover {
    /*background-color: #174d80 !important;*/
    background-color: transparent;
    color: #337ab7;
    border-bottom:3px solid #174d80 !important; 
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.clemStoreCategoryMenu.planetSapientino .nav-pills>li.active>a, .clemStoreCategoryMenu.planetSapientino .nav-pills>li.active>a:focus, .clemStoreCategoryMenu.planetSapientino .nav-pills>li.active>a:hover {
    /*background-color: #e40020 !important;*/
    background-color: transparent;
    border-bottom:3px solid #e40020 !important;
}


#worldPlanetSapientino h3, #worldClempad h3 {
    font-size: 13pt;
}

#sezBoxSezioniInterne.planetClementoni .active {
    border-bottom:5px solid #174d80;
}
#sezBoxSezioniInterne.planetSapientino .active {
    border-bottom:5px solid #e40020;
}

.btn-white, .btn-white:hover {
    background-color: #FFFFFF !important;
}

button.checkbox.checked {
    background-position: -1031px -2394px;
}
button.checkbox {
    background: transparent url('img/icons-s3f7adf4b25.png') no-repeat -1055px -2373px;
    display: block;
    height: 25px;
    width: 25px;
    border:0px !important;
}

/*
 .tooltip.geoLocalization {
   width:400px;
 }*/

.tooltip.geoLocalization .tooltip-inner {
    max-width: none;
    white-space: nowrap;
    color: #000000;
    background-color: #ffffFF;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.tooltip.geoLocalization .tooltip-arrow {
    display: none;
}



.warning-page{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-color: #efefef;
    padding:40px;
    text-align: center;
}


#selectlanguage{
    position: fixed;
    top:0px;
    left:0px;
    width:100%;
    height: 100%;
    z-index:10;
    text-align: center;
    background-color: rgba(255,255,255,0.8);
}
#selectlanguage h2{
    text-align: center;
    margin-top:10px;
    margin-bottom:25px;
    font-size:22px;
}
#selectlanguage  .languages{
    width:90%;
    max-width: 400px;
    background-color: #fff;
    padding:20px;
    margin:55px auto;
    border:1px solid #dedede;
    border-radius: 10px;
}
#selectlanguage .language{
    display: inline-block;
    margin:0px 10px;
    min-width: 60px;
    cursor: pointer;
}
#selectlanguage .language .icon{
    display: block;
    width:20px;
    height: 25px;
    margin: 0px auto;
}
.headerRow1 .current-lang{
    display: block;
    width:50px;
    cursor: pointer;
}
.headerRow1 .current-lang .icon{
    width:25px;
    height:25px;
    display: block;
}

@media (max-width:500px){
    #selectlanguage .language{
       margin:20px 0px;
        min-width: 115px;
    }
}

.privacyclass p {
    font-size: 0.8em;
}
.privacyclass h1 {
    font-size: 0.9em;
}

.btn-disabled {
    background-color: #4A4A4A;
}

.popupPrivacy  {

    background-color: white;

}


.loader-view{
    height: 30vh;
    display: flex;
    align-items: center;
    justify-content: center;
}