﻿html, body, form {
    background-color: rgb(243, 243, 243) !important;
}
.k-listview-content{
    background-color:#fff;
}
.regctid {
    color: #333 !important;
    text-decoration: underline;
}
.venappbar {
    background-color: #336699;
    /*padding: 20px;*/
    color: #fff !important;
    height: 60px;
    font-size: 22px;
    vertical-align: middle;
    width: 99%;
}

.venheader {
    background-color: #336699;
    color: white;
    height: 60px;
    font-size: 22px;
    vertical-align: middle;
    padding-left: 10px;
}

.venaddress {
    font-size: 15px;
    text-align: center;
    padding: 5px 10px;
}

    .venaddress a {
        font-size: 13px;
        color: white;
    }

.btn_corp_home {
    background-color: #2bd96e;
    border: 1px solid #2bd96e;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 3px;
}

.btn_ret_home {
    background-color: #d99b2b !important;
    border: 1px solid #d99b2b !important;
    font-size: 14px !important;
    padding: 7px 12px !important;
    border-radius: 3px !important;
    color: white !important;
    text-decoration: none !important;
}

    .btn_ret_home:hover {
        color: #23527c !important;
        text-decoration: underline !important;
    }

.c-d-content {
    display: contents;
    margin-left: 5px;
}

.btn-lgot {
    background-color: #a9a9a9;
    border-radius: 3px;
    padding: 5px;
}

.datacell input {
    width: 100%;
    padding: 6px 10px;
    margin: 4px 5px;
}

.dropdown {
    display: block;
    z-index: 1001 !important;
}

.dropdown-menu {
    min-width: initial !important;
    max-width: initial !important;
}

@media (MAX-width: 767px) {
    .cu-width-btn {
        width: 95%;
    }
}

@media (min-width: 576px) {
    .btnright {
        text-align: right;
    }
}

@media (max-width: 576px) {

    .logocentre {
        text-align: center;
    }

    .centre-txt {
        text-align: center !important;
    }

    .c-height {
        height: 50px;
    }
}


/*.navbar{
            margin-bottom: 0 !important;
            border: 0 !important;
            padding: 0 !important;
        }*/