/*
    eLearnPath CSS
*/
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');

@import url("../js/CookiePlugin/cookie.css"); /* Cookie CSS */

body, html {
    background: #ffffff;
    width: 100%;
    height: auto;
    margin: 0px;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    letter-spacing: .5pt !important;
    color: #213b6b;
}

h1 {
    font-size: 30px;
    margin: 0px;
    line-height: 1;
    font-weight: normal;
}

h2 {
    font-size: 20px;
    margin: 0px;
    line-height: 1;
    font-weight: normal;
}

h3 {
    font-size: 16px;
    margin: 0px;
    line-height: 1;
    font-weight: normal;
}

a {
    outline:none !important;
    text-decoration:none !important;
}

button:focus {
    outline:none;
}

label {
    font-weight: 400;
}

.color-1 {
    color: #00275F;
}
.color-bg-1 {
    background-color: #00275F;
}

.color-2 {
    color: #0B0E47;
}
.color-bg-2 {
    background-color: #0B0E47;
}

.color-3 {
    color: #0B0E47;
}
.color-bg-3 {
    background-color: #0B0E47;
}

.color-4 {
    color: #00275F;
}
.color-bg-4 {
    background-color: #00275F;
}

.color-5 {
    color: red;
}

.color-6 {
    color: #112C41;
}

.color_link {
    color: #337ab7;
}
.testo_piccolo {
    font-size: 12px;
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.data-not-faund {
    font-size: 26px;
    font-weight: normal;
    color: #213b6b;
    padding-top: 20px;
    text-align: center;
}

/*  --------------------------------------------------
	Box Contenitori
	-------------------------------------------------- */
.box-content {
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color:#ffffff;
    padding:15px 15px 15px 15px;
    min-height:500px;
    width: 100%;
}

.box-content-blu {
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color:#ffffff;
    padding:15px 15px 15px 15px;
    min-height:540px;
    border: solid 2px #0B0E47;
    border-top: solid 25px #0B0E47;
}

.box-content-home {
    height: 100%;
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color:#ffffff;
    padding:15px 15px 15px 15px;
    min-height:680px;
    border: solid 2px #dddddd;
}

.box-content-border {
    border: solid 2px #dddddd;
    border-radius: 8px;
}

.color-border-0 {
    border: solid 2px #133371;
    border-top: solid 25px #133371;
}

.color-border-1 {
    border: solid 2px #00275F;
    border-top: solid 25px #00275F;
}

.color-border-2 {
    border: solid 2px #0B0E47;
    border-top: solid 25px #0B0E47;
}

.color-border-3 {
    border: solid 2px #0B0E47;
    border-top: solid 25px #0B0E47;
}

.color-border-4 {
    border: solid 2px #00275F;
    border-top: solid 25px #00275F;
}


/*  --------------------------------------------------
    Bordo Bottoni
	-------------------------------------------------- */
.color-border-botton-1 {
    border: solid 2px #00275F;
}

.color-border-botton-2 {
    border: solid 2px #0B0E47;
}

.color-border-botton-3 {
    border: solid 2px #0B0E47;
}

.color-border-botton-4 {
    border: solid 2px #00275F;
}

/*  --------------------------------------------------
	Elenco corsi Anteprima
	-------------------------------------------------- */

.no-hover:hover {
    text-decoration:none;
}

.box_vetrina_titolo {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #00275F;
    min-height: 126px;

}

.pricing_plan {
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 30px;
    text-align: center;
    border: solid 1px #e7e7e7;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 15px;
    background-color:#ffffff;
    text-align:center;
}

.pricing_plan .the_price {
    padding-top: 10px;
    font-size: 50px;
    margin: 0px auto 10px auto;
    width: 65%;
    color: #0B0E47;
    border-bottom: dashed 1px #00275F;
}

.pricing_plan .the_price span {
    font-size: 28px;
}

.pricing_plan .the_price small {
    font-size: 18px;
    color:#0B0E47;
}

.pricing_plan small {
    font-size: 22px;
    color:#ffffff;
}

.the_offerings {
    font-size:14px;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:10px;
    color:#213b6b;
}

.corso-1 {
    background-color:#00275F;
    border-top-left-radius:30px;
    border-top-right-radius:30px;
}

.corso-2 {
    background-color:#0B0E47;
    border-top-left-radius:30px;
    border-top-right-radius:30px;
}

.corso-3 {
    background-color:#0B0E47;
    border-top-left-radius:30px;
    border-top-right-radius:30px;
}

.corso-4 {
    background-color:#00275F;
    border-top-left-radius:30px;
    border-top-right-radius:30px;
}

.corso-promo {
    background-color:red;
    border-top-left-radius:30px;
    border-top-right-radius:30px;
}

/*  --------------------------------------------------
	Spacing Section
	-------------------------------------------------- */
.padding0 {
    padding-right: 0px;
    padding-left: 0px;
}

.padding2 {
    padding-right: 2px;
    padding-left: 2px;
}

.padding10 {
    padding-right: 10px;
    padding-left: 10px;
}

#div-space10 {
    float: left;
    clear: both;
    width: 100%;
    height: 10px;
}

