@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'Avenir LT';
    src: url('../font/AvenirLTW0155Roman-webfont.eot');
    src: url('../font/AvenirLTW0155Roman-webfont.eot?#iefix') format('embedded-opentype'), url('../font/AvenirLTW0155Roman-webfont.woff') format('woff'), url('../font/AvenirLTW0155Roman-webfont.ttf') format('truetype'), url('../font/AvenirLTW0155Roman-webfont.svg#svgFontName') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir LT';
    src: url('../font/AvenirLTW0155Oblique-webfont.eot');
    src: url('../font/AvenirLTW0155Oblique-webfont.eot?#iefix') format('embedded-opentype'), url('../font/AvenirLTW0155Oblique-webfont.woff') format('woff'), url('../font/AvenirLTW0155Oblique-webfont.ttf') format('truetype'), url('../font/AvenirLTW0155Oblique-webfont.svg#svgFontName') format('svg');
    font-weight: normal;
    font-style: oblique;
}

@font-face {
    font-family: 'Avenir LT';
    src: url('../font/AvenirLTW0185Heavy-webfont.eot');
    src: url('../font/AvenirLTW0185Heavy-webfont.eot?#iefix') format('embedded-opentype'), url('../font/AvenirLTW0185Heavy-webfont.woff') format('woff'), url('../font/AvenirLTW0185Heavy-webfont.ttf') format('truetype'), url('../font/AvenirLTW0185Heavy-webfont.svg#svgFontName') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: Oswald;
    src: url(../font/Oswald-Regular.eot);
    src: url(../font/Oswald-Regular.eot?#iefix) format('embedded-opentype'), url(../font/Oswald-Regular.woff) format('woff'), url(../font/Oswald-Regular.ttf) format('truetype'), url(../font/Oswald-Regular.svg#svgFontName) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Khand;
    src: url(../font/khand-v8-latin-regular.eot);
    src: url(../font/khand-v8-latin-regular.eot?#iefix) format('embedded-opentype'), url(../font/khand-v8-latin-regular.woff) format('woff'), url(../font/khand-v8-latin-regular.ttf) format('truetype'), url(../font/khand-v8-latin-regular.svg#svgFontName) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Khand Medium';
    src: url(../font/Khand-Medium.eot);
    src: url(../font/Khand-Medium.eot?#iefix) format('embedded-opentype'), url(../font/Khand-Medium.woff) format('woff'), url(../font/Khand-Medium.ttf) format('truetype'), url(../font/Khand-Medium.svg#svgFontName) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Maven Pro';
    src: url(../font/maven-pro-v18-latin-regular.eot);
    src: url(../font/maven-pro-v18-latin-regular?#iefix) format('embedded-opentype'), url(../font/maven-pro-v18-latin-regular.woff) format('woff'), url(../font/maven-pro-v18-latin-regular.ttf) format('truetype'), url(../font/maven-pro-v18-latin-regular.svg#svgFontName) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Maven Pro Bold';
    src: url(../font/maven-pro-v18-latin-regular.eot);
    src: url(../font/maven-pro-v18-latin-regular?#iefix) format('embedded-opentype'), url(../font/MavenPro-Bold.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}


body {
    background: #fff;
    font-family: "Lato", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 15px;
    color: #22293c;
}

a:focus {
    /*  outline: invert dotted 1px; */
}

a,
a:link,
a:visited {
    color: #11b5e4;
    text-decoration: none;
}

a:hover {
    color: #11b5e4;
    text-decoration: underline;
}

hr {
    border: 0 #ccc solid;
    border-top-width: 1px;
    clear: both;
    height: 0;
}


/* `Headings
----------------------------------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    margin: 1em 0 10px 0;
    font-family: "Exo 2", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

h1 {
    color: #1d3557;
    font-size: 21px;
}

h2.green {
    color: #78a02d;
    font-size: 21px;
}

h2.blue {
    color: #1d3557;
    font-size: 21px;
}

h2 {
    color: #1d3557;
    font-size: 18px;
}

h3 {
    color: #1d3557;
    font-size: 16px;
}

h4 {
    color: #1d3557;
    font-size: 16px;
    margin-left: 5px;
}

h5 {
    color: #1d3557;
    font-size: 14px;
}

h6 {
    color: #1d3557;
    font-size: 13px;
}


h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:link,
h2 a:link,
h3 a:link,
h4 a:link,
h5 a:link,
h6 a:link,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
    color: #11b5e4;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/
ol {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
}

li {
    margin-left: 25px;
    list-style: disc;
}

ol li {
    list-style-type: decimal;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
    /*margin-bottom: 20px;*/
}

/* spaziatura di default per i paragrafi */
p {
    margin: 0 0 10px 0;
    line-height: 18px;
}

.text-wrapper {
    padding: 0 20px;
    float: left;
    width: 910px;
    margin-bottom: 20px;
}

.text-center {
    text-align: center;
}

.txt-l {
    text-align: left;
}

.txt-r {
    text-align: right;
}

.text-left {
    float: left;
}

.text-right {
    float: right;
}

.text-two {
    width: 430px;
}

/* classe usata per visualizzare il testo piÃ¹ piccolo dove serve spazio */
p.partner {
    line-height: 17px;
    font-size: 14px;
}

.text-small p {
    line-height: 17px;
    font-size: 14px;
}

.text-padded-left p {
    padding-left: 146px;
}

p.privacy {
    line-height: 17px;
    font-size: 14px;
    margin-right: 20px;
}

/* classe usata per visualizzare il testo piÃ¹ piccolo dove serve spazio */
ul.features {
    margin-left: 15px;
    list-style: disc inside none;
    font-size: 14px;
}

.Bold,
strong,
b,
bold {
    font-weight: bold;
}

.Italic {
    font-style: italic;
}

.Underline {
    text-decoration: underline;
}

.gen-content img {
    margin: 0 10px;
}

.caratteristiche .gen-content p {
    font-size: 14px;
    line-height: 17px;
}

.partner .gen-content p {
    font-size: 14px;
    line-height: 17px;
}


/* definizione css per i testi dinamici */
.red {
    color: #cc0000;
}

.button {
    font-family: "Exo 2", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

a.small,
input.button.small {
    font-size: 16px;
}

a.big,
input.button.big {
    font-size: 18px;
}

a.button,
input.button {
    padding: 5px 10px 7px 10px;
    color: #fff;
    font-size: 16px;
    position: relative;
    border: 0;
    outline: 0;
    cursor: pointer;
    background-color: #11b5e4;
    color: #fff;
    text-transform: uppercase;
}

a.button.disabled,
input.button.disabled {
    cursor: default;
}

a.button.block,
input.button.block {
    width: 100%;
    white-space: nowrap;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

a.button.left,
input.button.left {
    float: left;
    width: auto;
}

a.button:hover,
input.button:hover {
    text-decoration: none;
}

a.button.small,
input.button.small {
    font-size: 16px;
}

a.button.big,
input.button.big {
    font-size: 18px;
    text-transform: uppercase;
}

a.button.yellow,
input.button.yellow {
    background-color: #4ecdc4;
    color: #fff;
    line-height: normal;
    text-transform: uppercase;
}

a.button.red,
input.button.red {
    background-color: #11b5e4;
    color: #fff;
    line-height: normal;
    text-transform: uppercase;
}

.button.red.box-download-community {
    background-color: #4ecdc4;
}

a.button.green,
input.button.green {
    background-color: #11b5e4;
    color: #fff;
    line-height: normal;
    text-transform: uppercase;
}

a.button.gray,
input.button.gray {
    background-color: #11b5e4;
    color: #fff;
    line-height: normal;
    text-transform: uppercase;
}

a.button.darkGray,
input.button.darkGray {
    background-color: #999;
    color: #fff;
    line-height: normal;
    text-transform: uppercase;
}

a.button.Facebook span,
a.button.GooglePlus span,
a.button.Twitter span,
a.button.LinkedIn span {
    background: url(img/sprite-social.png) no-repeat center left;
    display: block;
}

a.button.Facebook,
input.button.Facebook {
    padding: 5px 10px;
    font-size: 18px;
    background: #3B5998;
    color: #fff;
    -webkit-box-shadow: 0px 0px 0px 0px #2C4272;
    box-shadow: 0px 0px 0px 0px #2C4272;
    margin-bottom: 5px;
    margin-top: 0px;
    display: none !important;
}

a.button.Facebook span,
input.button.Facebook span {
    background-position: 0 0;
}

a.button.GooglePlus,
input.button.GooglePlus {
    padding: 5px 10px;
    font-size: 18px;
    background: #dd4b39;
    color: #fff;
    -webkit-box-shadow: 0px 0px 0px 0px #C43421;
    box-shadow: 0px 0px 0px 0px #C43421;
    margin-bottom: 5px;
    margin-top: 0px;
}

a.button.GooglePlus span,
input.button.GooglePlus span {
    background-position: 0 -70px;
}

a.button.Twitter,
input.button.Twitter {
    padding: 5px 10px;
    font-size: 18px;
    background: #55acee;
    color: #fff;
    -webkit-box-shadow: 0px 0px 0px 0px #2594E9;
    box-shadow: 0px 0px 0px 0px #2594E9;
    margin-bottom: 5px;
    margin-top: 0px;
}

a.button.Twitter span,
input.button.Twitter span {
    background-position: 0 -210px;
}

a.button.LinkedIn,
input.button.LinkedIn {
    padding: 5px 10px;
    font-size: 18px;
    background: #0977b6;
    color: #fff;
    -webkit-box-shadow: 0px 0px 0px 0px #065684;
    box-shadow: 0px 0px 0px 0px #065684;
    margin-bottom: 5px;
    margin-top: 0px;
    display: none !important;
}

a.button.LinkedIn span,
input.button.LinkedIn span {
    background-position: 0 -140px;
}

.button.vote-up {
    background-image: url(img/icon-sprite.png);
    background-repeat: no-repeat;
    background-position: left -93px;
    width: 10px;
    white-space: nowrap;
}

.button.accept {
    background-image: url(img/icon-sprite.png);
    background-repeat: no-repeat;
    background-position: center -62px;
    width: 10px;
    white-space: nowrap;
}

.button.install {
    background-image: url(img/icon-sprite.png);
    background-repeat: no-repeat;
    background-position: 4px -196px;
    width: 10px;
    white-space: nowrap;
    padding: 2px 10px;
}

.button.review {
    background-image: url(img/icon-sprite.png);
    background-repeat: no-repeat;
    background-position: 4px -232px;
    width: 10px;
    white-space: nowrap;
    padding: 2px 10px;
}

.button.login {
    background-image: url(img/lock.png);
    background-repeat: no-repeat;
    background-position: 6px 6px;
    background-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
    /*padding: 5px 10px;*/
    font-size: 18px;
    -webkit-box-shadow: 0px 0px 0px 0px #668c23 !important;
    box-shadow: 0px 0px 0px 0px #668c23 !important;
}

a.button:active,
input.button:active {
    top: 1px;
}

.read-more {
    display: block;
    float: right;
    text-align: right;
    margin: 5px 0 10px 0;
}

.read-more:hover {
    text-decoration: underline;
}

input.read-more {
    border: 0;
    background: none;
    color: #11b5e4;
}

.link-badge {
    display: inline-block;
    position: relative;
}

.link-badge span {
    top: -8px;
    left: 95%;
    position: absolute;
    max-width: 0;
    background: #C00;
    width: auto;
    line-height: 16px;
    font-size: 12px;
    padding: 0;
    white-space: nowrap;
    border-radius: 5px;
    display: block;
    overflow: hidden;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.link-badge span a {
    color: #fff;

    padding: 0 .5em;
}

.link-badge:hover span {
    max-width: 200px;
}

img.left {
    float: left;
    margin: 0 10px 10px 0;
}

img.right {
    float: right;
    margin: 0 0 10px 10px;
}

span.error,
span.error ul {
    display: inline-block;
    color: #c00;
}

span.error {
    padding-left: 20px;
    background: url('../img/error_button_16.png') left center no-repeat scroll;
    padding-right: 10px;
}

span.error li {
    color: #C00;
    margin: 0;
    display: inline;
}

/* icons */
.search-white {
    background: transparent url(img/icon-sprite.png) no-repeat 0px -32px scroll;
    width: 22px;
    height: 22px;
    overflow: hidden;
    display: inline-block;
    border: 0;
    text-indent: 50px;
    white-space: nowrap;
    padding: 0;
}

.email-link {
    background: transparent url(img/icon-sprite.png) no-repeat 0px -291px scroll;
    width: 27px;
    height: 24px;
    overflow: hidden;
    display: inline-block;
    border: 0;
    text-indent: 50px;
}

.latest-badges .element {
    clear: both;
    margin-bottom: 1em;
}

.latest-badges .user-info a {
    font-size: 13px;
}

.latest-badges .badge {
    float: left;
    margin-right: 5px;
}

.latest-badges h3 {
    margin: 0;
}

.question-body pre code {
    padding-left: 1em;
    border-left: 2px solid #6685A3;
    display: inline-block;
    background-color: #F3F3F3;
}



.has-tooltip-community {
    position: relative;
    display: inline-block;
}


.has-tooltip-community.right {
    display: block;
}

.has-tooltip-community.right.read-more {
    display: block;
    float: right !important;
}

.has-tooltip-community .tooltip-points {
    position: absolute;
    border: 1px solid #cccccc;
    bottom: 25px;
    border-radius: 4px;
    text-align: center;
    padding: 1px 2px;
    display: none;
    left: 0px;
    font-size: 11px;
    white-space: nowrap;
    font-weight: bold;
    z-index: 100;
    padding: 5px;
    background: #fff;
    color: #1d3557;
}


.has-tooltip-community .tooltip-points.login {
    bottom: 0px;
    left: 50px;
}

.has-tooltip-community .tooltip-points.registration {
    bottom: -25px;
}

.link-photo.has-tooltip-community .tooltip-points {
    left: 15px;
}

.photo.has-tooltip-community .tooltip-points {
    bottom: 161px;
}

.has-tooltip-community .tooltip-points.bio {
    bottom: 260px;
}


.has-tooltip-community:hover .tooltip-points {
    display: inline-block;
    width: auto;
}

.has-tooltip-community .tooltip-points:after,
.has-tooltip-community .tooltip-points:before {
    top: 100%;
    left: 15px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.has-tooltip-community .tooltip-points:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 5px;
    margin-left: -5px;
}

.has-tooltip-community .tooltip-points.registration:after {
    border-top-color: transparent;
    border-bottom: 5px solid #fff;
    top: -10px
}

.has-tooltip-community .tooltip-points.login:after {
    border-top-color: transparent;
    border-right: 5px solid #fff;
    left: -5px;
    top: 3px;
}

.has-tooltip-community .tooltip-points:before {
    border-color: rgba(204, 204, 204, 0);
    border-top-color: #cccccc;
    border-width: 6px;
    margin-left: -6px;
}

.has-tooltip-community .tooltip-points.registration:before {
    border-top-color: transparent;
    border-bottom: 6px solid #ccc;
    top: -12px;
}

.has-tooltip-community .tooltip-points.login:before {
    border-top-color: transparent;
    border-right: 6px solid #ccc;
    left: -6px;
    top: 2px;
}

.has-tooltip-community .tooltip-points.forum {
    background-color: #00CCCC;
    color: #FFFFFF;
}

.has-tooltip-community .tooltip-points.forum:after {
    border-color: #00CCCC rgba(0, 204, 204, 0) rgba(0, 204, 204, 0);
    border-width: 5px;
    margin-left: -5px;
}

.has-tooltip-community .tooltip-points.learn {
    background-color: #11b5e4;
    color: #1d3557;
}

.has-tooltip-community .tooltip-points.learn:after {
    border-color: #11b5e4 rgba(247, 223, 3, 0) rgba(247, 223, 3, 0);
    border-width: 5px;
    margin-left: -5px;
}

.has-tooltip-community .tooltip-points.store {
    background-color: #FF9900;
    color: #FFFFFF;
}

.has-tooltip-community .tooltip-points.store:after {
    border-color: #FF9900 rgba(255, 153, 0, 0) rgba(255, 153, 0, 0);
    border-width: 5px;
    margin-left: -5px;
}

.has-tooltip-community .tooltip-points.certification {
    background-color: #FF0066;
    color: #FFFFFF;
}

.has-tooltip-community .tooltip-points.certification:after {
    border-color: #FF0066 rgba(255, 0, 102, 0) rgba(255, 0, 102, 0);
    border-width: 5px;
    margin-left: -5px;
}

.fullField .labelWrapper {
    margin-bottom: 4px;
}

.pt-5 {
    padding-top: .5em;
}

.fullAttr .social-revoke a.button.green {
    background: #78a02d url(img/unlink.png) no-repeat;
    background-size: 20px;
    width: 10px;
    height: 18px;
    background-position: center;
    float: inherit;
    padding: 3px 10px;
}

.imageMobile:before {
    content: '';
    background-size: contain;
    width: 100%;
    height: 204px;
    background: url(img/mobile-community-edition-icon200x200.png) no-repeat;
    display: block;
    margin-left: 28%;
}

.imageBPM:before {
    content: '';
    background-size: contain;
    width: 100%;
    height: 204px;
    background: url(img/bpm-community-edition-icon200x200.png) no-repeat;
    display: block;
    margin-left: 25%;
}

.imageWebCommunity:before {
    content: '';
    background-size: contain;
    width: 100%;
    height: 204px;
    background: url(img/web-community-edition-icon200x200.png) no-repeat;
    display: block;
    margin-left: 25%;
}

.imageCommunityEdition:before {
    content: '';
    background-size: contain;
    width: 100%;
    height: 184px;
    background: url(img/wr-site-icon-download.png) no-repeat;
    display: block;
    margin-left: 25%;
}