﻿/*------------------------------------Common classes---------------------------------------*/
html, body, form
{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial;
	overflow: hidden;
}

body
{
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,241,248,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(237,241,248,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(237,241,248,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(237,241,248,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(237,241,248,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(237,241,248,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#edf1f8',GradientType=0 ); /* IE6-9 */
}

.common_floatLeft
{
	float: left !important;
}

.OverlayLoadingPanel
{
	width: 100%;
	height: 100%;
	visibility: hidden;
}

.common_clearLeft
{
	clear: left !important;
}

.common_newLine
{
	float: left;
	width: 100%;
}

.w100
{
	width: 100%;
}

.common_hidden
{
	display: none !important;
}

.common_errorTitle
{
	color: #FF0000 !important;
	display: block !important;
	text-align: center;
	font-weight: bold;
	height: 13px !important;
	margin-bottom: 15px !important;
	width: 100%;
	font-size: 14px;
}

.common_errorIcon, .rsAdvancedEdit .rsAdvOptionsPanel>span
{
	background: url("Images/Error.png") no-repeat scroll center center transparent;
	padding-left: 10px;
	height: 20px;
	width: 20px;
	display: inline-block;
	cursor: pointer;
	line-height: 1px;
	vertical-align: middle;
}

.telerik_labeledRadGridPanel .common_errorIcon
{
	margin-top: -5px;
	margin-bottom: -4px;
}

div.telerik_ajaxInputField > div
{
	display: inline-block !important;
}

.common_errorIcon:nth-child(2n+4)
{
	margin-left: -34px;
}

.common_errorIcon + span.common_errorMessage
{
	background-color: #f0f5fd;
	border: 1px solid #FF0000 !important;
	border-radius: 5px;
	box-shadow: 5px 5px 5px #888888;
	color: #0000FF !important;
	margin-left: 0px;
	margin-top: -3px;
	white-space: nowrap;
	padding: 3px;
	position: relative;
	margin-right: -210%;
	display: none;
}

.common_textBox
{
	min-width: 160px;
}

span.common_errorIcon:hover + span.common_errorMessage
{
	display: inline;
}

.commom_loadingPanel
{
	position: absolute;
	width: 100%; /*99*/
	height: 100%; /*98*/
	/*margin:7px;*/
	visibility: hidden;
	text-align: center;
	z-index: 2502 !important;
}

.common_loadingImage
{
	vertical-align: central;
	margin-top: 25%;
	text-align: center;
}

.common_label
{
	color: #382121 !important;
	float: left;
	line-height: 18px !important;
	font-size: 14px !important;
}

.common_hyperLink
{
	color: #0D52DE;
	float: left;
	line-height: 18px !important;
	font-size: 12px !important;
}

.common_horisontalSection
{
	float: left;
	width: 100%;
	margin-top: 15px;
	padding-bottom: 5px;
	border-bottom: 2px solid #88A6C0;
}

.common_verticalSection
{
	float: left;
	width: auto;
	margin-right: 20px;
	padding-bottom: 5px;
	border-right: 2px solid #88A6C0;
}

.common_sectionTitle
{
	font: bold 16px Arial;
	color: #88A6C0;
	display: block;
	margin-bottom: 15px;
}

.common_labeledInputContainer
{
	float: left;
}

.common_labelContainer, .common_inputContainer
{
	display: inline;
	width: auto;
	float: left;
}

	.common_labelContainer > div
	{
		padding: 5px 0px 25px 0px;
	}

	.common_inputContainer > div
	{
		padding: 7px 0px 0px 0px;
		margin: 0px 0px 0px 20px;
		height: 22.5px;
	}

		.common_inputContainer > div > div
		{
			display: inline-block;
		}

	.common_inputContainer input[type="checkbox"]
	{
		height: 16px;
	}

.common_radioButtonedInputContainer
{
	display: inline-block;
}

.common_buttonContainer
{
	padding-top: 5px;
	display: block;
	float: left;
	margin-bottom: 10px;
	/*width: 100%;*/
	clear: both;
}

.common_infoMessage
{
	color: #0000FF !important;
	display: block !important;
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;
	height: 13px !important;
	width: 100%;
	font-size: 13px;
}

.common_AdminLogo
{
	background-image: url('Images/AdminLogo.png');
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	margin-left: 10px;
	width: 223px;
	float: left;
	margin-top: 2px;
}

.common_buttonPlay
{
	background: none;
	border: none;
	cursor: pointer;
}

.rsAdvancedEdit .rsAdvDatePicker
{
	width: 100px !important;
}

.rsAdvancedEdit .rsAdvOptionsPanel>span
{
	width: 100% !important;
	background-position-x: 0px;
	background-position-y: 0px;
	padding-left: 20px !important;
	padding-top: 4px !important;
	margin: 0px !important;
	margin-left: 75px !important;
	line-height: 14px !important;
	vertical-align: middle !important;
}

/*============================================================== Managers ==============================================================*/
.manager_container
{
	padding: 5px;
	width: 99%;
	height: 98%;
	min-width: 771px; /*For minimal supported 1000 x 700*/
	/*min-width:900px;*/
}

.manager_newItemHyperLink
{
	color: #0D52DE;
	float: left;
	line-height: 18px !important;
	font-size: 12px !important;
	margin: 0px 0px 10px 0px;
}

/*----------------------------------------------------------Admin Manager------------------------------------------------------------*/
.admin_menu.RadTreeView
{
	/*box-shadow: 5px 5px 5px #888888;*/
	height: 99% !important;
	width: 16% !important;
	margin: 1% 0% 0% 1% !important;
	padding-bottom: 2px;
}

.admin_container
{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
}

.admin_header
{
	width: 100%;
	height: 53px;
	border-bottom: 3px solid #ffa200;
	float: left;
}

.admin_subHeader
{
	height: 40px !important;
	width: 100%;
	background: rgb(251,252,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(251,252,255,1) 0%, rgba(223,232,246,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,252,255,1)), color-stop(100%,rgba(223,232,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(251,252,255,1) 0%,rgba(223,232,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(251,252,255,1) 0%,rgba(223,232,246,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(251,252,255,1) 0%,rgba(223,232,246,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(251,252,255,1) 0%,rgba(223,232,246,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfcff', endColorstr='#dfe8f6',GradientType=0 ); /* IE6-9 */
	height: 40px !important;
	border-top: 1px solid #88a6c0 !important;
	border-bottom: 1px solid #88a6c0 !important;
	float: left;
	width: 100%;
}

.admin_content
{
	width: 100%;
	height: 80%;
	float: left;
}

.admin_footer
{
	width: 100%;
	text-align: center;
	font-size: 14px;
	float: left;
	margin-top: 1.5%;
}

.admin_pageContainer
{
	width: 79%;
	height: 100%;
	padding: 1% 1% 0% 1%;
	float: left;
}

.admin_pageWrapper
{
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(253,254,254,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(253,254,254,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(253,254,254,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(253,254,254,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(253,254,254,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(253,254,254,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fdfefe',GradientType=0 ); /* IE6-9 */
	border: 1px solid #88A6C0;
	/*box-shadow: 5px 5px 5px #888888;*/
	height: 100%;
	width: 100%;
	text-align: left;
	vertical-align: top;
	float: left;
	overflow: auto;
}

.admin_noMenuContainer.admin_pageContainer
{
	width: 98%;
}

.admin_subHeader .RadButton.RadButton_Default.rbSkinnedButton
{
	float: right;
	margin-right: 1%;
}

.admin_welcomeMessage
{
	float: left;
	height: 50px;
	font-size: 20px;
	margin-left: 20px;
	line-height: 50px;
	font-weight: bold;
}

.admin_appVersion
{
	float: right;
	height: 50px;
	font-size: 14px;
	margin-right: 20px;
	line-height: 50px;
	font-weight: bold;
}

.admin_userNameLabel
{
	color: #ff7c00 !important;
	float: left;
	font-weight: bold;
	font-size: 18px;
	margin-left: 1%;
	line-height: 40px !important;
}

.admin_LiquidityPoolCombo
{
	float: left;
	margin-top: 8px !important;
	margin-left: 1% !important;
}

.admin_InfoLabel
{
	float: left;
	font-size: 18px;
	margin-left: 5px;
	line-height: 40px !important;
}

/*-------------------------------------------------Common Bonus Code Manager-------------------------------------------------------*/
.commonBonusCode_container .commonBonusCodeTreeView_chatHostInfo
{
	max-height: 510px; /*Max height to display scrollbars*/
	max-width: 100%; /*Max width to display scrollbars*/
	min-width: 200px;
}

.commonBonusCode_container .telerik_radGridWrapper
{
	max-height: 310px; /*Max height to display scrollbars*/
	max-width: 100%; /*Max width to display scrollbars*/
}

/*-------------------------------------------------Localization Manager-------------------------------------------------------*/
.localization_container
{
	padding: 5px;
	width: 99%;
	height: 98%;
	min-width: 771px;
}

	.localization_container .header_label
	{
		padding: 6px;
	}

	.localization_container .telerik_radGridWrapper
	{
		max-height: 310px; /*Max height to display scrollbars*/
		max-width: 100%; /*Max width to display scrollbars*/
	}

/*-------------------------------------------------Audio Manager-------------------------------------------------------*/
.audio_container
{
}

	.audio_container audio
	{
		display: none;
	}

	.audio_container .header_label
	{
		padding: 6px;
	}

/*-------------------------------------------------Login Manager-------------------------------------------------------------*/
.login_container
{
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(253,254,254,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(253,254,254,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(253,254,254,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(253,254,254,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(253,254,254,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(253,254,254,1) 100%); /* W3C */
	position: absolute;
	border-radius: 10px;
	box-shadow: 2px 2px 5px #666;
	left: 50%;
	top: 50%;
	width: 280px;
	height: 150px;
	border: 1px solid #88A6C0;
	margin: -100px 0 0 -160px;
	padding: 20px;
}

	.login_container .RadButton.RadButton_Default.rbSkinnedButton
	{
		left: 70%;
	}

	.login_container .common_errorIcon
	{
		margin-left: 0px !important;
		position: absolute;
	}

	.login_container .common_InputContainer
	{
		position: absolute;
	}

	.login_container .common_buttonContainer
	{
		width: 100%;
	}

	.login_container .common_errorIcon + span.common_errorMessage
	{
		position: absolute;
		margin-left: 34px !important;
	}

/*-------------------------------------------------Infrastructure Configuration Manager-------------------------------------------------------*/

.configuration_labelWrapper
{
	height: 180px;
}

.configuration_textWrapper
{
	height: 200px !important;
}

	.configuration_textWrapper > div
	{
		height: 200px;
	}

	.configuration_textWrapper span.riSingle.RadInput.RadInput_Default
	{
		width: 100%;
		height: 200px;
	}

	.configuration_textWrapper .RadInput_Default .riTextBox,
	.configuration_textWrapper .RadInputMgr_Default
	{
		border-color: #8e8e8e #b8b8b8 #b8b8b8 #8e8e8e;
		background: #fff;
		color: #000;
		font: 12px "segoe ui",arial,sans-serif;
		width: 600px;
		height: 200px;
	}
/*-------------------------------------------------Client simulator manager-------------------------------------------------------*/
.simulatedNumbers_labelWrapper
{
	height: 180px;
}

.simulatedNumbers_textWrapper
{
	height: 200px !important;
}

	.simulatedNumbers_textWrapper > div
	{
		height: 200px;
	}

	.simulatedNumbers_textWrapper span.riSingle.RadInput.RadInput_Default
	{
		width: 100%;
		height: 200px;
	}

	.simulatedNumbers_textWrapper .RadInput_Default .riTextBox,
	.simulatedNumbers_textWrapper .RadInputMgr_Default
	{
		border-color: #8e8e8e #b8b8b8 #b8b8b8 #8e8e8e;
		background: #fff;
		color: #000;
		font: 12px "segoe ui",arial,sans-serif;
		width: 600px;
		height: 200px;
	}

	.simulatedNumbers_textWrapper span.riSingle.RadInput.RadInput_Default
	{
		width: 600px !important;
	}

	.simulatedNumbers_textWrapper textarea.riDisabled
	{
		background: rgba(244,244,244,0.5) !important;
	}

/*-------------------------------------------------Lobby Manager-------------------------------------------------------*/
.lobby_container .telerik_radGridWrapper
{
	max-height: 420px; /*Max height to display scrollbars*/
	max-width: 100%; /*Max width to display scrollbars*/
}

.lobby_container .commnom_clientNameValidationWrapper > div
{
	display: inline-block !important;
}

/*-------------------------------------------------Chat Host Manager-------------------------------------------------------*/
.chatHost_container .telerik_radGridWrapper
{
	max-height: 310px; /*Max height to display scrollbars*/
	max-width: 100%; /*Max width to display scrollbars*/
}

/*-------------------------------------------------Chat Room Manager-------------------------------------------------------*/
.chatRoom_container .telerik_radGridWrapper
{
	max-height: 310px; /*Max height to display scrollbars*/
	max-width: 100%; /*Max width to display scrollbars*/
}

/*-------------------------------------------------Random Ticket Price Manager----------------------------------------------*/
.randomTicketPrice_container .telerik_radGridWrapper
{
	max-height: 310px; /*Max height to display scrollbars*/
	max-width: 100%; /*Max width to display scrollbars*/
}

/*-------------------------------------------------Bingo Room Manager-------------------------------------------------------*/

.bingoRoom_container .telerik_radGridWrapper
{
	max-height: 310px; /*Max height to display scrollbars*/
	max-width: 100%; /*Max width to display scrollbars*/
}

.bingoRoom_container .RadScheduler .bingoRoom_scheduling_openTime .rsAptIn,
.bingoRoom_container .RadScheduler .bingoRoom_scheduling_openTime .rsAptMid,
.bingoRoom_container .RadScheduler .bingoRoom_scheduling_openTime .rsAptContent
{
	background: #b4e391; /* Old browsers */
	background: -moz-linear-gradient(top, #b4e391 0%, #61c419 50%, #b4e391 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4e391), color-stop(50%,#61c419), color-stop(100%,#b4e391)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b4e391 0%,#61c419 50%,#b4e391 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b4e391 0%,#61c419 50%,#b4e391 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b4e391 0%,#61c419 50%,#b4e391 100%); /* IE10+ */
	background: linear-gradient(to bottom, #b4e391 0%,#61c419 50%,#b4e391 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4e391', endColorstr='#b4e391',GradientType=0 ); /* IE6-9 */
	border-color: #B0CC9B;
}

.bingoRoom_container .RadScheduler .bingoRoom_scheduling_displayTime .rsAptIn,
.bingoRoom_container .RadScheduler .bingoRoom_scheduling_displayTime .rsAptMid,
.bingoRoom_container .RadScheduler .bingoRoom_scheduling_displayTime .rsAptContent
{
	background: #b3dced; /* Old browsers */
	background: -moz-linear-gradient(top, #b3dced 0%, #29b8e5 50%, #bce0ee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b3dced), color-stop(50%,#29b8e5), color-stop(100%,#bce0ee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b3dced 0%,#29b8e5 50%,#bce0ee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b3dced 0%,#29b8e5 50%,#bce0ee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b3dced 0%,#29b8e5 50%,#bce0ee 100%); /* IE10+ */
	background: linear-gradient(to bottom, #b3dced 0%,#29b8e5 50%,#bce0ee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dced', endColorstr='#bce0ee',GradientType=0 ); /* IE6-9 */
	border-color: #9BB0CC;
}

/*------------------------------------------------ Room Design Manager ---------------------------------------------------*/
.uploadGridWrapper .tablescroll_wrapper,
.uploadGridWrapper .tablescroll_head,
.uploadGridWrapper .tablescroll_body,
.uploadGridWrapper .RadGrid
{
	width: 400px;
}
/*-------------------------------------------------Pattern Manager-------------------------------------------------------*/

.pattern_matrixСontainer
{
	float:left !important;
}

	.pattern_matrixСontainer .percentFundTextBox input[type="text"]
	{
		width: 50px !important;
	}

	.pattern_matrixСontainer .percentFundTextBox span.riSingle.RadInput.RadInput_Default
	{
		width: 50px !important;
	}

	.pattern_matrixСontainer span.riSingle.RadInput.RadInput_Default
	{
		float: none !important;
	}

	.pattern_matrixСontainer .mainTable
	{
		padding: 0px;
		margin: 10px;
		border-collapse: collapse;
		border: solid 2px #cc0075;
	}

		.pattern_matrixСontainer .mainTable td
		{
			padding: 5px;
			margin: 0px;
			border: solid 2px #cc0075;
		}

	.pattern_matrixСontainer .rcbReadOnly td
	{
		padding: 0px;
		margin: 0px;
		border: solid 0px #ffffff;
	}

	.pattern_matrixСontainer .tblMatrixBoxes
	{
		padding: 10px;
		margin: 10px;
		border-collapse: collapse;
	}

		.pattern_matrixСontainer .tblMatrixBoxes td
		{
			padding: 0px;
			margin: 0px;
			border: solid 1px red;
		}

.pattern_container .telerik_radGridWrapper
{
	max-width: 100%; /*Max width to display scrollbars*/
	min-width: 430px;
}

/*-------------------------------------------------Rake Tables-------------------------------------------------------*/
.rake_tables_container .telerik_radGridWrapper
{
	max-height: 310px; /*Max height to display scrollbars*/
	max-width: 100%; /*Max width to display scrollbars*/
}

.rake_tables_container .common_labelContainer
{
	min-width: 150px;
}
/*-------------------------------------------------Basic games-------------------------------------------------------*/

.basicGame_container .telerik_radGridWrapper
{
	max-height: 310px; /*Max height to display scrollbars*/
	max-width: 100%; /*Max width to display scrollbars*/
}

/*-------------------------------------------------Special games-------------------------------------------------------*/

.special_games_container .telerik_radGridWrapper
{
	max-height: 310px; /*Max height to display scrollbars*/
	max-width: 100%; /*Max width to display scrollbars*/
}

.special_games_programmer_container .RadScheduler .rsAptIn.conflicted_scheduling,
.special_games_programmer_container .RadScheduler .rsAptMid.conflicted_scheduling,
.special_games_programmer_container .RadScheduler .rsAptContent.conflicted_scheduling
{
	background: #febbbb !important; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlYmJiYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ1JSIgc3RvcC1jb2xvcj0iI2ZlOTA5MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjVjNWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
	background: -moz-linear-gradient(top, #febbbb 0%, #fe9090 45%, #ff5c5c 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#febbbb), color-stop(45%,#fe9090), color-stop(100%,#ff5c5c)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #febbbb 0%,#fe9090 45%,#ff5c5c 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #febbbb 0%,#fe9090 45%,#ff5c5c 100%)!important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #febbbb 0%,#fe9090 45%,#ff5c5c 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom, #febbbb 0%,#fe9090 45%,#ff5c5c 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febbbb', endColorstr='#ff5c5c',GradientType=0 ) !important; /* IE6-8 */
	border-color: #ff5c5c;
}

.special_games_programmer_container .RadScheduler .SchedulingProgrammer_conflicted_scheduling .rsAptIn,
.special_games_programmer_container .RadScheduler .SchedulingProgrammer_conflicted_scheduling .rsAptMid,
.special_games_programmer_container .RadScheduler .SchedulingProgrammer_conflicted_scheduling .rsAptContent
{
	background: #febbbb !important; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlYmJiYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ1JSIgc3RvcC1jb2xvcj0iI2ZlOTA5MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjVjNWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
	background: -moz-linear-gradient(top, #febbbb 0%, #fe9090 45%, #ff5c5c 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#febbbb), color-stop(45%,#fe9090), color-stop(100%,#ff5c5c)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #febbbb 0%,#fe9090 45%,#ff5c5c 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #febbbb 0%,#fe9090 45%,#ff5c5c 100%)!important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #febbbb 0%,#fe9090 45%,#ff5c5c 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom, #febbbb 0%,#fe9090 45%,#ff5c5c 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febbbb', endColorstr='#ff5c5c',GradientType=0 ) !important; /* IE6-8 */
	border-color: #ff5c5c;
}

.special_games_programmer_container .RadScheduler .SchedulingProgrammer_invalidAndConflicted_scheduling .rsAptIn,
.special_games_programmer_container .RadScheduler .SchedulingProgrammer_invalidAndConflicted_scheduling .rsAptMid,
.special_games_programmer_container .RadScheduler .SchedulingProgrammer_invalidAndConflicted_scheduling .rsAptContent
{
	background: #fefcea; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmNlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWRhMzYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #fefcea 0%, #f1da36 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefcea), color-stop(100%,#f1da36)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fefcea 0%,#f1da36 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fefcea 0%,#f1da36 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fefcea 0%,#f1da36 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fefcea 0%,#f1da36 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=0 ); /* IE6-8 */
}

.special_games_programmer_container .RadScheduler .SchedulingProgrammer_invalid_scheduling .rsAptIn,
.special_games_programmer_container .RadScheduler .SchedulingProgrammer_invalid_scheduling .rsAptMid,
.special_games_programmer_container .RadScheduler .SchedulingProgrammer_invalid_scheduling .rsAptContent
{
	background: #ff670f; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNjcwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjY3MGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ff670f 0%, #ff670f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff670f), color-stop(100%,#ff670f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff670f 0%,#ff670f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff670f 0%,#ff670f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff670f 0%,#ff670f 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ff670f 0%,#ff670f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff670f', endColorstr='#ff670f',GradientType=0 ); /* IE6-8 */
}

.special_games_programmer_container .telerik_radGrid_action.runFixingPriorityThis a, .telerik_radGrid_action.runFixingPriorityThis input
{
	background: url("Images/PriorityThis.png") no-repeat scroll center center transparent;
}

.special_games_programmer_container .telerik_radGrid_action.runFixingPriorityAllOthers a, .telerik_radGrid_action.runFixingPriorityAllOthers input
{
	background: url("Images/PriorityAllOthers.png") no-repeat scroll center center transparent;
}

/*-------------------------------------------------Casino Game Manager ------------------------------------------------*/
.casinoGame_container .telerik_radGridWrapper
{
	max-height: 310px; /*Max height to display scrollbars*/
	max-width: 100%; /*Max width to display scrollbars*/
}

	.casinoGame_container .telerik_radGridWrapper.telerik_radGridPaging
	{
		max-height: none; /*Max height to display scrollbars*/
		max-width: 100%; /*Max width to display scrollbars*/
	}

/*------------------------------------------------Casino Lobby Manager ------------------------------------------------*/
.casinoLobby_container .telerik_radGridWrapper
{
	max-height: 320px; /*Max height to display scrollbars*/
	max-width: 100%; /*Max width to display scrollbars*/
}

.casinoLobby_container .telerik_radGridWrapper .autoScroll
{
	/*on purpose it is empty*/
}

.casinoLobby_container .commnom_clientNameValidationWrapper > div
{
	display: inline-block !important;
}

/*-------------------------------------------------Game Logs Manager ------------------------------------------------*/
.gameLogs_prizeBreakdownContainer
{
	background: rgb(251,252,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(251,252,255,1) 0%, rgba(223,232,246,1) 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,252,255,1)), color-stop(100%,rgba(223,232,246,1))) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(251,252,255,1) 0%,rgba(223,232,246,1) 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(251,252,255,1) 0%,rgba(223,232,246,1) 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(251,252,255,1) 0%,rgba(223,232,246,1) 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom, rgba(251,252,255,1) 0%,rgba(223,232,246,1) 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfcff', endColorstr='#dfe8f6',GradientType=0 ) !important; /* IE6-9 */
	border-top: 1px solid #88a6c0;
	border-left: 1px solid #88a6c0;
	font-family: 'segoe ui', arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 16px;
	float: left;
	max-height: 310px;
	overflow:scroll;
}

	.gameLogs_prizeBreakdownContainer td
	{
		min-width: 100px;
		max-width: 100px;
		overflow: hidden;
		white-space: normal !important;
		height: 24px;
		margin: 7px 0 7px 0;
		padding: 0 10px !important;
		position: relative;
		text-align: center;
		text-decoration: none;
		vertical-align: central;
		white-space: nowrap;
		border-right: 1px solid #88a6c0;
		border-bottom: 1px solid #88a6c0;
	}

		.gameLogs_prizeBreakdownContainer td:hover
		{
			background: #828282 !important;
			color: #FFFFFF !important;
		}

.gameLogs_wrapperWinningBalls
{
	position: relative;
	font-family: 'segoe ui', arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	margin: 10px;
}

.gameLogs_ballContainer
{
	background: rgba(251,252,255,1);
	width: 18px;
	height: 18px;
	border-right: 1px solid #88a6c0;
	border-bottom: 1px solid #88a6c0;
	border-radius: 50%;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-family: 'segoe ui', arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 16px;
	margin: 3px;
}

	.gameLogs_ballContainer:hover
	{
		background: #828282 !important;
		color: #FFFFFF !important;
	}

.telerik_radGridWrapper .gameLogs_drillIntoTicketsDefaultContainer
{
	border: 2px solid #88a6c0 !important;
	border-radius: 3% !important;
}

	.telerik_radGridWrapper .gameLogs_drillIntoTicketsDefaultContainer td:last-child
	{
		border-right: 1px solid #88a6c0 !important;
	}

.gameLogs_drillIntoTicketsDefaultContainer td
{
	max-width: 18px !important;
	width: 18px !important;
	max-height: 18px !important;
	height: 18px !important;
	padding: 1px !important;
	text-align: center !important;
	border-radius: 30% !important;
	border: none !important;
}

.telerik_radGridWrapper  .gameLogs_drillIntoTicketsRegularContainer
{
	border: 2px solid #99FF99 !important;
	border-radius: 3% !important;
}

	.telerik_radGridWrapper .gameLogs_drillIntoTicketsRegularContainer td:last-child
	{
		border-right: 1px solid #88a6c0 !important;
	}

.gameLogs_drillIntoTicketsRegularContainer td
{
	max-width: 18px !important;
	width: 18px !important;
	max-height: 18px !important;
	height: 18px !important;
	padding: 1px !important;
	text-align: center !important;
	border-radius: 30% !important;
	border: none !important;
}

.telerik_radGridWrapper  .gameLogs_drillIntoTicketsConsolationContainer
{
	border: 2px solid #FF9999 !important;
	border-radius: 3% !important;
}

	.telerik_radGridWrapper .gameLogs_drillIntoTicketsConsolationContainer td:last-child
	{
		border-right: 1px solid #88a6c0 !important;
	}

.gameLogs_drillIntoTicketsConsolationContainer td
{
	max-width: 18px !important;
	width: 18px !important;
	max-height: 18px !important;
	height: 18px !important;
	padding: 1px !important;
	text-align: center !important;
	border-radius: 30% !important;
	border: none !important;
}

.telerik_radGridWrapper  .gameLogs_drillIntoTicketsJackpotContainer
{
	border: 2px solid #9999FF !important;
	border-radius: 3% !important;
}

	.telerik_radGridWrapper .gameLogs_drillIntoTicketsJackpotContainer td:last-child
	{
		border-right: 1px solid #88a6c0 !important;
	}

.gameLogs_drillIntoTicketsJackpotContainer td
{
	max-width: 18px !important;
	width: 18px !important;
	max-height: 18px !important;
	height: 18px !important;
	padding: 1px !important;
	text-align: center !important;
	border-radius: 30% !important;
	border: none !important;
}

/*-----------------------------------------------------Bingo Observer Manager -----------------------------------------*/
.bingoObserver_container
{
}

	.bingoObserver_container .serviceState
	{
		margin: 1px;
		padding-left: 6px;
		padding-right: 6px;
		font-weight: bold;
		height: 22px;
		width: 150px;
		padding: 4px 6px 0px 6px;
	}

	.bingoObserver_container .available
	{
		background-color: #6ab550;
	}

	.bingoObserver_container .unavailable
	{
		background-color: #FF4D4D;
	}

	.bingoObserver_container .notexist
	{
		background-color: #C4C4C4;
	}

	.bingoObserver_container .timeout
	{
		background-color: #ae7a48;
	}

	.bingoObserver_container .updateButtonWrapper
	{
		margin-left: 5px;
		margin-top: 0px;
	}

/*--------------------------------------------------------Profanity Filter Manager--------------------------------------------*/
.profanityFilter_container .telerik_radGridWrapper
{
	max-height: 310px; /*Max height to display scrollbars*/
	max-width: 100%; /*Max width to display scrollbars*/
}

/*--------------------------------------------------------Bingo Client Manager--------------------------------------------*/
.bingoClient_container .telerik_radGridWrapper
{
	max-height: 310px; /*Max height to display scrollbars*/
	max-width: 100%; /*Max width to display scrollbars*/
}

/*-------------------------------------------------Player manager-------------------------------------------------------*/
.remarks_textWrapper
{
	height: 100px !important;
}

	.remarks_textWrapper > div
	{
		height: 100px;
	}

	.remarks_textWrapper span.riSingle.RadInput.RadInput_Default
	{
		width: 100%;
		height: 100px;
	}

	.remarks_textWrapper .RadInput_Default .riTextBox,
	.remarks_textWrapper .RadInputMgr_Default
	{
		border-color: #8e8e8e #b8b8b8 #b8b8b8 #8e8e8e;
		background: #fff;
		color: #000;
		font: 12px "segoe ui",arial,sans-serif;
		width: 300px;
		height: 100px;
	}

	.remarks_textWrapper span.riSingle.RadInput.RadInput_Default
	{
		width: 300px !important;
	}

	.remarks_textWrapper textarea.riDisabled
	{
		background: rgba(244,244,244,0.5) !important;
	}

.remarks_labelWrapper
{
	height: 80px;
}

.playerManager_quickSearchLink
{
	color: #5D86A9;
	float: left;
	line-height: 18px !important;
	font-size: 12px !important;
	margin: 0px 10px 0px 0px;
}

.playerManager_validatorDateTimePicker
{
	padding-left: 45px;
	white-space:nowrap !important;
}

/*===================================================== Pages ===========================================================*/

/*---------------------------------------------------------Error---------------------------------------------------------*/
.error_container
{
	min-width: initial;
}

	.error_container .common_label
	{
		float: none;
	}

	.error_container .error_messageContainer
	{
		background: rgb(255,255,255); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(253,254,254,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(253,254,254,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(253,254,254,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(253,254,254,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(253,254,254,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(253,254,254,1) 100%); /* W3C */
		position: relative;
		border-radius: 10px;
		box-shadow: 5px 5px 5px #888888;
		left: 50%;
		top: 50%;
		width: 280px;
		height: 150px;
		border: 2px solid #FF0000;
		margin: -100px 0 0 -160px;
		padding: 20px;
		text-align: center;
		white-space: normal;
	}

/*-----------------------------------------------------TechnicalError----------------------------------------------------*/
.technicalError_container
{
	min-width: initial;
}

	.technicalError_container .technicalError_messageContainer
	{
		background: rgb(255,255,255); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(253,254,254,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(253,254,254,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(253,254,254,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(253,254,254,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(253,254,254,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(253,254,254,1) 100%); /* W3C */
		position: relative;
		border-radius: 10px;
		box-shadow: 5px 5px 5px #888888;
		left: 50%;
		top: 50%;
		width: 280px;
		height: 150px;
		border: 2px solid #FF0000;
		margin: -100px 0 0 -160px;
		padding: 20px;
		white-space: normal;
	}

/*------------------------------------------------------Default--------------------------------------------------------*/

.default_container
{
	text-align: center;
}

	.default_container .startWork_label
	{
		color: #ff7c00 !important;
		font-weight: bold;
		font-size: 28px;
		line-height: 40px !important;
		text-shadow: 2px 2px 2px #666666;
	}

/*------------------------------------------------------LogViewer-------------------------------------------------------*/

.logViewer_container .list_wrapper
{
	float: left;
	width: 14%;
	height: 100%;
	display: inline-flexbox;
}

	.logViewer_container .list_wrapper .RadListBox.RadListBox_Default
	{
		width: 100%;
	}

.logViewer_container .logText_wrapper
{
	float: left;
	width: 85%;
	height: 100%;
	margin-left: 1%;
}

	.logViewer_container .logText_wrapper textarea
	{
		width: 100%;
		height: 100%;
		margin: 0px;
	}

/*===================================================== Controls ========================================================*/

/*----------------------------------------------------SearchForm------------------------------------------------------*/
.searchForm_container ul
{
	padding: 0px;
	margin: 0px;
}

.searchForm_container li
{
	display: inline;
}

.searchForm_container .searchForm_quickSearchLink
{
	color: #5D86A9;
	float: left;
	line-height: 18px !important;
	font-size: 12px !important;
	margin: 0px 10px 0px 0px;
}

.searchForm_container .telerik_radGridWrapper
{
	max-height: 310px; /*Max height to display scrollbars*/
	max-width: 100%; /*Max width to display scrollbars*/
}

/*-------------------------------------------------DateTimePeriodPicker------------------------------------------------*/
.dateTimePeriodPicker_dropDown.RadComboBoxDropDown_Default .rcbScroll.rcbWidth
{
	display: none !important;
}

.dateTimePeriodPicker_dropDown.RadComboBoxDropDown.RadComboBoxDropDown_Default
{
	width: 255px !important;
	line-height: 12px;
	border: none;
	background: none;
}

.dateTimePeriodPicker_dropDown .rcbHeader
{
	background: rgb(251,252,255) !important;
	background: -moz-linear-gradient(top, rgba(251,252,255,1) 0%, rgba(223,232,246,1) 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,252,255,1)), color-stop(100%,rgba(223,232,246,1))) !important;
	background: -webkit-linear-gradient(top, rgba(251,252,255,1) 0%,rgba(223,232,246,1) 100%) !important;
	background: -o-linear-gradient(top, rgba(251,252,255,1) 0%,rgba(223,232,246,1) 100%) !important;
	background: -ms-linear-gradient(top, rgba(251,252,255,1) 0%,rgba(223,232,246,1) 100%) !important;
	background: linear-gradient(to bottom, rgba(251,252,255,1) 0%,rgba(223,232,246,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfcff', endColorstr='#dfe8f6',GradientType=0 ) !important;
	border-radius: 10px 10px 10px 10px;
	border: 2px solid #88A6C0 !important;
	background-image: none;
}

/*-------------------------------------------------Upload------------------------------------------------*/
.common_uploadContainer
{
	display: inline-block !important;
	float: left !important;
}