/*
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-mag-2018, 9.53.54
    Author     : Davide
*/
html,
body {
    height: 100%;
    margin: 0;
}

.Base{
    min-height: calc(100vh - 200px);

}

.Base__sticky-navbar {
    position: sticky;
    top: 0px;
    z-index: 999;
    border-radius: 0;
}

.Base, a {
    font-family: 'Lato', sans-serif;
    font-size:16px;
    font-weight:300;
}

.Base__sideBar--wrapper img {
    width: 100%;
}

.Base__header {
    height: 42px;
    background: #161d2a;
}

.Base__header--lang {
    background-color: #161D2A;
    color:#fff;
}

.Base__header--login {
    background-color: #161D2A;
    color:#fff;
}

#navbar-entando.Base__header--navbar {
    height: 90px;
    background-color: transparent !important;
}

.Base__header--logo {
    height: 22px;
    margin-top: -9px;
}

.Base__header--brand {
    font-size: 22px;
    font-weight: 100 !important;
    text-transform: uppercase;
    color: #000 !important;
    margin-top: 0;
}

.Base__banner12  {
    background-color:#161D2A;
    margin: -20px 0 0 0;
    padding: 0;
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
}

.Base__banner12-wrapper {
    padding: 20px 0 20px 20px;
}

.Base__banner12 p {
    color:#fff;
    font-weight:100;
}

.Base__banner12-first {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 0 0;
}

.Base__banner12-second {
    font-size: 36px;
    text-transform: uppercase;
    margin: 0 0 0 0;
}

.Base__header-mtop{
    margin-top: 3em;
}

.Base__header--navbar-ul>li>a {
    font-size:17px;
    text-decoration:none !important;
    list-style:none !important;
    transition: all 0.5s ease;
    text-transform: uppercase;
}

.Base__header--navbar-ul>li>a:hover {
    color: #23a8e0 !important;
}

.Base__header--login .nav>li>a,
.Base__header--lang .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    text-decoration:none !important;
    list-style:none !important;
    color: #fff;
    transition: all 0.2s;
}

.LoginForm__user {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    color: #fff;
}

.LanguageForm__lang, LoginForm__user {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    color: #fff;
}

.Base__header .nav>li>a:focus,
.nav>li>a:hover {
    background-color: #23a8e0;
    color: #fff;
    text-decoration: underline;
    font-weight: 300;
}
.Base__header--navbar .navbar-nav>.active>a {
    color: #23a8e0 !important;
    background-color: #fff !important;
}

.Base__central--title {
    font-size: 24px;
    margin: 0 0 1em -24px;
    text-transform: uppercase;
    font-weight: 500;
}

#accordion .Base__sideBar--title,
#accordion2 .Base__sideBar--title {
    margin-left: 0
}

.Base__sideBar--title {
    font-size: 24px;
    margin-bottom: 34px;
    margin-left: -24px;
    font-weight: 400;
    text-transform: uppercase;
}

.Base__sideBar--box {
    padding: 1em 0 1em 0;
    background-color:#c3c8ca;
    margin: 0 0 3px -24px;
    cursor: pointer;
    transition: all 0.5s ease;
}
.Base__sideBar--box:hover {
    padding: 1em 0 1em 0;
    background-color:#818688;
    cursor: pointer;
}

.Base__sideBar--box-link {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 8px 0 11px 16px;
}

.Base__sideBar--box-link .rotate_caret {
    transform: scale(1.0)rotate(-90deg);
    transition: all 0.2s ease;
    margin: 4px 22px 0 0;
}

.boxOn .rotate_caret {
    transform: scale(1.0)  ;
    transition: all 0.2s ease;
    margin: 4px 22px 0 0;
}


.boxOn {
    background-color: #23a8e0 !important;
    color: #fff !important;
}
.boxOn:hover {
    background-color: #0884b7 !important;
}
.hide {
    display: none;
}

.Base__panel--heading {
    height: 81px;
    padding: 18px 15px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    /* background-color: #23a8e0 !important; */
    color: #203753 !important;
    border-bottom: 2px solid #23a8e0 !important;
    background-color: #ffffff !important;
}

.Base__well-wrapper {
    padding: 0 10px 0 15px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-color: #fff;
    border-bottom: 2px solid #23a8e0;
    color: #fff !important;
    margin: 0 0 3px 0;
    transition: all 0.5s ease;
    overflow: auto;
}