#div-space10-nofloat {
    clear: both;
    width: 100%;
    height: 10px;
}

#div-space20 {
    float: left;
    clear: both;
    width: 100%;
    height: 20px;
}

#div-space20-nofloat {
    clear: both;
    width: 100%;
    height: 20px;
}

#div-space40 {
    float: left;
    clear: both;
    width: auto;
    height: 40px;
}

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

/*  --------------------------------------------------
    Bottoni
	-------------------------------------------------- */
.btn1-home {
    width: 90%;
    background-color: #ffffff;
    color: #0B0E47;
    border: solid 3px #0B0E47;
    border-radius: 8px;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left:16px;
    padding-right:16px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    line-height: 26px;
}

.btn2-home {
    width: 90%;
    background-color: #ffffff;
    color: #C07E65;
    border: solid 3px #C07E65;
    border-radius: 8px;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left:16px;
    padding-right:16px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    line-height: 26px;
}

.btn3-home {
    width: 90%;
    background-color: #ffffff;
    color: #0095D8;
    border: solid 3px #0095D8;
    border-radius: 8px;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left:16px;
    padding-right:16px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    line-height: 26px;
}

.btn-menu {
    background-color: #A53535;
    border-radius: 5px;
    border:none;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    padding: 8px 10px;
    text-align: center;
    font-weight: 400;
    letter-spacing: normal;
    height: 64px;
    width: 110px;
    letter-spacing: .5px;
}
.btn-menu:hover {
    color: #133371;
}

.dropdown-inline {
    padding: 1.3px !important;
}

.btn-verde {
    background-color: #A53535;
    border-radius: 5px;
    border:none;
    text-indent: 0;
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    line-height: 40px;
    padding-left:16px;
    padding-right:16px;
    text-decoration: none;
    text-align: center;
    letter-spacing: .5pt;
}
.btn-verde:hover {
    color: #0B0E47;
}

.btn-blu {
    background-color: #A53535;
    border-radius: 5px;
    border:none;
    text-indent: 0;
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    line-height: 40px;
    text-decoration: none;
    padding-left:16px;
    padding-right:16px;
    text-align: center;
    letter-spacing: .5pt;
}
.btn-blu:hover {
    color: #133371;
}

.btn-exit {
    background-color: #0B0E47;
    border-radius: 5px;
    border:none;
    text-indent: 0;
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    line-height: 40px;
    text-decoration: none;
    padding-left:16px;
    padding-right:16px;
    text-align: center;
    letter-spacing: .5pt;
}
.btn-exit:hover {
    color: #0095D8;
}

