﻿@media only screen and (max-width: 320px) {
    .login-box {
        overflow: scroll;
    }
    .white-box {
        padding: 80px 25px !important;
    }
    .form-material p {
        font-size: 13px;
        position: relative;
        top: -16px;
    }
    .signupForm {
        z-index: 999;
    }
    .signupForm button {
        margin-bottom: 32px !important;
    }
    .plan-list .col-xs-3 {
        width: 100% !important;
    }
    .plan-list .plan {
        margin-bottom: 40px;
    }
    .profile-holder .img-holder img {
        width: 120px !important;
        bottom: -96px !important;
        left: 16px !important;
    }
    a.modalLink {
        padding: 4px 8px !important;
    }
    .buttonn-primary {
        padding: 10.5px 18px 10px 18px !important;
        font-size: 8px !important;
    }
    .profile-holder .profile-content h1 {
        font-size: 18px !important;
    }
    .profile-content input[type="button"].btn-danger {
        margin-bottom: 0px !important;
        font-size: 8px !important;
    }
    .infoGraphics .tab-content h3 {
        font-size: 21px !important;
    }
    table tbody tr .your-event {
        width: unset !important;
    }
    table tbody tr .your-event .btn-primary {
        font-size: 11px !important;
        padding: 6px !important;
    }

}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    input[type="button"].btn-primary {
        font-size: 8px !important;
        margin-bottom: 0px !important;
        padding: 10px 8px !important;
    }
    .plan .header {
        padding: 16px 8px !important;
    }
    .plan .body {
        padding: 32px 8px !important;
    }
    .plan .header h2 {
        font-size: 16px !important;
        line-height: 24px !important;
    }
    .plan .header p {
        padding: 16px 0px;
        margin: 0px;
    }
    .profile-holder .img-holder img {
        width: 120px !important;
        bottom: -96px !important;
        left: 16px !important;
    }
    a.modalLink {
        padding: 4px 8px !important;
    }
    .buttonn-primary {
        padding: 10.5px 18px 10px 18px !important;
        font-size: 8px !important;
    }
    .profile-holder .profile-content h1 {
        font-size: 18px !important;
    }
    .profile-content input[type="button"].btn-danger {
        margin-bottom: 0px !important;
        font-size: 8px !important;
    }
    .infoGraphics .tab-content h3 {
        font-size: 21px !important;
    }
    table tbody tr .your-event {
        width: unset !important;
    }
    table tbody tr .your-event .btn-primary {
        font-size: 11px !important;
        padding: 6px !important;
    }
}
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) {
    .plan-list .col-xs-3 {
        width: 100% !important;
    }
    .plan-list .plan {
        margin-bottom: 40px;
    }
    .profile-holder .img-holder img {
        width: 120px !important;
        bottom: -96px !important;
        left: 16px !important;
    }
    a.modalLink {
        padding: 4px 8px !important;
    }
    .buttonn-primary {
        padding: 10.5px 18px 10px 18px !important;
        font-size: 8px !important;
    }
    .profile-holder .profile-content h1 {
        font-size: 18px !important;
    }
    .profile-content input[type="button"].btn-danger {
        margin-bottom: 0px !important;
        font-size: 8px !important;
    }
    .infoGraphics .tab-content h3 {
        font-size: 21px !important;
    }
    table tbody tr .your-event {
        width: unset !important;
    }
    table tbody tr .your-event .btn-primary {
        font-size: 11px !important;
        padding: 6px !important;
    }
}
/* iPhone 6+, 7+, 8+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px){
    .plan-list .col-xs-3 {
        width: 100% !important;
    }
    .plan-list .plan {
        margin-bottom: 40px;
    }
    .profile-holder .img-holder img {
        width: 120px !important;
        bottom: -96px !important;
        left: 16px !important;
    }
    a.modalLink {
        padding: 4px 8px !important;
    }
    .buttonn-primary {
        padding: 10.5px 18px 10px 18px !important;
        font-size: 8px !important;
    }
    .profile-holder .profile-content h1 {
        font-size: 18px !important;
    }
    .profile-content input[type="button"].btn-danger {
        margin-bottom: 0px !important;
        font-size: 8px !important;
    }
    .infoGraphics .tab-content h3 {
        font-size: 21px !important;
    }
    table tbody tr .your-event {
        width: unset !important;
    }
    table tbody tr .your-event .btn-primary {
        font-size: 11px !important;
        padding: 6px !important;
    }
} 

/*@media only screen and (min-device-width: 360px){
    .plan-list .col-xs-3 {
        width: 100%;
    }
    .plan-list .plan {
        margin-bottom: 40px;
    }
    .profile-holder .img-holder img {
        width: 120px !important;
        bottom: -96px !important;
        left: 16px !important;
    }
    a.modalLink {
        padding: 4px 8px !important;
    }
    .buttonn-primary {
        padding: 10.5px 18px 10px 18px;
        font-size: 8px;
    }
    .profile-holder .profile-content h1 {
        font-size: 18px !important;
    }
    .profile-content input[type="button"].btn-danger {
        margin-bottom: 0px !important;
        font-size: 8px !important;
    }
    .infoGraphics .tab-content h3 {
        font-size: 21px !important;
    }
    table tbody tr .your-event {
        width: unset !important;
    }
    table tbody tr .your-event .btn-primary {
        font-size: 11px !important;
        padding: 6px !important;
    }
}*/