.Base__well-title {
    color: #1f1d1d;
    font-size: 16px;
    font-weight: 200;
}

.Base___well-pos {
    float: right;
}

.Base__panel--body {
    background-color: #F5F5F5;
    border: none !important;
}

.panel-default {
    border-color: #fff;
}

.Base__well-wrapper .Base__button-outlined {
    background-color: #23a8e0;
    text-transform:uppercase;
    color: #fff;
}

.Base__well-wrapper .Base__button-outlined:hover {
    background-color: white;
    border-radius: 0;
    border: 1px solid #23a8e0;
    color:#23a8e0;
}

.Base__button-outlined {
    background-color: #2cb9eb;
    border-radius: 0;
    border: 1px solid #2cb9eb;
    text-transform:uppercase;
    margin:6px 0 0 0;
    transition: all 0.5s ease;
}

.Base__button-outlined:hover {

    background-color: white;
    border-radius: 0;
    border: 1px solid #23a8e0;
    color:#23a8e0;
}

.Base__button-caret {
    position: absolute;
    top: 12px;
    right: 18px;
}

.Base__panel--version {
    font-size: 16px;
    position: absolute;
    top: 0px;
    font-weight: 400;
}

.Base__panel--title {
    font-size: 16px;
    position: absolute;
    top: 26px;
    font-weight: 300;
}

