/* Large desktops and laptops */
@media (min-width: 1200px) {
}

/* Landscape tablets and medium desktops */

@media (min-width: 992px) and (max-width: 1199px) {
    .login-form-wrapper {
        margin-left: 35px;
        margin-right: 35px;
        width: inherit;
    }

    .visitor-page-wrapper {
        margin-left: 35px;
        margin-right: 35px;
        width: inherit;
    }

    .guest-registration-wrapper { width: 100%; }

    .guest-registration-wrapper .form-field {
        margin-left: 0;
        width: 100%;
    }

    .today-visit-wrapper { width: 100%; }

    .today-visit-wrapper .form-field {
        margin-left: 0;
        width: 100%;
    }

    .visitors-list-wrapper { width: 100%; }

    .visit-info-wrapper { width: 100%; }
}

/* Portrait tablets and small desktops */

@media (min-width: 768px) and (max-width: 991px) {
    .login-form-wrapper {
        margin-left: 35px;
        margin-right: 35px;
        width: inherit;
    }

    .visitor-page-wrapper {
        margin-left: 35px;
        margin-right: 35px;
        width: inherit;
    }

    .guest-registration-wrapper { width: 100%; }

    .guest-registration-wrapper .form-field {
        margin-left: 0;
        width: 100%;
    }

    .today-visit-wrapper { width: 100%; }

    .today-visit-wrapper .form-field {
        margin-left: 0;
        width: 100%;
    }

    .today-visit-wrapper .add-section-wrapper .add-minor-wrapper {
        float: left;
        width: 100%;
    }

    .today-visit-wrapper .add-section-wrapper .add-observer-wrapper {
        float: left;
        margin-top: 20px;
        width: 100%;
    }

    .today-visit-wrapper .added-observers-wrapper { margin-top: 15px; }

    .visitors-list-wrapper { width: 100%; }

    .customers-list-wrapper { width: 100%; }

    .visit-info-wrapper { width: 100%; }
}

/* Landscape phones and portrait tablets */

@media (max-width: 767px) {
    .level-description-wrapper { width: 420px; }

    .login-form-wrapper {
        margin-left: 35px;
        margin-right: 35px;
        width: inherit;
    }

    .visitor-page-wrapper {
        margin-left: 35px;
        margin-right: 35px;
        width: inherit;
    }

    .guest-registration-wrapper { width: 100%; }

    .guest-registration-wrapper .form-field {
        margin-left: 0;
        width: 100%;
    }

    .guest-registration-wrapper #btnContinue {
        margin-right: 0;
        width: 100%;
    }


    .today-visit-wrapper { width: 100%; }

    .today-visit-wrapper .form-field {
        margin-left: 0;
        width: 100%;
    }

    .today-visit-wrapper #btnContinue {
        margin-right: 0;
        width: 100%;
    }

    .today-visit-wrapper .add-section-wrapper .add-minor-wrapper {
        float: left;
        width: 100%;
    }

    .today-visit-wrapper .add-section-wrapper .add-observer-wrapper {
        float: left;
        margin-top: 20px;
        width: 100%;
    }

    .today-visit-wrapper .added-observers-wrapper { margin-top: 15px; }

    .visitors-list-wrapper { width: 100%; }


    .visitors-list-wrapper .row .sign-out-wrapper { width: 100%; }

    .visitors-list-wrapper .row .duration-wrapper { width: 100%; }

    .visitors-list-wrapper .row .name-wrapper {
        margin-bottom: 5px;
        padding-left: 0;
        width: 100%;
    }

    .visitors-list-wrapper .row .type-wrapper { width: 100%; }

    .customers-list-wrapper .header-region .searcher-wrapper { width: 100%; }

    .customers-list-wrapper .header-region .pagination-wrapper { width: 100%; }

    .customers-list-wrapper .header-region .pagination-wrapper .pagination {
        float: none;
        margin-top: 10px;
    }

    .customers-list-wrapper { width: 100%; }

    .customers-list-wrapper .row .type-wrapper { width: 100%; }

    .customers-list-wrapper .row .new-visit-wrapper { width: 100%; }

    .customers-list-wrapper .row .id-wrapper { width: 100%; }

    .customers-list-wrapper .row .name-wrapper { width: 100%; }

    .visit-info-wrapper { width: 100%; }
}

/* Portrait phones and smaller */

@media (max-width: 480px) {
    .login-form-wrapper {
        margin-left: 5px;
        margin-right: 5px;
        padding: 80px 20px 100px 20px;
        width: inherit;
    }

    .visitor-page-wrapper {
        margin-left: 5px;
        margin-right: 5px;
        width: inherit;
    }

    .visitor-page .form-welcome h1 { margin-top: 140px; }

    .guest-registration-wrapper .form-field {
        margin-left: 0;
        width: 100%;
    }

    .guest-registration-wrapper #btnContinue {
        margin-right: 0;
        width: 100%;
    }

    .today-visit-wrapper .form-field {
        margin-left: 0;
        width: 100%;
    }

    .today-visit-wrapper #btnContinue {
        margin-right: 0;
        width: 100%;
    }

    .today-visit-wrapper .add-section-wrapper .add-minor-wrapper {
        float: left;
        width: 100%;
    }

    .today-visit-wrapper .add-section-wrapper .add-observer-wrapper {
        float: left;
        margin-top: 20px;
        width: 100%;
    }

    .today-visit-wrapper .added-observers-wrapper { margin-top: 15px; }

    .visitors-list-wrapper { width: 100%; }

    .visitors-list-wrapper .row .sign-out-wrapper { width: 100%; }

    .visitors-list-wrapper .row .duration-wrapper { width: 100%; }

    .visitors-list-wrapper .row .name-wrapper {
        margin-bottom: 5px;
        padding-left: 0;
        width: 100%;
    }

    .visitors-list-wrapper .row .type-wrapper { width: 100%; }

    .customers-list-wrapper .header-region .pagination-wrapper .pagination {
        float: none;
        margin-top: 10px;
    }

    .customers-list-wrapper .header-region .searcher-wrapper { width: 100%; }

    .customers-list-wrapper .header-region .pagination-wrapper { width: 100%; }

    .customers-list-wrapper .row .type-wrapper { width: 100%; }

    .customers-list-wrapper { width: 100%; }

    .customers-list-wrapper .row .new-visit-wrapper { width: 100%; }

    .customers-list-wrapper .row .id-wrapper { width: 100%; }

    .customers-list-wrapper .row .name-wrapper { width: 100%; }

    .visit-info-wrapper { width: 100%; }
}