/* common css */
#punchLine {
	margin-top: 0px;
}

#punchLinePassword {
	margin-top: 0px;
}

.input-field label {
	padding-bottom: 2px;
}
.sb-indicator {
	height:2px;
	background-color: #42A5F5;
	width:100%;
}
.selected {
	color : red ;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 50px white inset;
}
.hoverunderline:hover {
	text-decoration: underline;
	color: blue;
	cursor: pointer;
}
.submitLink {
	background-color: transparent;
	border: none;
	color: blue;
	cursor: pointer;
}
.submitLink:focus {
	background-color: transparent;
	border: none;
	color: blue;
	cursor: pointer;
}
.btn, .btn-flat, .btn-large, .fc button, .sp-container button {
    text-transform: initial;
}
.searchbox {
	background:transparent url('../images/search.png') right no-repeat;
	float:right;
}
.angular-input-stars {
	display: inline-block;
	padding: 0;
	padding-left: -5px;
	list-style: none;
}
.angular-input-stars > li {
	font-size: 17px;
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;

	cursor: pointer;

}
.angular-input-stars > li .active {
	color: #FDE35E;
	text-shadow: black 0 0 1px, 0 0 1px ;
}
.score {
	position: relative;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1.5rem;
}

.high {
	font-size:1.2rem;
	font-weight: 700;
}
.fit {
	max-width: 100%;
	max-height: 100%;
}
.center {
	display: block;
	margin: auto;
}

.custom-table-class {
	overflow-x: scroll;
}
.custom-table-class > table > thead > tr > th{
	min-width: 100px;
}
.custom-table-class > table > tbody > tr > th{
	min-width: 100px;
}
.place{
	background-color: red;
}
#rectangle{
	width:200px;
	height:20px;
	background: green;
}
.corrected {
	color : green ;
}

.multi-dropdown-grid-text {
	display: inline-block;
	max-width: 10ch;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.navbar-top .user {
		min-width: 290px;
	}
}

