/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */


 /*AW MAIN COLOR
#0F5D6A
 */

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}
.logo {
	display: block;
	width: 100%;
	max-width: 100px;
	margin: 5rem auto;
}
nav .nav-wrapper {
	padding: 0 .75rem;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
}
nav .brand-logo {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	-ms-align-items: center;
	align-items: center;
	height: 64px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
}
nav .brand-logo span {
	font-weight: normal;
}
nav .brand-logo span:first-child {
	color: #E84E0F;
}
.brand-logo .logo {
	display: inline;
	width: auto;
	height: 45px;
	margin-right: 1rem;
	margin-left: 1rem;
}
nav, .page-footer, .btn, .btn-large, .btn-small {
	background-color: #0F5D6A;
}
.material-icons {
	color: #0F5D6A;
}
a {
  color: #000;
  text-decoration: underline;
}
.brand-logo, nav ul a {
	text-decoration: none;
}
.btn .material-icons {
	color: #fff;
}
.btn-delete {
	background-color: #ee6e73;
}
.btn-large {
	margin: 0 1rem 1rem 0;
	font-weight: bold;
}
.btn-img {
	background-color: #E84E0F;
}
.btn-krkn {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}
.btn-krkn span {
	font-weight: bold;
	font-size: 2rem;
}
.btn-krkn img {
	width:3.5rem;
	height:3rem;
	padding-left:1rem;
}
.btn-logout {
	background-color: white;
	color: #0F5D6A;
}
.btn-logout:hover,
.btn-logout:focus {
	background-color: gray;
	color: #0F5D6A;
}

.modal .modal-content,
.modal .modal-footer {
  text-align: center;
}

table {
	width: 100%;
}
td:nth-child(3) {
	max-width:20%;
	width:20%;
}