@import url('droidarabickufi.css');

body{
    font-family: Arial;
}
/*
#body{
    min-height: 100%; !important;
}
footer{
    position: absolute;
    bottom: 0; !important;
    width: 100%;
    color: #FFFFFF;
    background-color: #0099cc;
}
*/
footer{
    width: 100%;
    color: #FFFFFF;
    background-color: #0099cc;
}
.card-body{
    min-height: 250px; !important;
}
/*563d7c*/
.mycolor{
    color: #003539;
}
.mybackground{
    background-color: #3c3f41;
    color: whitesmoke;
}
.brand-image {
    line-height: .8;
    max-height: 34px;
    width: auto;
    margin-right: .8rem;
    margin-left: .5rem;
    margin-top: -3px;
    background-color: white;
}
.img-circle {
    border-radius: 50%;
}

.dropdown-menu{
    position:absolute;
    top:100%;
    z-index:1000;
    display:none;
    min-width:160px;
    padding:5px 0;
    margin:2px 0 0;
    font-size:14px;
    text-align:right;
}
.menu-left{
    left:0;
    float:left;

}