.Base__panel--body-description {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

.Base__panel--body-components {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    text-align: end;
}

.Base__panel--body-abstract {
    font-size: 14px;
    letter-spacing: 0px;
}

.Base__panel--body-encryption {
    font-size: 14px;
    letter-spacing: 0px;
}
.Base__panel--body-abstract-right {
    font-size: 14px;
    letter-spacing: 0px;
    text-align:right;
}

.Base__sideBar--wrapper {
    border-left: 3px solid #F2F2F2;
    max-height: 600px;
    overflow-y: auto;
    margin-bottom: 6em;
}

.menu {
    margin-left:-24px;
}

.menu .panel-heading {
    position: relative;
    padding: 20px 15px;
}
.menu .panel-heading .edit {
    position: absolute;
    top: 8px;
    right: 30px;
}
.menu .area {
    background: #2cb9eb;
    margin-bottom: 9px;
    border-radius: 0px;
    transition: all 0.5s ease;
}

.menu .area:hover {
    background: #23a8e0;
    border-radius: 0px;
}

.menu .area a:hover {
    color: #fff !important;
}

.menu .area a{
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    text-decoration:none;
    transition: all 0.5s ease;
    text-transform: uppercase;
}

.menu .secondolivello {
    background: #848080;
    margin-bottom:3px;
    border-radius: 0px;
    transition: all 0.5s ease;
}

.menu .secondolivello:hover {
    background: #ded9d9;
    margin-bottom:3px;
    border-radius: 0px;
}

.menu .secondolivello a{
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    text-decoration:none;
    transition: all 0.5s ease;
    text-transform: uppercase;
}

.menu .terzolivello {
    border-bottom: 2px solid #2cb9eb;
    margin-bottom:2px;
    padding: 10px;
}

.menu .terzolivello a {
    font-size: 15px;
    font-weight: 300;
    text-decoration:none;
    transition: all 0.5s ease;
    text-transform: capitalize;
    padding: 0 0 0 12px;
}

.menu .collapse.in {
    overflow: visible;
}

.panel{
    margin-bottom: 0px;
    box-shadow: none;
}

.panel-group{
    margin-bottom: 0px;
    border: 0px solid #e5e5e5;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius: 0px;
}

.panel-heading{
    border-bottom:0;
}

.panel-heading .panel-toggle{
    display:block;
    padding: 0px 11px;
}

.panel-toggle{
    cursor:pointer;
}

.panel-inner{
    padding: 0px 0px;
    border-top: 0px solid #e5e5e5;
}

.nav-list>li>a:focus, .nav-list>li>a:hover {
    background-color: #ffffff;
    color: #0b0b0b;
    text-decoration: none;
    font-weight: 500;
}

.Base__banner--navbar-ul>li>a {
    background-color: transparent;
    color: #b8b7b7;
    text-decoration: none;
    font-size:22px;
    font-weight: 300;
    transition: all 0.5s ease;
    margin: 0 2em 1em 0;
}

.Base__banner--navbar-ul>li>a:focus,
.Base__banner--navbar-ul>li>a:hover {
    background-color: #ffffff;
    color: #23a8e0;
    text-decoration: none;
}

.Base__header--navbar-ul .dropdown-menu {
    background-color: #23a8e0;
    border-radius: 0px;
}

.Base__header--navbar-ul .dropdown-menu>li>a:focus,
.Base__header--navbar-ul .dropdown-menu>li>a:hover {
    color: #23a8e0;
    text-decoration: none;
    background-color:#fff;
}

.LanguageForm .dropdown-menu {
    background-color: #23a8e0;
    border-radius: 0px;
    left: -37px;
}

.LanguageForm .dropdown-menu>li>a {
    color: #fff;
    text-transform:uppercase;
    transition: all 0.3s ease;
    font-size: 16px;
}

.LanguageForm .dropdown-menu>li>a:focus,
.LanguageForm .dropdown-menu>li>a:hover {
    color: #23a8e0;
    text-decoration: none;
    background-color:#fff;
}

.LoginForm .dropdown-menu {
    background-color: #ffffff;
    border-radius: 0px;
    padding: 0 0;
}

.LoginForm .dropdown-menu>li>a {
    color: #ffffff;
    text-transform:uppercase;
    transition: all 0.3s ease;
    background: #2cb9eb;
}

.LoginForm .dropdown-menu>li>a:focus,
.LoginForm .dropdown-menu>li>a:hover {
    color: #23a8e0;
    text-decoration: none;
    background-color:#fff;
}

.Base__header--navbar-ul .dropdown-menu>li>a {
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-weight: 300;
}

.Base__header--navbar-ul>li>a:focus {
    color: #23a8e0 !important;
}

.Base__banner--navbar-ul .active a {
    color:#23a8e0;
}

.Base__banner--navbar-ul li {
    margin-left: -26px;
}

.Base__form-profile .control-label {
    background-color: white !important;
    margin: 3px 0 3px 0;
    color: #BDBDBD;
    font-size: 16px;
    letter-spacing: 2px;
}

.Base__form-profile input[type=text] {
    background-color: transparent;
    min-width: 100%;
    height: 48px;
    color: #000;
    font-size: 16px;
    line-height: 48px;
    border: 1px solid #BDBDBD;
    padding-left: 9px;
    letter-spacing: 2px;
}

.Base__profile-spacer{
    margin: 2em 0 2em;
}

.Base__form-profile .Base__button-actions {
    color:#fff;
    background-color:#2cb9eb;
    text-transform:uppercase;
    padding:1em 1em 1em 1em;
    border-radius:0;
    transition: all 0.5s ease;
}

.Base__form-profile .Base__button-actions:hover {
    color:#2cb9eb;
    background-color:#fff;
    text-transform:uppercase;
    border:1px solid #2cb9eb ;
    border-radius:0;
    transition: all 0.5s ease;
}

.Base__sideBar--box-link2 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 12px 0 12px 20px;
}

.panel-heading:not([class*="collapsed"]) .Base__button-outlined {
    border: 1px solid #ffffff;
}
.panel-heading:hover .Base__button-outlined {
    border: 1px solid #ffffff !important;
}


.Base__sideBar--wrapper .Base__button-outlined {
    background-color: transparent;
    border-radius: 0;
    border: 1px solid #203753;
    text-transform: uppercase;
    margin: 6px 0 0 0;
    transition: all 0.3s ease;
    color: #203753;
}

.Base__sideBar--wrapper .Base__button-outlined:hover {
    background-color: #fff;
    color:#23a8e0;
    border: 1px solid #23a8e0;
}

.LoginForm .Base__button-actions {
    color:#fff;
    background-color:#2cb9eb;
    text-transform:uppercase;
    padding: .2em .5em .2em .5em;
    border-radius:0;
    transition: all 0.5s ease;
}

.LoginForm .Base__button-actions:hover {
    color:#2cb9eb;
    background-color:#fff;
    text-transform:uppercase;
    border:1px solid #2cb9eb ;
    border-radius:0;
    transition: all 0.5s ease;
}