.btn-bianco {
    background-color: #ffffff;
    border-radius: 5px;
    border:1px solid #dddddd;
    text-indent: 0;
    display: inline-block;
    color: #0B0E47;
    font-size: 16px;
    line-height: 40px;
    text-decoration: none;
    padding-left:16px;
    padding-right:16px;
    text-align: center;
    letter-spacing: .5pt;
}
.btn-bianco:hover {
    color: #0B0E47;
}

.btn-back {
    background-color: #0B0E47;
    border-radius: 5px;
    border:none;
    text-indent: 0;
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    line-height: 40px;
    text-decoration: none;
    padding-left:16px;
    padding-right:16px;
    text-align: center;
    letter-spacing: .5pt;
}
.btn-back:hover {
    color: #0095D8;
}

.btn-fiscale {
    background-color: #009c40;
    border-radius: 5px;
    border:none;
    text-indent: 0;
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    line-height: 40px;
    text-decoration: none;
    padding-left:4px;
    padding-right:4px;
    text-align: center;
    margin-top: 5px;
    width: 28px;
    height: 32px;
}

.btn-fiscale:hover {
    color: #213b6b;
}

.btn-legale {
    background-color: #A53535;
    border-radius: 5px;
    border:none;
    text-indent: 0;
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    line-height: 40px;
    text-decoration: none;
    padding-left:4px;
    padding-right:4px;
    text-align: center;
    margin-top: 5px;
    width: 28px;
    height: 32px;
}

.btn-legale:hover {
    color: #213b6b;
}

.btn-cerca {
    background-color: #DEBF8C;
    border-radius: 5px;
    border:none;
    text-indent: 0;
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    padding-left:4px;
    padding-right:4px;
    text-align: center;
    margin-top: 5px;
    width: 120px;
    height: 32px;
}

.btn-cerca:hover {
    color: #213b6b;
}

.color-btn-header {
    color: #213b6b;
}

.btn-hover-1 {
    background-color: #00275F;
    color: #ffffff;
}

.btn-hover-2 {
    background-color: #0B0E47;
    color: #ffffff;
}

.btn-hover-3 {
    background-color: #0B0E47;
    color: #ffffff;
}

.btn-hover-4 {
    background-color: #00275F;
    color: #ffffff;
}

/*  --------------------------------------------------
	Error Section
	-------------------------------------------------- */

.testo_errore {
    font-size : 14px;
    color : red;
}

input.error {
    border: 2px solid red;
}

select.error {
    border: 2px solid red;
}

input[type=checkbox].error {
    outline: 2px solid red;
}

input[type=radio].error {
    outline: 2px solid red;
}

.error {
    color: red;
    font-size: 12px;
}

/*  --------------------------------------------------
    Login BOX
	-------------------------------------------------- */

.box-login-ex {
    float: right;
    position: relative;
    width: 320px;
    height: 330px;
    margin-top:10px;
}

.box-login {
    position: relative;
    color: #0B0E47;
    background-color: #ffffff;
    margin-left: 15px;
    margin-right: 20px;
    height:330px;
    border:solid 1px #cccccc;
    border-radius:8px;
    margin-top: 100px;
}

