@import "icons.css";
@import "bootstrap.css";
@import "bootstrap-responsive.css";
@import "ui.css";
@import "select2.css";
@import "uniform.default.css";
@import "validation.css";
@import "mCustomScrollbar.css";
@import "fancybox/jquery.fancybox.css";
@import "login.css";
@import "stylesheet.css";

html {
    height: 100%;
}

body {
    min-height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 22px;
    position: relative;
    background: #d9e0e7;
}


@media only screen and (max-width: 1350px) {
    body > .menu {
        display: block;
    }
}

@media only screen and (max-width: 1024px) {
    body > .menu {
        display: block;
    }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
    body > .menu {
        display: none;
        position: absolute;
        left: 50%;
        margin-top: 0px;
        margin-left: -110px !important;
        top: 15px;
        z-index: 999;
        height: auto;
        min-height: auto;
    }

        body > .menu .breadLine .arrow {
            display: block;
        }

    body > .content {
        margin-left: 0px;
    }

    .header .header_menu li.list_icon {
        display: block;
    }
}

@media only screen and (min-width: 481px) {
}

@media only screen and (max-width: 768px) {
}

@media only screen and (min-width: 769px) {
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
    body > .menu {
        display: none;
        position: absolute;
        left: 50%;
        margin-top: 0px;
        margin-left: -110px !important;
        top: 15px;
        z-index: 999;
        height: auto;
        min-height: auto;
    }

        body > .menu .breadLine .arrow {
            display: block;
        }

    body > .content {
        margin-left: 0px;
    }

    .header .header_menu li.list_icon {
        display: block;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    body > .menu {
        display: none;
        position: absolute;
        left: 50%;
        margin-top: 0px;
        margin-left: -110px !important;
        top: 15px;
        z-index: 999;
        height: auto;
        min-height: auto;
    }

        body > .menu .breadLine .arrow {
            display: block;
        }

    body > .content {
        margin-left: 0px;
    }

    .header .header_menu li.list_icon {
        display: block;
    }
}