/* Generic */
.center {
  text-align: center;
}
.nowrap {
  white-space: nowrap !important;
}
.modIcon {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('assets/logo.png') no-repeat fixed;
  background-position: center calc(50% + 32px);
  opacity: 0.3;
}
.nodata {
  position: absolute;
  top: calc(50% + 64px);
  left: 50%;
  transform: translate(-50%, 0);
  background-color: white;
  width: 100%;
  display: none;
}
.nodata p {
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto","Helvetica","Arial",sans-serif;
  letter-spacing: .02em;
  font-weight: 500;
  text-align: center;
  color: #616161;
}
.heading {
  border-bottom: 1px solid rgba(0,0,0,.1);
  margin: 0 10px 5px 0 !important;
  font-weight: bold;
  color: blue;
  padding-top: 5px;
}
.exceedlimit {
  margin: 10px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto","Helvetica","Arial",sans-serif;
  letter-spacing: .02em;
  font-weight: 500;
  text-align: center;
  color: #616161;
  white-space: pre;
}

/* Page Loading */
.preloader {
  height: 100%;
  width: 100%;
  background-color: rgba(255,255,255,.5);
  /*position: fixed;*/
  z-index: 100000000;
  overflow: hidden;
  display: none;
}
.fixed {
  position: fixed;
}
.ontop {
  position: relative;
  top: -100%;
}
.preloader .mdl-spinner {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}

/* Loading Spinner */
.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: #ff6600;
}

/* Logo */
.logo {
  height: 27px;
  margin-bottom: 5px;
}
.logo2 {
  height: 27px;
  margin-right: 5px;
}

/* Header */
.mdl-layout__header {
  background-color: #ff6600;
}
.mdl-layout__header-row {
  padding: 0;
}
.mdl-layout__title, .mdl-layout-title {
  font-size: 30px;
  font-weight: 500;
  margin-top: 5px;
}
.mdl-layout-title1, .mdl-layout-title2 {
  display: block;
  position: relative;
  font-family: "Roboto","Helvetica","Arial",sans-serif;
  line-height: 1;
  letter-spacing: .02em;
  font-weight: 500;
  box-sizing: border-box;
}
.mdl-layout-title1 {
  font-size: 14px;
}
.mdl-layout-title2 {
  font-size: 18px;
  padding-top: 5px;
}

/* -------------- */
/* Text Button */
/* -------------- */
/*
Default  - #f15923 / #ffffff
Hover    - #f9a74a / #ffffff
Pressed  - #c74a1b / #ffffff
Disabled - #d3d3d3 / #ffffff
*/
/* Default */
.mdl-button.mdl-button--primary {
  color: #f15923;
  background-color: #ffffff;
}
/* Disabled */
.mdl-button.mdl-button--primary[disabled][disabled], .mdl-button..mdl-button--primary.mdl-button--disabled {
  color: #d3d3d3;
  background-color: #ffffff;
}

/* -------------- */
/* Primary Button */
/* -------------- */
/*
Default  - #ffffff / #f15923
Hover    - #ffffff / #f9a74a
Pressed  - #ffffff / #c74a1b
Disabled - #ffffff / #fed09e
*/
/* Default */
.mdl-button--raised.mdl-button--colored {
  color: #ffffff !important;
  background-color: #f15923 !important;
}
/* Hovered / Focused */
/*.mdl-button--raised.mdl-button--colored:hover,
.mdl-button--raised.mdl-button--colored:focus:not(:active)  {
  background-color: #f9a74a !important;
}*/
/* Active / Pressed */
/*.mdl-button--raised.mdl-button--colored.active, .mdl-button--raised.mdl-button--colored.active:hover {
  background-color: #c74a1b !important;
}*/
/* Disabled */
.mdl-button--raised.mdl-button--colored[disabled][disabled], .mdl-button--raised.mdl-button--colored.mdl-button--disabled.mdl-button--disabled {
  background-color: #fed09e !important;
}

/* ---------------- */
/* Secondary Button */
/* ---------------- */
/*
Default  - #f15923 / #ffffff
Hover    - #ffffff / #f9a74a
Pressed  - #ffffff / #c74a1b
Disabled - #d3d3d3 / #ffffff
*/
/* Default */
.mdl-button--raised.mdl-button--accent {
  color: #f15923 !important;
  background-color: #ffffff !important;
}
/* Hovered / Focused */
/*.mdl-button--raised.mdl-button--accent:hover,
.mdl-button--raised.mdl-button--accent:focus:not(:active)  {
  color: #ffffff !important;
  background-color: #f9a74a !important;
}*/
/* Active / Pressed */
/*.mdl-button--raised.mdl-button--accent.active, .mdl-button--raised.mdl-button--accent.active:hover {
  color: #ffffff !important;
  background-color: #c74a1b !important;
}*/
/* Disabled */
.mdl-button--raised.mdl-button--accent[disabled][disabled], .mdl-button--raised.mdl-button--accent.mdl-button--disabled.mdl-button--disabled {
  color: #d3d3d3 !important;
  background-color: #ffffff !important;
}

