body {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    background-image: url(/images/bg2.jpg) ;
    background-attachment: fixed;

    background-repeat:no-repeat ;
    background-position: center center fixed ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

body.translate{
    overflow-y: hidden;
}
/*##############################################################################################*/
/*##############################################################################################*/
/*###################################IMPORTATI DA SIDENAV.CSS###################################*/
/*##############################################################################################*/
/*##############################################################################################*/
#scrollTop{
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    background-color: rgba(255,255,255,0.9);
    box-shadow: inset 0px 0px 2px #000;
    /* padding: 5px; */
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.isIE #scrollTop{
    right: 30px;
}
#scrollTop.appear{
    display: block;
}
.btnAccedi{
    font-size: 12px;
    border: 1px solid rgba(51, 51, 51, 0.5);
    box-shadow: inset 0px 0px 3px #333;
    border-radius: 4px;
    cursor: pointer;
    padding: 5px 15px;
}
.btnLogin {
    padding: 5px 30px;
    background-color: #337ab7;
    color: #f5f5f5;
    /*box-shadow: 0px 0px 3px #337ab7;*/
}
.btnLogin:hover {
    background-color: #333;
    box-shadow: none;
    color: #fff;
    box-shadow: 0px 0px 3px #333;
}
.errMsg{
    color: #a94442;
    font-size: 12px;
}
.loader{
    display: none;
}
.regularFont{
    font-size: 12px;
    font-family: Arial,serif;
}
.glyphicon.withMarginR:before{
    margin-right: 10px;
}
.glyphicon.withMarginL:before{
    margin-left: 10px;
}
.formContainer{
    width: 450px;
    margin: 50px auto 0px;
    box-shadow: inset 0px 0px 5px #ccc;
    padding: 25px;
    /*background-color: rgba(255,255,255,0.9);*/
}
.formContainer.large{
    width: 650px;
}
.formContainer.full{
    width: 100%;
}
#fmRegistrazione .input-group-addon,
#fmInformazione .input-group-addon,
#form_info .input-group-addon,
#fmAnagrafica .input-group-addon,
#fmLavoro .input-group-addon{
    width: 120px;
    text-align: left;
    font-size: 12px;
}
#fmRegistrazione .input-group-addon:last-child,
#fmLavoro .input-group-addon:last-child {
    width: auto;
    padding: 0px 5px;
    text-align: center;
    cursor: pointer;
}
#fmRegistrazione .input-group,
#fmInformazione .input-group,
#form_info .input-group,
#fmAnagrafica .input-group,
#fmLavoro .input-group{
    width: 100%;
}
.input-group-addon span.text {
    font-size: 15px;
    font-weight: bold;
    margin-left: 2px;
}
.navbar{
    margin-bottom: 0px;
    border-radius: 0px;
}
h1.title,
h2.title,
h3.title,
h4.title,
h5.title,
h6.title{
    text-align: center;
    padding: 0px 100px;
}
h1.intro-text.title{
    font-size: 1.75em;
}
.subtitle{
    text-align: center;
    padding: 0px 150px;
    font-size: 1em;
}
ul.noStyle{
    list-style-type: none;
    list-style: none;
}
.colorSection{
    background-color: #337ab7;
    color: #fff;
}
.infoContainer {
    height: 350px;
    padding: 50px;
}
.infoContainer h3{
    margin-top: 0px;
    margin-bottom: 35px;
    height: 48px;
    font-size: 24px;
}
.infoContainer .text{
}
.infoContainer .btnContainer{
    text-align: center;
    margin-top: 25px;
}
.infoContainer .btnContainer .btnRegistrati,
.infoContainer .btnContainer .btnCerca{
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 20px;
    font-weight: bold;
}
.btnRegistrati{
    border: 2px solid #33ff00;
    color: #33ff00;
}
.btnCerca{
    border: 2px solid #8a0505;
    color: #8a0505;
}
.btnRegistrati:hover,
.btnCerca:hover{
    border-color: #ccc;
    color: #ccc;
}
.boxContainer {
    padding: 25px 100px;
    border: 1px solid #ccc;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.boxContainer h3{
    text-align: center;
    margin-bottom: 20px;
}

