html, body {

	font-family: 'Oswald', sans-serif;
	/*background-image: url("../images/Building4.jpeg");*/
}

h1, h2, h3, h4, h5, h6, p, .button, .open_button, #loginBtn, #logoutBtn, .secondary a, input, label, div, table, tbody, thead, th, tr, td {

	font-family: 'Oswald', sans-serif !important
}

th.dynamic-table-header-cell {

	font-size: 18px; 
	width: 20%;
}

td.dynamic-table-content-cell {

	font-size: 16px;
	width: 20%;
}

#scrollToTopButton {
  
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #25405A;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#scrollToTopButton:hover {
  
  background-color: #555;
}

.hidden_in_search {

	display: none;
}

.progressContainer {
    
    height: 10px;
    border: #ccc 1px solid;
    border-radius: 10px;
}

.progress {
    
    width: 10%;
    background: #F39C12;    
    height: 10px;
    border-radius: 10px;
    transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
}

#MainOverlay {

	text-align: center;
	background-color: #F3F3F3 !important;
	z-index: 99999;
	position:absolute;
	top: 0;
	left: 0;
    height: 100%;
    width: 100%;
    display: none;
}

#MainLogoutOverlay {

	margin: auto;
}

#OverlayContent {

	width: 50%;
	height: 40%;
	overflow: auto;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
}

#logoutAlert {

	color: #25405A;
	font-size: 25px;
}

.white_text {

  color: white;
}

#map {

	height: 100%;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	margin-top: 0%;
}

.main {

	color: #25405A;
	background-color: #F3F3F3 !important;
}

.main_header_title {

	margin: 0 auto;
	font-size: 40px;
}

.main_header_logo {

	margin: 0 auto;
	width: 50%;
	height: auto;
	max-width: 200px;
}

.sub_header_title {

	margin: 0 auto;
	font-size: 18px;
	color: #F39C12;
}

.user_email_address {

	padding-right: 5px; 
	line-height: 36px;
	font-size: 15px;
}

.tascomi-light-blue {

	color: #25405A !important;
}

.tascomi-light-blue-bg {

	background-color: #25405A !important;
}

.tascomi-orange {

	color: #F39C12 !important;
}

.tascomi-orange-bg {

	background-color: #F39C12 !important;
}

/*	Drawer icon color 	*/
.mdl-layout__header .mdl-layout__drawer-button i {

	display: none;
	color: #25405A;
}

.mdl-layout__drawer-button {

	/*display: none;*/
}

.mdl-layout__tab-bar-container {

	background-color: #F3F3F3 !important;
}

/*	Links color 	*/
.secondary a {

	color: white !important;
	font-size: 18px;
}

.logout_button {

	color: white !important;
}

.secondary {

	color: white;
	background-color: #25405A !important;
}

.loginBox {

	height: 100%;
	margin: 0 auto;
}

#loginError {

	display: none;
}

#Bottom {

	/*background-color: #F57348;*/
	margin: 0 auto;
	text-align: center;
	height: 50%;
}

.main_header {

	color: white;
	background-color: #F57348;
}

/*#roulette_wheel {

	cursor: pointer;
	width: 80%;
	height: 20%;
}*/

.roulette_wheel_div img {

	width: 70%;
  	height: auto;
  	max-width: 275px;
}

/*#main_icon {

	height: 100px;
	width: 100px;
}
*/
.main_icon_div img {

	width: 25%;
	height:auto;
	max-width: 100px;
}

.button {
	
	background-color: #ffe8ba;
    border: none;
    color: #F57348;
    padding: 8px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
   	margin-bottom: 50px;
   	margin-top: -20px;
}

#sub_title {

	margin-top: -25px;
	margin-bottom: -15px;
}

#sub1_title {

	font-size: 20px;
	color: #F57348;
}

.hide {

	display: none;
}

.open_button {

	background-color: black;
    border: none;
    color: white;
    padding: 8px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
    margin-top: -10px;
}

.spinning {

    -webkit-animation:spin 1s linear infinite;
    -moz-animation:spin 1s linear infinite;
    animation:spin 1s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }


.panel_heading > i { 

	vertical-align: middle !important; 
	padding-bottom: 3px;
}

/**
 * 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.
 */

