﻿ 

.DimoContent {
    background: none;
    padding-top: 3%;
    margin-top: 0px;
}

.nav-tabs > li.active a {
    /*background: #2c2f40;*/
    color: #fff;
}
.active > a {
    color: #000 !important;
}
.dimo_introtitle{
    padding-top:15px;
}
body {
    background: #f7f7f7;
    /*background-image: url(/App_Themes/images/complaints.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;*/
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.contact-txt {
    width: 97%;
}

.complaint-btn {
    margin: 0;
    width: 100%;
    max-width: 100px;
}


.contact-body {
    background: #ffffffc7;
    direction: rtl;
    overflow: hidden;
    min-height: 415px;
    font-family: iransansweb;
    margin-bottom: 10px;
    padding:0 15px;
}
.nav-tabs > li > a{
    font-weight:bold;
}

.contact-body .nav-tabs > li {
    float: right;
}
    .contact-body ul {
        margin: 33px;
        text-align: center;
        padding-right: 0;
    }
 
.balsa-txt{
    margin-bottom:5px;
}

@media all and (max-width: 760px) {
    .footer {
        position: relative;
    }
    body {
        background: #d9d8d8;
    }
}
