
/* START - Bootstrap Custom */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
ul,
ol {
  margin-bottom: 1px;
}
hr {
  margin-top: 0px;
  margin-bottom: 0px;
}

.carousel-caption > a {
  color: #ffffff;
}
.carousel-caption > a:hover, .carousel-caption > a:focus {
  color: red;
}

.row {
  text-align: justify;
}

.custom-center {
  text-align: -webkit-center;
  -moz-text-align-last: center;
}
.custom-bottom-margin {
  margin-bottom: 25px;
}
.custom-bottom-margin-sm {
  margin-bottom: 10px;
}
.custom-overflow-x {
  overflow-x: auto;
}

.img-thumbnail{
  border-radius:0px;
  background: transparent;
}

.img-thumbnail-noborder {
  border: 0px;
}

.img-manutenzione {
  margin-top: 30px;
}

.nav {
  padding-left: 5px;
}
/*
.nav > li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
*/
.navbar {
  margin-bottom: 0px;
  min-height: 0px
}
.navbar-static-top {
  border-width:0px;
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-brand {
  height: 60px;
  padding: 5px 15px;
}

.navbar-nav {
  margin: 2px 7.5px;
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 15px;
  border-radius: 10px;
}

.form-login{
  text-align: center;
  -moz-text-align-last: center;
}

.carousel-indicators {
  bottom: 1px;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-caption {
  bottom: 0px;
  padding-bottom: 0px;
}

.container-corpo {
  margin-top: 0px;
  text-align: center;
  -moz-text-align-last: center;
}

.h-margin {
  margin: 0px;
}

.panel {
  -webkit-box-shadow: 0 0px 0px;
  box-shadow: 0 0px 0px;
  border-radius: 0px;
}
.panel-heading {
  padding: 5px 5px;
}

@media (max-width: 768px) {
  .navbar-btn {
    margin: 0px;
  }
}

@media (min-width: 768px) {
  .navbar-btn {
    margin: 5px;
  }

  .navbar-nav > li > a {
     padding: 0px;
  }
  
  .container > .navbar-header,
  .container-fluid > .navbar-header {
     margin-right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .carousel-indicators {
      bottom: 0px;
   }
   
   .jumbotron, .jumbotron {
      padding: 1px 20px;
   }
  
   .carousel-caption {
      padding-bottom: 0px;
   }
}
/* END - Bootstrap Custom */


/* START - MENU'-SOTTOMENU' */
.dropdown-submenu{
    position:relative;
}

.dropdown-submenu>.dropdown-menu{
    top:0;left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}

/*.dropdown-submenu:hover>.dropdown-menu{display:block;}*/

.dropdown-submenu>a:after{
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;margin-right:-10px;
}

.dropdown-submenu:hover>a:after{
    border-left-color:#ffffff;
}

.dropdown-submenu.pull-left{
    float:none;
}

.dropdown-submenu.pull-left>.dropdown-menu{
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}
/* END - MENU'-SOTTOMENU' */

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
}
.btn-file-text{
  border: 1px dashed;
  margin: 5px;
  padding: 5px;
}

fieldset {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  border: 2px outset;
}

legend {
  margin-bottom: 10px;
  font-size: 17px;
  border-bottom: 0px;
  padding: 0px 10px;
  width: auto;
}


.media-body-inline{
  display: inline;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 0px;
}

.tabs_ord_disabled{
  pointer-events: none;
}

input[type="radio"],
input[type="checkbox"] {
  height: 20px;
}

.form-control {
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
}

.mce-tinymce{
  z-index: 1000 !important;
}

.custom-nobackground{
  background-color: white !important;
}

.custom-nopadding{
  padding: 0 !important;
}

.custom-nomargin{
  margin: 0 !important;
}

.custom-noborder{
  border: 0 !important;
}

#custom-corpo{
  min-height:80%;
  height:auto !important;
  /* Negative indent header and footer by its height */
  margin-bottom:-60px;
  /* Pad bottom by header and footer height */
  padding-bottom:60px;
}

/* Set the fixed height of the footer here */
#custom-footer{
  height:60px;
}

p{
  margin: 3px 0px;
}


.video-formazione {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-formazione iframe, .video-formazione object, .video-formazione embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}#btn-custom {
  background-color: #101010;
}
#btn-custom:active, #btn-custom.active,.open{
  background-color: #ff6600;
}
#btn-custom:hover, #btn-custom.hover,.open{
  background-color: #ff7f00;
}



#btn-custom-a {
  font-weight: bold;
  color: #ffffff;
}
#btn-custom-a:hover, #btn-custom-a.hover{
  color: #6d5b4e;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form,
.navbar-btn{
  background-color: #101010;
}
.navbar-toggle{
  background-color: #b2b2b2;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus{
  background-color: transparent;
  color: #e5e5e5;
}

.panel-custom{
  background-color: #000000;
}

.body-footer {
  background-color: #1f1f1f;
  color: #ffffff;
  /*width: 100%;
  position: absolute;
  bottom: 0;*/
}

.header_logo_custom{
  /*margin: 0px 15px;*/
  background-color: #101010;
}
