@charset "UTF-8";

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.px-10 {
    padding: 0 10px;
}
/* Bottom Fixed */
.bgblack, .footerbg {
    position: fixed;
    bottom: 0;
    z-index: 150;
}

/* COOKIE CONSENT2 */
.cc-banner {
    font-size: 13px;
    font-family: 'Roboto';
    font-weight: 300;
    line-height: 16px;
}
.cc-link {
    font-size: 13px;
    font-family: 'Roboto';
    line-height: 16px;
    color: #4dd0e1 !important;
    font-weight: 500;
}
.cc-compliance {
    margin-left: 5px;
    font-size: 15px;
    font-family: 'Roboto';
    background-color: #4dd0e1
}
/* COOKIE CONSENT */
#cc-tag.cc-tag-vertical-right {
    transform: rotate(-90deg);
    transform-origin: 100% 0;
    right: 35px !important;
}

#cc-tag.cc-tag-vertical-right a, #cc-tag.cc-tag-vertical-right a:visited {
    padding: 8px 12px !important;
    transform: none !important;
}

#cc-tag a, #cc-tag a:visited {
    border-top: 3px solid #006064 !important;
    border-right: 3px solid #006064 !important;
    border-left: 3px solid #006064 !important;
    box-shadow: none;
}

#cc-tag a:hover {
    border-top: 3px solid #4DD0E1 !important;
    border-right: 3px solid #4DD0E1 !important;
    border-left: 3px solid #4DD0E1 !important;
    box-shadow: none;
}

#cc-modal, #cc-settingsmodal, #cc-tag, #cc-notification, #cc-modal div, #cc-modal span, #cc-modal iframe, #cc-modal h1, #cc-modal h2, #cc-modal h3, #cc-modal h4, #cc-modal h5, #cc-modal h6, #cc-modal p, #cc-modal pre, #cc-modal a, #cc-modal code, #cc-modal em, #cc-modal img, #cc-modal s, #cc-modal small, #cc-modal strong, #cc-modal b, #cc-modal u, #cc-modal i, #cc-modal dl, #cc-modal dt, #cc-modal dd, #cc-modal ol, #cc-modal ul, #cc-modal li, #cc-modal form, #cc-modal label, #cc-settingsmodal div, #cc-settingsmodal span, #cc-settingsmodal iframe, #cc-settingsmodal h1, #cc-settingsmodal h2, #cc-settingsmodal h3, #cc-settingsmodal h4, #cc-settingsmodal h5, #cc-settingsmodal h6, #cc-settingsmodal p, #cc-settingsmodal pre, #cc-settingsmodal a, #cc-settingsmodal code, #cc-settingsmodal em, #cc-settingsmodal img, #cc-settingsmodal s, #cc-settingsmodal small, #cc-settingsmodal strong, #cc-settingsmodal b, #cc-settingsmodal u, #cc-settingsmodal i, #cc-settingsmodal dl, #cc-settingsmodal dt, #cc-settingsmodal dd, #cc-settingsmodal ol, #cc-settingsmodal ul, #cc-settingsmodal li, #cc-settingsmodal form, #cc-settingsmodal label, #cc-tag div, #cc-tag span, #cc-tag iframe, #cc-tag h1, #cc-tag h2, #cc-tag h3, #cc-tag h4, #cc-tag h5, #cc-tag h6, #cc-tag p, #cc-tag pre, #cc-tag a, #cc-tag code, #cc-tag em, #cc-tag img, #cc-tag s, #cc-tag small, #cc-tag strong, #cc-tag b, #cc-tag u, #cc-tag i, #cc-tag dl, #cc-tag dt, #cc-tag dd, #cc-tag ol, #cc-tag ul, #cc-tag li, #cc-tag form, #cc-tag label, #cc-notification div, #cc-notification span, #cc-notification iframe, #cc-notification h1, #cc-notification h2, #cc-notification h3, #cc-notification h4, #cc-notification h5, #cc-notification h6, #cc-notification p, #cc-notification pre, #cc-notification a, #cc-notification code, #cc-notification em, #cc-notification img, #cc-notification s, #cc-notification small, #cc-notification strong, #cc-notification b, #cc-notification u, #cc-notification i, #cc-notification dl, #cc-notification dt, #cc-notification dd, #cc-notification ol, #cc-notification ul, #cc-notification li, #cc-notification form, #cc-notification label {
    font-family: 'Roboto', sans-serif !important;
}
#cc-settingsmodal #cc-settingsmodal-wrapper li strong, #cc-modal #cc-modal-wrapper li strong {
    color: #00bcd4 !important;
}
#cc-settingsmodal #cc-settingsmodal-wrapper select, #cc-modal #cc-modal-wrapper select {
    padding: 3px 8px
}

#cc-notification a, #cc-notification a:visited {
  text-decoration: none !important;
  color: #00bcd4 !important;
  font-size: 12pt !important;
  text-transform: none !important;
}

#cc-modal #cc-modal-wrapper a, #cc-modal #cc-modal-wrapper a:visited {
    font-size: 12pt;
    text-transform: none !important;
}

#cc-preference-selector-social, #cc-preference-selector-analytics {
    height: auto;
    line-height: normal;
    font-size: inherit;
    background-color: #FFFFFF;
    color: #000000;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
}
#cc-preference-selector-social option, #cc-preference-selector-analytics option {
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-weight: normal;
}

#cc-notification h2 span, #cc-notification h2 {
	font-style:normal;
	text-transform: none !important;
	font-size: 12pt;
}
#cc-notification-logo { visibility:hidden; display:none}


#cc-notification ul.cc-notification-buttons li a, #cc-notification ul.cc-notification-buttons li a:visited {
    background-color: #00BCD4 !important;
    color: white !important;
    font-weight: normal;
}
#cc-notification #cc-notification-permissions li strong {
    color: #00BCD4 !important;
}

/*.view {
    transition: opacity 1000ms;
}*/

#checkin .active {
    color: #00bcd4;
}

.edition_number {
  color: #555555;
}
.view.ng-hide-remove {
  transition: opacity linear 0.5s;
}

.view.ng-hide {
    opacity: 0;
}

.linkwhite {
	color:#ffffff;
}

.linkwhite:hover{
	color:#ffffff;
}

.spacer40 {
    height: 40px;
}

#contenitore {
    position: relative;
    padding-bottom: 80px;
}

/* FINE COOKIE CONSENT */

/* FORMS */

.form-control {
    border-radius: 5px;
    border: 1px solid #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 500;
}

.form-control:focus {
    border-color: #00BCD4;
}


input[type=checkbox] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-radius: 5px;
    cursor: pointer;
}

input:checked[type=checkbox] {
    background-image: url(/immagini/tick.png);
    background-size: contain;
    background-color: #00BCD4;
    border-color: #00BCD4;
}

input:focus {
    border-color: #00BCD4;
}

label:focus-within {
    color: #00bcd4;
}

label {
    color: #999;
}

/* FINE FORMS */

/* SOCIALWALL */
.socialcfgcont .wall-container {
    width: 55% !important;
    padding-left: 0 !important;
}

.socialcfgcont .wall-filters {
    width: 45% !important;
}

.socialcfgcont .stream li {
    width: 98% !important;
}

.angular-google-map-container {
    height: 400px;
}

.wall-connect-msg a {
    color: #fff;
    background-color: #00bcd4;
    text-decoration: none;
    border: 1px solid #00bcd4;
    padding: 2px 10px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
    border: none;
    margin-bottom: 2px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 1px;
    white-space: nowrap;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);
}

.wall-connect-msg a:hover {
    background-color: #26c6da;
}

.wall-config .spinner > div {
    background-color: #00bcd4;
}

.wall-config .mask-msg {
    color: #000;
}

/* FINE SOCIALWALL */

/* ENDUPIX */

.botn-transparent {
    color: #00bcd4;
    background-color: transparent;
    text-decoration: none;
    border: 1px solid #00bcd4;
}

.botn-transparent:hover {
    color: #FFFFFF;
    background-color: #00bcd4;
}

.cart .bottom{
    background-color: #00bcd4;
    color: #FFFFFF;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 13px;
    padding: 15px 30px;
}

.cart .help1{
    float: right;
}
.cart .help2{
    float: right;
    margin-right: 20px;
}

.cart .logo {
    text-align: left;
}

.cart_modal [class^="flaticon-delete"]:before, .cart_modal [class*=" flaticon-delete"]:before {
    cursor: pointer;
	font-size:40px !important;
    color:#cc2f07 !important;
	width:46px !important;
}

/* Style che prima era in pagina */
.description_endupix {
    text-align: center;
}

.description_endupix h4 {
    margin-bottom: 8px;
}

