html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

/*.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    
    position: -webkit-sticky;
    position: sticky;
    bottom: 0px;
    z-index: 1;
}*/
.footer {
    height: 60px;
    width: 100%;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    bottom: 0px;
    z-index: 1;
    position: fixed;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

#ScrollTop {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #5cb85c; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#ScrollTop:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}



.bs-callout {
  padding: 20px;
  margin: 0 0 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;

  h4 {
    margin-top: 0;
    margin-bottom: 5px;
  }

  p:last-child {
    margin-bottom: 0;
  }

  code {
    border-radius: 3px;
  }

  + .bs-callout {
    margin-top: -5px;
  }
}

.bs-callout-danger {
  border-left-color: #ce4844;

  h4 {
    color: #ce4844;
  }
}

.bs-callout-warning {
  border-left-color: #aa6708;

  h4 {
    color: #aa6708;
  }
}

.bs-callout-info {
  border-left-color: #d6e9c6;

  h4 {
    color: #1b809e;
  }
}

.navbar-inverse {
    background-color: #dff0d8;
    border-color: #d6e9c6;
/*    background: rgb(9,121,14);
    background: linear-gradient(242deg, rgba(9,121,14,1) 11%, rgba(2,0,36,1) 46%, rgba(5,255,0,1) 96%);*/
     
}

.navbar-inverse .navbar-nav > li > a {
    color: #3c763d;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: green;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: green;
    border-radius:25px;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: green;
    border-radius:25px;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: green;
    border-radius:25px;
}

.navbar-inverse .btn-link {
    color: green;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
    color: black;
}

.navbar-inverse .navbar-brand {
    color: green;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: black;
    background-color: transparent;
}

a {
    color: #3c763d;
    text-decoration: none;
}

.bg-lineas-diagonales{
    background: rgb(2,0,36);
    background: linear-gradient(242deg, rgba(2,0,36,1) 0%, rgba(9,121,14,1) 20%, rgba(5,255,0,1) 85%);
    background-size: 100% 2048px;
}

h1{
    color: #3c763d;
}

#login-form button{
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}


#login-form button:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

/* Labels "badgeosos" */
.label {
    vertical-align: middle;
    padding: 0.5em 0.5em 0.3em;
    border-radius: 0.4em;
}

/*footer{
    position: -webkit-sticky;
    position: sticky;
    bottom: 0px;
}*/

/*body .wrap .container .completa{
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}*/

/*.owl-item img {
    height: 700px;
}*/
