.box-edu{
    border:1px solid #ddd;
}
.box-edu-1{
    border-right:1px solid #ddd;
}
.box-edu-3{
    border:1px solid #ddd;
    border-top:none;
}

.box-edu p{
    font-size: 0.9rem;
    line-height: 1.5;
    color: #212529;
    font-weight: 400;
}
.box-edu li{
    font-size: 0.9rem;
    line-height: 1.8;
    color: #212529;
    font-weight: 400;
}
.edu-sottotitolo{
    font-weight:500;
    font-size:15px!important;
}
.spancerca {
    color: #1a9eda!important;
    background-color: #EFF5FD !important;
    border-color: #D2E2FC !important;
    border-left: #F8F9FA;
    border-radius: 25px;
    cursor:pointer!important;
}
input.form-control{
    background-color: #fff;
    background-image: none;
    border: 1px solid #dddddd;
    height: 40px !important;
    border-radius: 5px !important;
    box-shadow: none;
    color: #212529;
    font-size: 14px;
    font-weight: 400;
    -webkit-box-shadow: none;
}

.box-edu h5{
    margin-bottom: 0px;
}

span.online{
    font-size:15px;
    color:#08CD7D;
}
span.studi{
    font-size:15px;
    color:#FF6B00;
}
option.placeholder{
    color:#7C8EA0;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.modal-header-noborder{
    border-bottom: none !important;
    padding:20px !important;
}

.modal-footer-noborder{
    border-top: none !important;
    padding:20px !important;
}

.bg--gray {
    background-color: #F5F5F7
}

.bg--white {
    background-color: #FFFFFF
}
.pull--60 {
    position: relative;
    top: -60px;
    margin-bottom: -60px;
}
.text-dark {
    color: #212529;
}
.card:hover, .card:focus {
    cursor: inherit;
    text-decoration: none;
}
a.card:hover, a.card:focus {
    cursor: inherit;
    text-decoration: none;
}
.font-weight-semibold {
    font-weight: 600!important;
}
h2.heading, h3.heading {
    font-size: 1.5rem;
    font-weight: 600;
    color: #212529;
}

header.position-fixed {
    background: white;
    width: 100%;
    z-index: 9;
    top: 0;
    left: 0;
}
header.position-fixed .accedi {
    margin: 10px 0 15px 10px !important;
}
header.sticky-header {
    box-shadow: 0 10px 40px 0px rgba(47,47,47,0.1);
}
.background-backdrop {
    z-index: 99;
}
section.hero {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 150px;
}
section.hero p, section p.lead {
    font-size: 1rem;
    line-height: 1.8;
    font-weight: 400;
}
section p.subtitle {
    line-height: 1.8;
    font-weight: 400;
    font-size: 0.9rem;
}
.card {
    color: #212529;
    border: 1px solid #ddd;
}
.card h5 {
    color: #212529;
}
.card p {
    font-size: 0.9rem;
    line-height: 1.8;
    color: #212529;
    font-weight: 400;
}
.card-body {
    height: auto;
    border: 0;
    padding: 2.5rem;
}

.nav-pills .nav-item a {
    font-weight: 600;
    line-height: 40px;
    display: block;
    color: #212529 !important;
}
.nav-pills .nav-item a span {
    line-height: 40px;
    display: inline-block;
    font-size: 1rem;
}
.nav-pills .nav-item a span.icon {
    margin-right: 10px;
}
.nav-pills .nav-item a:hover, .nav-pills .nav-item a:focus {
    text-decoration: none;
}
.nav-pills .nav-item a.active span.text {
    border-bottom: 4px solid #1a9eda;
}


.flex-table {
    font-weight: 400;
    width: 100%;
    margin: 0 auto;
    max-width: 800px;
}
.flex-table-row {
    padding: 0;
    position: relative;
    border-top: 2px solid #ddd;
}
.flex-table-row:first-child {
    border-top: 0;
}
.flex-table-row-content {
    display: flex;
    transition: border-top .3s;
}
.flex-table-head .flex-table-cell {
    color: #212529;
    font-weight: bold;
}
.flex-table-cell {
    transition: color .3s;
    display: flex;
    align-items: center;
    height: 72px;
    padding: 0 15px;
    color: #5f6368;
    max-width: 25%;
    width: auto;
}
.flex-table-cell:nth-child(1) {
    width: auto;
    max-width: none;
    flex-grow: 1;
}
.flex-table-cell:nth-child(2), .flex-table-cell:nth-child(3) {
    width: 140px;
}
.flex-table-cell:nth-child(4) {
    text-align: center;
    justify-content: center;
    width: 140px;
}