.images-container {
    width: 100%;
}

.images {
    float: left;
    /* border: 1px solid #CCC; */
    /* padding: 4px; */
    margin: 5px;
    position: relative;
    /* text-align: center; */
    /* width: 283px; */
    /* width: 48%; */
    width: 320px;
}
.images:hover {
    box-shadow: 0px 3px 6px #c1c1c1;
}

.images img {
    /* height: 182px; */
    width: 100%;
    cursor: pointer;
}

.images .thumb_container {
    background-size: cover;
    width: 100%;
    height: 320px;
    background-repeat: no-repeat;
    background-position: center center;
}
.images .buttons {
    display: flex;
    background-color: #fff;
    padding: 0 5px;
}

.images .buttons a {
    /* width: 32%; */
    text-align: center;
    padding: 10px;
}

.images .buttons-cart {
    display: flex;
    background-color: #00bcd6;
    padding: 10px 45px;
    cursor: pointer;
}

.images .buttons-cart:hover,
.images .buttons:hover {
    /* background-color: #93dce7; */
}

.images .buttons-cart div {
    width: 100%;
    padding: 5px;
    color: white;
}


.images .buttons a [class^="flaticon-"]:before {
    color:#FFC107 !important;
    cursor: pointer;
    font-size:16px !important;
}
.images .buttons a [class^="flaticon-more"]:before {
    color:#B7B7B7 !important;
}
.images a {
    font-size:14px !important;
    font-weight: bold;
}
.images .buttons-cart [class^="flaticon-"]:before {
    color: white;
    float: right;
}

.images .buttons-cart.mobile [class^="flaticon-"]:before {
    font-size: 18px;
}

.images-hidden {
    opacity: 0.5;
    position: relative;
    z-index: 0;
}

.images [class^="flaticon-multimedia"]:before {
    color: #FFF;
    font-size: 32px;
}

.endupix_link_download {
    line-height: 2.5;
    padding: 0px !important;
}

.markerIcon .flaticon-connector3:before,
.markerIcon .flaticon-chain:before {
    font-size: 33px;
}

.mobileMarkerIcon .flaticon-connector3:before,
.mobileMarkerIcon .flaticon-chain:before,
.mobileMarkerIcon .flaticon-linear-cancel:before {
    font-size: 14px;
}

.mobilePixMenu a [class^="flaticon-"]:before {
    color: #00bcd4;
    font-size: 24px;
}

/* .filters-fixed {
    top: 70px;
} */
/* Fine ENDUPIX */
.alignsx {
    text-align: center
}

.aligndx {
    text-align: center
}
.floatdx {
    float: left;
    margin: 0 15px 0 0;
}

/* Fine ENDUPIX */

.alignsx {
    text-align: left
}

.aligndx {
    text-align: right
}

.floatdx {
    float: right;
    margin: 0 0 0 15px;
}

.description {
    padding-top:30px
}

/* RESULTS */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #00bcd4;
  border-color: #00bcd4;
}

.pagination>li>a,
.pagination>li>span {
    color: #333;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #333;
}


/* Fine RESULTS */

/* ICONS */

.icon-small [class^="flaticon-"]:before, .icon-small [class*=" flaticon-"]:before {
    cursor: pointer;
	font-size:14px !important;
}


.apps-div [class^="flaticon-"]:before, .apps-div [class*=" flaticon-"]:before, .apps-div [class^="flaticon-"]:after, .apps-div [class*=" flaticon-"]:after {
    font-size: 42px;
    margin-left: 0px;
    line-height: 0px;
}

.apps-div a [class^="flaticon-"]:before, .apps-div [class*=" flaticon-"]:before, .apps-div [class^="flaticon-"]:after, .apps-div [class*=" flaticon-"]:after {
    color: #b2ebf2;           / colore standard /
    transition: color 0.4s ease;
}

.apps-div a:hover [class^="flaticon-"]:before, .apps-div [class*=" flaticon-"]:before, .apps-div [class^="flaticon-"]:after, .apps-div [class*=" flaticon-"]:after {
    color: #FFF;
}


.icon-selected [class^="flaticon-"]:before, .icon-selected [class*=" flaticon-"]:before, .icon-selected [class^="flaticon-"]:after, .icon-selected [class*=" flaticon-"]:after {
    color: #4DD0E1 !important;
}

.icon-notification-x [class^="flaticon-"]:before, .icon-selected [class*=" flaticon-"]:before, .icon-selected [class^="flaticon-"]:after, .icon-selected [class*=" flaticon-"]:after {
    font-size: 14px;
}

.dropdown-menu .material-icons {
    color: #000000;
    vertical-align: middle;
    font-size: 20px;
}

.dropdown-menu [class^="flaticon-"]:before {
    color: #000000;
    vertical-align: middle;
    font-size: 17px;
}

/*.amici_ico [class^="flaticon-"]:before {
    color: #FFF !important;
}*/

/* FINE ICONS */

._720kb-datepicker-calendar-body, ._720kb-datepicker-calendar-days-header, ._720kb-datepicker-calendar-header, ._720kb-datepicker-calendar-years-pagination-pages, .datepicker, [datepicker], datepicker {
    font-family: 'Roboto', sans-serif;
}
._720kb-datepicker-calendar-header:nth-child(odd) {
    background: #00BCD4;
}
._720kb-datepicker-calendar-month span {
    color: #006064;
}
._720kb-datepicker-calendar-days-header {
    background: #E0F7FA;
}
._720kb-datepicker-calendar-header:nth-child(even) {
    background: #E0F7FA;
}

.confirm {
    width: 100%;
    max-width: 400px;
}

.confirm .title{
    color: #00BCD4;
    font-size: 18px;
}

.confirm .body{
    color: #006064;
    font-size: 14px;
}

.confirm .botn{
    margin-left: 3px;
}

.no-animate {
   -webkit-transition: none !important;
   transition: none !important;
}

a {
    cursor: pointer;
}


.pointer {
    cursor: pointer;
}

.upload-file-wrapper {
    border-top: 1px lightgray solid;
    margin-top: 25px;
    padding-top: 10px;
}

.map_img {
    width: 100%;
    cursor: pointer;
}}

.popover {
    border-radius: 0px;
}

.borderbottom {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}

.eventorisstatic [class^="flaticon-excel-file"]:before, .eventorisstatic [class^="flaticon-pdf-file"]:before {
	color:#bcbcbc !important;
	font-size:20px !important;
	width:32px !important;
}

.eventiristab [class^="flaticon-plus"]:before {
    color: #FFF;
    margin-left: -10px;
}

.eventoris [class^="flaticon-plus"]:before {
    font-size: 18px;
    padding-left: 10px;
}

.eventoris [class^="flaticon-download"]:before {
    color: #FFF;
}

.eventoris select {
    color: #000000;
    font-weight: 400;
    -moz-appearance: none;
}

.eventoris select:hover {
    color: #00bcd4;
    background-color: #e0f7fa;
    font-weight: 400;

}

.eventoris input[type="text"] {
    font-size: 16px;
    font-weight: 300;
    color: #18B8D0;
    font-weight: 400;
}

.tabs .attivo{
	border-bottom: 2px solid #00bcd4;
    color: #00bcd4;
}

.apps-title {
    text-align: right;
    border-bottom: 1px solid #CCC;
    width: 100%;
    padding: 0px 2px 6px 0px;
}

.apps-div {
    margin: 14px 8px;
    width: 65px;
    height: 65px;
    float: left;
    font-size: 13px;
    text-align: center;
}

.apps-name {
    padding-top: 8px;
}

.mask-all {
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 150000000000000000;
    opacity: 0;
}

.emask {
    background-color: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .5s ease;
    z-index: 999;
    opacity: 0;
}

.emask-show {
    opacity: 1;
}

.allcontent {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.easide {
    width: 300px;
    position: fixed;
    right: -1500px;
    bottom: 0;
    background-color: #FFF;
    transition: right 500ms ease;
    z-index: 1000;
}

.change-logo {
    cursor: pointer;
    height: 32px;
    transition-duration: 0.1s;
    transition-timing-function: linear;
}

.change-logo .change-logo-text{
    padding-top: 5px;
    color: white;
    font-size: 13px;
    transition-duration: 0.2s;
    font-weight: bold;
    padding-left: 32px;
    opacity:0;
}

.change-logo img, .change-logo span{
    margin-left: 5px;
    float: left;
    color: #FFFFFF;
    opacity: 0.5;
    transition-duration: 0.1s;
    transition-timing-function: linear;
}

.change-logo:hover img, .change-logo:hover span{
    opacity: 1;
}

.change-logo:hover .change-logo-text{
    opacity: 1;
}

.change-avatar-container {
    border-top: 0;
    transition-duration: 0.1s;
    transition-timing-function: linear;
}

.change-avatar-container:hover, .change-top-container:hover {
    background-color: rgba(0, 96, 100, 0.5);
}

.change-logo-imp {
    background-color: rgba(0, 96, 100, 0.5);
}

.change-logo-imp .change-logo-text{
    opacity: 1;
    font-size: 14px;
}

.change-top-container {
    position:absolute;
    top: -1px;
    width: 100%;
}

.linkwhite {
    padding: 2px 10px;
    font-size: 14px;
    font-weight: 500;
	border: none;
	margin-bottom:2px;
    text-align: center;
	letter-spacing: 1px;
    white-space: nowrap;
    vertical-align: middle;
	display:inline-block;
    cursor: pointer;
}

#imgavatar {
    overflow:hidden;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.4);
}

