/*!
 * Software: CatScript 7.4
 * Platform: CatScript MVC BootStrap
 * Client:   Dr. Evans Enyolu
 * Project:  Multitech Consulting Int. Inc. Website App
 *
 * Author: Chigozie (Cat) Nduanya
 * Date-Created: 2021-02-18
 * Last-Visited: 2021-02-18
 * File: css/index.css
 *
 */

@import url('https://fonts.googleapis.com/css?family=Poppins');

/* the elements */
body,.dropdown-item,.tablesorter td,.tablesorter th{
    font-family:'Poppins',Tahoma;
    font-size:4mm;
}

footer{
    font-size:11px;
}

footer{
    background:#2F0404;
}

footer a{
    color:#A5A8AB;
    font-size:11px;
}

footer a:hover{
    color:#90C3EE;
}

h4,h2,h1,h6{
    font-weight:bold;
}

input[type=checkbox]{
    cursor:pointer;
    margin-right:5px;
    transform: scale(1.5);
}

#btn_scroll_to_top{
    background:#FFF;
    border:solid 1px #FFF;
    border-radius:4px;
    bottom:10px;
    color:#FFF;
    cursor:pointer;
    display:none;
    opacity:0.5;
    outline:none;
    padding:1px;
    position:fixed;
    right:10px;
    z-index:999;
}

#btn_scroll_to_top:hover{
    opacity:0.7;
}

#div_modal_img .modal-footer,#div_modal_img .modal-header{
    background:#E3EFFA;
}

#img_preview{
    height:304px;
    width:100%;
}