/**
 * Created by Md.Abdullah Al Mamun.
 * Project: workflow
 * File: 
 * Email: mamun@infosapex.com, dev.mamun@gmail.com
 * Date: 11/22/17
 */

body {
    /*background-color: rgba(76, 175, 80, 0.1411764705882353);*/
}

#main {
    padding-bottom: 0px;
    padding-top: 70px;
}

#header {
    min-height:50px;
    /*background-color: #1fa67a;*/
    background-color: #035934;
    user-select: none;
    position: fixed;
    z-index: 11;
    width: 100%;
    left: 0;
    top: 0;
    padding: 0 20px
}

.h-inner {
    list-style: none;
    padding: 5px 0;
    margin-bottom: 0
}

.card{
    margin-bottom: 25px;
}
.h-search-wrap{
    height: 60px;
}

.visitors-stats{
    margin: 0 -6px 18px;
}
.visitors-stats-item small {
    color: #ddd;
}
.visitors-stats-item strong {
    color: #f5f5f5;
}
a.open_account{
    background: #0e6b37;
    color: white;
    border-radius: 29px;
    padding: 5px 13px;
    position: absolute;
    top: 10px;
    right: 10px;
}