#chkContainer > div{
    /*margin-bottom: 15px;*/
    /*float: left;
    width: 33%;*/
}
.chkCat:not(:checked),
.chkCat:checked,
.chkMat:not(:checked),
.chkMat:checked {
    position: absolute;
    left: -9999px;
}
.chkCat:not(:checked) + label,
.chkCat:checked + label,
.chkMat:not(:checked) + label,
.chkMat:checked + label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    margin: 0px;
    text-transform: uppercase;
    display: block;
    word-break: break-word;
}
.chkCat + label:before,
.chkMat + label:before{
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0;
}
.chkCat:not(:checked) + label:before,
.chkMat:not(:checked) + label:before{
    border: 1px solid #ccc;
    background-color: #f5f5f5;
}
.chkCat:checked + label:before,
.chkMat:checked + label:before{
    border: 1px solid #ccc;
    background-color: #6eff00;
    box-shadow: inset 0 0 5px 0px #ccc;
    content: '\2713';
    text-align: center;
}
.chkCat:not(:checked) + label:hover:before,
.chkCat:checked + label:hover:before,
.chkMat:not(:checked) + label:hover:before,
.chkMat:checked + label:hover:before{
    background-color: rgba(240, 243, 49, 0.52);
    box-shadow: inset 0 0 5px 0px #ccc;
}
#corsiContainer {
    padding-top: 60px;
}

#categorieContainer {
    padding-top: 60px;
}
.corsoContainer {
    /*border:  1px solid #ccc;*/
    margin: 0px 15px 60px 15px;

    background-color: #efecea;
}
.categorieContainer {
    /*border:  1px solid #ccc;*/
    margin: 0px 15px 60px 15px;

    background-color: #efecea;
}

.corsoHeader {
    padding: 10px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ccc;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    height: 68px;
}

.categorieHeader {
    padding: 10px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ccc;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    height: 68px;
}
.corsoHeader h3{
    margin: 0;
    text-transform: uppercase;
    font-size: 20px;
}

.categorieHeader h3{
    margin: 0;
    text-transform: uppercase;
    font-size: 20px;
}
.corsoImg {
    text-align: center;
}
.categorieImg {
    text-align: center;
}
.corsoImg img.imgCorso {
    max-width: 100%;
    max-height: 200px;
}
.categorieImg img.imgCaategorie {
    max-width: 100%;
    max-height: 200px;
}
.corsoDesc{
    padding: 30px;
    text-align: justify;
}
.categorieDesc{
    padding: 30px;
    text-align: justify;
}
.corsoDesc .text{
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    width: 100%;
    height: 98px; /* Fallback for non-webkit */
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.75;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.categorieDesc .text{
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    width: 100%;
    height: 98px; /* Fallback for non-webkit */
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.75;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.corsoContainer:hover {
    cursor: pointer;
}

.categorieContainer:hover {
    cursor: pointer;
}
.corsoContainer:hover .corsoHeader {
    background-color: #23527c;
    color: #fff;
}

.categorieContainer:hover .categorieHeader {
    background-color: #23527c;
    color: #fff;
}
.corsoContainer:hover .corsoImg,
.corsoContainer:hover .corsoDesc{
    opacity: .5;
}

.categorieContainer:hover .categorieImg,
.categorieContainer:hover .categorieDesc{
    opacity: .5;
}
.linkCorso,.linkCorso:hover,.linkCorso:visited,.linkCorso:focus,.linkCorso:active{
    color: inherit;
}

.linkCategorie,.linkCategorie:hover,.linkCategorie:visited,.linkCategorie:focus,.linkCategorie:active{
    color: inherit;
}
p.success {
    color: #008000;
    font-size: 16px;
    font-weight: bold;
}
span.textbottom {
    display: block;
    font-size: 10px;
    font-weight: 100;
    line-height: 1;
    margin-top: -3px;
}
.successMsg{
    color: #05cc05;
}
#fmLavoro .input-group-addon:last-child {
    width: 42px;
    cursor: default;
}








.chkCat:not(:checked) + label, .chkCat:checked + label,
.chkMat:not(:checked) + label, .chkMat:checked + label {
    position: relative;
    padding-left: 18px;
    cursor: pointer;
    margin: 0px;
    text-transform: lowercase;
    display: block;
    word-break: break-word;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: 5px;
}

#chkAll.chkCat:not(:checked) + label, #fmZone .chkCat:checked + label,
#chkAll.chkMat:not(:checked) + label, #fmZone .chkMat:checked + label{
    text-transform: none;
    font-weight: bold;
}
.chkCat:not(:checked) + label:before,
.chkMat:not(:checked) + label:before {
    border: 1px solid #ccc;
    background-color: #f5f5f5;
}