.video_list {
    margin: 25px 0px;
}
.video_list_item {
    border-bottom: 1px lightgray solid;
    margin-bottom: 25px;
    padding-bottom: 5px;
}

.popover-content::-webkit-scrollbar {
    width: 5px;
}

.popover-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(111,111,111,0.3);
    border-radius: 6px;
}

.popover-content::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(111,111,111,0.5);
    border-radius: 6px;
}

.msearch {
    display: none;
    max-width: initial;
    width: 710px;
}

.msearch div{
    max-width: initial;
    padding: 3px;
    height: 40px;
    margin-top: 15px;
    background-color: #00ACC1;
}

.msearch input{
    width: 88%;
    background-color: #00ACC1;
    float: left;
    outline: none;
    border: 0;
    color: #FFF;
    font-size: 20px;
    height: 34px;
}

.msearch i{
    float: left;
    margin-top: -18px !important;
}

.hero-over .eover {
    display: none;
    transition-duration: 0.1s;
    transition-timing-function: linear;
}
.hero-over:hover .enotover  {
    display: none;
}
.hero-over:hover .eover  {
    display: inline-block !important;
}

.notification-container {
    position: relative;
    width: 40px;
    display: inline-block;
    margin: 0 12px;
}

.notification-counter {
    display: none;
    color: white;
    display: inline-block;
    font-weight: bold;
    background-color: red;
    padding: 0px 5px;
    border-radius: 50%;
    position: absolute;
    top: 22px;
    right: 6px;
}

.toolb-notification-container {
    position: relative;
    /*
    width: 40px;
    margin-right: 6px;
    */
    display: inline-block;

}

.toolb-notification-counter {
    display: none;
    color: white;
    display: inline-block;
    font-weight: bold;
    background-color: red;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    right: -5px;
    height: 18px;
    width: 18px;
    line-height: 18px;
    font-size: 10px;
    text-align: center;
}

.notification-content {
    margin: 8px 0;
}

.notification-content::-webkit-scrollbar {
    width: 5px;
}

.notification-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(111,111,111,0.3);
    border-radius: 6px;
}

.notification-content::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(111,111,111,0.5);
    border-radius: 6px;
}

.notification-item.not-read {
    background-color: #fdffea;
}
.notification-item {
    cursor: pointer;
}
.notification-item:hover {
    background-color: #d3faff;
}

.scrollbar::-webkit-scrollbar {
    width: 5px;
}

.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(111,111,111,0.3);
    border-radius: 6px;
}

.scrollbar::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(111,111,111,0.5);
    border-radius: 6px;
}

.tag-container-available {
    width: 485px;
    height: 500px;
    float: left;
    overflow: auto;
    margin-right: 5px;
}
.tag-container-selected {
    width: 190px;
    height: 500px;
    float: left;
}
.tag-div {
    width: 80px;
    float: left;
    margin-right: 12px;
    margin-top: 12px;
}
.tag-check {
    float: right;
    margin-right: 3px;
}

@keyframes highlight {
    0% {
        background: none
    }
    20% {
        background: yellow;
    }
    80% {
        background: yellow;
    }
    100% {
        background: none;
    }
}

.flash {
    animation: highlight 2s;
}

.button-upload {
    padding : 10px;
}

.performance-upload {
    margin: 20px;
}

.performance-upload input, .performance-upload textarea, .performance-upload button, .performance-upload select, .performance-upload option{
 font-weight:normal;
 font-size:14px;
}

.performance-upload input:focus, .performance-upload textarea:focus, .performance-upload button:focus, .performance-upload select:focus{
 outline:none;
}

.performance-upload select, .performance-upload input[type=text], .performance-upload input[type="password"] {
    background-color: white;
    width: 60%;
    line-height:32px;
    height:32px;
    color:#555555;
    border:none;
    padding:0 0.250em;
    margin-bottom:10px;
}

.performance-upload .file-label {
    background-color: white;
    width: 51%;
    line-height: 32px;
    height: 32px;
    color: #555555;
    border: none;
    padding: 0 0.250em;
    margin: 0 0 10px 10px;
}

.performance-upload input[type=file]{
    display: none;
}

.performance-upload textarea{
    background-color: white;
    width: 60%;
    max-width: 60%;
    height: 100px;
    max-height: 100px;
    outline: none;
    color:#555555;
    border:none;
    padding:0.50em;
    margin-bottom:5px;
}

.performance-upload .btn {
    padding: 0 10px;
    margin: 0 0 10px 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 32px;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: none;
    border-radius: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    display: inline-block;
}

.performance-upload button {
    margin-left: 140px;
}

.performance-upload .form-buttons {
    border-top: 1px solid #DADADA;
    margin-top: 15px;
    padding-top: 15px;
}

.performance-upload .llabel {
    background-color: transparent;
    width: 15%;
    float: left;
    margin-top: 6px;
    font-size:12px;
    color:#868686;
}

.progress-bar {
    background-color: #006064;
}

.botn [class^="flaticon-user-add"]:before {
    color: #FFF;
    font-size: 16px;
}

.botn-xs {
    padding: 2px 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 28px;
}

/* ALERT */
.spinner {
    margin: 0 auto 0;
    width: 70px;
    text-align: center;
}
.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #FFF !important;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner-page-loading {
    position: absolute;
    top: 49%;
    left: 47%;
}

.spinner-page-loading > div{
    background-color: #00bcd4 !important;
}

.alert.top {
    right: 0;
    left: 0;
    top: 0;
    padding: 24px;
}

.alert-default {
    position: fixed;
    top: -80px;
    right: 0;
    left: 0;
    height: 80px;
    opacity: 0;
    -webkit-transition: opacity 200ms ease, top 200ms ease;
    -moz-transition: opacity 200ms ease, top 200ms ease;
    -o-transition: opacity 200ms ease, top 200ms ease;
    -ms-transition:  opacity 200ms ease, top 200ms ease;
    transition: opacity 200ms ease, top 200ms ease;
}

.alert-show {
    top: 0;
    opacity: 1;
}

.alert-waiting {
    outline: none;
    font-size: 16px;
    border: 0px;
    color: #fff;
    background-color: #00838F; /*rgba(255, 152, 3, 0.85);*/
    z-index: 10000;
}

.alert-ok {
    outline: none;
    border: 0px;
    font-size: 16px;
    color: #fff;
    background-color: #00BCD4; /*rgba(108, 194, 1, 0.85);*/
    margin: 0 !important;
    border-radius: 0;
    z-index: 10001;
}

.alert-ko {
    outline: none;
    border: 0px;
    color: #fff;
    background-color: rgba(255, 0, 0, 0.64);
    margin: 0 !important;
    border-radius: 0;
    z-index: 10001;
}

.alert-ko a{
    color: #FDCF00;
}

/* PERFORMANCE ------------------------------------------*/

#perf-main{
    margin-bottom: 20px;
}

#perf-timeline{
    margin:10px 0 32px 0;
    border-left:2px solid #00bcd4;
}
.perf-int{
    padding: 10px 0;
    background-color: #FFF;
}

.perf-date {
    /*
    margin-left: -2px;
    display: block;
    background-color: #00bcd4;
    width: 185px;
    color: #FFF;
    padding: 4px 10px;
    margin-bottom: 10px;
    */
}

.perf-date {
    border-bottom: 1px solid #80deea;
    padding: 0px 20px 0px 20px;
    margin: 5px 0px 10px;
    font-size: 14px;
    color: #00838f;
    text-align: left;
    font-weight: normal;
}

.perf-time{
    float:left;
    margin:16px 20px 0 4px;
    color: #868686;
    font-weight: 500;
    font-size: 14px;
}

.perf-type{
    float: left;
}

