html {
  position: relative;
  min-height: 100%;
}

body{
    font-family: 'Roboto', sans-serif;
    margin-bottom: 60px; /* Margin bottom by footer height */
}

.main-menu{
    background: #128442 !important;
    border-color: #128442 !important;
}

#main-content{
    margin-top: 6em;
}

.navbar-brand{
    color: #fff !important;
    font-weight: 900;
    font-size: 38px;
}

.navbar-brand:hover{
    color: #efca44 !important;
}

.menu-nav > li > a{
    color: #fff !important;
    font-weight: 900;
}

.menu-nav > li > a:hover{
    color: #efca44 !important;
}

.footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #128442;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
}

.t-white{
    color: #fff !important;
}

.mb-0{
    margin-bottom: 0px!important;
}

#application-form{
    margin-top: 1em;
}

.borderBooton{
    border-bottom: 2px solid #000;
}



@media screen and (min-width: 768px) {
    #w1 li{
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    .navbar-header{
        padding-top: 0px;
        padding-bottom: 20px;
    }
    
    .navbar-toggle{
        margin-top: 30px;
    }
    
    #w0-collapse{
        border-color: #d9edf7;
        background-color: #6b4e25;
    }
    
}

#w0 div{
    height: 90px;
}



#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

#myTable > tbody > tr > td:nth-child(1) {
    width: 70px !important;
}