﻿/*
22 - Error Pages
*/
.http-error-outside {
    margin: 0;
    background: #fff;
}

    .http-error-outside .row {
        margin-top: 50px;
    }

    .http-error-outside .error-bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
    }

        .http-error-outside .error-bg.error-bg1 {
            background-image: url('../images/error.jpg');
        }

    .http-error-outside .error-number {
        font-size: 60px;
    }

    .http-error-outside .error-text {
        margin: 10px 0 20px 0;
    }

    .http-error-outside .icon-list {
        margin-top: 10px;
    }



/*
6 - Mobile
*/
@media (min-width: 768px) and (max-width: 979px) {
    .header-right {
        margin: 0px !important;
    }

    .profile_details_drop .dropdown-toggle {
        padding: 10px 5px !important;
    }
}

@media (max-width: 767px) {
    .header-right {
        margin: 0px !important;
    }

    .profile_details_drop .dropdown-toggle {
        padding: 10px 5px !important;
    }
}