.perf-type [class^="flaticon-"]:before{
    font-size: 40px;
    color: #006064;
}
.perf-type a [class^="flaticon-"]:before{ color: #006064;}
.perf-type a:hover [class^="flaticon-"]:before{ color: #4dd0e1;}

.perf-timearrow{
    float:left;
    margin-top:12px;
    margin-left:-6px;
}

.perf-int [class^="flaticon-right"]:before{
    color: #00bcd4;
    font-size: 20px;
}

.perf-txt{
    float:left;
    width:50%;
    margin-left: 5%;
}
.perf-txt2{
    float:left;
    padding-top: 8px;
    width:25%;
    margin: 0;
}

.perf-int ul{
    padding: 0;
    margin: 0;
}

.perf-int ul li{
    padding: 0;
    margin: 0;
    list-style-type: none;
    list-style-position: inside;
}

.perf-icon{
    float:right;
    padding-right:20px;
}

.perf-icon [class^="flaticon-right"]:before{ font-size: 34px;}
.perf-icon a [class^="flaticon-right"]:before{ color: #00bcd4;}
.perf-icon a:hover [class^="flaticon-right"]:before{ color: #000000;}
.perf-btnright {float: right;}
.perf-btnleft {float: left; width: 30%}
.congrats-container{
    margin-top: 10px;
    text-align: right;
}
.congrats-container a [class^="flaticon-gogogo"]:before{color: #FFF;}
.congrats-container a:hover [class^="flaticon-gogogo"]:before{color: #e0f7fa;}

/* PERFORMANCE */

#graph label {
    background-color: transparent;
}

.btnright, .right {
    float: right;
}
.btnleft, .left {
    float: left;
}

.performance-title {
    font-size: 24px;
    color: #00bcd4;
}

.performance-desc {
    font-size: 14px;
    color: #000000;
    font-weight:300;
}

#placements-country {
    width: 200px;
    height: 100px;
    text-align: left;
    padding: 8px;
    border: 1px solid #000000;
    box-shadow: 0px 0px 10px 2px #000000;
    position: absolute;
    background-color: #FFF;
    overflow: auto;
    display: none;
}



.box-details {
    width: 98.5%;
    margin: 0 0.82%;
    float: left;
    position: relative;
    display: none;
}

.templates {
    display: none;
    width: 0;
    height: 0;
}

/* Chart & Maps */
.map {
    position:relative;
    margin: 20px 0;
    width: 540px;
    overflow: hidden;
    border: 1px solid #0092d2;
}

.map_details {
    position:relative;
    margin: 20px 0;
    width: 1000px;
    height: 300px;
    overflow: hidden;
    border: 1px solid #0092d2;
}

.map_100 {
    position:relative;
    margin: 20px 0;
    width: 100%;
    height: 300px;
    overflow: hidden;
    border: 1px solid #0092d2;
}

svg {
    font: 10px sans-serif;
}

.area {
    fill: #00BCD4;
    clip-path: url(#clip);
}

.line {
    fill: none;
    stroke: #00BCD4;
    stroke-width: 1px;
    clip-path: url(#clip);
}

.axis path,
.axis line {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges;
}

.brush .extent {
    stroke: #fff;
    fill-opacity: .125;
    shape-rendering: crispEdges;
}

.control-check {
    margin-left: 10px !important;
    margin-right: 5px !important;
}

.chart-title {
    text-align: center;
    font-size: 14pt;
    margin-top: 50px;
    width: 100%;
}

.nav-tabs > li > a {
    background-color: #eee;
    border-radius: 0px;
    border: 0;
    padding: 5px 15px;
}
.tab-content>.active {
    border: 0;
}
.nav-tabs > li > a:hover {
    border: 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: 0;
    border-bottom-color: transparent;
}
.nav-tabs > li  {
    margin-bottom: 0px;
    margin-left: 1px;
}
.nav-tabs {
    border-bottom: 0;
    height: 28px;
}
.tabs-int .nav-tabs {
    height: 35px;
}
.tabs-int .tab-content>.active {
    background-color: #FAFAFA;
}

.tabs-int .nav-tabs > li.active > a, .tabs-int .nav-tabs > li.active > a:hover, .tabs-int .nav-tabs > li.active > a:focus {
    background-color: #FAFAFA !important;
}

.tabs-int .nav-tabs > li > a {
    background-color: #fff;
}

.tab-border{margin-top: 20px}

.tab-border .nav-tabs > li {
    margin-bottom: -5px;
    border: 1px solid #ddd;
    margin-left: 0px;
    margin-right: 2px;
}

.tab-border .nav-tabs > li.active {
    border-bottom: 1px solid #fff;
}

.tab-border .nav-tabs > li a{
    margin-right: 0;
}

.tab-border .tab-content>.active {
    border: 1px solid #ddd;
    background-color: #FFF;
    margin-top: 4px;
    padding: 6px 16px;
}

.tab-setting {
    padding-left: 25%;
}

.tab-setting .nav-tabs > li {
    margin-bottom: 0px;
    border: 0;
    margin-left: 0px;
    margin-right: 2px;
}

.tab-setting .nav-tabs > li.active {
    border-bottom: 1px solid #fff;
}

.tab-setting .nav-tabs > li a{
    margin-right: 0;
}





.tab-setting .nav-tabs > li > a {
    background-color: #a3a3a3;
}

.tab-setting .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
   background-color: #fff;
}

.rvalues_tr td{
    padding-top: 15px;
    font-size: 16px;
    width: 33%;
}
.rlabels_tr td{
    color: #555555;
    width: 200px;
}

/* GESTIONE MSG */

.tablemsg {
    width: 90%;
	/*border-bottom: 1px dotted #bcbcbc;*/
	font-size: 12px;
	font-weight: 400;
	color: #555555;
    margin: 0 5%;
}

.tablemsg th{
	/*border-bottom: 1px solid #80deea;
    padding: 20px 0 4px;*/
	font-size: 12px;
	/*color: #4dd0e1;
    text-align: right;*/
    font-weight: normal;
    text-align: center;
    padding: 15px 0 10px;
}

.tablemsg th a{
	color: #80deea;
}

.tablemsg th a:hover{
	color: #006064;
}

.tablemsg td {
    /*line-height: 18px;
    height: 30px;
    padding-top: 10px;*/
}

.tablemsg .msgboardreport {
    border: 1px solid red;
}

.tablemsg [class^="flaticon-"]:before{
    font-family: Flaticon;
    font-size: 18px;
    /*color: #555555;*/
}

.tablemsg .msgh{
    width: 40px;
    text-align: right;
    color: #4dd0e1;
}

.tablemsg .msgDate {
    background-color: #00bcd4;
    color: #FFFFFF;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 8px;
}

.tablemsg .msgBaloon {
    display: inline-block;
    margin: 5px 0;
    padding: 10px;
    min-width: 70%;
    text-align: left;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    position: relative;
}

.tablemsg .msgTime {
    display: block;
    margin-top: 10px;
    text-align: right;
    font-size: 10px;
}

.tablemsg .tri-right:after{
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -10px;
    right: auto;
    top: 0px;
    bottom: auto;
    border: 10px solid;
    border-color: #FFFFFF transparent transparent transparent;
}

.tablemsg .tri-left:after{
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -10px;
    bottom: 0px;
    border: 10px solid;
    border-color: transparent transparent #e0f7fa transparent;
}

.tablenotif {
	border-bottom: 1px dotted #bcbcbc;
	font-size: 12px;
	font-weight: 400;
	color: #555555;
    margin-top:1px;
}

.tablenotif th{
	border-bottom: 1px solid #80deea;
    padding: 30px 0 4px;
	font-size: 12px;
	color: #4dd0e1;
    text-align: right;
    font-weight: normal;
}

.tablenotif th a{
	color: #80deea;
}

.tablenotif th a:hover{
	color: #006064;
}

.tablenotif td {
    line-height: 18px;
    height: 30px;

}

.tablenotif .notification-item{
     height:  63px;
     padding-top:10px;
}

.tablenotif .notification-item:hover{
    background-color: #00bcd4 !important;
    color: #FFF !important;

}

.datepicker tbody {
    height: 45px !important;
}

.datepicker.dropdown-menu {
    height: auto !important;
    margin-top: 70px;
}

.tablenotif .not-read {
    background-color: #e0f7fa;
    border: 1px solid #00bcd4;
}

.tablenotif [class^="flaticon-"]:before{
    font-family: Flaticon;
    font-size: 14px;
    color: #bcbcbc;
    padding-right: 6px;
}

.tablenotif .msgh{
    width: 40px;
    text-align: right;
    color: #4dd0e1;
}


.tablenotif .notification-item:hover  [class^="flaticon-"]:before {
    color: white;
}

.notetable .notetit {
    padding-top: 10px;
}

.notetable th{
	border-bottom: 1px solid #80deea;
    padding: 30px 0 4px;
	font-size: 12px;
	color: #4dd0e1;
    text-align: right;
    font-weight: normal;
}

.divmsg {
    height: 515px;
    background-color: #c1e2e7;
    width: 98%;
}

.listmsg {
    max-height: 500px;
    margin-top:20px;
    overflow-y: auto;
    background-color: #c1e2e7;
}


ul.contactcol{
    padding: 0;
    margin: 0;
    text-align: left;
}

ul.contactcol li{
    list-style: none;
    height: 62px;
    padding: 4px;
    /*border-bottom: 2px dotted #bcbcbc;*/
    margin:0 0 15px 0;
}



ul.contactcol li a{

}

ul.contactcol li a:hover{
    /*color: #FFF !important;*/
}

ul.contactcol li:hover{
    /*background-color: #00bcd4;
    color: #FFF !important;*/
}



ul.contactcol div{
    /*height: 63px;*/
}

.contactcol img{
    width: 54px;
    float: left;
    margin-right: 8px;
}


.contactcol .not-read .notReadColor{
    /*background-color: #e0f7fa;
    border: 1px solid #00bcd4;*/
    color: #00bcd4;
}

#notebox {
    padding:0 15px;
    font-size: 12px;
}

.contactcol .icon-notification-x [class^="flaticon-"]:before {
    font-size: 18px;
    color: red;
    line-height: 52px;
    padding-right: 5px;
}

[class^="flaticon-10"]:before {
    font-size: 10px!important;
}

[class^="flaticon-14"]:before {
    font-size: 14px!important;
}

[class^="flaticon-27"]:before {
    font-size: 27px!important;
}


.showmore {
    color: #868686;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: center;
    padding-top: 15px;
}


.toastmsg {
    background-color: #e0f7fa;
    border: 1px solid #00bcd4;
	font-size: 14px;
	font-weight: 400;
	color: #555555;
    border-radius: 0;
    min-width: 300px;
    width: 20%;
}

input[type=text].ng-invalid.ng-touched, input[type=number].ng-invalid.ng-touched, input[type=textarea].ng-invalid.ng-touched, input[type=checkbox].ng-invalid.ng-touched, input[type=url].ng-invalid.ng-touched,  input[type=number].ng-invalid.ng-touched, input[type=email].ng-invalid.ng-touched, input[type=tel].ng-invalid.ng-touched, textarea.ng-invalid.ng-touched, select.ng-invalid.ng-touched {
    border: 1px solid red !important;
}
/*
input[type=text], input[type=number], input[type=textarea], textarea, select.ng-valid {
    border: 1px solid white;
} */


/* WALL */

.sw-title {
    font-size: 24px;
    color: #00bcd4;
    padding: 20px 34px 0 34px;
}

.sw-filters {
    margin: 10px 30px;
}
.sw-filters-single {
    margin: 4px 4px 0 4px;
    float: right
}

.sw-filters-label {
    float: left;
    padding-top: 14px;
}

.sw-filters-btn {
    margin-left: 10px !important;
    float: right
}

.sw-box-container {
    width: 94%;
    margin: 3.5%;
    margin-top:0;
}

.sw-details .stream li {
    width: 24.2% !important;
    margin: 0 0 3px 0.55% !important;
}

.sw-details-ev .stream li {
    width: 49% !important;
    margin: 0 0 3px 0.55% !important;
}

.dcsns-toolbar .filter li a {
    background: #00bcd4 !important;
    min-height: 28px !important;
    font-family: 'Raleway', sans-serif;
}

.sw-small .stream li {
    width: 100% !important;
    margin: 0 0 3px 0.55% !important;
}

.wall-form input[type=text], .wall-form input[type=number], .wall-form input[type=textarea], .wall-form select{
    border: 1px solid #ddd !important;
}

 /* BOX FOR YOU */
.foryouImageBox {
    text-align: center;
    margin-bottom: 10px;
}

.yourEventBox {
    border: solid 1px #C9C9C9;
    margin-bottom: 20px;
    padding: 10px;
}

#bibBox {
    height: 200px;
    border: solid 1px #C9C9C9;
    text-align: center;
}

 #bibBox .bibHeader {
    height: 60px;
    background-color: #4dd0e1;
    font-family: 'Raleway', sans-serif;
    font-size: 44px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #e0f7fa;
 }

 #bibBox .bibHeader span {
    color: #FFF;
    font-weight: 900;
 }

 #bibBox .bibBody {
    height: 120px;
    background-color: #F0FEFF;
    padding-top: 10px;
 }

 #bibBox .bibBody span {
    font-size: 50px;
    font-weight: 700;
    color: #000000;
 }

 #bibBox .bibFooter {
    height: 20px;
    background-color: #B8F0FD;
 }

