:root {
  --mdc-theme-primary: #004788;
  --mdc-theme-primary-hover: #4972b8;
  --mdc-theme-secondary: #636363;
  //--mdc-theme-on-primary: #000;
  //--mdc-theme-on-secondary: #fff;
}
* { 
  -moz-box-sizing: border-box; 
  box-sizing: border-box; 
}
html, body {
	height: 100%;
}
body {
	font-family: Roboto,sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	margin: 0px;
	color: #333333;
	background-color: #f5f5f6;
}
table {
	width: 100%;
}
td {
	vertical-align: top;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
h1 {
	margin-top: 0px;
	padding: 0px;
}
h2 {
	margin-top: 0px;
	padding: 0px;
	
	margin-bottom: 30px;
	font-weight: 500;
}
h4 {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
a {
	outline: none;
}
div.table {
  display: table;
	width: 100%;
	border-spacing: 15px 0px;
  border-collapse: separate;
}
div.tr {
	display: table-row;
}
div.td {
  display: table-cell;
}

/**** icons ****/
/* Rules for sizing the icon. */
.material-icons.md-18 {font-size: 18px;}
.material-icons.md-24 {font-size: 24px;}
.material-icons.md-36 {font-size: 36px;}
.material-icons.md-48 {font-size: 48px;}
.material-icons.md-lock {font-size: 200px; background-color: #004788; border-radius: 50% 50%; padding: 1vw;}
.material-icons.toggle {color: #009cff;}
.material-icons.close {float: right; cursor: pointer; position: relative; top: -5px;}
.material-icons.goback {float: left; cursor: pointer; position: relative; top: 3px; margin-right: 10px;};

/* Rules for using icons as black on a light background. */
//.material-icons.md-dark {color: rgba(0, 0, 0, 0.54);}
//.material-icons.md-dark.md-inactive {color: rgba(0, 0, 0, 0.26);}
.material-icons.md-dark {color: rgba(0, 0, 0, 0.8);}
.material-icons.md-dark.md-inactive {color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light {color: rgba(255, 255, 255, 1);}
.material-icons.md-light.md-inactive {color: rgba(255, 255, 255, 0.3);}

a:link , a:visited , a:hover, a:focus, a:active {
	color: #333333;
}

/**** layout ****/
header, section, footer {
	
}
header {
	background-color: #e67823;
	color: #FFFFFF;
	box-shadow: 0 0 10px #000000;
	font-size: 20px;
	height: 70px;
}
.container-content {
	padding-top: 100px;
	min-height: calc(100% - 90px);
}
section {
	padding-bottom: 30px;
}
footer {
	padding: 2vw;
	padding-top: 15px;
	margin-top: 2vw;
	background-color: #e1e2e1;
	height: 70px;
}
div.center {
	width: 980px;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}

.content-box-home {
	width: 300px;
	float:  left;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #e1e2e1;
	background-color: #FFFFFF;
	
}
/**** search ****/
.search-form {
	position: absolute;
	z-index: 1001;
	height: 70px;
	width: 100%;
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 15px;
}
.search-form--hidden {
	display: none;
}
.search-form__input {
	width: 900px;
	font-size: 28px;
	border: none;
}
/**** loginpage ****/
div.login-container {
	padding: 30px;
	margin-left: auto;
	margin-right: auto;
	
	width: 520px;
	max-width: 80vw;
	
	background-color: #FFFFFF;
	border-radius: 10px;
	box-shadow: 0 0 30px #000000;
}
div.login-icon {
	width: 100%;
	padding-top: 2vh;
	text-align: center;
}
form.login {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2vh;
	width: 70%;
	text-align: center;
}

/** form **/
.container-forms {
	background-color: #FFFFFF;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	padding: 20px;
	margin-bottom: 20px;
}
.mdc-form {
	width: 500px;
	margin-top: 20px;
}
.mdc-text-field {
	width: 100%;
	margin-bottom: 30px;
}
.mdc-select {
	width: 100%;
	margin-bottom: 30px;
}
.mdc-text-field--textarea {
	width: 100% !important;
	min-height: 200px !important;
}
.mdc-data-table {
	width: 100% !important;
}
.mdc-data-table__cell {
	vertical-align: middle;
}
.mdc-data-table__icon--visibility {position: relative; top: 5px; margin-right: 1vw; color: green !important;}
.mdc-data-table__icon--visibility-off {position: relative; top: 5px; margin-right: 1vw; color: red !important;}
.mdc-form__dropTarget {
	width: 100%;
	border: 1px #9e9e9e solid;
	border-radius: 4px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.itemlist--sortable {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border: 1px #9e9e9e solid;
	border-radius: 4px;
}
.itemlist__item--sortable {
	width: 100%;
	padding: 10px;
	cursor: move;
	border-bottom: 1px #9e9e9e solid;
}
.itemlist__item--sortable:last-of-type {
	border-bottom: none;
}
.itemlist__item--sortable:hover {
	background-color: #f5f5f5;
}
.itemlist__item--sortable:nth-child(odd) {
}
.itemlist__item__container-picture {
	float: left;
	width: 200px;
	height: 140px;
	margin-right: 20px;
	background-size: contain;
	background-repeat: no-repeat;
}
.itemlist__item__container-file {
	float: left;
	width: 445px;
	height: 140px;
	padding-top: 37px;
	margin-right: 20px;
}
.mdc-floating-label--float-above--fileupload {
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
}
.mdc-text-field--no-margin {
	margin-bottom: 0px;
}
.mdc-button {
  font-size: 12px;
}
.mdc-button--second-line {
	margin-top: 5px;
}
.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
	color: var(--mdc-theme-primary);
}
.mdc-button--raised:not(:disabled), .mdc-button--unelevated:not(:disabled) {
    background-color: var(--mdc-theme-primary,#ff9900);
}
.mdc-button__ripple:hover, .mdc-button:hover, .mdc-button--raised:hover {
    background-color: var(--mdc-theme-primary-hover,#ff9900 !important);
}
.mdc-data-table {
	max-width: 980px !important;
	width: 980px !important;
}
.mdc-data-table__header-cell, .mdc-data-table__cell {
	padding: 0px !important;
	padding-right: 5px !important;
}
.mdc-data-table__header-cell:first-child, .mdc-data-table__cell:first-child {
	padding-left: 5px !important;
}
.mdc-data-table__cell--white-space-normal {
	white-space: normal !important;
}
.mdc-list-item__graphic {
	margin-right: 10px;
}


/** special **/
.slider {
	margin-top: 50px;
	height: 450px;
	padding-top: 50px;
	background-color: #FFFFFF;
}
.slider a {
	margin-right: 50px;
}
.slider--small {
	margin-top: 20px;
	height: 260px;
	background-color: #FFFFFF;
}