﻿/**-----------------------------------------------------------------
 * Header
 * Smartphones
 * -------------------------------------------------------------- */
@media only screen and (max-width: 769px) and (min-width: 320px) {

    .mobile-hide {
        display: none !important;
    }
    .web-hide {
        display: block !important;
    }

    .login-left-filler {
        width: 100%;
        right: 0;
        display: block;
        float: none;
        bottom: 60%;
    }

    body {
        padding: unset;
    }

    .login-banner-image {
        width: 120px;
        /*        margin-top: 58px;  */
        height: 120px;
    }

    .login-banner-text {
        margin-top: 5px;
        color: #fff;
        font-size: 30px;
    }

    .login-right-box {
        background-image: url(../static-images/login-bg.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        top: 0px;
        left: 0px;
        right: 0px;
        width: 100%;
        overflow: auto;
        height: 100%;
        position: fixed;
        margin: unset;
    }


    .login-box {
        padding-top: 0px;
        width: 90%;
        padding-left: 0px;
    }

        .login-box h2, .login-box h1 {
            display: none;
        }

        .login-box h4 {
            line-height: 0px;
        }

    .set-password {
        width: 100%;
    }

    .login-sub-header {
        display: none;
    }

    .login-container a {
        color: #A8A8ED;
    }

    .right-container {
        margin-left: 0px;
        width: 100%;
        margin-bottom: 0px;
    }

    .page-content {
        width: 100%;
    }

    .location-cell {
        width: 90%;
    }

    .page-top-bar {
        margin-top: 0;
        height: auto;
    }

    .top-page-actions {
        /*margin-top: -53px;*/
    }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: none;
    }

    .top-page-nav {
        width: 50%;
        margin-left: 15px;
    }

    .top-nav-header {
        border: none;
        text-align: left;
    }

    .top-action {
        width: 19px;
    }



    footer {
        display: none;
    }

    .left-menu .navbar-header {
        margin-bottom: 0px;
    }

    .ref-game-cell {
        width: 100% !important;
        height: 225px;
    }

    .payment-game-cell {
        width: 100% !important;
        height: 135px;
    }

        .payment-game-cell:hover {
            background-color: #9f9fe0 !important;
        }


    .referee-game {
        font-size: 14px;
        height: 22px;
    }

    .mobile-show {
        display: block !important;
    }

    .data-banner-text {
        width: 100%;
        left: unset;
        padding: 20px;
    }

    .accept-all {
        width: 110px;
        margin-right: 20px;
        background-color: #F56200;
        border: 1px solid #F56200;
        border-radius: 3px;
        color: white;
        font-size: 11px;
    }

    .decline-all {
        width: 110px;
        margin-right: 20px;
        border: 1px solid #F56200;
        border-radius: 3px;
        color: #F56200;
        background: none;
        font-size: 11px;
    }

    #div-accept-decline-all {
        width: 100%; /*can be in percentage also.*/
        height: auto;
        margin: 0 auto;
        padding: 10px;
        position: relative;
        text-align: center;
        margin-bottom: 10px;
    }
}


@media (max-width: 763px) {
    .empty-screen-message {
        left: 0 !important;
    }
}

/**-----------------------------------------------------------------
 * Header
 * Tablets
 * -------------------------------------------------------------- */
@media only screen and (max-width: 768px) and (min-width: 475px) {

    .play-store-button {
        height: 90px;
        width: 250px;
    }

    .mobile-show {
        display: block !important;
    }

    #logout {
        display: none !important;
    }

    .top-search {
        position: fixed;
        top: 7px;
        width: 450px !important;
        left: 206px;
        margin-left: 35px;
    }

    .top-search-button {
        margin-left: 35px;
        position: fixed;
        left: 650px !important;
        top: 7px;
        width: 50px;
        height: 34px;
        background: #43425d;
        border-radius: 0 4px 4px 0;
        padding: 6px 14px;
        color: #fff;
    }

    .top-nav-header {
        border: solid 1px #7272A1;
        width: 200px;
        text-align: center;
        padding: 5px;
        color: #7272A1;
        border-radius: 4px;
        font-size: 19px;
        margin-left: auto;
        margin-right: auto;
        font-size: 14px;
        height: 30px;
        padding-top: 8px;
        font-weight: bold;
    }
}

/*@media (min-width: 1200px) {
    .col-lg-offset-1 {
        margin-left: 3.333333%;
    }

    .label-for-date-in-new-availability {
        width: 20%;
    }

    .label-for-comments-in-new-availability {
        width: 20%;
    }

    .ref-avail-to-time-input, .ref-avail-from-time-input {
        width: 28% !important;
    }
}*/

@media only screen and (max-width: 1024px) and (min-width: 475px) {
    .top-search {
        position: fixed;
        top: 7px;
        width: 250px;
        left: 206px;
    }

    .top-search-button {
        position: fixed;
        left: 450px;
        top: 7px;
        width: 50px;
        height: 34px;
        background: #43425d;
        border-radius: 0 4px 4px 0;
        padding: 6px 14px;
        color: #fff;
    }
}

@media only screen and (max-width: 1440px) and (min-width: 376px) {
    .top-action {
        width: 25px;
    }

    .invoice-received-box {
        width: 90%;
    }

    .top-searchable {
        width: 220px;
    }

    .page-left-content li {
        height: auto !important;
        background: white;
        margin-bottom: 6px;
        padding-left: 5px;
        padding-top: 6px;
        border-radius: 4px;
    }
}