.LoginForm input[type=text], .LoginForm input[type=password]  {
    background-color: transparent;
    min-width: 100%;
    height: 27px;
    color: #000;
    font-size: 17px;
    line-height: 27px;
    border: 1px solid #BDBDBD;
    padding-left: 9px;
    letter-spacing: 2px;
}

.LoginForm .LoginForm__login {
    padding: .5em;
}

.area .Documentation__icon-pos {
    line-height: 24px !important;
}
.Base__documents{
    text-transform:lowercase
}

.panel-custom-spacing {
    padding: 0px;
}
.menu .nav>li>a {
    position: relative;
    display: block;
    padding: 2px 12px;
    transition: all 0.5s ease;
    text-transform: capitalize;
    color: black;
    font-weight: 300;
}

.ulist ul {
    margin: 18px 0 27px -10px;
    list-style-type:  lower-latin;
}

table, th, td {
    border: 1px;
    border-style: solid;
    border-color: #000;
    padding: 2px;
    max-width: 100%;
}
table {
    width: 50%;
    margin-bottom: 21px;
    border-collapse: collapse;
}
thead {
    background-color: #2cb9eb;
    color:#fff;
}

h1{
    color: #2cb9eb;
    text-transform: uppercase;
}
h2,h3,h4{
    color: #2C3953;
    text-transform: uppercase;
}
.paragraph {
    margin: 0 0 -11px 0;
}

.Base__sideBar--wrapper h1 {
    margin-top: 9px;
    padding-top: 12px;
}

.Base__modal--content {
    border-radius: 0px;
}

.Base__modal--header {
    border: none;
    height: 59px;
}

.Base__modal--title {
    text-align: center;
    line-height: 40px;
}

.Base__modal--body {
    padding: 0;
    margin-top: 10px;
}

.Base__modal--band {
    padding: 3em;
    background: #f1f1f1;
}

.Base__modal--user-agreement {
    text-align: center;
    font-size: 16px;
    color: #030152;
    margin-top: 40px;
}

