/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 3 Apr, 2021, 3:26:11 PM
    Author     : SAFEinvest
*/
html{
/*    background: rgb(171,132,77) !important;*/
}

body{
/*    background: rgb(171,132,77);
    background: linear-gradient(0deg, rgba(171,132,77,1) 0%, rgba(255,255,255,1) 35%); */
}

.headerlogo{
    width: auto;
    height: 5.5rem;
}

.firsthr{
    background-color: #bb9c70;
    width: 92%;
    height: 2px;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}

.queen{
    width: auto;
    height: 22.5rem;
    float: right;
}

.middle{
    margin-top:3rem;
    width: auto;
    height: 17.5rem;
    float: inside;
}

.bottom{
    width: auto;
    height: 5.0rem;
    margin-top: 2.5rem;
}

.font8rem{
    font-size: 0.8rem;
}

.logoimage{
    width: 70px;
    height: 70px;
}

/*.logoimage:hover,
.logoimage:focus{
    width: 75px;
    height: 75px;
}*/

.red-tooltip + .tooltip > .tooltip-inner {background-color: #fefefe;}

.tooltip {
  font-family: Georgia;
  font-size: 20px;
}
.tooltip .tooltip-inner {
  background-color: #fefefe;
  color: rgb(171,132,77) !important;
  min-width: 250px;
}
.tooltip.top .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #fefefe; /* black */
  border-width: 0 5px 5px;
}
.filterbtn {
    margin: 0.5rem;
    background-color: #d3b88f;
    border-color: #d3b88f;
    font-weight: bold;
}

.filterbtn:hover{
    margin: 0.5rem;
    background-color: #d3b88f;
    border-color: #d3b88f;
    font-weight: bold;
}

.filterbtn:not(:disabled):not(.disabled):active{
    margin: 0.5rem;
    background-color: #d3b88f;
    border-color: #d3b88f;
    font-weight: bold;
}

.iconMargin{
    margin-left: 0.2rem;
}
.iconText{
    color:#b79c70;
    font-size: 15px;
    font-weight: bold;
}

.boxDesign{
    margin-left: 20px; 
    margin-right: 0px;
    padding-top: 25px;
    padding-bottom: 25px; 
    border: 1px solid #bd9e71;
    box-shadow: 1px 1px 5px 1px #e2d5c1;
    border-radius: 10px;
    background-color: #fff;
    color:#856f50;     
}

.boxDesign a{
    color: #bb9c70;
}
