/*
	Main Stylesheet
*/

@import 'https://fonts.googleapis.com/css?family=Roboto';

* {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

::-webkit-scrollbar {
    display: none;
}

html, body {
	margin: 0;
	padding: 0;
	font-size: 0;
	background: #f7f7f7;
	display: inline-block;
}

.white {
	background: #fff;
}

.left {
	float: left;
}

.right {
	float: right;
}

.dark {
	background-color: rgb(50,50,50);
}

.blue {
	background-color: #2a343a;
	color: white;
}

.marginCenter {
	margin: 0 auto;
}

.item {
	width: 100%;
}

.subSetting {
	width: 50%;
	margin: 15px 0;
	display: inline-block;
}

.selectDrop {
	position: absolute;
	background: #d4d4d4;
	display: none;
	left: 0;
	right: 0;
	z-index: 1000;
}

.selectDrop > label {
	cursor: pointer;
	width: 47%;
	margin: 1%;
	display: inline-block;
}

.login {
	margin: 100px auto 0;
	width: 100%;
	opacity: 0;
	background: #f9f9f9;
	transition: margin 1s, opacity 1s ease .4s;
}

iframe {
	position: absolute;
}

.logo:before {
	content: '';
    position: absolute;
    width: 50px;
    left: 10px;
    height: 64px;
    background: url('favicon.png') no-repeat center / contain;
}

.logo {
	padding-left: 70px !important;
}

.color {
	width: 100%;
	color: white;
	text-align: center;
}

.color > div {
	height: 35px;
	line-height: 35px;
	width: 10%;
	display: inline-block;
	cursor: pointer;
	box-sizing: border-box;
	outline: none;
	border: none;
}
.color > div .material-icons {
	opacity: 0;
	transition: opacity .2s;
	vertical-align: middle;
	font-weight: bold;
}

.color > div.pfiuu .material-icons {
	opacity: 1;
}

.select {
	position: relative;
	min-width: 150px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	cursor: pointer;
	border-radius: 2px;
	font-family: monospace;
	transition: background .2s, color .2s;
	transition-delay: 0s;
	outline: none;
}

.select.wait {
	transition-delay: .2s;
}

form .select {
	margin-bottom: 10px;
}

.mdl-data-table {
	table-layout: fixed;
	width: 100%;
	word-break: break-word;
}

.mdl-data-table td {
	/* overflow: hidden; */
}

.mdl-data-table tr[class^=row]:not(.row1) {
	display: none;
}

.mdl-data-table td:first-of-type, .mdl-data-table th:first-of-type {
    width: 10px;
}

.pagination {
	margin-bottom: 10px;
	font-family: "Helvetica","Arial",sans-serif;
	display: inline-block;
	float: right;
}

.pagination > * {
	display: inline-block;
}

.pagination > .current {
	font-size: 20px;
	vertical-align: middle;
	margin: 0 10px;
}

.semn {
	text-transform: uppercase;
	font-size: 14px;
    margin: 25px 0 5px;
    padding: 0 10px;
    font-weight: bold;
    color: #777777;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
}

.mdl-layout__header-row > * {
	margin-right: 10px;
}

.mdl-navigation__link {
    height: 36px;
    line-height: 36px;
	padding: 0 10px !important;
}

.mdl-navigation__link > i.material-icons {
	position: absolute;
	right: 10px;
	line-height: 36px;
}

.mdl-layout__drawer > a {
	/* margin: 0 0 10px; */
	box-shadow: none;
	border-radius: 0;
	text-align: left;
}

.mdl-layout__drawer {
	background: #f0f0f0;
	border: none;
}

.mdl-layout__drawer .select, .mdl-layout__drawer .option:last-of-type,
.select.noborder, .noborder .option:last-of-type {
	border-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select:before {
	content: attr(title);
	margin-left: 10px;
	font-family: "Roboto","Helvetica","Arial",sans-serif;
	font-weight: bold;
}

.select:hover, .select.up, .select:focus {
	background: #2a343a;
	color: white;
	transition: background .2s;
	transition-delay: 0;
}

.select.up {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	z-index: 1000;
}

.select i {
	position: absolute;
	top: 6px;
	right: 6px;
}

.select i.up {
	display: none;
}

.select.up i.up {
	display: block;
}

.select.up i.down {
	display: none;
}

.option {
	position: relative;
	display: block;
	height: 0;
	line-height: 36px;
	padding: 0 36px 0 10px;
	background: #2a343a;
	margin-top: -1px;
	z-index: 1000;
	transition: height .2s, background .2s;
	overflow: hidden;
}

.select.up .option {
	height: 36px;
}

.option:hover {
	background: rgba(119,190,247, 1);
	color: white;
}

.option:last-of-type {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

.setTime, .setDuration {
	text-align: center;
	width: 50%;
	height: 0;
	line-height: 60px;
	margin: 0;
	position: relative;
	overflow: hidden;
	display: none;
}

.showTime {
	display: inline-block;
	height: 60px;
}

.setTime:before, .setDuration:before {
	content: attr(title);
	position: relative;
	font-size: 14px;
	top: -24px;
}

.time {
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	padding: 13px 5px;
	display: inline-block;
	position: relative;
	overflow: hidden;
	font-weight: bold;
	margin: 0;
}

.time > div:first-child, .time > div:last-child {
	position: absolute;
    left: 0;
    right: 0;
	height: 0;
	cursor: pointer;
	transition: color .2s;
}

.time > div:first-child:hover, .time > div:last-child:hover,
.time > div.nomore:first-child, .time > div.nomore:last-child {
	color: rgba(20,20,20, .3);
}

.time > div:first-child {
	top: 2px;
}

.time > div:last-child {
	top: 36px;
}

.time > div {
	text-align: center;
	height: 36px;
	line-height: 36px;
	cursor: default;
}

.mdl-button {
    min-width: 24px;
}

.mdl-snackbar {
	font-size: 14px;
}

.mdl-button i.material-icons.md-18 {
	margin-top: -2.5px;
}

.mdl-card {
	min-height: 40px;
	z-index: auto;
	overflow: visible;
}

.mdl-card__title {
	/* height: 230px; */
	background: #2a343a;
	color: white;
}

.mdl-textfield {
	width: 100%;
}

.mdl-textfield__input {
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

.mdl-card__supporting-text {
	padding: 5%;
    width: 90% !important;
	overflow: visible !important;
}

.mdl-layout__drawer h6 {
	margin-bottom: 0;
    padding: 0 30px;
    text-transform: uppercase;
    font-size: 15px;
}

.mdl-layout__drawer nav {
	padding-top: 0 !important;
}

.mdl-button--inverted {
	background: transparent;
	box-shadow: none;
	color: white !important;
}

.mdl-button--inverted:hover {
    background-color: rgba(250,250,250, 0.20);
}

.mdl-button--inverted:focus:not(:active) {
    background-color: rgba(250,250,250, 0.12);
}

.mdl-button--inverted:active {
    background-color: rgba(250,250,250, 0.40);
}

.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; }