.Base__button-outlined-gray {
    color: #23a8e0;
    background:#fff;
    padding: .7em 5em;
    border: 1px solid #23a8e0;
    border-radius: 0px;
    font-size: 15px;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.Base__button-outlined-gray:hover {
    color:white;
    background: #23a8e0;
}

.Base__modal--body-version {
    font-size: 17px;
}

.Base__modal--body-title {
    font-size: 26px;
}
.Base__modal--download {
    text-align: center;
    margin: 2em;
}

.inactiveLink {
    pointer-events: none;
    cursor: default;
}

.Base__modal--user-checkbox {
    text-align: center;
    font-size: 16px;
    color: #030152;
    margin: 13px 0 43px 0;
}

.Base__tile--wrapper {
    padding: 0;
    margin-bottom: -1px;
}

.single-image .Base__tile--wrapper {
    margin-left: -15px;
    margin-right: -15px;
}

.single-image img {
    height: 500px !important;
}

.Base__tile--wrapper img {
    height: 550px;
    width:100%;
    object-fit: cover;
    display: block;
}

.Base__tile--wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: radial-gradient( #527fb6, #203753);
    opacity: .4;
    transition: all 0.5s ease;
}

.Base__tile--wrapper:hover:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: radial-gradient( #527fb6, #203753);
    opacity: .1;
}


.single-image .Base__tile--wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: radial-gradient( #527fb6, #203753);
    opacity: 0;
    transition: all 0.5s ease;

}

.single-image .Base__tile--wrapper:hover:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: radial-gradient( #527fb6, #203753);
    opacity: 0;
}

.Base__tile--card-title {
    position:  absolute;
    top: 45px;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 149px;
}

.Base__panel--link {
    position:  absolute;
    top: 157px;
}

.Base__tile--card-subtitle {
    position: absolute;
    top: 119px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin-left: 149px;
    width: 59%;
}

.Base__tile-button-pos .Base__button-outlined {
    position:  absolute;
    top: 300px;
    margin-left: 149px;
    color: #fff;
    /* width: 23%; */
}

.Base__tile-button-pos .Base__button-outlined2 {
    position:  absolute;
    top: 306px;
    margin-left: 278px;
    color: #fff;
    min-width: 26%;
    background-color: #2cb9eb;
    border-radius: 0;
    border: 1px solid #2cb9eb;
    text-transform: uppercase;
    /* margin: 6px 0 0 0; */
    transition: all 0.5s ease;
}

.Base__tile-button-pos .Base__button-outlined:hover, .Base__tile-button-pos .Base__button-outlined2:hover {
    color: #2cb9eb;
    background-color: white;
    border-radius: 0;
    border: 1px solid #23a8e0;
}

.Base__hero {
    background: #ffffff;
    border-radius: 0px !important;
    width: 48%;
    margin: 0 auto;
}

.Base__lead {
    text-align: center;
}

.Base__hero .Base__button-outlined {
    width: 238px;
    color: #fff;
    background-color: #2cb9eb;
}

.Base__hero .Base__button-outlined:hover {
    background-color: white;
    color:#23a8e0;
}

.Base__panel--body-description-right {
    text-align: right;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

.Base__list p{
    font-size: 14px;
    letter-spacing: 0px;
}

.Base__list-li{
    text-align: right;
    line-height: 14px;
}

.Base__monolist-wrapper{
    padding: 18%;
}

.Base__monolist-text {
    font-size: 25px;
}

.Base__monolist-list li {
    line-height: 19px;
    font-size: 16px;
    margin-left: -39px;
}

ul.Base__social-network {
    position: absolute;
    right: 0;
    list-style: none;
    display: inline;
    margin-left:0 !important;
    padding: 0;
}
ul.Base__social-network li {
    display: inline;
    margin: 0px 22px;
}

.Base__social-network a.icoFacebook:hover {
    background-color:#3B5998;
}
.Base__social-network a.icoTwitter:hover {
    background-color:#33ccff;
}
.Base__social-network a.icoYoutube:hover {
    background-color:#BD3518;
}

.Base__social-network a.icoLinkedin:hover {
    background-color:#007bb7;
}
.Base__social-network a.icoFacebook:hover i, .Base__social-network a.icoTwitter:hover i,
.Base__social-network a.icoYoutube:hover i, .Base__social-network a.icoLinkedin:hover i {
    color: #ffffff;
}
.Base__social-network a.icoFacebook i, .Base__social-network a.icoTwitter i,
.Base__social-network a.icoYoutube i, .Base__social-network a.icoLinkedin i {
    color: #161d2a;
}

a.socialIcon:hover, .socialHoverClass {
    color:#44BCDD;
}

.Base__social-circle li a {
    display:inline-block;
    position:relative;
    margin:0 auto 0 auto;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;
    text-align:center;
    width: 31px;
    height: 31px;
    font-size: 16px;
    background: #fff;
    transition: all 0.4s;
}
.Base__social-circle li i {
    margin:0;
    line-height: 31px;
    text-align: center;
}

.Base__social-circle li a:hover i, .triggeredHover {
    /*    -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms--transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -ms-transition: all 0.2s;
        transition: all 0.2s;*/
}
.Base__social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.Base__social {
    height: 90px;
    background: #eceaea;
}

.Base__social-text {
    line-height: 90px;
    font-size: 16px;
    color: #070707;
    font-weight: 300;
}

.Base__social-buttons {
    margin-top: 32px;
}

.Base__monolist {
    background: #ffffff;
    border: none;
    height: 500px;
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    align-items: center;
    -webkit-align-items: center;
    margin-left: -15px;
    margin-right: -15px;
}

.Base__footer {
    height: 200px;
    background: #161d2a;
    color: #fff;
}

.Base__footer-logo{
    margin: 0 0 0 -15px;
}

.Base__footer-link li a, .Base__footer a, .Base__footer-link li p {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    text-align: center;
    font-size: 14px;
    transition: all 0.4s;
    text-decoration: none;
    font-weight: 300;
    color: #fff;
    text-transform: initial;
}

.Base__footer-link li p {
    color: #aca7a7;
    font-weight: 300 !important;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    text-align: left;
}

.Base__footer table p {
    color: #d6d6d6;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}

.Base__footer-link li a:hover, .Base__footer a:hover {
    color: #aca7a7;
}

.Base__footer-pos {
    margin-top: 32px;
    display: flex;
}

ul.Base__footer-list {
    position: absolute;
    list-style: none;
    display: inline;
    margin-left:0 !important;
    padding: 0;
    left: -29px;
}

ul.Base__footer-list li {
    display: inline;
    margin: 0px 29px;
    text-transform: capitalize;
}

.Base__footer table, .Base__footer th, .Base__footer td {
    border: none;
    border-style: solid;
    border-color: transparent;
    padding: 0px;
}

.Base__footer thead {
    background-color: transparent;
    color: #2cb9eb;
}

.Base__footer .table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 0px solid transparent;
}

.Base__footer .table>tbody>tr>td,
.Base__footer .table>tbody>tr>th,
.Base__footer .table>tfoot>tr>td,
.Base__footer .table>tfoot>tr>th,
.Base__footer .table>thead>tr>td,
.Base__footer .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 0px solid #ddd;
}

.Base__footer table {
    width: 25%;
    margin: -3px 0px 0 49px;
}

.Base__footer table a {
    text-transform: uppercase;
}

.Base__footer  tbody>tr>td a {
    text-transform: capitalize;
}

.navbar-default .navbar-toggle {
    border-color: #f8f8f8;
}

/*animazioni custom*/

.navbar-toggle {
    border-radius: 0;
}

.navbar-toggle {
    border: none;
    background: transparent !important;
}
.navbar-toggle:hover {
    background: transparent !important;
}

.navbar-toggle .icon-bar {
    width: 22px;
    transition: all 0.2s;
}

.navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
    opacity: 0;
}

