/** * Copyright 2015 Google Inc. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */
/* * Andrew */

.table-cell {
    height: 40px;
    font-family: Roboto monospace!important;
    font-weight: 300 !important;
}
.admin-screen {
    max-width: 920px;
    font-family:Roboto;
    font-weight: 300 !important;
}
.mdl-button {
    text-transform: none;
}
.grid-cell-row {
    font-family: Roboto;
}
.register-checkbox {
    width: 100%;
    height: auto;
    margin-top:10px;
    margin-bottom:10px;
    align-content: flex-start;
    text-align: left;
    font-family: Roboto;
}
.register-checkbox-span {
    font-size: 14px;
    line-height: inherit;
    width: 100%;
    text-align: left;
    font-family: Roboto;
}
.register-radio {
    width: 100%;
    height: auto;
    align-content: flex-start;
    text-align: left;
    font-family: Roboto;
}
.register-radio-span {
    font-size: 14px;
    line-height: inherit;
    width: 100%;
    text-align: left;
    font-family: Roboto;
}
.register-hospital {
    float: left;
}
.register-title {
    width: 100%;
    height: auto;
    margin-top:20px;
    margin-bottom: -20px;
    align-content: flex-start;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    color: #4152ae;
    font-family: Roboto;
}
.register-subtitle {
    width: 100%;
    height: auto;
    margin-top:20px;
    margin-bottom: 10px;
    align-content: flex-start;
    text-align: left;
    font-weight: 300 !important;
    font-family: Roboto;
    font-size: 13px;
}
.register-price {
    display: none;
    width: 100%;
    height: auto;
    margin-top:20px;
    margin-bottom: 10px;
    align-content: flex-start;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    color: #4152ae;
    font-family: Roboto;
}
.edit-button {
    color: black;
    display: inline-block;
    height: 30px;
    width: 80px;
    ;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    line-height: 30px;
    background-color: #b4ff00;
    border-radius: 3px;
}
.barcode-button {
    color: white;
    display: inline-block;
    height: 30px;
    width: 80px;
    ;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    line-height: 30px;
    background-color: #9e9e9e;
    border-radius: 3px;
}
.confirm-button {
    color: white;
    display: inline-block;
    height: 30px;
    width: 80px;
    ;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    line-height: 30px;
    background-color: #8bc34a;
    border-radius: 3px;
}
.reconfirm-button {
    color: white;
    display: inline-block;
    height: 30px;
    width: 80px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    line-height: 30px;
    background-color: #008ed7;
    border-radius: 3px;
}
.confirmd-button {
    color: white;
    display: inline-block;
    height: 30px;
    width: 100px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    line-height: 30px;
    background-color: #78aa3a;
    border-radius: 3px;
}
.reconfirmd-button {
    color: white;
    display: inline-block;
    height: 30px;
    width: 100px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    line-height: 30px;
    background-color: #007ab7;
    border-radius: 3px;
}
.reject-button {
    color: white;
    display: inline-block;
    height: 30px;
    width: 80px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    line-height: 30px;
    background-color: #e58700;
    border-radius: 3px;
}
.remove-button {
    color: white;
    display: inline-block;
    height: 30px;
    width: 80px;
    ;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    line-height: 30px;
    background-color: red;
    border-radius: 3px;
}
.sponsor_grade_platinum {
    color: #8bc34a;
    font-size: 22px;
}
.sponsor_grade {
    color: #8bc34a;
    font-size: 16px;
}
.sponsor_name {
    font-size: 20px;
    text-decoration: none;
}
.error-div {
    background: yellow;
    padding-top: 10px;
    padding-bottom: 1px;
}
.register-button {
    color: white;
    display: inline-block;
    height: 40px;
    width: 150px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    line-height: 40px;
    background-color: #8bc34a;
    border-radius: 3px;
}
.register-button-home {
    color: white;
    display: inline-block;
    height: 50px;
    width: 300px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    line-height: 50px;
    background-color: #CE1026;
    border-radius: 3px;
}
.grid-cell-module {
    color: white;
    height: 35px;
    line-height: 35px;
    background: #8ac35d;
    margin-bottom: 10px;
    margin-top: 0px;
    margin-right: 0px;
    font-weight: 300 !important;
    font-family: Roboto;
}
.grid-cell-section {
    color: white;
    height: 35px;
    line-height: 35px;
    background: #8ac35d;
    margin-bottom: 10px;
    margin-top: 0px;
    margin-right: 0px;
    font-size: 16px;
    font-weight: 300 !important;
    font-family: Roboto;
}
.grid-cell-subsection {
    height: 35px;
    line-height: 35px;
    background: #dddddd;
    margin-bottom: 10px;
    margin-top: 0px;
    margin-right: 0px;
    font-size: 17px;
    font-weight: 300 !important;
    font-family: Roboto;
    color: red;
}
.grid-cell-lunch {
    color: black;
    height: 35px;
    line-height: 35px;
    background: #e9e9e9;
    margin-bottom: 10px;
    margin-top: 0px;
    margin-right: 0px;
    font-weight: 300 !important;
    font-family: Roboto;
    font-style: italic;
    font-size: 13px;
    color: red;
}
.grid-cell-row {
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.grid-cell-grey-column1 {
    height: 100%;
    line-height: 45px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #ececec;
    font-size: 13.5px;
    font-family: Roboto !important;
    font-weight: 300 !important;
}
.grid-cell-grey-column2 {
    height: 45px;
    line-height: 18px;
    padding-left: 15px;
    padding-right: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #ececec;
    position: relative;
    font-size: 13.5px;
    font-family: Roboto !important;
}
.grid-cell-grey-column2 b {
    margin: 0;
    position: absolute;               /* 2 */
    top: 50%;                         /* 3 */
    transform: translate(0, -50%)
}
.grid-cell-grey-column2 label {
    margin: 0;
    position: absolute;               /* 2 */
    top: 50%;                         /* 3 */
    transform: translate(0, -50%)
}
.grid-cell-grey-column3 {
    height: 100%;
    line-height: 45px;
    padding-left: 22px;
    padding-right: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #ececec;
    font-size: 13.5px;
    font-family: Roboto !important;
    font-weight: 300 !important;
}
.grid-cell-white-column1 {
    height: 100%;
    line-height: 45px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 13.5px;
    font-family: Roboto !important;
    font-weight: 300 !important;
}
.grid-cell-white-column2 {
    height: 45px;
    line-height: 18px;
    padding-right: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    font-size: 13.5px;
    font-family: Roboto !important;
}
.grid-cell-white-column2 b {
    margin: 0;
    position: absolute;               /* 2 */
    top: 50%;                         /* 3 */
    transform: translate(0, -50%)
}
.grid-cell-white-column2 label {
    margin: 0;
    position: absolute;               /* 2 */
    top: 50%;                         /* 3 */
    transform: translate(0, -50%)
}
.grid-cell-white-column3 {
    height: 100%;
    line-height: 45px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 13.5px;
    font-family: Roboto !important;
    font-weight: 300 !important;
}
.grid-cell-row-even {
    background: #fafafa;
}
body {
    margin: 0;
}
/* Disable ugly boxes around images in IE10 */
a img{
    border: 0px;
}
::-moz-selection {
    background-color: #6ab344;
    color: #fff;
}
::selection {
    background-color: #6ab344;
    color: #fff;
}
.android-search-box .mdl-textfield__input {
    color: rgba(0, 0, 0, 0.87);
}
.android-header .mdl-menu__container {
    z-index: 50;
    margin: 0 !important;
}
.mdl-textfield--expandable {
    width: auto;
}
.android-fab {
    position: absolute;
    right: 20%;
    bottom: -26px;
    z-index: 3;
    background: #64ffda !important;
    color: black !important;
}
.android-mobile-drawer-word {
    display: none;
}
.android-mobile-title {
    display: none !important;
}
.android-logo-image {
    height: 38px;
    //width: 140px;
}
.android-header {
    overflow: visible;
    background-color: white;
}
.android-header .material-icons {
    color: #767777 !important;
}
.android-header .mdl-layout__drawer-button {
    background: transparent;
    color: #767777;
}
.android-header .mdl-navigation__link {
    color: #757575;
    font-weight: 700;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
}
.android-navigation-container {
    /* Simple hack to make the overflow happen to the left instead... */
    direction: rtl;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    //width: 700px;
    width: auto;
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.android-navigation {
    /* ... and now make sure the content is actually LTR */
    direction: ltr;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 900px;
}
.android-search-box.is-focused + .android-navigation-container {
    opacity: 0;
    width: 100px;
}
.android-navigation .mdl-navigation__link {
    display: inline-block;
    height: 60px;
    line-height: 68px;
    background-color: transparent !important;
    border-bottom: 4px solid transparent;
}
.android-navigation .mdl-navigation__link:hover {
    border-bottom: 4px solid #8bc34a;
}
.android-search-box {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 16px;
    margin-right: 16px;
}
.android-more-button {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}
.android-drawer {
    border-right: none;
}
.android-drawer-separator {
    height: 1px;
    background-color: #dcdcdc;
    margin: 8px 0;
}
.android-drawer .mdl-navigation__link.mdl-navigation__link {
    font-size: 13px;
    color: #757575;
}
.android-drawer span.mdl-navigation__link.mdl-navigation__link {
    color: #8bc34a;
}
.android-drawer .mdl-layout-title {
    position: relative;
    //background: #6ab344;
    background: #dcdcdc;
    height: 100px;
}
.android-drawer .android-logo-image {
    position: absolute;
    bottom: 16px;
}
.android-be-together-section {
    position: relative;
    //height: 800px;
    height:350px;
    width: auto;
    background-color: #f3f3f3;
    //background: url('images/slide01.jpg') center 30% no-repeat;
    background: url('images/slide02.jpg') center no-repeat;
    background-size: cover;
}
.logo-font {
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    line-height: 1;
    //color: #767777;
    color: white;
    text-shadow: 1px 1px #000000;
    font-weight: 500;
    -webkit-text-stroke-width: 0.1px;
    -webkit-text-stroke-color: black;
}
.android-slogan {
    font-size: 40px;
    //padding-top: 160px;
    padding-top: 100px;
}
.android-sub-slogan {
    font-size: 21px;
    padding-top: 24px;
}
.android-create-character {
    font-size: 21px;
    padding-top: 400px;
}
.android-create-character a {
    text-decoration: none;
    color: #767777;
    font-weight: 300;
}
.android-screen-section {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}
.android-screens {
    text-align: right;
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
}
.android-screen {
    text-align: center;
}
.android-screen .android-link {
    margin-top: 16px;
    display: block;
    z-index: 2;
}
.android-image-link {
    text-decoration: none;
}
.android-wear {
    display: inline-block;
    width: 160px;
    margin-right: 32px;
}
.android-wear .android-screen-image {
    width: 40%;
    z-index: 1;
}
.android-phone {
    display: inline-block;
    width: 64px;
    margin-right: 48px;
}
.android-phone .android-screen-image {
    width: 100%;
    z-index: 1;
}
.android-tablet {
    display: inline-block;
    width: 110px;
    margin-right: 64px;
}
.android-tablet .android-screen-image {
    width: 100%;
    z-index: 1;
}
.android-tablet .android-link {
    display: block;
    z-index: 2;
}
.android-tv {
    display: inline-block;
    width: 300px;
    margin-right: 80px;
}
.android-tv .android-screen-image {
    width: 100%;
    z-index: 1;
}
.android-auto {
    display: inline-block;
    width: 300px;
    overflow: hidden;
}
.android-auto .android-screen-image {
    display: block;
    height: 300px;
    z-index: 1;
}
.android-wear-section {
    position: relative;
    background: url('images/wear.png') center top no-repeat;
    background-size: cover;
    height: 800px;
}
.android-wear-band {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: #37474f;
}
.android-wear-band-text {
    max-width: 800px;
    margin-left: 25%;
    padding: 24px;
    text-align: left;
    color: white;
}
.android-wear-band-text p {
    padding-top: 8px;
}
.android-link {
    text-decoration: none;
    color: #8bc34a !important;
}
.android-link:hover {
    color: #7cb342 !important;
}
.android-link .material-icons {
    position: relative;
    top: -1px;
    vertical-align: middle;
}
.android-alt-link {
    text-decoration: none;
    color: #64ffda !important;
    font-size: 16px;
}
.android-alt-link:hover {
    color: #00bfa5 !important;
}
.android-alt-link .material-icons {
    position: relative;
    top: 6px;
}
.android-customized-section {
    text-align: center;
}
.android-customized-section-text {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 16px 0 16px;
}
.android-customized-section-text p {
    padding-top: 16px;
}
.android-customized-section-image {
    background: url('images/devices.jpg') center top no-repeat;
    background-size: cover;
    height: 400px;
}
.android-customized-section-kuwaitcity {
    background: url('images/kuwaitcity.png') center top no-repeat;
    background-size: cover;
    height: 400px;
}
.android-more-section {
    padding: 80px 0;
    max-width: 1044px;
    margin-left: auto;
    margin-right: auto;
}
.android-more-section .android-section-title {
    margin-left: 12px;
    padding-bottom: 24px;
}
.android-card-container {
}
.android-card-container .mdl-card__media {
    overflow: hidden;
    background: transparent;
}
.android-card-container .mdl-card__media img {
    width: 100%;
}
.android-card-container .mdl-card__title {
    background: transparent;
    height: auto;
}
.android-card-container .mdl-card__title-text {
    color: black;
    height: auto;
}
.android-card-container .mdl-card__supporting-text {
    height: auto;
    color: black;
    padding-bottom: 56px;
}
.android-card-container .mdl-card__actions {
    position: absolute;
    bottom: 0;
}
.android-card-container .mdl-card__actions a {
    border-top: none;
    font-size: 16px;
}
.android-footer {
    background-color: #fafafa;
    position: relative;
}
.android-footer a:hover {
    color: #8bc34a;
}
.android-footer .mdl-mega-footer--top-section::after {
    border-bottom: none;
}
.android-footer .mdl-mega-footer--middle-section::after {
    border-bottom: none;
}
.android-footer .mdl-mega-footer--bottom-section {
    position: relative;
}
.android-footer .mdl-mega-footer--bottom-section a {
    margin-right: 2em;
}
.android-footer .mdl-mega-footer--right-section a .material-icons {
    position: relative;
    top: 6px;
}
.android-link-menu:hover {
    cursor: pointer;
}
/**** Mobile layout ****/
@media (max-width: 1200px) {
    .android-navigation-container {
        display: none;
    }
    .android-title {
        display: none !important;
    }
    .android-mobile-drawer-word {
        display: block;
        font-size:12px;
        color: black;
        margin-left: 10px;
        left: 0;
        top:35px;
        position: absolute;
    }
    .android-mobile-title {
        display: block !important;
        position: absolute;
        left: calc(50% - 100px);
        top: 12px;
        transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    }
    /* WebViews in iOS 9 break the "~" operator, and WebViews in OS X 10.10 break consecutive "+" operators in some cases. Therefore, we need to use both here to cover all the bases. */
    .android.android-search-box.is-focused ~ .android-mobile-title, .android-search-box.is-focused + .android-navigation-container + .android-mobile-title {
        opacity: 0;
    }
    .android-more-button {
        display: none;
    }
    .android-search-box.is-focused {
        width: calc(100% - 48px);
    }
    .android-search-box .mdl-textfield__expandable-holder {
        width: 100%;
    }
    .android-be-together-section {
        //height: 350px;
        height: 250px;
    }
    .android-slogan {
        font-size: 26px;
        margin: 0 16px;
        //padding-top: 24px;
        padding-top: 70px;
    }
    .android-sub-slogan {
        font-size: 16px;
        margin: 0 16px;
        padding-top: 8px;
    }
    .android-create-character {
        padding-top: 200px;
        font-size: 16px;
    }
    .android-create-character img {
        height: 12px;
    }
    .android-fab {
        display: none;
    }
    .android-wear-band-text {
        margin-left: 0;
        padding: 16px;
    }
    .android-footer .mdl-mega-footer--bottom-section {
        display: none;
    }
}

/**** Mobile layout ****/
@media (max-width: 768px) {
    .admin-screen {
        margin-left: 10px;
        margin-right: 10px;
        font-family:Roboto;
        font-weight: 300 !important;
    }
    .grid-cell-grey-column1 {
        height: 100%;
        line-height: 45px;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 0px;
        margin-bottom: 0px;
        background-color: #ececec;
    }
    .grid-cell-grey-column2 {
        height: 30px;
        line-height: 18px;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 0px;
        margin-bottom: 0px;
        background-color: #ececec;
        position: relative;
    }
    .grid-cell-grey-column2 b {
        margin: 0;
        position: absolute;               /* 2 */
        top: 50%;                         /* 3 */
        transform: translate(0, -50%)
    }
    .grid-cell-grey-column2 label {
        margin: 0;
        position: absolute;               /* 2 */
        top: 50%;                         /* 3 */
        transform: translate(0, -50%)
    }
    .grid-cell-grey-column3 {
        height: 100%;
        line-height: 45px;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 0px;
        margin-bottom: 0px;
        background-color: #ececec;
    }
    .grid-cell-white-column1 {
        height: 100%;
        line-height: 45px;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 13.5px;
        font-family: Roboto !important;
        font-weight: 300 !important;
    }
    .grid-cell-white-column2 {
        height: 45px;
        line-height: 18px;
        padding-right: 10px;
        margin-top: 0px;
        margin-bottom: 0px;
        position: relative;
    }
    .grid-cell-white-column2 b {
        margin: 0;
        position: absolute;               /* 2 */
        top: 50%;                         /* 3 */
        transform: translate(0, -50%)
    }
    .grid-cell-white-column2 label {
        margin: 0;
        position: absolute;               /* 2 */
        top: 50%;                         /* 3 */
        transform: translate(0, -50%)
    }
    .grid-cell-white-column3 {
        height: 100%;
        line-height: 45px;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 13.5px;
        font-family: Roboto !important;
        font-weight: 300 !important;
    }
    .register-radio {
        width: 70%;
        height: auto;
        margin-right:5%;
        margin-left:5%;
        align-content: flex-start;
        text-align: left;
    }
    .register-checkbox {
        width: 90%;
        height: auto;
        margin-top:10px;
        margin-bottom:10px;
        margin-right:5%;
        margin-left:5%;
        align-content: flex-start;
        text-align: left;
    }
    .register-radio {
        width: 90%;
        height: auto;
        margin-right:5%;
        margin-left:5%;
        align-content: flex-start;
        text-align: left;
    }
    .register-hospital {
        float: none;
    }
    .register-title {
        width: 90%;
        height: auto;
        margin-top:20px;
        margin-bottom: -10px;
        margin-right:5%;
        margin-left:5%;
        align-content: flex-start;
        text-align: left;
        font-weight: bold;
        font-size: 14px;
        color: #4152ae;
    }
    .register-subtitle {
        width: 90%;
        height: auto;
        margin-top:20px;
        margin-bottom: 10px;
        align-content: flex-start;
        text-align: left;
        font-weight: 300 !important;
        font-family: Roboto;
        font-size: 13px;
    }
    .register-price {
        display: none;
        width: 90%;
        height: auto;
        margin-top:20px;
        margin-bottom: 10px;
        margin-right:5%;
        margin-left:5%;
        align-content: flex-start;
        text-align: left;
        font-weight: bold;
        font-size: 18px;
        color: #4152ae;
    }
    .register-hr {
        width: 90%;
        margin-right:5%;
        margin-left:5%;
    }
}
