.RadToolBar_skinCustomGob
{
	color: white;
	background-color: black;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	line-height: 34px;
	font-weight: 100;
}

	.RadToolBar_skinCustomGob .rtbOuter
	{
		border-color: black;
	}

	.RadToolBar_skinCustomGob .rtbMiddle, .RadToolBar_skinCustomGob .rtbInner
	{
		padding: 0;
		border: 0;
	}



	.RadToolBar_skinCustomGob .rtbOut, .RadToolBar_skinCustomGob .rtbMid, .RadToolBar_skinCustomGob .rtbIn
	{
		padding: 0;
	}

	.RadToolBar_skinCustomGob .rtbText
	{
		padding: 0 5px;
	}

	.RadToolBar_skinCustomGob .rtbChoiceArrow
	{
		background-image: url('Common/radActionsSprite.png');
		background-position: -117px -65px;
	}

	.RadToolBar_skinCustomGob .rtbSplBtn .rtbChoiceArrow
	{
		width: 18px;
	}

	.RadToolBar_skinCustomGob .rtbItemHovered .rtbWrap
	{
		border-color: rgba(255,255,255,0.5);
	}

	.RadToolBar_skinCustomGob .rtbChecked .rtbWrap, .RadToolBar_skinCustomGob .rtbItemClicked .rtbWrap
	{
		border-color: #d9d9d9;
		color: white;
		background-color: #d9d9d9;
	}

	.RadToolBar_skinCustomGob .rtbDisabled .rtbWrap
	{
		color: white;
	}

	.RadToolBar_skinCustomGob .rtbSeparator
	{
		margin: 0 3px;
		border-width: 0;
		background-color: white;
	}

.RadToolBarDropDown_skinCustomGob
{
	border-color: black;
	color: white;
	background-color: black;
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
	line-height: 2;
}

	.RadToolBarDropDown_skinCustomGob.rtbNoBackground .rtbScrollWrap
	{
		border-color: black;
		background-color: black;
	}

	.RadToolBarDropDown_skinCustomGob .rtbRoundedCorners
	{
		padding: 1px;
	}

	.RadToolBarDropDown_skinCustomGob .rtbItem
	{
		padding: 0;
	}

	.RadToolBarDropDown_skinCustomGob .rtbWrap
	{
		color: white;
		line-height: 2;
	}

	.RadToolBarDropDown_skinCustomGob .rtbIcon
	{
		top: 10px;
	}

	.RadToolBarDropDown_skinCustomGob .rtbItemHovered .rtbWrap
	{
		background-color: #d9d9d9;
	}

	.RadToolBarDropDown_skinCustomGob .rtbItemCliked .rtbWrap
	{
		background-color: #d9d9d9;
	}

	.RadToolBarDropDown_skinCustomGob .rtbTopLeft, .RadToolBarDropDown_skinCustomGob .rtbTopRight, .RadToolBarDropDown_skinCustomGob .rtbBottomLeft, .RadToolBarDropDown_skinCustomGob .rtbBottomRight, .RadToolBarDropDown_skinCustomGob .rtbTopFix, .RadToolBarDropDown_skinCustomGob .rtbBottomFix
	{
		display: none;
	}





 /*.RadToolBar .rtbItem

	{
	color: #333 !important;
	background-color: #fff ;
	background: #fff ;
	border: 1px solid #777 ;
	box-shadow: 0 2px 0 0 #444 ;
	display: inline-block !important;
	margin-bottom: 0 !important;
	font-weight: 300 !important;
	text-align: center !important;
	vertical-align: middle !important;
	-ms-touch-action: manipulation !important;
	touch-action: manipulation !important;
	cursor: pointer !important;
	background-image: none !important;
	white-space: nowrap !important;
	line-height: 1.42857 !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	text-decoration: none !important;
	font-size: 18px !important;
	border-radius: 3px !important;
	padding: 10px 25px !important;
	text-decoration: none !important;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif !important;
	text-decoration: none !important;
}
	div.RadToolBar_skinCustomGob .rtbWrap:hover
{
	color: #333 !important;
	background-color: #e6e6e6 !important;
	background: #e6e6e6 !important;
	border-color: #adadad !important;
	text-decoration: none !important;
}*/


.RadToolBar_skinCustomGob .rtbTemplate
{
	color: rgb(0, 0, 0);
	font-weight: bold;
	border: 0px solid rgb(187, 187, 187);
	font-family: "Open Sans", sans-serif;
	background-color: rgb(255, 255, 255);
}

div.RadToolBar_skinCustomGob
{
	border: 0px solid rgb(187, 187, 187);
	background-color: rgb(255, 255, 255);
}

	div.RadToolBar_skinCustomGob .rtbOuter, .rtbOuter
	{
		margin-bottom: 32px !important;
	}

	div.RadToolBar_skinCustomGob .rtbMiddle
	{
		background-color: rgb(255, 255, 255);
	}

	div.RadToolBar_skinCustomGob .rtbInner
	{
		background-color: rgb(255, 255, 255);
	}

	div.RadToolBar_skinCustomGob .rtbChoiceArrow
	{
		background-color: rgb(255, 255, 255);
	}

div.RadToolBarDropDown_skinCustomGob
{
	border-color: rgb(187, 187, 187);
	background-color: rgb(255, 255, 255);
}

	div.RadToolBarDropDown_skinCustomGob .rtbWrap
	{
		border-style: solid;
		border-width: 0px;
	}

	div.RadToolBarDropDown_skinCustomGob .rtbItemHovered .rtbWrap
	{
		color: rgb(0, 0, 0);
		background-color: rgb(255, 255, 255);
	}

	div.RadToolBarDropDown_skinCustomGob .rtbDisabled .rtbWrap
	{
		color: rgb(0, 0, 0);
	}



 .btn-primary, .btn-danger
{
	color:white !important;
}