﻿@media (max-width: 1020px) {
    .login-header { 
        max-width: 1000px;
        width: 100%; 
        padding: 10px;
    }
    .login-body {
        padding: 10px;
    }
}

@media (max-width: 885px) {
    .login-form {
        float: none;
        width: 100%;
        text-align: center;
    }

    .logo-image {
        width: 100%;
        text-align: center;
    }

    .logo-image img{
        float: none;
        max-width: 100%;
    }

    .login-form form{
        float: none;
        display: inline-block;
    }
    .login-form .modal-dialog{
        width: 100%;
        max-width: 400px;
        margin: 0;
    }
}

@media screen and (max-width: 767px) {
    body.user-layout {
        min-width: initial !important;
    }

        body.user-layout .navbar {
            min-width: initial !important;
        }

    body.user-layout #educationProviderMenu {
        transition: all 0.3s !important;
        right: calc((100%) - 57px) !important;
    }

    body.user-layout.menu-collapsed #educationProviderMenu {
        right: 0 !important;
    }

    body.user-layout.menu-collapsed #body {
        margin-left: 57px !important;
    }

    body.user-layout.menu-collapsed footer {
        margin-left: 57px !important;
    }

    body.user-layout .education-provider-menu {
        width: calc((100%) - 57px) !important;
    }
    
    body.user-layout .navbar > .container-fluid {
        display: block;
    }

    body.user-layout .navbar .navbar-nav {
        display: flex;
        flex-direction: column;
    }

    body.user-layout .navbar .select2-container {
        width: 100% !important;
    }

    body.user-layout .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    body.user-layout .navbar-nav .open .dropdown-menu > li > a, body.user-layout .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px;
    }

    body.user-layout .navbar-nav .dropdown-menu > li > a {
        color: inherit !important;
    }

    body.user-layout .jumbotron {
        word-break: normal;
    }

    body.user-layout .jumbotron h1, .jumbotron .h1 {
        font-size: 30px;
    }

    body.user-layout .jumbotron p {
        font-size: 18px;
    }

    body.user-layout .jumbotron .btn {
        width: 100%;
    }

    body.user-layout textarea {
        width: 100%;
    }

    body.user-layout .grid-wrap {
        overflow: hidden;
        overflow-x: auto;
    }

    .w300 {
        width: 100%;
    }

    .w400 {
        width: 100%;
    }

    .w400.modal-dialog {
        margin: 0;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
    }

    .login-form a {
        display: block !important;
        text-align: center !important;
        margin: 10px 0 0 0 !important;
    }
}