.chkCat + label:before,
.chkMat + label:before {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 3px;
}
.chkCat:checked + label:before,
.chkMat:checked + label:before {
    border: 1px solid #ccc;
    background-color: #6eff00;
    box-shadow: inset 0 0 5px 0px #ccc;
    content: '\2713';
    text-align: center;
    vertical-align: middle;
    line-height: 10px;
    font-weight: 600;
}
.help-block.with-errors {
    font-size: 11px;
    line-height: 1;
    margin-top: 3px;
    margin-bottom: 0px;
    color: #a94442;
}
.help-block.with-errors ul{
    margin: 0;
}
.fitToView{
    min-height: 800px;
}
.panelRegione .panel-heading a,
.panelOrdinamento .panel-heading a,
.panelProvincia .panel-heading a{
    cursor: pointer;
}
.panelRegione .panel-heading a:before,
.panelOrdinamento .panel-heading a:before,
.panelProvincia .panel-heading a:before{
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 2;
    margin-right: 10px;
    font-size: 8px;
    content: "\2212";
    float: left;
}
.panelRegione .panel-heading a:after,
.panelOrdinamento .panel-heading a:after,
.panelProvincia .panel-heading a:after{

}
.panelRegione .panel-heading a.collapsed:before,
.panelOrdinamento .panel-heading a.collapsed:before,
.panelProvincia .panel-heading a.collapsed:before{
    content: "\002b";
}
.panelRegione .panel-heading a span.badge,
.panelOrdinamento .panel-heading a span.badge,
.panelProvincia .panel-heading a span.badge{
    float: left;
    font-size: 10px;
    margin-right: 10px;
}

#selectProvincia,
#selectComune,
#selectMaterie{
    display: none;
}
.panel-body-regione {
    padding: 0px 0px 0px 15px;
}
.panel-title{
    font-size: 14px;
}
.panelRegione > .panel-heading,
.panelOrdinamento > .panel-heading{
    background-color: #f5f5f5;
}
.panelRegione .panel-heading,
.panelOrdinamento .panel-heading{
    border-radius: 0px;
}
.panel-group .panel + .panel {
    margin-top: 0px;
}
.panel-group .panel{

    border-radius: 0px;
}
.deleteItem:before{
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin-right: 10px;
    font-size: 12px;
    content: "\e020";
    float: right;
    cursor: pointer;
    margin-top: 5px;
}
.bootstrap-dialog-footer-buttons .btn-default{
    box-shadow: none;
}
.panel{
    border:  none;
}
.panelRegione,
.panelOrdinamento{
    background-color: #f5f5f5;
    border-top: 1px solid #ccc;
}
.panelRegione:first-child,
.panelOrdinamento:first-child{
    border-top: none;
}
.panelProvincia .panel-body{
    border-top: none;
}
.panelProvincia .panel-heading{
}

.panel-group {
    margin-bottom: 20px;
    box-shadow: inset 0px 0px 5px #C93;
    border-radius: 0px;
    border: 1px solid #ccc;
    padding: 2px;
}
.panelProvincia {
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.panelProvincia:last-child{
    border-bottom: none;
}
.panel-materie div.materia{
	margin-bottom: 5px;
}
.panel-materie div.materia:last-child{
	margin-bottom: 0px;
}
#doveCerchi{
    background-image: url(/images/icon/marker.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 18px;
    padding-left: 30px;
    color: #666;
}

.select2-container{
    height: 34px !important;
    /*width: 100% !important;*/
}
.select2-container .select2-selection{
    height: 100% !important;
}
.select2-selection__rendered {
    line-height: 34px !important;
    padding-right: 25px !important;
    background-image: url(/images/icon/search.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 18px;
    padding-left: 30px !important;
    color: #666 !important;
}
.select2-selection__arrow{
    height: 32px !important;
}
#btnSearch {
    width: 100%;
    background-color: #ddd ;
    color: black;
    font-weight: bold;
    letter-spacing: 2px;
}
#btnSearch:hover{
    background-color: #fff;
}

#btnSearch2 {
    font-weight: bold;
    letter-spacing: 2px;
    /*width: 100%;*/
}


