﻿html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 90px;
}
.formBox {
    padding: 20px;
    margin-top: 30px
}
.formBox .form-group{margin-bottom:25px !important}
.footer22 {
    position: fixed;
    padding-bottom: 15px;
    padding-top: 15px;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #ececee;
    /* Set the fixed height of the footer here */
    /* Vertically center the text there */
    background-color: #f2f2f4;
}

.mr-2 {
    margin-right: 6px
}

.thead-dark {
    background: #2e2c2c;
}

.header2 {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: #2e2c2c;
}

.tableContainer {
    height: 400px;
    overflow: auto;
}

.mt-2 {
    margin-top: 15px
}

.mt-3 {
    margin-top: 30px
}

.bg-white2 {
    background: #9dd53a;
    background: -moz-linear-gradient(45deg, #9dd53a 0%, #a1d54f 50%, #80c217 51%, #7cbc0a 100%);
    background: -webkit-linear-gradient(45deg, #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%);
    background: linear-gradient(45deg, #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=1 );
}

.p-3 {
    padding: 20px
}

.radius2 {
    border-radius: 8px;
    margin-bottom: 15px
}

    .radius2 h4 {
        color: #000;
        font-weight: 600
    }

.shadowsm {
    box-shadow: 0px 0px 12px #ccc;
}

.buysell {
    margin-top: 16px
}

    .buysell ul li {
        list-style: none;
        color: #fff;
        line-height: 2.5rem;
        font-size: 1.7rem
    }

        .buysell ul li span {
            float: right;
            color: #fff
        }

    .buysell ul {
        padding-left: 0;
        margin-left: 0;
        margin-bottom: 0 !important )
    }

