/* Used for both small and large buttons (the button portion) */
.btndd
{
	border-radius: 3px;
	overflow: hidden;
	z-index: 1000;
	position: relative;
}

/* For large button */
.btnddLg
{
	height:64px;
}

/* For small button */
.btnddSm
{
	height:18px;
	overflow:hidden;
}

.ribbonQuickAccessBarRight .btnddSm {
	height:auto;
}

/* left half of small button */
.btnddSmLeft
{
	display:table-cell;
	vertical-align:middle;
	padding:0px 2px 0px 4px;
}

/* left half of small button (dropdown with permanent border) */
.btnddSmLeft2
{
	display:table-cell;
	vertical-align:middle;
	padding:0px 2px 0px 2px;
}

/* right half of small button */
.btnddSmRght
{
	display:table-cell;
	vertical-align:middle;
	padding:0px;
}

.btnddSmIconOnly
{
	height:22px;
	width:22px;
	overflow:hidden;
}

/* For both large and small buttons. Normal non-selected state border */
.btnddBdr { border: 1px solid transparent; }

/* For large button icon image */
.btnddImgLg
{
	width:32px;
	height:32px;
	margin: auto;
	display: block;
}

/* For small button icon image */
.btnddImgSm
{
	width:16px;
	height:16px;
	margin: 0px auto 2px auto;
	display: block;
}

/* For icon image for drop down with permanent border*/
.btnddImgSm2
{
	width:16px;
	height:16px;
	display: block;
}

/* For large and small button text */
.btnddTxt
{
	width: 100%;
/*	height: 14px;*/
	font-size: 10.5px;
	font-family: arial;
	text-align: center;
/*	cursor: pointer; */
/*	white-space: nowrap;  enabling this causes the button text to get cut off */
}

.btnTxt
{
	width: 100%;
	font-size: 12px;
	font-family: arial;
	text-align: center;
}

/* For large and small buttons - the dropdown arrow (triangle) */
.btnddArrow
{
	height: 16px;
	width: 16px;
	margin: 0px auto 0px auto;
	background-position: -128px -64px;
	background-image: url('../../images/ribbon/lo_icons_sm.png');
}

/* Hover state for the items in dropdown window; btnddBdr is for non-hover */
.btnddBdrHov
{
	border: 1px solid #e0e0e0;
	cursor: pointer;
}

.ribbonQuickAccessBarRight .btnddBkgHov { padding-top:0; }

/* Selected state - (not for special buttons like symbols, color picker, text style) */
.btnddSel
{
	border: 1px solid #e0e0e0;
	background-color: #e0e0e0;
}

/* For large split button normal state */
.btnddTopBdr { 	border-bottom: 1px solid transparent; }