#searchSection{
    color: #fff;
}
#searchSection h3{
    margin-top: 15px;
}
.autocompleteImg{
    width: 18px;
    height: 18px;
    margin-right: 5px;
}
.ui-widget.ui-widget-content {
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
}
#searchSection.pt15{
    padding-top: 15px;
}
#searchSection.pt30{
    padding-top: 30px;
}
#searchSection.black{
    background-color: #333
}
#searchSection .form-group{
    /*margin-bottom: 0px;*/
}
.utenteContainer {
    /*border: 5px solid #ccc;*/
    background-color: rgba(255,255,255,0.9);
    margin-bottom: 30px;
}
.utenteContainer .imgContainer{
    text-align: center;
    line-height: 200px;
    /*padding-top: 15px;
    padding-bottom: 15px;*/
}
.utenteContainer .imgContainer img{
    max-width: 100%;
    max-height: 200px;

}
.utenteContainer .infoContainer{
    /*height: 250px;*/
    height: 150px;
    padding: 15px;
    /*border-top: 1px solid #ccc;*/
}
.utenteContainer .infoContainer p{
    margin-bottom: 0px;
    font-size: 14px;
}
.utenteContainer .infoContainer p span{
    font-weight: bold;
    margin-right: 5px;
}
p.nome {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
    padding: 5px;
}
p.nome.withBorder{
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
}
p.nome a{
    color: #00008b;
}
#modificaDati.tab-content {
    border: 1px solid #ccc;
    border-top: none;
    padding: 15px;
}

.noResult{
    text-align: center;
    font-size: 18px;
    color: #ff0000;
    background-color: rgba(255,255,255,0.9);
    padding-top: 30px;
    padding-bottom: 30px;
}
section#searchSection.fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
    background-color: rgba(13,13,13,0.75);
    padding: 5px 0px;
}
.homeimg {
    position: relative;
}
.homeTitle{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.homeTitle > div{
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}
.homeTitle > div >div{
    display: table-cell;
    vertical-align: middle;
}

.homeTitle .title {
    display: inline-block;
    padding: 20px 40px;
    background-color: rgba(0,0,0,0.25);
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    width: 60%;
    line-height: 1.15;
}
.loggedMenu{
    cursor: pointer;
    border: 1px solid #fff;
    padding: 10px !important;
}
.loggedMenu .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
}
.loggedMenu .icon-bar + .icon-bar{
    margin-top: 4px;
}
.nav-tabs.account > li {
    width: 50%;
}
.nav-tabs.account > li > a {
    margin-right: 0px;
}

.navbar-inverse .navbar-nav.mainMenu > .active > a,
.navbar-inverse .navbar-nav.mainMenu > .active > a:hover,
.navbar-inverse .navbar-nav.mainMenu > .active > a:focus{
    background-color: transparent;
}
.navbar-inverse .navbar-nav.mainMenu > li > a:before,
.navbar-inverse .navbar-nav.mainMenu > li > a:after{


    /*border-radius: 50%;*/
    content: "";
    height: 1px;
    opacity: 0;
    position: absolute;
    width: 0%;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,ffffff+100&0.75+0,1+50,0.75+100 */
background: -moz-linear-gradient(left, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.5) 30%,rgba(255,255,255,0.75) 50%, rgba(255,255,255,0.5) 70%, rgba(255,255,255,0.25) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.5) 30%,rgba(255,255,255,0.75) 50%, rgba(255,255,255,0.5) 70%,rgba(255,255,255,0.25) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.5) 30%,rgba(255,255,255,0.75) 50%, rgba(255,255,255,0.5) 70%,rgba(255,255,255,0.25) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#80ffffff',GradientType=1 ); /* IE6-9 */

    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.navbar-inverse .navbar-nav.mainMenu > li > a:before{
    left: 0px;
    top: 0px;
}
.navbar-inverse .navbar-nav.mainMenu > li > a:after{
    bottom: 0px;
    right: 0px;
}
.navbar-inverse .navbar-nav.mainMenu > li.active > a:before,
.navbar-inverse .navbar-nav.mainMenu > li.active > a:after,
.navbar-inverse .navbar-nav.mainMenu > li:hover > a:before,
.navbar-inverse .navbar-nav.mainMenu > li:hover > a:after{
    width: 80%;
    opacity: 1;
}

div#selectComune,
div#selectMaterie {
    margin-bottom: 15px;
}