.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
}

.rotate_caret {
    transform: scale(1.0) rotate(-180deg);
    transition: all 0.2s ease;
}
a[aria-expanded='false'] > .rotate_caret {
    transform: scale(1.0) ;
    transition: all 0.2s ease;
}

.area .rotate_caret {
    transform: scale(1.0);
    transition: all 0.2s ease;
}
.area a[aria-expanded='false'] > .rotate_caret {
    transform: scale(1.0) rotate(-90deg) ;
    transition: all 0.2s ease;
}


.panel-title .rotate_caret {
    transform: scale(1.0);
    transition: all 0.2s ease;
}

.panel-title a[aria-expanded='false'] > .rotate_caret {
    transform: scale(1.0) rotate(-90deg) ;
    transition: all 0.2s ease;
}


.Base__download-section .panel-heading:hover, .Base__download-section .panel-heading:active, .Base__download-section .panel-heading:not([class*="collapsed"]) {
    background-color: #8B8D8F !important;
    color: #fff !important;
}

.Base__download-section .panel-heading:not([class*="collapsed"]) .Base__button-outlined {
    color: #fff;
} 

.Base__download-section .panel-heading:hover .Base__button-outlined {
    color: #fff ;
    background-color:transparent;
} 

.Base__download-section .panel-heading:hover .Base__button-outlined:hover {
    color: #2cb9eb !important ;
    border:1px solid #2cb9eb !important;
    background-color:#fff;
} 

.Base__panel-mobile {
    margin: 0 -15px;
}

.Base__panel-mobile--heading {
    border-radius: 0;
    padding: 1em;
}

.Base__panel-mobile--body {

}