/* SETTINGS */

.settings {
    margin: 20px;
}


.settings input, .settings textarea, .settings button, .settings select, .settings option, .settings .ilabel{
    font-weight: normal;
    font-size: 14px;
}

.settings input:focus, .settings textarea:focus, .settings button:focus, .settings select:focus{
    outline:none;
}

.settings input[type=file]{
    display: none;
}

.settings textarea{
    background-color: white;
    width: 75%;
    max-width: 75%;
    height: 100px;
    max-height: 100px;
    outline: none;
    color:#555555;
    border:none;
    padding:0.50em;
    margin-bottom:5px;
    overflow-y: auto;
    resize: none;
}

.settings select, .settings input[type=text], .settings input[type="password"], .settings input[type="number"], .settings input[type="url"], .settings input[type="email"], .settings input[type="tel"], .settings .ilabel {
    background-color: white;
    width: 75%;
    line-height:32px;
    min-height:32px;
    color:#555555;
    border: 1px solid transparent;
    padding:0 0.250em;
    margin-bottom:10px;
    border-radius: 0;
}

/*.settings-modal select, .settings-modal input[type=text], .settings-modal input[type="password"], .settings-modal input[type="number"], .settings-modal input[type="url"], .settings-modal input[type="email"], .settings-modal textarea, .settings-modal .ilabel {
    border: 1px solid #BCBCBC;
}*/

.settings-modal h3 {
    border-top: 1px solid #CCC;
    padding-top: 15px;
    margin-top: 15px;
}

.settings-modal .mce-toolbar-grp {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 0;

}

.settings-modal .mce-tinymce {
    border: 0 !important;
}
.settings-modal .mce-edit-area {
    border: 0 !important;
}

.ilabel p {
    margin: 0;
    padding: 0;
}

.setting-event .select-cb {
    background-color: white;
    width: 75%;
    line-height:32px;
    height:32px;
    color:#555555;
    border:none;
    padding:0 0.250em;
    margin-bottom:10px;
}


.settings input:checked[type=checkbox] {
    background-image: url(/immagini/checked.png);
}
.settings input[type=checkbox] {
    margin-right: 15px;
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: url(/immagini/check.png) no-repeat top left;
    background-color: transparent;
    border: none;
    cursor: pointer;
    vertical-align: sub;
}

.settings .sports-container {
    float: left;
    width: 75%;
}

.settings .sports input[type=checkbox]{
    margin: 0px;
    width: 0px;
    height: 0px;
    background: none;
}
.settings .sports input:checked[type=checkbox] {
    background-image: none;
}

.settings .sports {
    width: 100%;
    max-height: 90px;
    overflow: auto;
}

.settings .sport-item {
    border-bottom: 1px solid #CCC;
}

.settings .sport-item label {
    background-color: transparent;
    cursor: pointer;
    font-weight: normal;
}

.settings .sports-selected {
    float: left;
    background-color: #00BCD4;
    color: #FFF;
    padding: 6px 10px;
    margin-right: 4px;
    margin-top: 5px;
}

.settings .sports-selected [class^="flaticon-"]:before {
    color: #FFF;
    font-size: 14px;
    margin-left: 4px;
}

.search-item-check {
    display: none;
    margin: 0px;
    width: 0px;
    height: 0px;
    background: none;
}

.search-item-check:checked + .search-item-label {
    color: #00BCD4;
    font-weight: 600;
}

.h4 {
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    margin: 0;
    cursor: pointer;
    padding-bottom: 7px;
}

.botn-filter {
    display: none;
}

