/* Sticky footer styles
-------------------------------------------------- */

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
  color: #3b3c41;
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -80px;
  /* Pad bottom by footer height */
  padding: 0 0 80px;

  border-top: 7px solid #3b3c41;
}

/* Set the fixed height of the footer here */
#footer {
  height: 80px;
  background-color: #121212;
  color: #8a8a8a;
}


/* Custom page CSS
-------------------------------------------------- */

a {
  color: #3fa033;
}
a:hover {
  color: #3b3c41;
}

.container {
  width: auto;
  max-width: 940px;
  padding: 0 15px;
}
.container .credit {
  margin: 20px 0;
}

.container .credit a {
  color: #fff;
}
.container .credit a:hover {
  color: #3fa033;
}

#logo {
  margin: 10px 0 0 0;
}
#index #logo {
  margin: 10px 0 30px 0;
}
#logo h1 {
  float: left;
  width: 100%;
  height: 70px;
  background: transparent url(../logo_leshalles.png) center center no-repeat;
  text-indent: -9999px;
  margin: 0 15px;
}
#logo h1 a {
  display: block;
  width: 250px;
  height: 70px;
}
#logo h2 {
  float: left;
  font-size: 21px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

@media (min-width: 600px) {
  #logo h1 {
    width: 250px;
    margin: 0;
  }
  #logo h2 {
    font-size: 30px;
    width: 300px;
    float: right;
    margin: 0;
    height: 70px;
    line-height: 92px;  
    text-align: right;
  }
}


.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.int_tbl {
  margin: 10px 0 10px 0;
}
.int_tbl h3 {
  margin: 0;
}
.int_tbl div {
  padding: 0;
}

.tbl_dati .btn-xs {
  margin: 2px 5px 2px 0;
}
@media (min-width: 780px) {
  .tbl_dati .btn-xs {
    margin: 0 5px 0 0;
  }
  .tbl_dati .cops {
    white-space: nowrap;
  }
}
.tbl_dati .cocv {
  text-align: center;
  vertical-align: middle;
  cursor: move;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
body.dragging, body.dragging * {
  cursor: move ! important;
  cursor: -moz-grabbing ! important;
  cursor: -webkit-grabbing ! important;
}
.dragged {
  opacity: 0.5;
  position: absolute;
  top: 0px;
  z-index: 2000;
}
.tbl_dati tr.placeholder {
  background: none repeat scroll 0% 0% red;
  border: medium none;
  display: block;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.tbl_dati tr.placeholder:before {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: rgba(0, 0, 0, 0) -moz-use-text-color rgba(0, 0, 0, 0) red;
  border-image: none;
  border-style: solid none solid solid;
  border-width: 5px medium 5px 5px;
  content: "";
  height: 0px;
  left: -5px;
  margin-top: -5px;
  position: absolute;
  width: 0px;
}
.tbl_dati tr.placeholder {
  display: block;
  background: red;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
}
.tbl_dati tr.placeholder:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: red;
  margin-top: -5px;
  left: -5px;
  border-right: none;
}

.dwn-grp .active {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.dwn-grp .active:hover {
  background-color: #47a447;
  border-color: #398439;
}

.sr-only {
  margin: 0;
}

.form-group .form-group {
  margin-bottom: 0; 
}

.dn,
.form-inline .dn {    
  display: none;
}

.form-control-static {
  padding: 6px 13px;
  background-color: #F5F5F5;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
}

#c_File {
  height: auto;
}
