﻿div.dnnRegistrationForm{
    min-width:unset !important;
}
body {
    background-color: #f7f7f7;
}
.slider__container {
    margin-top: 127px;
}

.table-responsive {
    -webkit-overflow-scrolling: touch !important;
}

    .table-responsive .table {
        max-width: none;
        -webkit-overflow-scrolling: touch !important;
    }

.contents__container {
    min-height: 600px;
    padding: 20px 0;
    padding-top: 0px;
}
@media (max-width:992px) {

    div.dnnRegistrationForm .dnnForm{
        width:100% !important;
    }
}

@media (max-width: 332px) {
    .contents__container {
        margin-top: 12rem;
    }
}

.contents__container .content-pane-container {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    margin-top: 10px;
}
@media (max-width: 992px) {
    .contents__container {
        min-height: 400px;
    }
}

.footer__container {
    background: #000;
}

    .footer__container .copyright-texts, .footer__container .copyright-texts * {
        direction: ltr;
        float: left;
        color: #777777 !important;
        display: flex;
        flex-direction: column;
        text-align: left;
    }

html[lang=en-US] .footer__container .social__container {
    left: 0;
    right: unset;
}

html[lang=en-US] .sociallinks ul li {
    direction: rtl;
}

html[lang=en-US] .footer__container .copyright-texts {
    float: right;
}

.sidebar__container .main-menu i {
    color: #d4021c;
    padding: 0 11px;
}
.container_content{
    padding:0px;
}
.breadcrumb__container {
    padding-top: 14px;
}

    .breadcrumb__container > span > span {
        position: relative;
    }

        .breadcrumb__container > span > span > span {
            padding: 0 7px;
            font-size: 13px;
        }

            .breadcrumb__container > span > span > span > a {
                color: #000;
            }

            .breadcrumb__container > span > span > span:first-child {
                font-size: 0px;
            }

                .breadcrumb__container > span > span > span:first-child:before {
                    content: "\f015";
                    position: absolute;
                    right: -10px;
                    bottom: 0;
                    color: #000;
                    font-style: normal;
                    font-weight: normal;
                    font-family: FontAwesome;
                    font-size: 20px;
                    margin-left: 10px;
                }
            .breadcrumb__container  > span > span > span:last-child a {
                color: rgba(223, 32, 37, 1);
                font-weight: bold;
            }
html[lang="en-US"] .breadcrumb__container > span > span > span:first-child:before {
    left: -16px;
    bottom: -5px;
    right:unset;
}