/* Textfield */
.mdl-textfield__label {
  color: #003399;
}
.mdl-textfield__label:after {
  background-color: #003399;
}
.mdl-textfield--floating-label.is-focused .mdl-textfield__label, 
.mdl-textfield--floating-label.is-dirty .mdl-textfield__label, 
.mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
  color: #003399;
}
fieldset[disabled] .mdl-textfield .mdl-textfield__label, .mdl-textfield.is-disabled.is-disabled .mdl-textfield__label {
  color: #003399;
}
/* Texfield Icon */
.mdl-button.mdl-textfield__label__icon {
  bottom: 23px;
  width: 24px;
  height: 24px;
  min-width: 24px;  
}

/* Card */
/*.mdl-card__title {
  padding: 0;
  width: 100%;
  justify-content: center;
  height: 64px;
  background-color: #ff6600;
}*/
.mdl-card__supporting-text {
  padding: 6px;
  width: 100%;
}
.mdl-card .label {
  font-weight: bold;
}
.mdl-card .data {
  padding: 0 10px 0 15px;
  align-self: center;
}

/* Snackbar - Support newline \n */
.mdl-snackbar {
  white-space: pre-line;
}

/* Drawer */
.mdl-navigation__link .material-icons {
  margin-right: 16px;
}
.mdl-layout__drawer>.mdl-layout__title, .mdl-layout__drawer>.mdl-layout-title {
  margin-top: 0;
  padding: 0px;
  text-align: center;
}

/* Badge */
.mdl-badge[data-badge]:after {
  right: 5px;
  top: 0px;
  background-color: #cc0033;
}

.mdl-layout-header, .mdl-layout-subheader {
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  padding: 0 8px 8px 8px;
  /*padding-left: 16px;*/
  padding-bottom: 8px;
  line-height: 16px;            
}
.mdl-layout-header {
  margin-top: 8px;
}
.mdl-layout-subheader {
  margin-bottom: 8px;
}

.mdl-layout__drawer .mdl-layout-header {
  margin-top: 0px;
  text-align: left;
  padding-left: 16px;
  font-family: "Roboto","Helvetica","Arial",sans-serif;
  letter-spacing: .02em;
}
.mdl-layout__drawer .mdl-layout-subheader {
  margin-bottom: 0px;
  text-align: left;
  padding-left: 16px;
  font-family: "Roboto","Helvetica","Arial",sans-serif;
  letter-spacing: .02em;
  font-size: 12px;

}
.mdl-layout__drawer .mdl-navigation {
  padding-top: 0px;
}

/* Tables */
table.center {
  margin-left: auto;
  margin-right: auto;
}
.mdl-navigation__link .material-icons {
  margin-right: 10px;
}
.mdl-textfield__label__icon {
  position: absolute;
  right: 0;
  top: 20px;
}
.mdl-data-table td, .mdl-data-table th {
  white-space: normal;
  word-wrap: normal;
  padding: 0 5px;
  vertical-align: middle;
  text-align: center !important;
}
.mdl-data-table td:first-of-type, .mdl-data-table th:first-of-type {
  padding-left: 5px;
}
.mdl-data-table td:last-of-type, .mdl-data-table th:last-of-type {
  padding-right: 5px;
}
.mdl-grid.mdl-grid--no-spacing {
  margin: 0 10px;
}

/* MDL Extension - Accordion */
/*.mdlext-accordion__tab {
  font-size: 14px;
}*/
/*.mdlext-accordion__tabpanel {
  padding: 0;
}*/
.mdlext-accordion__tab__caption {
  white-space: normal;
}
.mdlext-accordion__tabpanel .mdl-grid.mdl-grid--no-spacing {
  margin: 10px;
}

/* Menu Item */
.mdl-menu__item .material-icons {
  vertical-align: middle;
  margin-right: 5px;
}

/* MDL Extension - TextField */

/* jQuery Confirm */
/*.jconfirm-content .mdl-textfield {
  padding: 10px 0;
}*/

/* Small Screen */
@media screen and (max-width: 330px) {            
  .mdl-data-table {
    font-size: 12px;
  }
  div[data-st="no"], div[data-st="yes"] {
    padding: 2px;
    margin: 2px;
  }
  .label, .data {
    font-size: 12px;
  }            
  .jconfirm .jconfirm-holder {
    max-width: 320px;
  }
  .mdl-list {
    font-size: 12px;
  }
}

.mdl-ripple {
   background: #000;
   opacity: 0.001; 
}