.C_BUTTON
{
	display: inline-block;
	vertical-align: top;

	padding: 4px 8px 4px 8px;
	text-decoration: none;
	text-align: center;
	color: #000000;
	font-size: 15px;
	line-height: 14px;
	font-weight: normal;
	position: relative;
	cursor: pointer;
	
	border: 1px solid RGBA(0,0,0,0.4);

    background-image: -webkit-linear-gradient(top, #CCCCCC, #EEEEEE);
    background-image: linear-gradient(to bottom, #CCCCCC, #EEEEEE);
	appearance: none;
	border-radius: 8px;
	user-select: none;
}
.C_BUTTON.C_ROUNDED
{
	border-radius: 16px;
}
.C_BUTTON.C_FILE input[type="file"]
{
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1px;
	height: 1px;
}
.C_BUTTON.C_SMALL
{
	padding: 1px 5px 1px 5px;
	font-size: 11px;
	line-height: 11px;
}
.C_BUTTON.C_BIG
{
	padding: 8px 5px 8px 5px;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
}
.C_BUTTON.C_BIG.C_ROUNDED
{
	padding: 8px 16px 8px 16px;
	border-radius: 20px;
}
.C_BUTTON[disabled]
{
	cursor: not-allowed;
	background-image: none;
	background-color: #EEEEEE;
	color: #999999;
	font-style: italic;
}
.C_BUTTON:hover
{
	box-shadow: 0px 0px 2px rgba(0,0,0,.4);
}
.C_BUTTON > i.fa.fa-cog
{
	font-size: inherit !important;
}
.C_BUTTON.C_TRANSPARENT
{
    background: none;
}
.C_BUTTON.C_WHITE
{
    background: #FFFFFF;
}
.C_BUTTON.C_DARK
{
    background: #444444;
}
.C_BUTTON.C_ORANGE
{
    background: #F7DFA4;
    background: linear-gradient(to bottom, #F7DFA4, #F0C14C);
    color: #111111 !important;
}

.C_BUTTON.C_BLUE_LIGHT
{
    background: var(--main-sub-color);
}
.C_BUTTON.C_COLOR
{
	background-color: var(--main-active-color);
	background-image: none;
	color: #FFFFFF !important;
	border: 0px;
}
.C_BUTTON.C_RED
{
	color: #FFFFFF;
	border: 1px solid #660000 !important;
	background-color: #D54B57;
	background-image: none;
	background-image: linear-gradient(top, #D54B57 0%,#C71123 100%);
}
.C_BUTTON > *
{
	color: inherit;
	display: inline-block;
	vertical-align: top;
}
.C_BUTTON > i.fa
{
	font-size: 1.1em;
	line-height: 0.9em;
}
.C_BUTTON > * > *
{
	vertical-align: bottom;
}
.C_BUTTON > b
{
	font-size: inherit;	
	line-height: inherit;
}
.C_BUTTON > i.C_CHIP
{
	position: absolute;
	right: 0px;
	top: 0px;

	display: inline-block;
	vertical-align: top;

	background-color: #FF0000;
	min-width: 16px;
	height: 16px;
	padding: 0px 3px 1px 3px;
	text-align: center;
	font-style: normal;
	font-weight: bold;
	font-size: 0.8em;
	color: #FFFFFF;
	transform: translateX(50%) translateY(-50%);
	border-radius: 3px;
}
.C_MINI_BUTTON
{
	display: inline-block;
	border: 1px solid #666666;
	padding: 0px 6px 0px 6px;
	line-height: 0px;
	cursor: pointer;
	border-radius: 6px;
}
.C_MINI_BUTTON > i.fa
{
	color: #666666;
	font-size: 10px;
	margin: 0px 6px 0px 0px;
}
.C_MINI_BUTTON > font
{
	color: #666666;
	font-size: 10px;
	font-weight: normal;
	line-height: 16px;
}


/* Ratio (800) */
@media screen and (max-width: 800px)
{
	.C_BUTTON
	{
	
		padding: 0.5vw 1vw 0.5vw 1vw;
		font-size: 1.87vw;
		line-height: 1.75vw;
		
		border: 0.12vw solid RGBA(0,0,0,0.4);
		border-radius: 1vw
	}
	.C_BUTTON.C_ROUNDED
	{
		border-radius: 2vw
	}
	.C_BUTTON.C_FILE input[type="file"]
	{
		left: 0vw;
		top: 0vw;
		width: 0.12vw;
		height: 0.12vw
	}
	.C_BUTTON.C_SMALL
	{
		padding: 0.12vw 0.62vw 0.12vw 0.62vw;
		font-size: 1.37vw;
		line-height: 1.37vw
	}
	.C_BUTTON.C_BIG
	{
		padding: 1vw 0.62vw 1vw 0.62vw;
		font-size: 2.5vw;
		line-height: 2.5vw
	}
	.C_BUTTON.C_BIG.C_ROUNDED
	{
		padding: 1vw 2vw 1vw 2vw;
		border-radius: 2.5vw
	}
	.C_BUTTON[disabled]
	{
	}
	.C_BUTTON:hover
	{
		box-shadow: 0vw 0vw 0.25vw rgba(0,0,0,.4)
	}
	.C_BUTTON > i.fa.fa-cog
	{
	}
	.C_BUTTON.C_TRANSPARENT
	{
	}
	.C_BUTTON.C_WHITE
	{
	}
	.C_BUTTON.C_DARK
	{
	}
	.C_BUTTON.C_ORANGE
	{
	}
	
	.C_BUTTON.C_BLUE_LIGHT
	{
	}
	.C_BUTTON.C_COLOR
	{
		border: 0vw
	}
	.C_BUTTON.C_RED
	{
		border: 0.12vw solid #660000 !important
	}
	.C_BUTTON > *
	{
	}
	.C_BUTTON > i.fa
	{
	}
	.C_BUTTON > * > *
	{
	}
	.C_BUTTON > b
	{
	}
	.C_BUTTON > i.C_CHIP
	{
		right: 0vw;
		top: 0vw;
		min-width: 2vw;
		height: 2vw;
		padding: 0vw 0.37vw 0.12vw 0.37vw;
		border-radius: 0.37vw
	}
	.C_MINI_BUTTON
	{
		border: 0.12vw solid #666666;
		padding: 0vw 0.75vw 0vw 0.75vw;
		line-height: 0vw;
		border-radius: 0.75vw
	}
	.C_MINI_BUTTON > i.fa
	{
		font-size: 1.25vw;
		margin: 0vw 0.75vw 0vw 0vw
	}
	.C_MINI_BUTTON > font
	{
		font-size: 1.25vw;
		line-height: 2vw
	}
	
	
}
/* End-Ratio */
@media screen and (max-width: 800px)
{
	.C_BUTTON.C_BIG
	{
		padding: 3vw 1vw 3vw 1vw !important;
		font-size: 5.5vw;
		line-height: 5.5vw;
	}
	.C_BUTTON.C_BIG.C_ROUNDED
	{
		border-radius: 5.5vw;
	}
}