.profiloUtente .imgContainer{
    text-align: center;
}
.profiloUtente .imgContainer img{
    max-width: 100%
}
.profiloUtente .datiUtente {
    padding: 35px;
}
.profiloUtente .datiUtente p{
    font-weight: bold;
    color: #161692;
}
.profiloUtente .datiUtente p span{
    font-weight: 400;
    color: #333;
}
.profiloUtente .datiUtente p span span{
    margin-bottom: 5px;
    display: block;
    font-weight: bold;
}

ul#categoryList,
ul#corsiList {
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    letter-spacing: 1px;
}
ul#categoryList li,
ul#corsiList li{
    border-bottom: 1px solid #ccc;
    padding: 15px;

}
ul#categoryList li:first-child,
ul#corsiList li:first-child{
    border-top: 1px solid #ccc;
}
ul#categoryList li a,
ul#corsiList li a{
    display: block;
    color: #333;
    font-weight: bold;
    font-size: 16px;
}
ul#categoryList li.active a,
ul#categoryList li a:hover,
ul#corsiList li.active a,
ul#corsiList li a:hover{
    color: #337ab7;
}
ul#categoryList li a span,
ul#corsiList li a span{
    float: right;
}
#categoryDesc img,
#corsoDesc img{
    display: inline-block;
    max-width: 300px;
    float: left;
    margin-right: 10px;
}
.panel-body.withPadding{
    padding:40px 50px;
}
.isIE .navbar-right{
    margin-right: 0px;
}
/*##############################################################################################*/
/*##############################################################################################*/
/*##############################################################################################*/
/*##############################################################################################*/
/*##############################################################################################*/

a,a:visited,a:focus,a:hover,a:active{
	text-decoration: none;
}
.mainColor{}
.header {
	padding-top: 10px;
}
.header .nav > ul.mainMenu{
	list-style-type: none;
	font-size: 24px;
}
.header .nav > ul.mainMenu > li{
	display: inline-block;
}
.header .nav > ul.mainMenu > li a{}
.userBar{
	text-align: right;
	font-size: 12px;
}
header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,0.75);
}
header.sticky img.logo{
	height: 50px;
	width: auto;
}
img.responsive {
    width: 100%;
    height: auto;
}
.logoCont {
    text-align: center;
}
img.logo {
    height: 80px;
}

img.icone{

  display: block;

  margin:0 auto;

}

.btn-default,.glyphicon-log-in {
	 box-shadow: 1px 2px 5px #000000;
}


.navbar {
    padding-top: 15px;
    padding-bottom: 15px;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    font-size: 12px;
    letter-spacing: 5px;
}

.container-fluid.bg-1, .container-fluid.bg-2{
      padding-top: 50px;
      padding-bottom: 50px;
  }

.container-fluid.bg-3{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f2f2f2;
    color: #fff;

}

.margin{
    margin-bottom: 45px;
}
.mb15{
    margin-bottom: 15px;
}

footer{
    padding: 25px 0;
    background-color: #2f2f2f;
}



h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    line-height: 1.6;
    color: #000;
}

hr {
    max-width: 400px;
    border-color: #999999;
}

.brand,
.address-bar {
    display: none;
}

.navbar-brand {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
}

.navbar-nav {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
}

.img-full {
    min-width: 100%;
}

.brand-before,
.brand-name {
    text-transform: capitalize;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    font-size: 4em;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}

.box {
    margin-bottom: 20px;
    padding: 30px 15px;
    background: #fff;
    background: rgba(255,255,255,0.9);
}

