html, body {
    margin: 0;
    height: 100%;
}

div#back {
	position: relative;
	
}

div#backimage {
	position: fixed;
	z-index: 0;
	width: 100%;
	min-height: 100%;
	background: url('../images/bgr.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.material-icons {
	line-height: 1.8;
}

a.brand-logo,
a.button-collapse {
	margin: 0 20px;
}


div#innerpages h5.header {
	margin-bottom: 20px;
	padding: 0 2.75rem;
}

form#login {
	width: 280px;
	margin: 0 auto;
}


div#loginform,
div#admin {
	width: 45%;
	background-color: rgba(255, 255, 255, 0.9);
}

div#admin {
	padding: 30px;
	margin-top: 20px;
}

form#login ul.collapsible {
	box-shadow: none;
	border: none;
	margin: 0;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

form#login ul.collapsible div.collapsible-header,
form#login ul.collapsible div.collapsible-body {
	border: none;
	margin-bottom: 0;
	background-color: transparent;
}


ul.collapsible div.collapsible-header span {
	color: teal;
	text-decoration: underline;
}


h5#admin_title {
	margin-bottom: 20px;
}



/* --- Profile --- */


ul.hide-on-med-and-down {
	margin-right: 20px;
}

ul.hide-on-med-and-down li a {
	padding: 0 20px;
}

ul.hide-on-med-and-down li a i {
	vertical-align: middle;
	padding-right: 10px;
	font-size: 1.3em;
	display: inline-block;
}

div#innerpages {
	background-color: rgba(255, 255, 255, 0.9);
}

div.nav-wrapper {
	background-color: teal;
}

button#save {
	display: none;
}

div#retypePass {
	display: none;
}


/* --- Properties --- */

ul.collapsible {
	box-shadow: none;
	margin: 0;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

ul.collapsible div.collapsible-header {
	margin-bottom: 0;
	background-color: transparent;
}

ul#list div.active {
	background-color: #fff;
}

ul.collapsible div.collapsible-body {
	background-color: #fff;
}

ul.collapsible div.collapsible-header:hover {
	background-color: #fff;
}

ul#list li {
	text-align: left;
}

table.hoverable tr th {
	position: relative;
	width: 30%;
	padding-left: 20px;
}

table.hoverable tr td {
	position: relative;
	width: 70%;
}

table.hoverable.streched tr th {font-size:20px;}

table.hoverable.streched tr th,
table.hoverable.streched tr td {
	width: 100%;
	padding-left: 20px;
}

td, th {
    padding: 8px 20px 8px 5px;
    border-radius: 0;
    }

table.hoverable tr td p {
	margin: 0;
	padding: 0;
}

tr td a {
	padding: 0 10px;
	text-decoration: underline;
	transition: all 0.2s ease;
}

tr td a:hover {
	color: teal;
}

a#question i {
	position: relative;
	display: inline-block;
	margin-left: 190px;
	vertical-align: middle;
	font-size: 1.3em;
}

a#question span {
	padding-left: 10px;
	}

/* --- ASK --- */

form#ask div.input-field {
	display: inline-block;
	position: relative;
	width: 40%
}

form#ask div#question {
	display: block;
	width: 80%;
	margin: 0 auto;
}


/* --- PAYMENT --- */

img.payment_icon {
	height: 35px;
    vertical-align: middle;
    margin-right: 10px;
}

table.hoverable tr th.payment_name {
	width: 20%;
}

h6#more_info {
	position: relative;
	color: teal;
	width: 90%;
	margin: 0 auto;
	padding: 10px 0px 20px 0px;
}

#ways_2pay i {
	vertical-align: middle;
	margin-left: 10px;
}

#ways_2pay:hover {
	color: teal;
}

/* --- SCHEDULE --- */

div#innerpages table.schedule_cell {
	width: 100%;
	display: inline-block;
}

th.cashier_name {
	width: 30%;
}

td.cashier_data {
	width: 70%;
}

h6.thick {
	font-weight: bold;
}

@media screen and (max-width: 1000px) {
	body>div.container {
	width: 65%;
	}

	a.brand-logo {
	margin: 0;
	}

	a#question {
		float: right;
		padding-right: 20px;

		font-size: 1.6em;
	}

	a#question span {
	display: none;
	}

	form#ask div.input-field {
	width: 80%
	}
}

@media screen and (max-width: 768px) {
	h1.header {
		font-size: 2.5em;
	}

	h5.header {
		font-size: 1em;
	}

	div#loginform,
	div#admin {
	width: 85%;
	}

	body>div.container {
	width: 85%;
	height: inherit;
	}

	a#question {
		float: right;
		padding-right: 20px;
		font-size: 1.6em;
	}

	a#question span {
	display: none;
	}

	form#ask div.input-field {
	width: 80%
	}

	table.hoverable tr th,
	table.hoverable tr th.payment_name {
	width: inherit;
	display: block;
	}

	table.hoverable tr td {
	display: block;
	width: inherit;
	padding: 8px 21px 8px 20px;
	}

	table.hoverable tr td.payment_steps {
	display: block;
	width: inherit;
	padding: 8px 21px 8px 0px;
	}
	
}

@media screen and (max-width: 480px) {

div#innerpages table.schedule_cell {
	width: 100%;
	display: block;
	}

}

.toast {
    background-color: #bb0000;
 }

 tr.red th,
 tr.red td {
 	color: #ffffff;
 }

@media only screen and (min-width: 993px) {
#toast-container {
    min-width: 10%;
    top: 0%;
    right: 50%;
    margin-right:-6%;
}


table.hoverable tr td table td {
	padding:0;
}