body {
  font-family: "Roboto", Helvetica, Arial, Sans-Serif !important;
  font-size: 100%;
  background: #f9f9f9;
  -webkit-font-smoothing: antialiased !important;
}

.header-logo {
  background: url(/images/rtk_logo_small_white.gif) no-repeat;
  height: 45px;
  width: 90%;
  margin: 12px auto;
  background-size: 140px;
  background-position: center;
}

h1 {
  font-family: "Roboto" !important;
  font-weight: 300;
  text-align: center;
  font-size: 28px;
  margin-bottom: 20px;
}

.mdi-chevron-down {
  position: relative;
  top: 3px;
  margin-right: 10px;
}

.mdi.mdi-menu {
  font-size: 24px !important;
  line-height: 1 !important;
  top: 0;
}

.mdl-demo .mdl-layout__header-row {
  padding-left: 40px;
  background-color: #2a5fac;
}

.mdl-layout__header {
  color: #ffffff;
}

#cancel-full-screen {
  display: none;
}

.mdl-layout__title,
.mdl-layout-title {
  margin-left: 40px;
}

.auth-admin .mdl-layout__drawer-button {
  display: block !important;
}

.tm {
  font-size: 16px;
  vertical-align: 8px;
}

button {
  background: #fff !important;
  border: 0;
  width: 100%;
  height: 50px;
  border-radius: 4px;
  /* color: white !important; */
  font-size: 20px;
  font-weight: 500;
}

button.green-button,
a.green-button {
  background: #43b929 !important;
  color: white !important;
  float: right;
}

.mdl-spinner--single-color .mdl-spinner__layer-1,
.mdl-spinner--single-color .mdl-spinner__layer-2,
.mdl-spinner--single-color .mdl-spinner__layer-3,
.mdl-spinner--single-color .mdl-spinner__layer-4 {
  border-color: #ffffff !important;
}

.footer {
  color: white;
  font-size: 11px;
  position: fixed;
  bottom: 16px;
  right: 0px;
  height: 16px;
  z-index: 999;
  padding: 15px 20px;
}

.grey-footer {
  color: #4e4e4e;
}

.tm {
  font-size: 16px;
  vertical-align: 8px;
}

#cancel-full-screen {
  display: none;
}

#cancel-full-screen,
#go-full-screen {
  font-size: 24px !important;
  top: unset !important;
}

.create-feedback-point-part-form table button {
  color: #444 !important;
}

@media screen and (max-width: 1024px) {
  .alternative-header.header-logo {
    background: url(/images/share-realtime-retina-blue.png) no-repeat;
    height: 59px;
    width: 90%;
    margin: 5px auto 3px;
    background-size: 140px;
    background-position: center;
  }

  .alternative-header.mdi-menu::before {
    content: "\F35C";
    color: black;
  }
}