@media only screen and (max-width: 992px) {

    .Base__banner12-second {
        font-size: 28px;
    }

    .Base__header--brand {
        font-size: 22px;
        font-weight: 100 !important;
        text-transform: uppercase;
        color: #000 !important;
        margin-top: 0px;
    }

    .Base__tile--card-title {
        top: 29px;
        margin-left: 26px;
    }

    .Base__tile-button-pos .Base__button-outlined {
        top: 323px;
        margin-left: 27px;
        color: #fff;
        width: 150px;
    }

    .Base__tile-button-pos .Base__button-outlined2 {
        position: absolute;
        top: 375px;
        margin-left: 27px;
        color: #fff;
        min-width: 150px;
        background-color: #2cb9eb;
        border-radius: 0;
        border: 1px solid #2cb9eb;
        text-transform: uppercase;
        transition: all 0.5s ease;
    }

    .Base__tile--card-subtitle {
        margin-left: 28px;
        width: 85%;
    }

    .Base__tile--wrapper img {
        height: 433px;
    }

    ul.Base__footer-list li {
        display: initial;
        margin: 0;
        text-transform: capitalize;
    }

    .Base__footer-pos {
        margin-top: 32px;
        display: flex;
    }

    ul.Base__footer-list {
        position: relative;

    }

    ul.Base__footer-list {left: 0px;bottom: 8px;}

    .navbar-default {
        background-color: #f8f8f8fa;
        border-color: #f8f8f8fa;
    }

    .Base__footer-pos .Base__header--logo {
        height: 21px;
        margin: -9px 3px 0 1px;
    }

    .Base__monolist {
        height: 286px;
    }

    .Base__monolist-wrapper {
        padding: 8%;
    }

    ul.Base__social-network {
        position: relative;
    }

    ul.Base__social-network li {
        margin: 0px 10px;
    }

    #navbar-entando.Base__header--navbar {
        height: auto;
        background-color: #fff;
    }

    .lead {
        text-overflow: ellipsis !important;
        overflow: hidden;
    }

    .Base__hero {
        width: 82%;
    }

    .Base__sideBar--wrapper h1 {
        font-size:20px;
    }

    .Base__header--navbar-ul {
        margin-top: 0px;

    }

    .Base__social-buttons {
        margin: 0 auto;
        text-align: center;
    }

    .Base__header--navbar-ul .dropdown-menu>li>a {
        color: #fff;
        text-transform: capitalize;
        transition: all 0.3s ease;
        font-size: 17px;
        background: #f7f7f7;
    }

    .Base__header-mtop {
        margin-top: 1em;
    }

    .menu .panel-heading {
        position: relative;
        padding: 16px 6px;
    }
    .menu {
        margin: 15px -15px 0 -15px;
        border-bottom: 2px solid #e3e3e3;
    }

    .menu .area {
        background: #ffffff;
        margin-bottom: 0;
        border-radius: 0;
    }

    .menu .area a {
        font-weight: 300;
        font-size: 16px;
        color: #000000;
        padding: 0 15px 0 15px;
    }

    .menu .terzolivello {

        display: none;
    }

    .menu .secondolivello a {
        font-weight: 300;
        font-size: 16px;
        color: #000;
        text-decoration: none;
        transition: all 0.5s ease;
        text-transform: capitalize;
        margin-left: 18px;
    }

    .Base__sideBar--wrapper {
        border-left: 0px solid #F2F2F2;
        max-height: 1300px;
        overflow-y: auto;
        margin-bottom: 6em;
    }
    .menu .secondolivello {
        background: #ffffff;
        margin-bottom:0;

    }
    .menu .secondolivello a{
        font-weight: 300;
        font-size: 16px;
        color: #000000;
    }

    .menu .secondolivello:hover {
        background: #2cb9eb;
    }

    .menu .secondolivello a:hover {

        color:#fff;
        font-weight:500;
    }

    #terzolivello1-1 .panel,
    #terzolivello1-2 .panel,
    #terzolivello1-3 .panel,
    #terzolivello1-4 .panel,
    #terzolivello1-5 .panel  {
        display: none;
    }

    .Base__sideBar--wrapper h1 {
        margin-top: 9px;
        font-size: 22px;
        padding-top: 12px;
    }

    .Base__sideBar--wrapper h2 {
        font-size: 18px;
        margin-left: 2px;
    }

    .paragraph {
        margin: 0 0 -11px 2px;
    }

    .Base__sideBar--wrapper h3 {
        font-size: 17px;
    }

    .Base__sideBar--wrapper h4 {
        font-size: 16px;
    }

    .ulist ul {
        margin: 6px 0 8px -25px;
        list-style-type: lower-latin;
    }

    .Base__header--navbar-ul>li>a {
        font-size: 16px;
    }

    .arabic .title {
        font-weight:600;

    }

    .arabic ol {
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: -27px;
    }
    .Base__panel--body-description-right {
        text-align: left;
    }

    .Base__list-li {
        margin-left:-40px;
    }

    .Base__list-li {
        text-align: left;
        line-height: 14px;
    }

    .Base__panel--heading {
        height: 166px;
        padding: 6px 0px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .Base__panel--version {
        position: unset;
        font-size: 16px;
        font-weight: 400;
    }

    .Base__panel--title {
        position: unset;
        font-size: 16px;
    }

    .boxOn .Base__sideBar--box-link {
        color:#fff;
    }

    .Base__sideBar--box {
        padding: 10px 0 8px 3px;
        background-color: #ffffff;
        margin: 0 -15px 0 -15px;
    }

    .Base__sideBar--box:hover {
        padding: 10px 0 8px 3px;
        background-color:#818688;
        cursor: pointer;
        margin: 0 -15px 0 -15px ;
    }

    .Base__sideBar--box-link {
        font-weight: 300;
        font-size: 16px;
        color: #000000;
        padding: 0 15px 0 15px;
    }

    .Base__sideBar--box-link:hover {
        font-weight: 300;
        font-size: 16px;
        color: #ffffff;
        padding: 0 15px 0 15px;
    }

    .menu-download {
        padding-bottom: 15px;
        border-bottom: 2px solid #e3e3e3;
    }

    .Base__well-wrapper {
        padding: 0 0 20px 0;
        margin: 0;
    }

    .Base__sideBar--title .panel-title {
        margin: 0 -10px 0 -10px;
    }

    .btn-pos-caret {
        margin: 0px 0 0 10px;
        font-size: 1em;
    }

    .Base__button-outlined {
        margin: 0px 6px 0 0;
    }

    .Base__sideBar--wrapper .Base__button-outlined {
        width:150px;
    }

    .panel-body {
        padding:  10px 0 0 0;
    }

    .Base__sideBar--title {
        font-size: 22px;
        margin-bottom: 14px;
    }
} 


