﻿.layout-transparent {
    background: url("") center / cover;
    max-height: 200px;
}

body {
    font-family: "Roboto" !important;
}

.mdl-textfield__label {
    font-family: "Roboto" !important;
    font-size: 14px !important;
    color: #777 !important;
}

.mdl-card__title-text {
    color: #303f9f !important;
}

.panelcolor {
    background-color: #303f9f !important;
}

input {
    font-family: "Roboto" !important;
    font-size: 14px !important;
}

@font-face {
    font-family: "Roboto";
    src: url("../Styles/Roboto-Regular.eot");
    src: url("../Styles/Roboto-Regular.eot?#iefix") format("embedded-opentype"),
        url("../Styles/Roboto-Regular.woff") format("woff"), url("../Styles/Roboto-Regular.ttf") format("truetype"),
        url("../Styles/Roboto-Regular.svg#Roboto-Regular") format("svg") !important;
    font-weight: normal !important;
    font-style: normal !important;
}

@font-face {
    font-family: "Roboto-Bold" !important;
    src: url("../Styles/Roboto-Bold.eot") !important;
    src: url("../Styles/Roboto-Bold.eot?#iefix") format("embedded-opentype"),
        url("../Styles/Roboto-Bold.woff") format("woff"), url("../Styles/Roboto-Bold.ttf") format("truetype"),
        url("../Styles/Roboto-Bold.svg#Roboto-Bold") format("svg") !important;
    font-weight: bold !important;
    font-style: normal !important;
}

.demo-card-wide.mdl-card,
.page-wide {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.demo-card-wide > .mdl-card__menu {
    color: #fff;
}

.mdl-card__supporting-text {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.mdl-data-table td {
    vertical-align: middle;
    height: auto;
    border-top: none;
    border-bottom: none;
    padding: 5px;
}

.mdl-data-table tbody tr {
    height: auto;
}

.mdl-card__imagetitle {
    height: 50px;
    padding: 16px;
    background: rgba(0, 0, 0, 0.4);
}

img {
    max-width: 100%;
}

.mdl-card {
    min-height: 50px;
}

.mdl-card__title {
    padding-top: 10px;
    padding-left: 35px;
    padding-bottom: 0;
}

.hideit {
    display: none;
}

.white {
    color: #fff;
}

.padded {
    padding: 16px;
}

.whitebackground {
    background: #fff;
}

.no-opacity {
    opacity: 0;
}

.vcentered {
    left: 50%;
    margin-left: -100px;
    width: 200px;
    top: 50%;
    position: absolute;
}

.event-card-wide > .mdl-card__menu {
    color: #fff;
}

.event-card-wide.mdl-card {
    width: 250px;
}

.no-text-effect {
    text-transform: none;
    text-align: left;
}

.event-card-wide > .mdl-card__title {
    color: #fff;
    height: 230px;
    padding: 0;
    background: url("") center / cover;
}

.mdl-card__darkback {
    width: 100%;
    padding: 0;
    height: 236px;
    background: rgba(0, 0, 0, 0.4);
}

.gm-input {
    max-width: 32%;
}

.gm-input2 {
    width: 99%;
}

.gm-input3 {
    max-width: 32%;
}

.gm-input4 {
    width: 100%;
}

@media only screen and (max-device-width: 568px) {
    .gm-input {
        max-width: 97%;
    }

    .gm-input2 {
        max-width: 97%;
    }

    .gm-input3 {
        max-width: 49%;
    }

    .gm-input4 {
        width: 97%;
    }
}
