html, form {
  height: 100%;
}

#body-search{
    background-image: url(../img/background-dashboard.png);
    background-repeat: no-repeat;
    background-size: cover;
}

#body-login{                         
  background: url(../img/background-omeopatic.png) no-repeat center center fixed;
  background-size: cover;
  height: 100%;
}

#linkLogout{
  margin-top: 20px;
  float: right;
  margin-right: 80px;
  width: 50px;
}

#linkSearch{
  margin-top: 10px;
  width: 80px;
  float: right;
  margin-right: 180px;
}

.overlay{
  position: fixed; 
  width: 100%; 
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.7); 
}

.box{
  position: absolute;
  width: 960px;
  height: 620px;
  box-sizing: border-box;
  border-radius: 15px;
  background-color: white;
  box-shadow: 1px 2px 10px 10px #2C2C2C;
}

.form-inline{
  margin: 0 auto;
  padding-top: 80px;
}

.search-form input{
  width: 580px !important;
  height: 40px;
  font-size: 16px;
  font-family: sans-serif;
  color: black;
}

.search-form button{
  font-size: 20px;
  margin-left: 10px;
}

.buttons-row{
  margin: 0 auto;
  padding-top: 50px;
  padding-right: 60px;
}

.radio-row{
  margin: 0 auto;
  padding-top: 40px;
}

.custom-radio{
  margin-left: 140px;
  margin-right: 140px;
}

.buttons-row .btn{
  border: 1px solid #007bff;
  margin-left: 20px;
}

.btn .fa{
  font-size: 14px;
  color: white;
  width: 24px;
  height: 24px;
  background: #007bff;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
  margin-right: 10px;
}

.array-box{
  margin: 0 auto;
  padding-top: 20px;
  width: 100%;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 0;
  font-family: sans-serif;
  color: black;
}

.array-box .col{
  border-left: 1px solid #CECDCD;
  margin-left: 10px;
  height: 520px;
}

.array-box #ris1{
  border-left: none;
  margin-left: 10px;
  height: 520px;
}

.array-box ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

.col i, .nav-link i{
  margin-right: 10px;
}

.icona{
  margin: 0 auto;
  text-align: center;
  margin-top: 25%;
}

#box-detail{
  margin-left: -1000px;
  z-index: 1;
}

#detail-content{
  margin: 0 auto;
  padding-top: 30px;
  width: 90%;
  text-align: center;
}

.detail-div{
  margin: 0 auto;
  width: 80%;
  padding-top: 30px;
}

.detail-div p{
  padding-top: 20px;
}
.result{
  overflow: auto;
  height: 100%;
}

.result ul li{
  border-bottom: 1px solid #CECDCD;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.result ul li:last-child{
  border-bottom: none;
}

.result ul li:hover{
  background-color: yellow;
}

.fa-close{
    float: right;
    font-size: 26px;
    color: gray;
    background: transparent;
    margin-top: 10px;
    margin-right: 10px;
}

.fa-close:hover{
  color: black;
}

#box-tab-nav{
  width: 100%;
  padding-top: 40px;
}

#body-login .container {
  height: 550px;
  width: 500px;
  background-color: white;
  text-align: center;
  display: block;
}

.logo{
  padding-top: 50px;
}

.box-form{
  margin-top: 40px;
}

.form-group{
  margin: 0 auto;
  width: 60%;
  padding-top: 20px;
  text-align: left;
}

#checkbox, #btnAcces{
  margin-top: 20px;
}

.custom-checkbox{
  text-align: left;
  padding-left: 25px;
}

.tab-pane ul {
  height: 460px;
  overflow: hidden;
}

.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
} 