.separator {
    background-image: url('../img/separator.png');
    background-repeat: no-repeat;
    width: 283px;
    height: 28px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

/*  --------------------------------------------------
    MyPage
	-------------------------------------------------- */
.titolo-box-mypage {
    padding-top:10px;
    padding-bottom:10px;
    font-size:20px;
    font-weight:normal;
    border-bottom:solid 2px #0B0E47;
}

.menu-items {
    font-size:11pt;
    font-weight:normal;
    list-style:none;
    margin:0px;
    padding:0px;
    margin-top:12px;
    letter-spacing:0.5pt;
    color:#0B0E47;
    line-height:24px;
}

.menu-items li {
    margin-right:0px;
    cursor:pointer;
    font-size:16px;
    font-weight:normal;
    text-align: center;

    border-radius:5px;
    margin-top:8px;
    padding:8px 8px 8px 8px;
    color: #ffffff;
}

.items-corsi li {
    background-color:#0095D8
}

.items-corsi li:hover {
    color:#0B0E47
}

.items-help li {
    background-color:#DEBF8C;
    color: #ffffff;
}

.items-help li:hover {
    color:#133371
}

/*  --------------------------------------------------
    Elenco corsi Attivi
	-------------------------------------------------- */
.box-corso-cell1 {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    width: 7%;
    background-color: #0B0E47;
}

.box-corso-cell2 {
    width: 93%;
    border-top: solid 1px #dddddd;
    border-bottom: solid 1px #dddddd;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    padding-left: 10px;
    border-right: solid 1px #dddddd;
    padding-top: 15px;
    padding-bottom: 15px;
}

.box-corso-home {
    border: solid 1px #dddddd;
    border-radius: 8px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.list-corso-home {
    font-size: 18px;
    font-weight: normal;
    text-overflow: ellipsis;
}

.list-left-one-line {
    font-size: 18px;
    font-weight: normal;
    text-overflow: ellipsis;
}

.list-left-tree-line {
    font-size: 14px;
    font-weight: normal;
    margin-top: 4px;
    text-overflow: ellipsis;
}

.progressbar-ball-00 {
    background-position: 0px 0px;
}
.progressbar-ball-10 {
    background-position: 0px -16px;
}
.progressbar-ball-20 {
    background-position: 0px -32px;
}
.progressbar-ball-30 {
    background-position: 0px -48px;
}
.progressbar-ball-40 {
    background-position: 0px -64px;
}
.progressbar-ball-50 {
    background-position: 0px -80px;
}
.progressbar-ball-60 {
    background-position: 0px -96px;
}
.progressbar-ball-70 {
    background-position: 0px -112px;
}
.progressbar-ball-80 {
    background-position: 0px -128px;
}
.progressbar-ball-90 {
    background-position: 0px -144px;
}
.progressbar-ball-100 {
    background-position: 0px -160px;
}

.progressbar-ball {
    background-image: url(../img/progressbar-ball.png);
    background-repeat: no-repeat;
    width: 74px;
    height: 14px;
    display: inline-block;
    vertical-align: top;
}

.ico-clock {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: top;
    margin-top: -2px;
    margin-right: 5px;
}

/*  --------------------------------------------------
    Elenco corsi
	-------------------------------------------------- */

.segnaposto {
    width: 24px;
    height: 24px;
    border-radius: 5px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}

.elenco-menu {
    list-style: none;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    font-size:16px;
    margin-left:20px;
    margin-right:0px;
}

.elenco-menu li {
    padding-top:10px;
    padding-bottom:10px;
    padding-left:15px;
    margin-top:5px;
}

.elenco-menu-titolo {
    margin-bottom:5px;
    padding-bottom:12px!important;
    padding-top:12px!important;
    color:#0B0E47;
    background-color:#ffffff;
    font-weight:normal;
    font-size:20px;
    padding-left:0px!important;
    border-bottom:solid 1px #dddddd;
    min-width: 200px;
    display: block;
}

.linkmenu:hover {
    background-color:#f0f0f0;
    border-radius:5px;
    -moz-border-radius: 5px;
    color:#0B0E47;
}

.elenco-menu-separator {
    margin-top:10px;
    margin-bottom:10px;
}

.tipologia-titolo {
    border: solid 2px #0B0E47;
    border-radius: 8px;
    color: #0095D8;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.corso-titolo {
    font-size:30px;
    font-weight:normal;
    color:#0B0E47;
}

.corso-titolo2 {
    font-size:16px;
    color:#0B0E47;
    font-weight:600;
    margin-top:10px;
}

.corso-descrizione {
    margin-top:2px;
    font-size:14px;
    text-align:justify;
}

.corso-descrizione-offerta {
    font-size:14px;
    margin-top:10px;
    display:block;
}

.corso-box-offerta {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border:1px solid #d0d0d0;
    background-color:#ffffff;
    padding:15px 0px 0px 0px;
    margin-top:10px;
    margin-bottom:20px;
}

.corso-titolo-offerta {
    font-size:20px;
    font-weight:600;
    color:#0B0E47;
    display:block;
}

.corso-scheda {
    margin-top:12px;
    margin-bottom:25px;
    font-weight:normal;
}

.corso-scheda a {
    font-weight:600;
    text-decoration:underline;
}

.corso-bottom-info {
    height: 100%;
    margin-top:0px;
    padding-top:0px;
    border-top:solid 1px #e0e0e0;
    border-collapse:collapse;
    border-bottom:none;
    border-left:none;
    background-color:#f9f9f9;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-left:15px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.corso-validita {
    width:170px;
    display:inline-block;
    margin-right:10px;
}

.corso-validita-text {
    font-size:14px;
    color:#0095D8;
    font-weight:bold;
    display:block;
}

.corso-validita-date {
    font-size:14px;
}

.corso-prezzo {
    float: left;
    margin-top: 5px;
    display:inline-block;
    background-color:#0B0E47;
    padding-left:45px;
    padding-bottom:7px;
    margin-right: 20px;
    border-radius: 5px
}

.corso-prezzo-valore {
    color:#ffffff;
    font-size:16px;
    position:relative;
    top:6px;
    display:block;
    height: 41px;
}

.acquisto-div {
    /*border: 2px solid #0095D8;*/
    border-radius: 5px;
    margin-bottom: 20px;
    text-align: center;
}

.acquisto-div:hover {
    background-color:#f3f7f8;
}

.acquisto-valore {
    color:#0B0E47;
    font-size:20px;
    position:relative;
    top:6px;
    font-weight:bold;

    padding-top: 6px;
}

.corso-prezzo-info {
    font-size:8pt;
    color:#ffffff;
}

.corso-acquista-qty {
    display:inline-block;
    position:relative;
    left:0px;
    top: -10px;
}

.corso-acquista {
    width:150px;
    display:inline-block;
    position:relative;
    left:40px;
    top: 10px;
}

.corso-acquista-bonifico {
    width:120px;
    display:inline-block;
    position:relative;
    left:50px;
    top: -12px;
}

.corso-acquista-bonifico-box {
    width:120px;
    display:inline-block;
    position:relative;
    left:50px;
    top: -12px;
}

.corso-info {
    padding-left:130px;
    min-height:100px;
}

.corso-image-1 {
    background-image: url('../img/corso-image-1.png');
    background-repeat: no-repeat;
    width:104px;
    height:104px;
    display:inline-block;
    vertical-align:top;
    position:absolute;
    border:none;
    margin-left:15px;
    border-radius:8px;
}

.corso-image-2 {
    background-image: url('../img/corso-image-2.png');
    background-repeat: no-repeat;
    width:104px;
    height:104px;
    display:inline-block;
    vertical-align:top;
    position:absolute;
    border:none;
    margin-left:15px;
    border-radius:8px;
}

.corso-image-3 {
    background-image: url('../img/corso-image-3.png');
    background-repeat: no-repeat;
    width:104px;
    height:104px;
    display:inline-block;
    vertical-align:top;
    position:absolute;
    border:none;
    margin-left:15px;
    border-radius:8px;
}

.corso-image-4 {
    background-image: url('../img/corso-image-4.png');
    background-repeat: no-repeat;
    width:104px;
    height:104px;
    display:inline-block;
    vertical-align:top;
    position:absolute;
    border:none;
    margin-left:15px;
    border-radius:8px;
}

/*
.corso-image-4 {
    background-image: url('../img/corso-image-4.png');
    background-repeat: no-repeat;
    width:104px;
    height:104px;
    display:inline-block;
    vertical-align:top;
    position:absolute;
    border:none;
    margin-left:15px;
}
*/
/*  --------------------------------------------------
    Header
	-------------------------------------------------- */
.header {
    background-color: #ffffff;
    margin-top:20px;
    margin-bottom:20px;
}

.inline {
    display: inline;
    list-style: none;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.inline li {
    display: inline;
    list-style: none;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.menu-tematico {
    display: inline-block;
    margin-top: 10px;
    margin-right: -20px;
    position: relative;
    margin-bottom:-4px;
}

.menu-tematico li {
    color: #0095D8;
    font-weight:300;
    font-weight: normal;
    margin-right: 18px;
}

.menu-tematico li a {
    font-size:18px;
    /* color:#213b6b; */
    padding: 12px;
    /* border: 2px solid #0095D8;*/
    border-radius: 30px;
}

.menu-tematico li a:hover {
    color: #0095D8;
    text-decoration: underline;
}

.top-help {
    height: 45px;
    margin-top: 140px;
}

.top-all-button {
    height: 60px;
    text-align: center;
    margin-top: 140px;
}

.top-button {
    float: left;
    height: 60px;
}

.telefono {
    background-image: url('../img/telefono.png');
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
    display:inline-block;
    margin-right: 5px;
}

.logo {
    background-image: url('../img/logo-elp.png');
    background-repeat: no-repeat;
    height: 177px;
    margin-top: 10px;
}

/*  --------------------------------------------------
    Footer
	-------------------------------------------------- */
.footer {
    background-color: #f3f7f8;
    padding-top:20px;
}

.logo-facebook {
    background-image: url('../img/facebook.png');
    width:45px;
    height:45px;
    display:inline-block;
}

.logo-twitter {
    background-image: url('../img/twitter.png');
    width:45px;
    height:45px;
    display:inline-block;
}

.logo-linkedin {
    background-image: url('../img/linkedin.png');
    width:45px;
    height:45px;
    display:inline-block;
}

.logo-pagamenti {
    background-image: url('../img/logo-pagamenti.gif');
    background-repeat: no-repeat;
    width: 219px;
    height: 32px;
    float: left;
    margin-right: 10px;
}


/*  --------------------------------------------------
    Dialog
	-------------------------------------------------- */
.modal-header {
    background-color: #3276b1;
    color: #ffffff;
}

.btn-warning {
    color: #ffffff;
    background-color: #e0e0e0;
    border-color: #e0e0e0;
}

.btn-warning:hover, .btn-warning:active {
    color: #0B0E47;
    background-color: #e0e0e0 !important;
    border-color: #e0e0e0 !important;
}

.footer_support {
    width: 100%;
    font-size: 11px;
    background-color: #f0f0f0;
    border-radius: 5px;
    color: #0B0E47;
    padding: 8px 8px 8px 8px;
    text-align: left;
    float: left;
    margin-top: 10px;
}

/*  --------------------------------------------------
    Esegui corso
	-------------------------------------------------- */
.list-room-items {
    font-size: 13px;
    font-weight: normal;
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
}

.list-room-items li {
    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-right: 5px;
}

.b-grey {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 8px;
    vertical-align: middle;
    margin-bottom: 1px;
}

.b-visto {
    width: 10px;
    height: 10px;
    border: none;
    background-color: #47a447;
    display: inline-block;
}

.b-visibile {
    width: 10px;
    height: 10px;
    border: none;
    background-color: #FF9771;
    display: inline-block;
}

.b-bloccato {
    width: 10px;
    height: 10px;
    border: none;
    background-color: #cc0000;
    display: inline-block;
}

.b-corrente {
    background-color: #f0f0f0;
}

.b-trasparente {
    background-color: transparent;
}

.verofalso-title-domanda {
    font-size: 16px;
    font-weight: bold;
    color: #0B0E47;
    border-bottom: solid 1px #dddddd;
    margin-left: 25px;
    margin-right:25px;
}

.verofalso-domanda {
    font-size: 15px;
    color: #444444;
    line-height: 22px;
    padding: 10px;
    text-align: justify;
    margin-left: 25px;
    margin-right:25px;
}

.verofalso-button {
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #ffffff;
    border: solid 3px #008AE0;
    color: #008AE0;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    cursor: pointer;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 120px;
}

.verofalso-risposta-errata {
    font-weight: bold;
    font-size: 16px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    color: #cc0000;
    background-color: #FFEDED;
    border: solid 1px #E55B5B;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.verofalso-risposta-corretta {
    font-weight: bold;
    font-size: 16px;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    color: #53af31;
    background-color: #EAF5E6;
    border: solid 1px #53af31;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.box-quiz {
    margin-left: 25px;
    margin-right: 25px;
}

.quiz-title-domanda {
    font-size: 16px;
    font-weight: bold;
    color: #0B0E47;
    padding: 10px;
    padding-bottom: 2px;
    padding-top: 20px;
    padding-left: 0px;
}

.box-bar-domanda {
  border: solid 1px #dddddd;
  margin-right: 2px;
  float: left;
  text-align: center;
  font-size: 11px;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #777777;
  border-radius: 30%;
  margin-bottom: 5px;
  width: 21px;
}

.box-bar-domanda-ko {
    color: #ffffff;
    background-color: #FF6A4C !important;
}

.box-bar-domanda-ok {
    color: #ffffff;
    background-color: #53af31 !important;
}

.box-bar-domanda-fatta {
    color: #ffffff;
    background-color: #1d80be;
}

.quiz-box-text-scelta {
    color: #359a1c;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 10px;
}

.quiz-risposta {
    font-size: 15px;
    color: #777777;
    line-height: 22px;
    padding: 8px;
    border: solid 1px #dddddd;
    margin-bottom: 10px;
    color: #1d80be;
    font-weight: normal;
    background-color: #fafafa;
    cursor: pointer;
    border-radius: 6px;
}

.quiz-risposta:hover {
    color: #ffffff;
    background-color: #1d80be;
}

.box-corso-non-completato {
    font-weight: bold;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #cc0000;
    background-color: #FFEDED;
    border: solid 1px #E55B5B;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.box-corso-completato {
    font-weight: bold;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #53af31;
    background-color: #EAF5E6;
    border: solid 1px #53af31;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.disable_menu {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #dddddd;
    white-space: nowrap;
    cursor: not-allowed;
}
/*  --------------------------------------------------
    Banda elenco corsi completi
	-------------------------------------------------- */

.banda-corsi {
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
    padding-top:20px;
    padding-bottom:20px;
    background-color: #1F4A6D;
    color: #ffffff;
    border-radius: 5px;
}
.banda-corsi a {
    color: #ffffff;
}

.banda-corsi a:hover {
    color: #0B0E47;
}

/*  --------------------------------------------------
    Tasbella FAQ
	-------------------------------------------------- */

.faq-table {
    text-align:center;
}

table.faq-table th, table.faq-table td {
    text-align:center;
    border: 1px solid #213b6b;
    padding: 10px;
    background-color:none;
}

/*  --------------------------------------------------
    Coccarda
	-------------------------------------------------- */

.coccarda-legno {
    margin: 0 auto;
    width: 60px;
    height: 60px;
    background-image: url('../img/coccarda-legno.png');
    background-size: 60px;
    background-repeat: no-repeat;
 }

.coccarda-bronzo {
    margin: 0 auto;
    width: 60px;
    height: 60px;
    background-image: url('../img/coccarda-bronzo.png');
    background-size: 60px;
    background-repeat: no-repeat;
}

.coccarda-argento {
    margin: 0 auto;
    width: 60px;
    height: 60px;
    position: relative;
    background-image: url('../img/coccarda-argento.png');
    background-size: 60px;
    background-repeat: no-repeat;
}

.coccarda-oro {
    margin: 0 auto;
    width: 60px;
    height: 60px;
    background-image: url('../img/coccarda-oro.png');
    background-size: 60px;
    background-repeat: no-repeat;
}

/*  ---------------------
    Preferiti
    ---------------------- */
.preferiti-stella {
    width: 26px;
    margin-right: 10px;
}