.settings .slider {
	overflow-y: hidden;
    height: 0;
	transition-property: all;
	transition-duration: .8s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.settings .slider.open {
	height: 400px;
}

.settings .tit {
    font-size: 16px;
    color: #00BCD4;
}

.settings hr {
    margin-top: 18px;
    margin-bottom: 30px;
    border: 0px;
    border-top: 2px solid #00BCD4;
}

.settings .file-label {
    background-color: white;
    line-height: 32px;
    height: 32px;
    color: #555555;
    border: none;
    padding: 0 0.250em;
    margin: 0 0 10px 10px;
}

.settings .btn {
    padding: 0 10px;
    margin: 0 0 10px 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 32px;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: none;
    border-radius: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    display: inline-block;
}



.settings .form-buttons {
    border-top: 1px solid #DADADA;
    margin-top: 15px;
    padding-top: 15px;
    text-align: right;
}

.settings .llabel {
    background-color: transparent;
    width: 25%;
    float: left;
    font-size:12px;
    color:#868686;
    line-height: 32px;
    text-align: left;
}

.settings .label_xl {
    width: 50%;
}

.settings .label_right {
    text-align: right;
    padding-right: 10px;
    line-height: 16px;
}

.settings .rlabel {
    background-color: transparent;
    width: 70%;
    margin-top: 6px;
    font-size:12px;
    color:#868686;
}

.setting ul.typeahead.dropdown-menu {
    z-index: 100000;
}

.typeahead.dropdown-menu {
    z-index: 100000;
}

.tab-setting textarea {
    width: 100%;
    max-width: 100%;
    margin-top: 0px;
    resize:vertical;
    max-height: none;
    /*height: 170px;*/
    height: 100px;
}

.message-area {
    /*border: 1px solid #00bcd4 !important;*/
    border: 1px solid #dedede !important;
    resize: none;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    outline: none;
    color: #555555;
    padding: 0.50em;
    overflow-y: auto;
    width: 98%;
    height: 66px;
}

.txtshort textarea {
    height: 100px !important;
}

.tab-setting input {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 0px !important;
}

.form-group {
    margin-bottom: 0px;
}

.faq-item {
    margin-bottom: 20px;
    padding: 2%;
    background-color: #e9e9e9;
    border: 1px solid #e0e0e0;
}

.faq-item-languages {
    padding: 5px 15px;
    float: left;
    margin-right: 2px;
    background-color: #A3A3A3;
    color: #555;
    text-align: center;
}

.faq-item-languages-selected {
    background-color: #FFF;
}

.faq-tit {
    color: #868686;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: left;
}

.faq-desc {
    color: #868686;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: left;
}

/* login button (esiste nel style.css) */
.login-button {
    height: 40px;
    float: right;
    color: #FFF;
    font-weight: 500;
    font-size: 16px;
    background: #00838f;
    margin-top: 7px;
    transition: background-color 0.2s ease;
    border-radius: 10px;
    text-transform: uppercase;
    border: none!important;
    padding: 0 15px;
    font-family: "Roboto", sans-serif;
    letter-spacing: 1px;
}

.login-button i {
    margin-left: 5px;
}


/* COMMUNITY INVITE TOOL */
.select_selected {
    background-color: #4dd0e1;
    color: #FFFFFF;
}


/* ENTRIES */
#entryFaqAccordion .panel{
    border-bottom: 1px solid #ddd;
    border-radius: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
}
#entryFaqAccordion .entryQuestion {
    color: #000000;
}
#entryFaqAccordion .entryQuestion:hover, #entryFaqAccordion  .focusQuestion {
    color: #00BCD4;
}
#entryFaqAccordion .entryQuestion > span {
    color: #868686;
}
#entryFaqAccordion .entryQuestion > span:before {
    font-size: 12px;
}
#entryFaqAccordion .expanded {
    padding-left: 15px;
}

/* SPONSORS */

.sponsor-item{
    padding: 0 5px 20px;
}
.sponsor-img-cont{
    background-color:white;
    text-align: center;
    margin-bottom: 10px;
}
.sponsor-item img{
}

.sponsor-item  .botn-blu {
    background-color: #bcbcbc;
    border: 1px solid #bcbcbc;
}

.sponsor-item .botn {
    padding: 2px 10px;
    font-size: 12px;
    font-weight: 400;
    border-radius: 2px;
    line-height: 16px;
    width:49%;
}

.sponsor-item .botn:hover {
    background-color: #FFF;
    border: 1px solid #bcbcbc;
    color: #868686;
    box-shadow: none;
}

/* SWITCH */

.switch {
    background: #ddd;
    border: 0;
    height: 20px;
    margin-bottom: 6px;
}

.switch:hover {
    background: #80deea;
}

.switch.checked {
    background: #80deea;
}

.switch.disabled {
    cursor: initial;
}

.switch.disabled:hover {
    background: #ddd;
}

.switch small {
    border: .5px solid #ddd;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,.15);
    height: 30px;
    top: -5px;
    width: 30px;
}

.switch.checked small {
    background: #00bcd4;
    border-color: #00bcd4;
}

.switch.disabled small {
    background: #eee;
}

.info .angular-google-map-container {
    height: 180px;
    border: 1px solid #CCC;
}

.groups .filter {
    float: right;
    margin: 20px 24px 8px 12px;
}

#preview-container-placeholder {
    width: 600px;
    color: #778838;
    font-size: 18px;
    height: 440px;
    background-color: #ddd;
    position: relative;
}

.image-upload-btn {
    float:left;
    width:28%;
    text-align:center;
    padding-top: 20px;
}

.img-container-upload {
    float: left;
    width:72%;
    height: 430px;
    background-color:#ddd;
}

.img-edit-tb {
    float: right;
    width:72%;
}

#load_image .btn:hover {
    color: white;
}

#load_image .btn {
    padding: 5px 12px;
}

#load_image .botn-blu {
    border: 0 !important;
}

#load_image .botn-grey {
    border-color: #888888;
}

#cropper .place-holder {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 48%;
    left: 0;
}

.pac-container {
    z-index: 10000000;
}

.charityLogo {
    float: left;
}

.rankingsTablePosition {
    position: relative;
    top: -79px;
}

.leaflet-top, .leaflet-bottom {
    z-index: 140 !important;
}

.fascia-top.small #toplogo div {
    font-size: 35px;
    width: 170px;
    line-height: 43px;
    -webkit-transition: .3s;
    transition: .3s;

}

.fascia-top.small #toplogo div a {
    line-height: inherit;
}

.fascia-top.small {
    height: 50px !important;
}

.fascia-top.small #header-top {
    height: 50px !important;
    -webkit-transition: .3s;
    transition: .3s;
}

.fascia-top.small #menuservtop {
    height: 50px;
}

.fascia-top.small #menuservtop [class^="flaticon-"]:before, .fascia-top.small #menuservtop [class*=" flaticon-"]:before,
.fascia-top.small #menuservtop [class^="flaticon-"]:after, .fascia-top.small #menuservtop [class*=" flaticon-"]:after {
    font-size: 20px;
    line-height:50px;
    -webkit-transition: .3s;
    transition: .3s;
}

.fascia-top.small #menuservtop [class^="flaticon-home"]:before{
    font-size: 20px;
    -webkit-transition: .3s;
    transition: .3s;
}

.fascia-top.small .topimg {
    width: 57% !important;
}

.fascia-top.small .toolb-notification-counter {
    top: 20px;
    right: -8px;
}

.fascia-top.small #toolbarAvatar {
    width: 21px !important;
    height: 21px !important;
    margin-top: -18px !important;
}

.fascia-top.small .msearch div {
    margin-top: 5px;
}

.fascia-top.small .msearch i {
    margin-top: -8px !important;
}

.eventoris .pagination-info, .page-list, .pagination {
    font-size: 11px;
}

.eventoris .page-list button {
    border: 1px solid #adadad;
}

.eventoris .bootstrap-table {
    position: relative;
    top: -63px;
}

.eventoris .clearfix {
    display: none;
}

.eventiristab [class^="flaticon-add"]:before {
	color:#FFF;
}

.smileIcon [class^="flaticon-"]:before, .smileIcon [class^="flaticon-"]:after {
    font-size: 43px;
}

.smileIcon label {
    cursor: pointer;
    font-weight: 500;
}

.smileIcon input[type=radio] {
    display: none;
}

.smileIcon input[type=radio]:checked + label:before {
    color: #00bcd4;
}

.smileIcon textarea {
    height: 75px;
    width: 100%;
    max-width: 100%;
    resize: vertical;
    max-height: 200px;
    border: 1px solid #dedede;
    padding-top: 5px;
    margin-bottom: 10px;
}

.smileContainer {
    width: 20%;
    float: left;
}

.apps-div img {
    width: 45px;
    height: 45px;
}

.green {
    color: green;
}

.eventCommentTag-selected {
    float: left;
    background-color: #00BCD4;
    color: #FFF;
    padding: 6px 10px;
    margin-right: 15px;
    margin-top: 8px;
}

.bigIcon:before, .bigIcon:after {
    font-size: 30px !important;
}