html, body {
  font-family: 'Roboto', 'Helvetica', sans-serif;
  margin: 0;
  padding: 0;
}
.mdl-demo .mdl-layout__header-row {
  padding-left: 40px;
}
.mdl-demo .mdl-layout.is-small-screen .mdl-layout__header-row h3 {
  font-size: inherit;
}
.mdl-demo .mdl-layout__tab-bar-button {
  display: none;
}
.mdl-demo .mdl-layout.is-small-screen .mdl-layout__tab-bar .mdl-button {
  display: none;
}
.mdl-demo .mdl-layout:not(.is-small-screen) .mdl-layout__tab-bar,
.mdl-demo .mdl-layout:not(.is-small-screen) .mdl-layout__tab-bar-container {
  overflow: visible;
}
.mdl-demo .mdl-layout__tab-bar-container {
  height: 64px;
}
.mdl-demo .mdl-layout__tab-bar {
  padding: 0;
  padding-left: 16px;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
}
.mdl-demo .mdl-layout__tab-bar .mdl-layout__tab {
  height: 64px;
  line-height: 64px;
}
.mdl-demo .mdl-layout__tab-bar .mdl-layout__tab.is-active::after {
  background-color: white;
  height: 4px;
}
.mdl-demo main > .mdl-layout__tab-panel {
  padding: 8px;
  padding-top: 48px;
}
.mdl-demo .mdl-card {
  height: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mdl-demo .mdl-card > * {
  height: auto;
}
.mdl-demo .mdl-card .mdl-card__supporting-text {
  margin: 40px;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0;
  color: inherit;
  width: calc(100% - 80px);
}
.mdl-demo.mdl-demo .mdl-card__supporting-text h4 {
  margin-top: 0;
  margin-bottom: 20px;
}
.mdl-demo .mdl-card__actions {
  margin: 0;
  padding: 4px 40px;
  color: inherit;
}
.mdl-demo .mdl-card__actions a {
  color: #00BCD4;
  margin: 0;
}
.mdl-demo .mdl-card__actions a:hover,
.mdl-demo .mdl-card__actions a:active {
  color: inherit;
  background-color: transparent;
}
.mdl-demo .mdl-card__supporting-text + .mdl-card__actions {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.mdl-demo #add {
  position: absolute;
  right: 40px;
  top: 36px;
  z-index: 999;
}

.mdl-demo .mdl-layout__content section:not(:last-of-type) {
  position: relative;
  margin-bottom: 48px;
}
.mdl-demo section.section--center {
  max-width: 860px;
}
.mdl-demo #features section.section--center {
  max-width: 620px;
}
.mdl-demo section > header{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mdl-demo section > .section__play-btn {
  min-height: 200px;
}
.mdl-demo section > header > .material-icons {
  font-size: 3rem;
}
.mdl-demo section > button {
  position: absolute;
  z-index: 99;
  top: 8px;
  right: 8px;
}
.mdl-demo section .section__circle {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}
.mdl-demo section .section__text {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-top: 8px;
}
.mdl-demo section .section__text h5 {
  font-size: inherit;
  margin: 0;
  margin-bottom: 0.5em;
}
.mdl-demo section .section__text a {
  text-decoration: none;
}
.mdl-demo section .section__circle-container > .section__circle-container__circle {
  width: 64px;
  height: 64px;
  border-radius: 32px;
  margin: 8px 0;
}
.mdl-demo section.section--footer .section__circle--big {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  margin: 8px 32px;
}
.mdl-demo .is-small-screen section.section--footer .section__circle--big {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  margin: 8px 16px;
}
.mdl-demo section.section--footer {
  padding: 64px 0;
  margin: 0 -8px -8px -8px;
}
.mdl-demo section.section--center .section__text:not(:last-child) {
  border-bottom: 1px solid rgba(0,0,0,.13);
}
.mdl-demo .mdl-card .mdl-card__supporting-text > h3:first-child {
  margin-bottom: 24px;
}
.mdl-demo .mdl-layout__tab-panel:not(#overview) {
  background-color: white;
}
.mdl-demo #features section {
  margin-bottom: 72px;
}
.mdl-demo #features h4, #features h5 {
  margin-bottom: 16px;
}
.mdl-demo .toc {
  border-left: 4px solid #C1EEF4;
  margin: 24px;
  padding: 0;
  padding-left: 8px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mdl-demo .toc h4 {
  font-size: 0.9rem;
  margin-top: 0;
}
.mdl-demo .toc a {
  color: #4DD0E1;
  text-decoration: none;
  font-size: 16px;
  line-height: 28px;
  display: block;
}
.mdl-demo .mdl-menu__container {
  z-index: 99;
}
