﻿.container{
    margin-top:20px;
}
.image-preview-input {
    position: relative;
	overflow: hidden;
	margin: 0px;    
    color: #333;
    background-color: #fff;
    border-color: #ccc;    
}
.image-preview-input input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
.image-preview-input-title {
    margin-left:2px;
}

.playerdivider {
    border-bottom: 1px solid #808080 !important;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.form-group.required .control-label:after {
	color: #d00;
	content: "*";
	position: absolute;
	margin-left: 2px;
	top: 7px;
}

.text-strong {
	font-weight: bold;
}

.block-ui-message {
	display: inline-block;
	text-align: left;
	color: #686868; /* Text color */
	padding: 20px;
	border: 2px solid #686868; /* Border with color #333 */
	border-radius: 6px; /* Radius 6px */
	font-size: 20px;
	font-weight: 700;
	background-color: transparent; /* No background */
}