/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

body{
	background-color: #FAFAFA	;
}

.alert{
	padding: 5px;
	color: #fff;
}

.alert.alert-info{
	background-color: #00acc1;
}

.alert.alert-info{
	background-color: #00bfa5;
}

.alert.alert-success{
	background-color: #00bfa5;
}

.alert.alert-danger{
	background-color: red;
}

.alert.alert-warning{
	background-color: orange;
}

li.tab.col.s3{
	color : black;
}

.action-button{
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 12px;
	margin-left: 10px;
}


meter {
	/* Reset the default appearance */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	margin: 0 auto 1em;
	width: 100%;
	height: 0.5em;

	/* Applicable only to Firefox */
	background: none;
	background-color: rgba(0, 0, 0, 0.1);
}

meter::-webkit-meter-bar {
	background: none;
	background-color: rgba(0, 0, 0, 0.1);
}



/* Webkit based browsers */
meter[value="1"]::-webkit-meter-optimum-value { background: red; }
meter[value="2"]::-webkit-meter-optimum-value { background: yellow; }
meter[value="3"]::-webkit-meter-optimum-value { background: orange; }
meter[value="4"]::-webkit-meter-optimum-value { background: green; }

/* Gecko based browsers */
meter[value="1"]::-moz-meter-bar { background: red; }
meter[value="2"]::-moz-meter-bar { background: yellow; }
meter[value="3"]::-moz-meter-bar { background: orange; }
meter[value="4"]::-moz-meter-bar { background: green; }


.center_emlent {
	transform: translate(65%,10%);
}

.font-size-xs {
	font-size: 8px;
}
.font-size-s {
	font-size: 10px;
}
.font-size-m {
	font-size: 12px;
}
.font-size-l {
	font-size: 14px;
}
.font-size-xl {
	font-size: 18px;
}

.btn-small {

	line-height: 24px;
	height: 24px;
}

.container {
	width: 95%;
}

@media only screen and (min-width: 601px) {
	.container {
		width: 95%;
	}
}

@media only screen and (min-width: 993px) {
	.container {
		width: 95%;
	}
}

.card .card-content {

	padding: 12px;

}

.hidden {
	display : none;
}


.align-middle {
	vertical-align: middle;
}

@font-face {
	font-family: "Logo";
	src: url("../fonts/Sabuga-Regular.ttf");
}
.font-logo {
	font-family: "Logo";
}

.navnav{

}

.bold {
	font-weight: bold;
}

.max_width_250 {
	max-width: 250px !important;
}
.max_width_200 {
	max-width: 200px !important;
}
.max_width_100 {
	max-width: 100px !important;
}
.max_width_50 {
	max-width: 50px !important;
}

.max_height_250 {
	max-height: 250px !important;
}
.max_height_200 {
	max-height: 200px !important;
}
.max_height_100 {
	max-height: 100px !important;
}
.max_height_50 {
	max-height: 50px !important;
}
.clickable {
	cursor: pointer;
}
.text-align-center {
	text-align: center !important;
}

.text-align-left {
	text-align: left !important;
}
.text-align-right {
	text-align: right !important;
}

@media only screen and (min-width: 0px) {
	.card .card-content  .card-title.activator {
		font-size: 14px !important;
		line-height: 22px !important;
	}
}
@media only screen and (min-width: 360px) {
	.card .card-content  .card-title.activator {
		font-size: 14px !important;
		line-height: 22px !important;
	}
}
@media only screen and (min-width: 390px) {
	.card .card-content  .card-title.activator {
		font-size: 18px !important;
		line-height: 26px !important;
	}
}
@media only screen and (min-width: 992px) {
	.card .card-content  .card-title.activator {
		font-size: 22px !important;
		line-height: 30px !important;
	}
}
@media only screen and (min-width: 1200px) {
	.card .card-content  .card-title.activator {
		font-size: 24px !important;
		line-height: 32px !important;
	}
}

.card.card-event {
	padding: 0 5px;
}
.card.card-event .card-content {
	padding: 5px 0;
}
.card.card-event .card-image {
	height: 200px !important;
}


.tabs .tab a {
	/*color: rgba(238, 110, 115, 0.7);*/
	color: #b39ddb;
}

.tabs .tab a:hover, .tabs .tab a.active {
	/*color: #ee6e73;*/
	color: #9575cd;
}

.tabs .tab.disabled a,
.tabs .tab.disabled a:hover {
	/*color: rgba(238, 110, 115, 0.7);*/
	color: #b39ddb;
}

.tabs .indicator {
	/*background-color: #f6b2b5;*/
	background-color: #d1c4e9;
}

.tabs .tab a:focus,
.tabs .tab a:focus.active {
	background-color: #ede7f6;
}

#qr-video {
	width: 100%;
}