/* For large split button hover state */
.btnddTopBdrHov { border-bottom: 1px solid #e0e0e0; }

/* For small split button normal state */
.btnddLeftBdr { border-right: 1px solid transparent; }

/* For small split button hover state */
.btnddLeftBdrHov { border-right: 1px solid #e0e0e0; }

/* If not a force dropdown - dividing line for small and large buttons */
.btnddTopSel { border-bottom: 1px solid #e0e0e0; }

/* Regular background */
.btnddBkg { background-color: transparent; }

/* Hover background */
.btnddBkgHov { background-color: #e0e0e0; }

/* For drop down window */
.btnddWin
{
	border: 1px solid grey;
	border-radius: 3px;
	overflow: hidden;
	box-shadow: 3px 3px 2px -1px #444444;
	position: absolute;
	background-color: white;
}
.btnddWinIE
{
	border: 1px solid grey;
	overflow: hidden;
	box-shadow: 3px 3px 2px -1px #444444;
	position: absolute;
	background-color: white;
}

/* For title in drop down window */
td.btnddWinTtl
{
	background-color: #f0f2f5;
}
span.btnddWinTtl
{
	margin: 4px 30px 4px 4px;
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	text-align: left;
}

/* For large by-column buttons (add object button) */
.btnddBtnsLg
{
	width: 36px;
	height: 36px;
	border-radius: 3px;
}

/* For small by-column buttons (shapes) */
.btnddBtnsSm
{
	width: 18px;
	height: 18px;
	border-radius: 3px;
}

/* For large by-column buttons (add object button) - normal border */
.btnddBtnsBdr
{
	border: 1px solid white;
	background-color: white;
	cursor: default;
}

/* For large by-column buttons (add object button) - transparent border */
.btnddBtnsBdrTrans
{
	border: 1px solid transparent;
	background-color: white;
	cursor: default;
}

/* For large by-column buttons (add object button) - hover border */
.btnddBtnsBdrHov
{
	border: 1px solid #e0e0e0;
	background-color: #f7e8b0 !important; /* important is to override dropdownItemNoBorder option that sets background-color:transparent on element */
	cursor: pointer;
	border-radius: 3px;
}

/* For large by-column buttons (add object button) - selected */
.btnddBtnsSel
{
	border: 1px solid #e0e0e0;
	background-color: #e0e0e0 !important; /* important is to override dropdownItemNoBorder option that sets background-color:transparent on element */
	border-radius: 3px;
}

.btnddBtnsSelNone
{
	border: 1px solid transparent;
}

/* Rounded corder */
.btnddRoundCnr
{
	border-radius: 3px;
}

/* Icon span */
.btnddIcon
{
	width: 16px;
	height: 16px;
	margin: 2px;
	position: absolute;
}

/* Text (for icon) span*/
.btnddIconTxt
{
	font-family: arial;
	font-size: 10.5px;
	height: 20px;
	left: 22px;			/* adjust this based on the icon image size */
	padding: 2px;
	position: relative;
	text-align: left;
	margin-right: 20px;
}

.btnddIconTxtTd
{
	position: relative;
	padding: 0px;
	border-left: 1px solid #e2e4e7;
}

/* If right justified (textRight) is given */
.btnddIconTxtRght
{
	font-family: arial;
	font-size: 12px;
/*	height: 20px; */
	padding: 2px;
	float: right;
	right: 3px;
	position: relative;
	margin-right: 5px;
}

/* For dropdown window by-row */
.btnddIconWrap
{
	position: relative;
	width: 20px; 		/* adjust this based on the icon image size */
	height: 20px; 		/* adjust this based on the icon image size */
}

/* For horizontal rule */
.btnddHr
{
	border-top: 1px dashed #c7c8c9;
	height: 1px;
}

/* For text style button - for dropdown win */
.btnddTxtStyle
{
	font-family: arial;
	font-size: 10px;
	text-align: right;
	padding-right: 8px;
	float: right;
}

/* For text style button - for dropdown win style manager */
.btnddTxtStyMgr
{
	border-left: 1px solid #c7c8c9;
	font-family: arial;
	font-size: 11px;
	padding-left: 5px;
}

/* Color picker */
.btnddClrPick
{
	position: relative;
	top: -4px;
	height: 4px;
	width: 32px;
	margin: auto;
}
.btnddClrPickImgSm
{
	width:16px;
	height:16px;
	margin: 0px auto 2px auto;
	display: block;
}
.btnddClrPickSm
{
	position: relative;
	top: -4px;
	height: 3px;
	width: 16px;
}
td.btnddClrPickR0
{
	padding: 2px 3px 4px 3px;
}
td.btnddClrPickRx
{
	padding: 0px 3px 0px 3px;
}
div.btnddClrPickD0
{
	width: 15px;
	height: 15px;
	border: 1px solid #c5c5c5;
}
div.btnddClrPickD1
{
	width: 15px;
	height: 17px;
	border-top: 1px solid #c5c5c5;
	border-left: 1px solid #c5c5c5;
	border-right: 1px solid #c5c5c5;
}
div.btnddClrPickDx
{
	width: 15px;
	height: 17px;
	border-left: 1px solid #c5c5c5;
	border-right: 1px solid #c5c5c5;
}
div.btnddClrPickDLast
{
	width: 15px;
	height: 17px;
	border-bottom: 1px solid #c5c5c5;
	border-left: 1px solid #c5c5c5;
	border-right: 1px solid #c5c5c5;
}
div.btnddClrPckBdrHov1
{
	border: 1px solid #c28838;
	width: 15px;
	height: 14px;
	cursor: pointer;
}
div.btnddClrPckBdrHov2
{
	border: 1px solid #f9f4d5;
	width: 13px;
	height: 12px;
	cursor: pointer;
}
div.btnddClrPckBdrSel1
{
	border: 1px solid #c28838;
	width: 15px;
	height: 14px;
	cursor: pointer;
}
div.btnddClrPckBdrSel2
{
	border: 1px solid #f8ecb8;
	width: 13px;
	height: 12px;
	cursor: pointer;
}
div.btnddClrPckRcnt
{
	width: 15px;
	height: 14px;
}
.btnddClrPckTooltip
{
	position: absolute;
	display: none;
	border-radius: 3px;
	box-shadow: 2px 2px #cccccc;
	font-size: 11px;
	font-family: arial;
	padding: 5px 8px 5px 8px;
	background-color: #f8f8f8;
	border: 1px solid #808080;
}
div.btnddClrPckTranBdr
{
	border: 1px solid #cccccc;
	width: 14px;
	height: 14px;
}
div.btnddClrPckTranBdrSel
{
	border: 1px solid #c28838;
	width: 14px;
	height: 14px;
}
div.btnddThmPick
{
	width: 64px;
	height: 48px;
	margin: 2px;
	overflow: hidden;
	position: relative;
}
div.btnddThmPickBdr
{
	border-radius: 3px;
}
/* Scroll div for the resource list */
div.btnddScroll
{
	overflow: scroll;
	height: 400px;
}
div.btnddTooltipHdr
{
	font-size: 11px;
	font-family: arial;
	font-weight: bold;
}
div.btnddTooltipTxt
{
	font-size: 11px;
	font-family: arial;
}
.frmElem
{
	font-size: 11px;
	font-family: arial;
}
.textBox
{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.textBox::-ms-clear
{ /* Remove "X" clear button from IE 10+ from ribbon textfields */
display: none;
}
.labelText
{
	width: 100%;
	font-size: 10.5px;
	font-family: arial;
}
.spinNormal
{
	height: 7px;
	border: 1px solid transparent;
}
.spinHov
{
	height: 7px;
	border: 1px solid #e0e0e0;
	background-color: #f7edb2;
}
.spinImgDiv
{
	width: 13px;
	height: 18px;
	border: 1px solid #abadb3;
	position: relative;
	left: -1px;
}
.spinUp
{
	width: 8px;
	height: 4px;
	position: relative;
	top: 2px;
	left: 1px;
	background-position: -148px -69px;
	background-image: url(../../images/ribbon/lo_icons_sm.png);
}
.spinDown
{
	width: 8px;
	height: 4px;
	position: relative;
	top: 1px;
	left: 2px;
	background-position: -133px -70px;
	background-image: url(../../images/ribbon/lo_icons_sm.png);
}

/* jQuery Overrides */
.ui-resizable-se {
	width: 9px;
	height: 9px;
	right: -5px;
	bottom: -5px;
}

/* For Media Skin button  */

.btnddSkinIconWrap
{
	position: relative;
	width: 300px; 		/* adjust this based on the icon image size */
	height: 60px; 		/* adjust this based on the icon image size */
}

/* Skin Icon span */
.btnddSkinIcon
{
	width: 300px;
	height: 60px;
	margin: 2px;
	position: absolute;
}

/* RCD toolbar button backgrounds */
.rcdBtn_desktop
{
	background-color: #4b5a6d;
}
.rcdBtn_tabletLand
{
	background-color: #4b5a6d;
}
.rcdBtn_phoneLand
{
	background-color: #4b5a6d;
}
.rcdBtn_tabletPort
{
	background-color: #4b5a6d;
}
.rcdBtn_phonePort
{
	background-color: #4b5a6d;
}

/* For large and small button text */

/* For larger text for the dialogs */
.dlgLblTxt
{
	font-size: 12px;
}
.dlgBtnTxt
{
	font-size: 12px;
}
.dlgBtnIconTxt
{
	font-size: 12px;
}

/* ------------------------------------ */
/* CSS buttons 							*/
/* ------------------------------------ */

/* Dark theme - btnTheme: 'dark' */
.btncss-dark
{
	display: table-cell;
	padding: 10px 25px;
	cursor: pointer;
}
.btncss-dark-normal
{
	background-color: #2f2f2f;
	color: #ffffff;
}
.btncss-dark-disabled
{
	background-color: #8f8f8f;
	cursor: default;
}
.btncss-dark-hover
{
	background-color: #bfbfbf;
	color: #333333;
}
.btncss-dark-active
{
	background-color: #8f8f8f;
	color: #eeeeee;
}

/* Light theme - btnTheme: 'light' */
.btncss-light
{
	display: table-cell;
	padding: 10px 25px;
	cursor: pointer;
}
.btncss-light-normal
{
	background-color: #eeeeee;
	color: #121212;
}
.btncss-light-disabled
{
	background-color: #dddddd;
	color: #888888;
	cursor: default;
}
.btncss-light-hover
{
	background-color: #4f4f4f;
	color: #eeeeee;
}
.btncss-light-active
{
	background-color: #8f8f8f;
	color: #eeeeee;
}

/* eLB theme  - btnTheme: 'elb'*/
.btncss-elb
{
	display: inline-block;
	cursor: pointer;
	user-select: none;
	font-family: proxima-nova, arial;
	font-size: 16px;
	font-weight: bold;
	border: 3px solid #ffffff;
	border-radius: 100px;
	padding: 6px 22px;
}
.btncss-elb-normal
{
	background-color: #ffffff;
	color: #1a232f;
}
.btncss-elb-disabled
{
	background-color: gray !important;  /*LO-8413*/
	color: gray ; /*LO-8413*/
	cursor: default;
	border-color: #dddddd;
}
.btncss-elb-hover
{
	background-color: #1a232f;
	color: #ffffff;
}
.btncss-elb-active
{
	background-color: #8d9096;
	color: #2b3a4c;
	border-color: #8d9096;
}

/* eLB orange theme  - btnTheme: 'elb'*/
.btncss-elb-orange
{
	display: inline-block;
	cursor: pointer;
	font-family: proxima-nova, arial;
	font-size: 16px;
	font-weight: bold;
	border: 3px solid #fd7233;
	border-radius: 100px;
	padding: 6px 22px;
}
.btncss-elb-orange-normal
{
	background-color: #ffffff;
	color: #1a232f;
}
.btncss-elb-orange-disabled
{
	background-color: #fdc1b2;
	color: #ffffff;
	cursor: default;
	border-color: #fdc1b2;
}
.btncss-elb-orange-hover
{
	background-color: #fd7233;
}
.btncss-elb-orange-active
{
	background-color: #ffffff;
	color: #2b3a4c;
	border-color: #8d9096;
}

/* ------------------------------------ */
/* Backstage buttons 							*/
/* ------------------------------------ */
.btnBkgstgThemeHov
{
	border: 1px solid #d0d0d0;
	cursor: pointer;
	background-color: #d0d0d0;
}
.btnBkgstgThemeSel
{
	border: 1px solid #ff733d;
	background-color: #ff733d !important; /* important is to override dropdownItemNoBorder option that sets background-color:transparent on element */
	border-radius: 3px;
}