#one-click-apps .card.media-blur {
    position: relative;
}
#one-click-apps .card.media-blur .coming-soon {
    position: absolute;
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}
#one-click-apps .card.media-blur .media {
    filter: blur(11px);
    -webkit-filter: blur(11px);
}
.btn-cust.btn-lg {
    font-size: 16px;
    padding: 15px 45px;
}


@media only screen and (min-width: 768px) {
    .flex-column.h-100 p.lead {
        max-width: 460px;
    }
}
@media only screen and (max-width: 991px) {
    .nav-pills .nav-item a span {
        font-size: 0.8rem;
    }
    .nav-pills .nav-item a span.icon {
        margin-right: 5px;
    }
}
@media only screen and (max-width: 767px) {
    section.hero {
        height: auto;
        padding: 60px 0 0;
    }
    .nav-pills .nav-item a span {
        font-size: 0.9rem;
    }
    .pull--xs--0 {
        top: 0;
        margin-bottom: 0;
    }
    .flex-table-row .fa-hdd {
        display: none;
    }
    .flex-table-cell {
        height: 72px;
        padding: 0;
    }
    .container {
        max-width: 90%;
    }
}
@media (max-width: 576px) {
    .nav-pills .nav-item a span.text {
        display: none;
    }
    .nav-pills .nav-item a.active span.icon {
        border-bottom: 4px solid #1a9eda;
    }
    .nav-pills .nav-item a span.icon {
        margin-right: 0;
    }
    .card-body {
        padding: 1.5rem;
    }
    .flex-table-row-content {
        font-size: 14px;
    }
    .accedi {
        padding: 10px 15px 10px 15px !important;
    }
    section > .container {
        padding-left: 25px;
        padding-right: 25px;
    }
    .container {
        max-width: 100%;
    }
    .flex-table-cell:nth-child(2), .flex-table-cell:nth-child(3), .flex-table-cell:nth-child(4) {
        width: 62px;
    }
}
@media (max-width: 360px) {
    .flex-table-cell:nth-child(1) span {
        white-space: nowrap;
        width: 70px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.border-radius-top{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.border-radius-bottom{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.control-label{
    font-size: 14px;
    font-weight: 400;
}

select.form-control,select.form-control option{
    color: #7C8EA0;
    font-size: 14px;
    font-weight: 400;
}

@media(max-width:576px){
    .header-title{
        display: none;
    }
    .navbar-brand{
        display: none;
    }
}

.color-green{
    color:#08CD7D;
}

.color-gray{
    color: #8495A5;
}

#twitch-embed{
    width: 100%;
    height: 450px;
}

.border-top{
    border-top: 2px solid #ddd;
}


.form-control::placeholder {
    color: #7C8EA0 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.form-control{
    font-size: 14px !important;
}

ul.padding-left{
    padding-left: 13px !important;
}

p.has-error{
    color: #FF4338 !important;
}

.has-error .control-label{
    color: #212529 !important;
}

a.back{
    color: #1a9eda;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    text-decoration: none;
}

.arrow {
    border: solid #1a9eda;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}
.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.live-button {
    background-color: red;
    padding: 2px 3px;
    border-radius: 2px;
    color:white;
    font-size: 10px;
    font-weight: bold;
    vertical-align: 10%;
}

.blink {
    animation: blinker 1s cubic-bezier(.5, 0, 1, 1) infinite alternate;
}
@keyframes blinker {
    from { opacity: 1; }
    to { opacity: 0; }
}
.link-rapporto{
    font-weight:600!important;
    color:#212529!important;
    text-decoration:none!important;
}
.link-rapporto:hover{
    color:#1a9eda!important;
    text-decoration:none!important;
}
.rapporto:hover{
    text-decoration:none!important;
    color:#1a9eda!important;
}
.box-edu-rapporto{
    color: #009ef7 !important;
    border:1px dashed #009ef7!important;
    background-color: #f1faff!important;
    border-radius:5px!important;
}
.titolo-edu{
    font-weight:600!important;
    color:#212529!important;
    font-size: 1.25rem!important;
}
.descrizione-edu{
    font-weight:500!important;
    color: #5e6278!important;
    font-size:0.9rem!important;
}
.btn-edu{
    background-color: #1a9eda!important;
    border-color: #1a9eda!important;
    color: white !important;
    font-size: 0.8rem!important;

}
.btn-edu:hover{
    color: #fff!important;
    background-color: #1a9eda!important;
    border-color: #1a9eda!important;
}