
body {
    font-family: 'Athiti', sans-serif;
}

div#imageContainer {
    height: 200px;  
    vertical-align: bottom;
    display: table-cell;
}

#imageContainer img {
    width: 280px;
    vertical-align: bottom;
}

.logo-fixed{
    color: white;
    font-size: 20px;
}
.menu-fixed{
    /*top:55px;*/
    color: white;
    /*height: 60px;*/
}
.login-fixed{
    /*top:55px;*/
    height: 50px;
}
.banner-fixed{
    /*top:55px;*/
    right:0;
    left:0;
    z-index:1030;
}
.logo-align{
    text-align: right;
}
.active{
    background-color: #ff4d4d;
    border-radius: 5px;
    font-weight: bold;
}

.card-base > .card-icon {
    text-align: center;
    position: relative;
}

.imagecard { 
    z-index: 2;
    display: block;
    positioN: relative;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    border: 5px solid white;
    box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin: 0 auto;
    color: white;
}
.card-base > .card-icon > .card-data {
    min-height: 250px !important;
    margin-top: -24px;
    background: ghostwhite;
    border: 1px solid #e0e0e0;
    padding: 15px 0 10px 0;
    box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    min-height: 215px;
}
#widgetCardIcon {
    background: #ff8080 !important;
    font-size: 28px;
    line-height: 78px;
}

.title-card{
  margin-top: 10px;
  font-size: 18px;
  color: #bb7824;
  font-weight: bold;
}
.botton-card{
  background: #ff8080;
  border: #ff6666;
}
.footer-css{
    font-size: 16px;
    color:white;
}

#footer{
    height: 50px;
}

#cssTable td{
    text-align:left; 
}

.btn-hover:hover{
    background-color: #dc3545;
    border-color: #dc3545;
}

.panel-body{
    margin-bottom: 20px;
}

.table-main{
    margin-left: 50px; 
    margin-right: 50px; 
    height: 620px; 
    overflow-y: scroll;
}