#menu .first .active {
    border-bottom: 2px solid #00bcd4;
    color: #00bcd4;
}

.footerbg {
    background-color: #bdbdbf;
    width: 100%;
    max-width: 1022px;
    color: #FFFFFF;
    transition: background-color 0.2s ease;
    -webkit-transition: background-color 0.2s ease;
    line-height: 35px;
}

.footerbgOpen {
    background-color: #00838f;
    transition: background-color 0.2s ease;
    -webkit-transition: background-color 0.2s ease;
    line-height: 45px;
}

.footerlogo {
    margin-left: 3%;
    font-size: 24px;
    width: 85px;
    color: #FFFFFF;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

.footerlogo > span {
    color: #FFFFFF;
    font-weight: 900;
}

.footerbg a {
    color: #FFFFFF;
}

.footerbg [class^="flaticon-arrow-"]:before {
    font-size: 10px;
}

.footerbg a:hover {
    color: #FFFFFF;
}

.expandedFooter {
    background-color: #006064;
    text-align: center;
}

.expandedFooter .btnround {
    background-color: #FFFFFF;
}

.expandedFooter a.btnround {
    color: #006064 !important;
}

.footerMenu {
    display: inline-block;
    border-top: 1px solid #FFFFFF;
    padding-bottom: 10px;
}

.footerMenu a {
    padding: 0px 7px;
}

a[rel=button]:hover {
    color: #FFFFFF;
}

.at-share-btn-elements a[role=button] {
    background-color: transparent !important;
}

@media only screen and (min-width:481px) and (max-width:770px){
    .datepicker.dropdown-menu {
        margin-top: 114px;
    }

    .divmsg{
          background-color: #c1e2e7;
          width: 100%;
    }

    .msearch {
        width: 100%;
        padding: 1px 10px 18px 18px;
    }

    .msearch input{
        width: 70%;
    }

    .easide {
        margin-top: 112px;
        position: fixed;
    }

    .notebox .internalbox{
        width: 90% !important;
    }

    #menuservtop {
        margin-left: -4px;
    }

    .performance-upload .file-label {
        width: 48%;
    }

    .perf-txt2 {
        float: none;
        width: 55%;
        margin: 10px 0 0 150px;
    }

    .sw-details .stream li {
        width: 49% !important;
        margin: 0 0 3px 0.55% !important;
    }

    .sw-details .stream li {
        width: 49% !important;
        margin: 0 0 3px 0.55% !important;
    }

    #avatarfollow {
        padding-bottom: 10px;
        height: auto;
    }

    #preview-container-placeholder {
        width: 100%;
    }
    .image-upload-btn {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }
    .img-container-upload {
        float: none;
        width: 100%;
    }
    .images {
        width: 96%;
    }
}


@media only screen and (max-width:480px){
    .datepicker.dropdown-menu {
        margin-top: 114px;
    }

  .preview-msg{
    display: inline-block;
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  ul.contactcol li{
      height: 54px;
  }
  .contactcol img{
      width: 45px;
  }
  .mobile-no-border{
    margin-bottom: -8px;
  }
  .message-area {
      width: 100%;
  }
  #contenitore{
    width: 100%;
  }
  .divmsg{
        background-color: #c1e2e7;
        width: 100%;
  }

    .msearch {
        width: 100%;
        padding: 1px 10px 10px 18px;
    }

    .msearch input{
        width: 60%;
    }

    #menuservtop {
        margin-left: -4px;
    }

    .notebox .internalbox�{
        width: 90% !important;
    }

    .msgmobile-sx{
        display: none;
    }

    .msgmobile-dx{
        display: inline;
    }

    .divmsgmodal {
        height: 300px;
        padding-top: 10px;
    }

    .listmsgmodal {
        max-height: 85%;
        overflow-y: auto;
        padding: 5px;
    }


    .txtmsg {
        width: 100%;
    }

    .performance-upload select, .performance-upload input[type=text], .performance-upload input[type="password"] {
        width: 100%;
    }

    .performance-upload .file-label {
        width: 52%;
    }

    .performance-upload textarea{
        width: 100%;
        max-width: 100%;
    }
    .performance-upload .llabel {
        width: 20%;
    }
    .performance-upload button {
        margin-left: 20%;
    }

    .perf-txt2 {
        float: none;
        width: 55%;
        margin: 10px 0 0 130px;
    }

    .perf-btnright {
        float: none;
        margin-top: 15px;
    }
    .perf-btnleft {
        float: none;
        margin-top: 15px;
    }
    .tab-border{margin-top: 0}

    .sw-details .stream li {
        width: 100% !important;
        margin: 0 0 3px 0 !important;
    }

    .sw-details-ev .stream li {
        width: 100% !important;
        margin: 0 0 3px 0 !important;
    }

    .toastmsg {
        width: 92%;
    }

    .avatarnameresults {
        top: 102px;
    }

    .mezzo {
        margin-bottom: 5px;
    }

    #avatarfollow {
        padding-bottom: 10px;
        height: auto;
    }

    #preview-container-placeholder {
        width: 100%;
    }
    .image-upload-btn {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }
    .img-container-upload {
        float: none;
        width: 100%;
    }
    /* event location and track modal */

    #place_location_source {
        width: 75% !important;
    }

    /*.mobileTrackModal {
        overflow-y: scroll;
        max-height: 200px;
        padding-left: 0px;
    }*/
    /* ---- */

    .charityLogo {
        float: none;
    }

    .rankingsTablePosition {
        position: static;
        top: 0px;
    }

    .eventoris .bootstrap-table {
        top: -20px;
    }

    .mobileCollapsed {
        display: none;
    }

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

    .mobileResultMargin .right {
        text-align: center;
    }

    .settings .label_mobile {
        width: 100%;
    }

    .settings .label_right {
        text-align: left;
    }

    .chipchallengeListMobile {
        height: auto !important;
        padding-bottom: 5px;
    }

    .chipchallengeListMobile .homeeventdetails {
        margin-left: 100px;
        margin-right: 5px;
    }

    /* ENDUPIX */
    .cart .summary{
        display: none;
    }
    .cart .bottom{
        position: fixed;
        bottom: 35px;
        padding: 5px 10px;
        z-index: 101;
    }
    .cart .help1{
        float: none;
        margin-bottom: 15px;
    }
    .cart .help2{
        float: none;
        margin-right: 0px;
        margin-bottom: 15px;
    }
    .cart .logo{
        text-align: center;
        margin-left: 0px !important
    }

    .cart_modal [class^="flaticon-delete"]:before, .cart_modal [class*=" flaticon-delete"]:before {
        font-size:20px !important;
        width:22px !important;
    }

    .images {
        width: 96%;
        /* height: 240px; */
    }
    .images .buttons-cart [class^="flaticon-"]:before {
        float: none;
    }

    .images .buttons-cart.mobile [class^="flaticon-"]:before {
        font-size: 16px;
    }
    .images .thumb_container {
        /* height: 200px; */
    }
}

button, .btn, a, ul {
    outline: none !important;
}

.allcontent {
    /*margin-bottom: 20px;*/
}

.filters-fixed {
    position: fixed;
    top: 50px;
    width: 297px;
    overflow: auto;
    bottom: 13px;
    z-index: 140;
}

#area-sx-fixed::-webkit-scrollbar, #area-dx-fixed::-webkit-scrollbar {
    width: 6px;
}

#area-sx-fixed::-webkit-scrollbar-track, #area-dx-fixed::-webkit-scrollbar-track {
	background-color: #E0F7FA;
}

/* colore di sfondo delle scrollbar */

#area-sx-fixed::-webkit-scrollbar-thumb, #area-dx-fixed::-webkit-scrollbar-thumb {
	background-color: #4dd0e1;
}

#area-sx-fixed::-webkit-scrollbar-button, #area-dx-fixed::-webkit-scrollbar-button {
	background-color: #E0F7FA;
    display: none;
}

/* codice per personalizzare i bottoni alle estremit� delle scrollbars */

#area-sx-fixed::-webkit-scrollbar-corner, #area-dx-fixed::-webkit-scrollbar-corner {
	background-color: #E0F7FA;
}

.footerContentShow {
    display: none;
    line-height: 26px;
}

.eventoris .selectResult {
    width: 30%;
    float: left;
}

@media only screen and (max-width: 900px) {
    .footerContentHide {
        display: none;
    }

    .footerContentShow {
        display: inherit;
    }

    .eventoris .selectResult {
        width: 100%;
    }

    .desktopIcon {
        display: none;
    }
}

.filterTitle {
    cursor: pointer;
}

.filterTitle img {
    width: 16px
}

.boxpaddingh {
    padding: 4%;
    border: 1px solid #FFFFFF;
    min-height: 150px;
}

