.login-block {
  float: left;
  width: 100%;
  padding: 50px 0 0 0;
}

.banner-sec {
  background: url("../img/sfondo_login.png") no-repeat left bottom;
  background-size: cover;
  min-height: 500px;
  border-radius: 0 10px 10px 0;
  padding: 0;
}

.carousel-inner {
  border-radius: 0 10px 10px 0;
}

.carousel-caption {
  text-align: left;
  left: 5%;
}

.login-sec {
  padding: 50px 30px;
  position: relative;
}

.login-sec .copy-text {
  position: absolute;
  width: 80%;
  bottom: 20px;
  font-size: 13px;
  text-align: center;
}

.login-sec .copy-text i {
  color: #FEB58A;
}

.login-sec .copy-text a {
  color: #E36262;
}

.login-sec h2 {
  margin-bottom: 30px;
  font-weight: 800;
  font-size: 30px;
  color: #DE6262;
}

.login-sec h2:after {
  content: " ";
  width: 100px;
  height: 5px;
  background: #FEB58A;
  display: block;
  margin-top: 20px;
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto
}

.btn-login {
  background: #DE6262;
  color: #fff;
  font-weight: 600;
}

.banner-text {
  width: 70%;
  position: absolute;
  bottom: 40px;
  padding-left: 20px;
}

.banner-text h2 {
  color: #fff;
  font-weight: 600;
}

.banner-text h2:after {
  content: " ";
  width: 100px;
  height: 5px;
  background: #FFF;
  display: block;
  margin-top: 20px;
  border-radius: 3px;
}

.banner-text p {
  color: #fff;
}



.lsSearch {
  cursor: pointer;
}

.lsSearch:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.inputSearchResult {
  border-radius: 4px 4px 0px 0px;
}

.modal .input-group .btn {
  padding: 8px 13px !important;
}

.modal .close {
  font-size: 45px !important;
  color: red;
}

.navbarheader {
  background-image: url("../img/logo.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  height: 175px;
  width: 100%;
  text-align: center;
}

.header-ente {
  /*position: absolute;*/
  padding-top: 45px;
  background-position: center center;
}

.navbar-brand1 {
  padding-left: 700px;
  position: absolute;
  padding-top: 45px;
  background-position: center center;
}



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


.paddinglogo {
  padding-left: 45px;
  padding-top: 45px;
  width: 40%;
  float: left;
}

.paddinglogogolem {
  padding-right: 45px;
  padding-top: 45px;
  float: right;
  width: 40%;
  text-align: right;
}

#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -111px;
  /* Pad bottom by footer height */
  padding: 0 0 111px;
}

.table-enti {
  margin-bottom: 0;
}

.nounderline {
  text-decoration: none !important;
}

.title {
  font-size: 24px;
}

.cursor_pointer {
  cursor: pointer;
  cursor: hand;
}

.hidden_field {
  visibility: hidden !important;
  display: none !important;
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../img/loader_icons/128x128/Preloader_8.gif) center no-repeat #34495e;
}

.menu-trasparenza {
  color: #99ccff;
}

@media (min-width:1280px) {
  .screen {
    margin-left: 0px;
    margin-right: 0px;
  }
}