.intro-text {
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 1px;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}
.mxgBox{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    box-shadow: inset 0px 0px 5px #ccc;
    padding: 10px;
    margin-bottom: 10px;
}
#fmRecupero .form-group {
    width:450px;
    margin:auto;
}
.image_utente{
    max-width: 250px;
    max-height: 250px;
}
img.coccardaCorso {
    display: inline-block;
    width: 45px;
    margin-right: 5px;
}
a i.collapseBtn{
    float: right;
}
a.collapsed i.collapseBtn:before{
    content: "\f0d7";
}
a i.collapseBtn:before{
    content: "\f0d8";
}
#cookieChoiceInfo{
    opacity: 1;
}
.modulo-link{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 35px;
    color: #000;
    display: block;
}
.modulo-link:hover, .modulo-link:focus{
    color: #333;
}
.contact-link,
.contact-link:focus{
    font-weight: bold;
    color: #000;
}
p.contattaci{
    font-size: 18px;
}
.contatti p{
    line-height: 2.2;
}
.img-cont img{
    max-width: 100%;
}
.lavoro-desc{
    border: 1px solid #ccc;
    padding: 25px 0;
    background-color: #fff
}
.lavoro-desc h3{
    margin: 0;
    text-decoration: underline;
}
.lavoro-desc h3 a{
    color: #000;
}
.input-group.new-cert-container {
    margin-bottom: 15px;
}
.new-cert-container {
    padding: 15px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
}
.btn-del-cert{
	float: right;
	width: auto;
	background-color: #ffa500;
	color: #fff;
	font-weight: bold;
}
a.cboxElement{
    font-weight: bold;
    text-decoration: underline;
}
.nocopy {
    user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
legend{
    padding-bottom:15px;
    margin-bottom: 0px;
}
legend label{
    font-size: 16px;
}
.heading {
    padding-top: 15px;
    padding-bottom: 15px;
}
.formContainer.no-mt{
    margin-top: 0px;
}
/*##############################################################################################*/
/*##############################################################################################*/
/*##########################################RESPONSIVE##########################################*/
/*##############################################################################################*/
/*##############################################################################################*/
@media screen and (max-width: 767px){
    .loggedMenu{
        border: none;
    }
    .loggedMenu .visible-xs{
        display: inline-block !important;
    }

    #searchSection .form-group {
        margin-bottom: 15px;
    }
    .navbar-inverse .navbar-nav.mainMenu > li.active > a:before,
    .navbar-inverse .navbar-nav.mainMenu > li.active > a:after,
    .navbar-inverse .navbar-nav.mainMenu > li:hover > a:before,
    .navbar-inverse .navbar-nav.mainMenu > li:hover > a:after{
        width: 100%;
    }
    #carousel-chi-siamo{
        margin-bottom: 25px;
    }
    h1.title{
        padding: 0px 0px;
        font-size: 20px;
    }
    .utenteContainer .imgContainer {
        line-height: 150px;
    }
    .utenteContainer .imgContainer img {
        max-height: 150px;
    }
    .panel-body.withPadding {
        padding: 30px 15px;
    }
    #fmLavoro .input-group-addon:first-child{
        display: block;
        width: 100%;
        border-bottom-left-radius: 0px;
        border-right: 1px solid #ccc;
        border-top-right-radius: 4px;
    }
    #fmLavoro .form-control:not(.full){
        width: 80%;
    }
    #fmLavoro .input-group-addon:last-child{
        display: inline-block;
        height: 34px;
        float: right;
        width: 20%;
        line-height: 34px;
        border-top-right-radius: 0px;
    }
    .deleteItem:before{
        margin-right: 0px;
    }
    #fmRecupero .form-group{
        width: 100%;
    }
    #registrazione .input-group{
        width: 100%;
    }
    #registrazione .input-group-addon:first-child{
        display: block;
        width: 100%;
        border-bottom-left-radius: 0px;
        border-right: 1px solid #ccc;
        border-top-right-radius: 4px;
    }
    #registrazione .input-group-addon+input.form-control{
        border-top-right-radius: 0px;
        border-bottom-left-radius: 4px;
    }
    #registrazione .privacyLabel,
    #fmInformazione .privacyLabel,
    #form_info .privacyLabel{
        max-width: 90%;
        vertical-align: top;
    }
    a.navbar-brand{
        font-size: 14px;
        float: none;
    }
    .navbar-header{
        text-align: center;
    }
    h1.brand-name{
        font-size: 28px;
    }
    h2.intro-text {
        font-size: 14px;
    }
}


@media (min-width: 768px){

    #searchSection.fixed > div{
        width: 750px;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    #searchSection.fixed #btnSearch2{
        float: right;
    }
}
@media (min-width: 992px){

    #searchSection.fixed > div{
        width: 970px;
    }
}
@media (min-width: 1200px){
    #searchSection.fixed > div{
        width: 1170px;
    }
}



@media screen and (min-width:991px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}

@media screen and (min-width:768px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}

@media screen and (max-width: 768px){
    h1{
        font-size: 25px;
    }

}

@media screen and (max-width: 991px){

    #carousel-chi-siamo {
        margin-bottom: 50px;
    }

    #dashboard_corsi {
        max-width:400px;

    }

    .box:after {
        content: '';
        display: table;
        clear: both;
    }

    #dashboard_categorie {
        max-width:400px;
    }


}