.hometit {
    line-height: 26px;
    color: #FFF !important;
    font-weight: 500;
    text-align: center;
    font-size: 20px !important;
    margin-top: 20px;
}

.homeboxtxt {
    line-height: 26px !important;
    text-align: center;
}

.boxsizing div {
    -webkit-box-sizing: unset;
    -moz-box-sizing: unset;
    box-sizing: unset;
}

.boxsizing div:after, .boxsizing div:before {
    -webkit-box-sizing: unset;
    -moz-box-sizing: unset;
    box-sizing: unset;
}



.soc {
    background-color: #FFFFFF;
}

a.soc.btnround {
    color: #00838f !important;
}

.bgpetr {
    background-color: #00838f;
    width: 100%;
    position: relative;
}

.bgpetr .boxtit, .bgpetr .boxtxt, .bgpetr .boxtit strong, .bgpetr .boxtxt strong, .bgpetr .boxtxt a, .bgpetr .boxtit a, .bgpetr .boxtxt a:hover, .bgpetr .boxtit a:hover, .bgpetr .titwide {
    color: #FFF;
}





.boldblu strong {
    color: #00bcd4 !important;
}

strong.boldbig {
    font-size: 14px;
    color: #00838f !important;
}

.bordertopblu {
    border-top: 1px solid #00bcd4 !important;
}

.arrwhite a [class^="flaticon-"]:before, .arrwhite a [class^="flaticon-"]:before {
    color: #FFFFFF !important;
}

@media only screen and (max-width: 900px) and (min-width: 481px) {
    .notablet {
        visibility: hidden;
        display: none;
    }
    .solotablet {
        visibility: visible;
        display: block;
    }
    .tabletMoveUp {
        /*margin-top: -21px !important;*/
        margin-top: 0px !important;
    }

    .tabletMoveSearch {
        top: 182px;
    }

    .tabletMoveSearch input {
        margin: 5px 0 !important;
    }
}

.eventoris [class^="flaticon-list"]:before, .eventoris [class^="flaticon-pdf-file"]:before {
    color: #FFF;
    font-size: 16px;
    width: 32px;
}

#race-form [class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-size: 15px;
}

#race-form .flaticon-close:before {
    color: red;
}

@media only screen and (min-width: 670px) and (max-width: 700px) {
    .centerAds {
        padding: 0 3%;
    }
}

@media only screen and (min-width: 700px) and (max-width: 800px) {
    .centerAds {
        padding: 0 7%;
    }
}

@media only screen and (min-width: 800px) and (max-width: 900px) {
    .centerAds {
        padding: 0 14%;
    }
}
@media only screen and (min-width: 900px) and (max-width: 1066px) {
    .images {
        width: 96%;
    }
}
@media only screen and (min-width: 901px) {
    .centerSearch {
        /*left: 33.3%;*/
        position: relative;
        top: -50px;
    }

    #avatarname {
        width: 100%;
    }
}

.esplora [class^="flaticon-close"]:before {
    font-size: 12px;
}

.btn-orange {
    background-color: #00bcd4 !important;
}

.wall-form .llabel {
    color: #000000 !important;
}

#eventHomeAverageVote .br-widget a.br-selected:after, #eventHomeAverageVote .br-widget a.br-fractional:after {
    color: #00bcd4;
}

.result { color: #555555; font-size: 13px; font-weight: 400; line-height: 20px }

.result_blue { color: #00bcd4 !important }

.result_dark { color: #000000 !important }

.result_big { font-size: 16px !important }

.result_heavy { font-weight: 500 !important }

.botn-close {
    color: #fff;
    background-color: #bebebe;      /* colore standard */
    text-decoration: none;
    /* font-size: 12px; */
}

.botn-close:focus, .botn-close:hover {
    background-color: #cccccc;
}

input#search-result::-webkit-input-placeholder, input#search-friend::-webkit-input-placeholder {
    color: #00bcd4;
    font-size: 16px;
    font-weight: 400;
}

input#search-result:-moz-placeholder, input#search-friend:-moz-placeholder { /* Firefox 18- */
    color: #00bcd4;
    font-size: 16px;
    font-weight: 400;
}

input#search-result::-moz-placeholder, input#search-friend::-moz-placeholder {  /* Firefox 19+ */
    color: #00bcd4;
    font-size: 16px;
    font-weight: 400;
}

input#search-result:-ms-input-placeholder, input#search-friend:-ms-input-placeholder {
    color: #00bcd4;
    font-size: 16px;
    font-weight: 400;
}

.eventoris [class^="flaticon-search"]:before {
    color: #00bcd4;
}

.radiosex input[type="radio"], .groupRadio input[type="radio"], .compareRadio input[type="radio"]{
    display: none;
}

.radiosex label, .groupRadio label, .compareRadio label {
    font-weight: normal;
}

.radiosex label:before, .groupRadio label:before, .compareRadio label:before{
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    background-color: #FFFFFF;
    border: 1px solid #555555;
    border-radius: 8px;
    cursor: pointer;
}

.radiosex input[type=radio]:checked + label:before, .groupRadio input[type=radio]:checked + label:before, .compareRadio input[type=radio]:checked + label:before{
    content: "\2022";
    color: #FFFFFF;
    background-color: #00bcd4;
    border-color: #00bcd4;
    font-size: 22px;
    text-align: center;
    line-height: 16px;
}

.genderIcon.flaticon-mars {
    color: #6495ED;
}

.genderIcon.flaticon-venus {
    color: #FFC0CB;
}

#sharing_toolbox a{
    margin-right: 5px;
}

.boxpadding {
    padding: 30px 4%;
}

.displayLightblu {
    background-color: #bceaf0;
    color: #fff;
}

.liveLabel {
    background-color: #fcd735;
    /* color: #FFFFFF; */
    color: #000000;
    padding: 6px 18px;
    display: inline-block;
    /*cursor: pointer;*/
    /* border-radius: 6px; */
}

.liveLabel > div {
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 18px;
}

/*.liveLabel:hover {
    background-color: #ffed57;
}*/

.marquee {
    line-height: 50px;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    /*margin-left: 40px;*/
    font-size: 15px;
}
.marquee > div {
    display: inline-block;
    padding-left: 100%;
    -webkit-animation: marquee 40s linear infinite;
    -moz-animation: marquee 40s linear infinite;
    -ms-animation: marquee 40s linear infinite;
    -o-animation: marquee 40s linear infinite;
    animation: marquee 40s linear infinite;
}
@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}

.liveLinksBox {
    display: inline-block;
    width: 33%;
    text-align: center;
    margin: 0 0px 10px 0;
}

.liveLinksBoxModal {
    float: left;
    width: 33%;
    text-align: center;
    margin: 0 0px 10px 0;
}

.liveLinksBox a:hover img {
    opacity: 0.7;
}

.liveLinksBox a:hover span {
    color: #555555;
}

.liveHashtag:hover {
    color: #68d4e3;
}

.tableExportButton {
    margin-right: 10px;
    color: #00838f;
}

.fanheroesLink {
    color: #000000;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0;
}

.botn-green {
    background-color: #FFF;
    border: 1px solid #009962;
    color: #009962;
}

.botn-green:hover {
    background-color: #009962;
    color: #FFF;
}

.botn-red {
    background-color: #FFF;
    border: 1px solid #e54544;
    color: #e54544;
}

.botn-red:hover {
    background-color: #e54544;
    color: #FFF;
}

.boardMessage a {
    text-decoration: underline;
}

input.bluePlaceholder::-webkit-input-placeholder {
    color: #00bcd4;
}

input.bluePlaceholder:-moz-placeholder { /* Firefox 18- */
    color: #00bcd4;
}

input.bluePlaceholder::-moz-placeholder {  /* Firefox 19+ */
    color: #00bcd4;
}

input.bluePlaceholder:-ms-input-placeholder {
    color: #00bcd4;
}

.radioPix input[type=radio]:checked + label {
    border: 1px solid #00bcd4 !important;
}

.blueScroll::-webkit-scrollbar {
    width: 6px;
}

.blueScroll::-webkit-scrollbar-track {
    background-color: #E0F7FA;
}

.blueScroll::-webkit-scrollbar-thumb {
    background-color: #4dd0e1;
}

.blueScroll::-webkit-scrollbar-button {
    background-color: #E0F7FA;
    display: none;
}

.blueScroll::-webkit-scrollbar-corner {
    background-color: #E0F7FA;
}

.edmVideoContainer {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
}

.edmVideo {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

/* DELETE when added restyling */
.bg-transparent {
    background-color: rgba(0, 0, 0, 0);
}

.mt-5 {
    margin-top: 4px;
}