@media screen and (min-width: 992px) and (max-width: 1299px) { 

    .Base__header--brand {
        margin-top: 18px;
    }

    .Base__banner12-wrapper {
        padding: 10px 0 10px 27px;
    }


    .Base__tile--card-title {
        top: 29px;
        margin-left: 26px;
        font-size: 21px;
    }

    .Base__tile-button-pos .Base__button-outlined {
        top: 323px;
        margin-left: 27px;
        color: #fff;
        width: 150px;
    }

    .Base__tile-button-pos .Base__button-outlined2 {
        position: absolute;
        top: 329px;
        margin-left: 184px;
        color: #fff;
        width: 150px;
        background-color: #2cb9eb;
        border-radius: 0;
        border: 1px solid #2cb9eb;
        text-transform: uppercase;
        transition: all 0.5s ease;
    }

    .Base__tile--card-subtitle {
        margin-left: 28px;
        width: 85%;
        font-size: 17px;
    }

    .Base__tile--wrapper img {
        height: 433px;
    }

    ul.Base__footer-list li {
        display: inline;
        margin: 0px;
        text-transform: capitalize;
    }

    .Base__footer-pos {
    }

    ul.Base__footer-list {
        position: relative;

    }
    .navbar-default {
        background-color: #fffffff7;
        border-color: #ffffff;
        height: 90px;
    }

    .Base__footer-pos .Base__header--logo {
        height: 21px;
    }

    .Base__monolist {
        height: 286px;
    }

    .Base__monolist-wrapper {
        padding: 8%;
    }

    ul.Base__social-network {
        /* position: relative; */
    }

    #navbar-entando.Base__header--navbar {
        height: auto;
        background-color: #fff;
    }

    .lead {
        text-overflow: ellipsis !important;
        overflow: hidden;
    }

    .Base__hero {
        width: 82%;

    }

    .Base__header--navbar-ul {
        margin-top: 18px;
    }

    .Base__footer table {
    }

    ul.Base__social-network li {
        display: inline;
        margin: 0px 13px;
    }
}

@media screen and (min-width: 1300px) and (max-width: 1920px) { 


    .Base__header--brand {
        margin-top: 18px;
    }

    .navbar-right {
        margin-top: 18px;
    }

    .navbar-default {
        background-color: #fffffff7;
        border-color: #fffffff7;
        border-bottom-color: #161d2a;
        height: 90px;
    }

    .Base__tile--card-title {
        top: 29px;
        margin-left: 26px;
        font-size: 21px;
    }

    .Base__tile--card-subtitle {
        margin-left: 28px;
        width: 85%;
        font-size: 17px;
    }

    .Base__tile-button-pos .Base__button-outlined {
        top: 323px;
        margin-left: 27px;
        color: #fff;
        width: 150px;
    }

    .Base__tile-button-pos .Base__button-outlined2 {
        top: 329px;
        margin-left: 184px;
        width: 150px;
    }

    .menu-download {
        margin-top: 15px;
        padding-bottom: 15px;
        /* border-bottom: 2px solid #e3e3e3; */
    }
}

/* different techniques for iPad screening */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    /* For portrait layouts only */
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
    /* For landscape layouts only */
}

