/**********
 * COMPAT *
 **********/

/* reset styles to sanity */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}


/* set 1em to 10px */
body
{
    font-family: Arial, "Lucida Sans Unicode", "Lucida Grande", Helvetica, sans-serif;
    font-size: 62.5%;
    line-height: 1;
}

/* clearfix */
.clearfix:after 
{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix 
{ 
    display: inline-block;
}
.clearfix 
{ 
    display: block;
}
* html .clearfix 
{ 
    height: 1%;
}

/***********
 * WIDGETS *
 ***********/

/* jqm */
.jqmOverlay { 
    background-color: #000;
}

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.formBuilder
{
}

.hideSession
{
    display: none;
}
.landingToken {
    display: none;
}

.hideSessionImp,
.hideSessionForMoveImp,
.ctrlUndoMark,
.ctrlUndoDeleteMark,
.ctrlPODDamagedMark,
.ctrlPODRejectedMark,
.ctrlPODActualMark,
.ctrlPODCommentMark,
.ctrlPODIDMark,
.ctrlPODQtyMark,
.ctrlPODDeliverMark,
.ctrlINVCommentMark,
.ctrlINVImageMark
{
    display: none !important;
}

li .hide
{
    display: none !important;
}

.modal
{
    background-color: #fff;
    -moz-box-shadow: 0 0 1em #222;
    -webkit-box-shadow: 0 0 1em #222;
    color: #333;
    display: none;
    left: 50%;
    margin-left: -30.5em;
    /*padding: 2em;*/
    position: fixed;
    top: 90px !important;
    width: 60em;
}


.admin_Add.modal, .admin_wiewdetail.modal {
	margin-left: -31em;
}
.admin_Add .notice .system_dv_col2 textarea {
	height : 4em;
	resize : none;
}
/* .admin_Add .thirtyDayEpiration .system_dv_col2 {
	width:310px;
} */
/* .admin_Add #thirtyDayEpirationDate {
	width: 160px;
} */
.admin_Add #thirtyDayEpirationAddedNumber {
	width: 100px;
	text-align: right;
}
.admin_Add.addAccount {
	top: 50px !important;
	width: 485px;
	margin-left: -252px;
}
.admin_Add.editAccount {
	width: 505px;
	margin-left: -252px;
}
.addAccount .hideInAdd {
	display: none;
}
.addAccount .headerColorBar {
	height: 10px;
	background: #e35324;
}
#select_published_form_contain.modal {
	width: auto;
	margin-left: -36em;
}
.previewAndroid
{
	-moz-box-shadow: 0 0 0 !important;
	-webkit-box-shadow: 0 0 !important;
	background: none !important;
}
.modal h3
{
    color: #999;
    font-size: 2.5em;
    margin-bottom: 0.2em;
}
.modal div h3
{
    color: #999;
    font-size: 2.5em;
	display: inline-block;
	/*float: left;*/
    margin-bottom: 0.7em;
}
.modal p
{
    font-size: 1.2em;
    padding-bottom: 1em;
}
.signinDialog div p.message
{
	float: right;
    font-size: 1.2em;
    padding-bottom: 4em;
	padding-left: 6em;
	padding-top: 1em;
	width: 235px;
}
.signinDialog.resellerSignin div p.message
,.gninDialog.ampSignin div p.message
{
	width: auto;
}
.signinDialog .errorMessage
{
    padding-left: 1em;
	/* float: left; */
	width: 100%;
}
.signinDialog .sign_never_mind {
	margin-left:20px!important;
	text-align:center;
}
.signinDialog .requestaccount_section .rightside span {
	margin-left:10px;
}
.modal .modalContents
{
    margin: 0 1.5em 1em;
}
.modal .modalButtonContainer
{
    margin-top: 1.0em;
	text-align: right;
	margin-bottom: 0.1em;    
}
.modal.lookUpDialog .modalButtonContainer,
.modal.excelTemplateDialog .modalButtonContainer {
	margin-top: 15px;
    margin-bottom: 5px;
}
.modal .modalButtonContainer .modalButton
{
    color: #666;
    font-size: 15px;
    letter-spacing: -1px;
    padding: 4px 2px 4px 2px;
}
.modal.lookUpDialog .modalButtonContainer .modalButton,
.modal.excelTemplateDialog .modalButtonContainer .modalButton {
	padding: 6px 3px 6px 3px!important;
    margin-left: 3px;
}
.modal .modalButtonContainer .modalButton:hover
{
    background-color: #f0f0f0;
}
.addFormDialog .modalButtonContainer
,.changeMobileUnitNumber .modalButtonContainer
,.wuEditUser .modalButtonContainer
,.wuAddUser .modalButtonContainer
,.webGroupManage .modalButtonContainer
,.mobileGroupManage .modalButtonContainer {
	text-align:right;
}
.changeMobileUnitNumber .modalButtonContainer {
	margin: 0.8em 0.2em 0.8em;
}

.searchPublishedFormDialog .search1Link
{
    color: #666;
    font-size: 15px;
    letter-spacing: -1px;
    padding: 6px;
}
.searchPublishedFormDialog .search1Link:hover
{
    background-color: #f0f0f0;
}
#templates
{
    display: none;
}

form label
{
    display: block;
    height: 25px;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: -25px;
}
form input
{
    margin-bottom: 0.5em;
    margin-left: 7em;
}
.accountProblemQueuePage form input
{
    margin-left: 1em;
}

.toast
{
    background-color: #fff;
    bottom: -15em;
    -moz-box-shadow: 0 0 1em #222;
    -webkit-box-shadow: 0 0 1em #222;
    color: #444;
    font-size: 1.4em;
    height: 10em;
    right: 5em;
    padding: 2em;
    padding-top: 1.3em;
    position: absolute;
    text-align: center;
    width: 15em;
    z-index: 20;
}

/***********
 * GENERAL *
 ***********/

h1, h2, h3, h4, h5, h6
{
    color: #444;
    font-weight: normal;
    letter-spacing: -1px;
}

h3
{
    font-size: 1.4em;
}

a
{
    color: #4e647b;
    text-decoration: none;
}

ul
{
    list-style-type: none;
}

.propertiesPane a
{
    color: #4e647b !important;
    text-decoration: none;
}
/**********
 * LAYOUT *
 **********/

body
{
    /*background: url(/images/bg_slice.png) repeat-x top;*/
    /*overflow: hidden;*/
}

.header
{
    padding: 2em;
}
.buildformmenu
{
	/*position: absolute;
	right: 28em;*/
	padding-left: 12px !important;
}
.formReviewItemControl
{
	width: 100%;
    text-align: right;
}
.header h1
{
    display: inline-block;
}
.header #renameFormField,
.header #renameReportField
{
    color: #444;
    display: none;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, sans-serif;
    font-size: 2em;
    letter-spacing: -1px;
}
/*.header #editTitleLink
{
    color: #666;
    text-transform: lowercase;
}*/
.header ul.menu
{
    background: transparent url(/images/vert_bar.png) no-repeat left top;
    display: inline-block;
    margin-left: 2em;
    padding-left: 0.5em;
}
.header ul.menu li
{
    display: inline-block;
    margin-left: 1em;
}
.header ul.menu li span, .header h1
{
    color: #666;
    cursor: pointer;
    display: inline-block;
    font-size: 1.4em;
    letter-spacing: -1px;
    padding: 0.5em;
}
.header ul.menu li span a
{
	color: #666;
}
.header ul.menu li span.saveFormAs:hover, .menubar ul.submenu li span.saveDataAs:hover
{
	cursor: default !important;
}
/*.saveFormAs:hover
{
	cursor: pointer !important;
}*/
.header ul.menu li:hover,
.header ul.menu li.open
{
    background-color: #f0f0f0;
}
.header ul.menu li ul.submenu
{
    background-color: #f0f0f0;
    display: none;
    padding: 0.2em;
    position: absolute;
    z-index: 50;
}
.header ul.menu li ul.submenu li
{
    display: block;
    margin-bottom: 0.3em;
    margin-left: 0;
	width:180px;
}
.header ul.menu li ul.submenu li.divider
{
    border-top: 1px solid #ddd;
}
.header ul.menu li ul.submenu li.infoText
{
    color: #777;
    font-size: 1.1em;
    letter-spacing: -1px;
    padding: 0.4em;
}
.header ul.menu li ul.submenu li a
{
    color: #444;
    display: block;
    font-size: 1.4em;
    letter-spacing: -1px;
    padding: 0.6em;
    /*padding-right: 3em;*/
}
div.bf_disabled_menu {
	color: #666;
}
a.bf_disabled_menu {
	color:gray!important;
}

.header ul.menu li ul.submenu li a.sub
{
	display: block;
	position: relative;
	width: 125px;
	padding: 5px 5px 5px 20px !important;
	z-index: 999;
	border: 0px;
	background: #f2f2f2;
	font-size: 11px;
	color: #000 !important;
}
.header ul.menu li ul.submenu li.disabled a
{
    color: #888;
}
.header ul.menu li ul.submenu li a:hover, .menubar ul.menu #mnu_Print:hover
{
    background-color: #fff;
}
.menubar ul.menu #mnu_Print{
	padding: 0.6em 3em 0.6em 0.6em;
	display: block;
}
.header ul.menu li ul.submenu li.disabled a:hover
{
    background-color: transparent;
    cursor: default;
}

.header .accountStatus
{
    font-size: 1.4em;
    letter-spacing: -1px;
    position: absolute;
    right: 2em;
    top: 2em;
}

.toolPalette
{
    /*change toolbar left
	bottom: 0.5em;
    left: 1em;
    user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    position: absolute;
	right: 30em;*/	
    left: 1em;
    width: 160px;
    bottom: 1em;
    user-select: none;
    overflow-y: auto;
	overflow-x: hidden;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    position: absolute;
    top: 40px;
    background-color: white;
}
.toolPalette h3
{
    background: transparent url(/images/add_new.png) no-repeat;
    display: inline-block;
    margin-right: 0.5em;
    padding-left: 18px;
	float: left;
    line-height: 30px;
    margin-right: 0.5em;
    padding-top: 0;
}
.toolPalette ul,
.toolPaletteForContainer ul
{
    display: block;
}
.toolPalette ul li,
.toolPaletteForContainer ul li
{
	/*change toolbar left
    display: inline-block;
    font-size: 1.1em;
    letter-spacing: -1px;
    margin-left: 0.7em;*/
	font-size: 12px;
    line-height: 15px;
    margin-left: 15px;
	color: #555659;
}
.toolPalette ul li.separator,
.toolPaletteForContainer ul li.separator
{
    width: 1em;
}
.toolPalette ul li a,
.toolPaletteForContainer ul li a
{
    cursor: pointer;
    /*padding: 0.5em;*/
}
.toolPalette ul li a:hover
{
    background-color: #4e647b;
    color: #f3f3f3;
}
.toolPaletteForContainer ul li a:hover{
	background-color: #4e647b;
    color: #f3f3f3 !important;
}
.toolButton.ui-draggable-dragging,
.toolPaletteForContainer.ui-draggable-dragging
{
    display: block;
    text-indent: -9999px;
}

.workspaceScrollArea{
    /*change toolbar left
	bottom: 4em;
    left: 0.5em;*/
    background-color: #e8e8e8;
    bottom: 0em;
    left: 15.5em;
    overflow-y: auto;
    padding-left: 1em;
    position: absolute;
    right: 29em;
    top: 40px;
}
.workspace
{
    user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    /*padding-bottom: 300px;*/
	min-height: CALC(100% - 1em);
}

.control.group.selected >.workspaceInnerWrapper
{
	background: #507178;
    padding: 1em;
}

.control.group >.workspaceInnerWrapper
{
	background: #608A93;
    padding: 1em;
}

.control.ctrlTable.selected >.workspaceInnerWrapper,
.control.ctrlSchedule.selected >.workspaceInnerWrapper,
.control.ctrlMessage.selected >.workspaceInnerWrapper
{
	background: #507178;
    padding: 1em;
}

.control.ctrlTable >.workspaceInnerWrapper,
.control.ctrlSchedule >.workspaceInnerWrapper,
.control.ctrlMessage >.workspaceInnerWrapper
{
	background: #608A93;
    padding: 1em;
}
.control.ctrlPOD.selected >.workspaceInnerWrapper
{
	background: #507178;
    padding: 1em;
}

.control.ctrlPOD >.workspaceInnerWrapper
{
	background: #608A93;
    padding: 1em;
}
.control.ctrlINV.selected >.workspaceInnerWrapper
{
	background: #507178;
    padding: 1em;
}

.control.ctrlINV >.workspaceInnerWrapper
{
	background: #608A93;
    padding: 1em;
}
.control.ctrlScoreTable.selected >.workspaceInnerWrapper
{
	background: #507178;
    padding: 1em;
}

.control.ctrlScoreTable >.workspaceInnerWrapper
{
	background: #608A93;
    padding: 1em;
}

.control.ctrlGrid.selected >.workspaceInnerWrapper,
.control.ctrlButtonGrid.selected >.workspaceInnerWrapper
{
	background: #507178;
    padding: 1em;
}

.control.ctrlGrid >.workspaceInnerWrapper,
.control.ctrlButtonGrid >.workspaceInnerWrapper
{
	background: #608A93;
    padding: 1em;
}

.workspaceInnerWrapper
{
	background: #507178;
    padding: 1em;
}
.workspaceInner
{
    min-height: 6em;
    padding-bottom: 3em;
}

.control
{
    margin-bottom: 1.5em;
    position: relative;
}
.control .controlInfo
{
    background-color:#848f8b;
    padding: 6px;
	min-height: 85px;
}
.control .controlInfo .typeIcon
{
    float: left;
    margin: 0.5em;
    margin-right: 2em;
}
.control .controlInfo .deleteControl
{
    background: transparent url(/images/delete.png) no-repeat;
    float: right;
    height: 22px;
    text-align: left;
    text-indent: -9999px;
    width: 21px;
}
.control .controlInfo .duplicateControl
{
    background: transparent url(/images/duplicate.png) no-repeat;
    float: right;
    height: 22px;
    text-align: left;
    text-indent: -9999px;
    width: 21px;
}
.control .controlInfo .moveUpControl
{
    background: transparent url(/images/up.png) no-repeat;
    float: right;
    height: 22px;
    text-align: left;
    text-indent: -9999px;
    width: 21px;
}
.control .controlInfo .moveDownControl
{
    background: transparent url(/images/down.png) no-repeat;
    float: right;
    height: 22px;
    text-align: left;
    text-indent: -9999px;
    width: 21px;
}
.workspace .control:first-child > .controlInfo .moveUpControl
{
    display: none !important;
}
.workspace .control:last-child > .controlInfo .moveDownControl
{
    display: none !important;
}
.workspace .control.first-child > .controlInfo .moveUpControl
{
    display: none !important;
}
.workspace .control.last-child > .controlInfo .moveDownControl
{
    display: none !important;
}
/*.workspace .workspaceInnerWrapper .control:first-child> .controlInfo .moveUpControl
{
    display: block !important;
}
.workspace .workspaceInnerWrapper .control:last-child > .controlInfo .moveDownControl
{
    display: block !important;
}*/
.control .controlInfo .disableDuplicateControl
{
    background: transparent url(/images/duplicate_dis.png) no-repeat !important;
}
.control .controlInfo .controlSkipConditions
{
    font-size: 15px;
    font-weight: bold;
	top: 25px;
	right: 5px;
	position: absolute;
	color: white;
}
.control .controlInfo .controlSkipIfConditions
{
    font-size: 15px;
    font-weight: bold;
	top: 25px;
	right: 5px;
	position: absolute;
	color: white;
}
.control .controlInfo .controlRelevanceConditions
{    
    font-size: 15px;
	font-weight: bold;
    top: 40px;
	right: 5px;
	position: absolute;
	color: white;
}
.control .controlInfo .controlIfThenElse
{    
    font-size: 15px;
	font-weight: bold;
    top: 55px;
	right: 5px;
	position: absolute;
	color: white;
}
.control .controlInfo .controlReadOnlyIf
{    
    font-size: 15px;
	font-weight: bold;
    top: 70px;
	right: 5px;
	position: absolute;
	color: white;
}
.control .controlInfo .reportColumnNumber
{    
    font-size: 30px;
	font-weight: bold;
    top: 25px;
	right: 5px;
	position: absolute;
	color: white;
	display: none;
}
.control .controlInfo .controlLabel
{
    color: #f3f3f3;
    display: inline-block;
    font-size: 2em;
    /*padding-top: 0.4em;*/
	padding-right: 15px;
	padding-top: 0;
}
.control .controlInfo .controlHint
{
    color: #bbb;
    display: inline-block;
    font-size: 1.4em;
}
.control .controlInfo .controlName
{
    color: #bbb;
    font-size: 1.4em;
}
.control .controlInfo .controlProperties
{
    color: #bbb;
    font-size: 1.1em;
    /*margin-top: 1.4em;*/
    /*height: 16px;*/
	padding-right: 80px;
}
.controlName
{
	padding-top: 0 !important;
}
.control .controlInfo .controlProperties li
{
    display: inline-block;
    margin-right: 1.5em;
    /*text-transform: lowercase;*/
	text-transform: none;
}
.selection
{    
    margin-left: 90px;
	color: #bbb;
	font-size: 1.4em;
}
.selection H4
{    
	color: #BBBBBB;
    font-size: 1.1em;
    margin: 0;
    padding: 0;
}
.selection-translations
{
    padding-left: 1px;
}

.selection-translations .choosemultiple-translation li
{
    display: block;
    text-transform: lowercase;
}
.control.group .groupFooter
{
    height: 1em;
}
.control.ctrlTable .groupFooter,
.control.ctrlSchedule .groupFooter,
.control.ctrlMessage .groupFooter
{
    height: 1em;
}
.control.ctrlPOD .groupFooter
{
    height: 1em;
}
.control.ctrlINV .groupFooter
{
    height: 1em;
}
.control.ctrlScoreTable .groupFooter
{
    height: 1em;
}
.control.ctrlGrid .groupFooter,
.control.ctrlButtonGrid .groupFooter

{
    height: 1em;
}
.control .controlFlowArrow
{
    background: transparent url(/images/control_arrows.png) no-repeat;
    height: 28px;
    left: 50%;
    margin-left: -16px;
    position: absolute;
    width: 32px;
    z-index: 1;
}
.control:hover > .controlInfo
{
    background-position: 0 -88px;
}
.control:hover > .controlFlowArrow
{
    /*background-position: 0 -28px;*/
}
.control.selected > .controlInfo
{
	background-color: #36AA36;
}
.control.multi-selected > .controlInfo
{
	background-color: #46BB36;
}
.control.selected > .controlFlowArrow
{
    background-position: 0 -56px;
}
.control.group > .controlInfo
{
    /*background-position: 0 -352px;*/
	background-color: #608a93;
}
.control.group > .controlFlowArrow
{
    /*background-position: 0 -112px;*/
	background-position: 0 -140px;
}
.control.group > .groupFooter
{
    /*background-color: #445841;*/
	background-color: #608A93;
}
.control.group:hover > .controlInfo
{
    background-position: 0 -440px;
}
.control.group:hover > .controlFlowArrow
{
    /*background-position: 0 -140px;*/
	/*background-position: 0 -168px;*/
}
.control.group.selected:hover > .groupFooter
{
    /*background-color: #546d51;*/
	background-color: #507178;
}
.control.group:hover > .groupFooter
{
    /*background-color: #546d51;*/
	background-color: #608A93;
}
.control.group.selected > .controlInfo
{
    /*background-position: 0 -528px;*/
	background-color: #507178;
}
.control.group.selected > .controlFlowArrow
{
    background-position: 0 -168px;
}
.control.group.selected > .groupFooter
{
    /*	-color: #5b6732;*/
	background-color: #507178;
}

.control.group > .groupFooter
{
    /*	-color: #5b6732;*/
	background-color: #608A93;
}

.control.ctrlTable > .controlInfo,
.control.ctrlSchedule > .controlInfo,
.control.ctrlMessage > .controlInfo
{
    /*background-position: 0 -352px;*/
	background-color: #608a93;
}
.control.ctrlTable > .controlFlowArrow,
.control.ctrlSchedule > .controlFlowArrow,
.control.ctrlMessage > .controlFlowArrow
{
    /*background-position: 0 -112px;*/
	background-position: 0 -140px;
}
.control.ctrlTable > .groupFooter,
.control.ctrlSchedule > .groupFooter,
.control.ctrlMessage > .groupFooter
{
    /*background-color: #445841;*/
	background-color: #608A93;
}
.control.ctrlTable:hover > .controlInfo,
.control.ctrlSchedule:hover > .controlInfo,
.control.ctrlMessage:hover > .controlInfo
{
    background-position: 0 -440px;
}
.control.ctrlTable:hover > .controlFlowArrow,
.control.ctrlSchedule:hover > .controlFlowArrow,
.control.ctrlMessage:hover > .controlFlowArrow
{
    /*background-position: 0 -140px;*/
	/*background-position: 0 -168px;*/
}
.control.ctrlTable.selected:hover > .groupFooter,
.control.ctrlSchedule.selected:hover > .groupFooter,
.control.ctrlMessage.selected:hover > .groupFooter
{
    /*background-color: #546d51;*/
	background-color: #507178;
}
.control.ctrlTable:hover > .groupFooter,
.control.ctrlSchedule:hover > .groupFooter,
.control.ctrlMessage:hover > .groupFooter
{
    /*background-color: #546d51;*/
	background-color: #608A93;
}
.control.ctrlTable.selected > .controlInfo,
.control.ctrlSchedule.selected > .controlInfo,
.control.ctrlMessage.selected > .controlInfo
{
    /*background-position: 0 -528px;*/
	background-color: #507178;
}
.control.ctrlTable.selected > .controlFlowArrow,
.control.ctrlSchedule.selected > .controlFlowArrow,
.control.ctrlmessage.selected > .controlFlowArrow
{
    background-position: 0 -168px;
}
.control.ctrlTable.selected > .groupFooter,
.control.ctrlSchedule.selected > .groupFooter,
.control.ctrlMessage.selected > .groupFooter
{
    /*	-color: #5b6732;*/
	background-color: #507178;
}

.control.ctrlTable > .groupFooter,
.control.ctrlSchedule > .groupFooter,
.control.ctrlMessage > .groupFooter
{
    /*	-color: #5b6732;*/
	background-color: #608A93;
}

.control.ctrlPOD > .controlInfo
{
    /*background-position: 0 -352px;*/
	background-color: #608a93;
}
.control.ctrlPOD > .controlFlowArrow
{
    /*background-position: 0 -112px;*/
	background-position: 0 -140px;
}
.control.ctrlPOD > .groupFooter
{
    /*background-color: #445841;*/
	background-color: #608A93;
}
.control.ctrlPOD:hover > .controlInfo
{
    background-position: 0 -440px;
}
.control.ctrlPOD:hover > .controlFlowArrow
{
    /*background-position: 0 -140px;*/
	/*background-position: 0 -168px;*/
}
.control.ctrlPOD.selected:hover > .groupFooter
{
    /*background-color: #546d51;*/
	background-color: #507178;
}
.control.ctrlPOD:hover > .groupFooter
{
    /*background-color: #546d51;*/
	background-color: #608A93;
}
.control.ctrlPOD.selected > .controlInfo
{
    /*background-position: 0 -528px;*/
	background-color: #507178;
}
.control.ctrlPOD.selected > .controlFlowArrow
{
    background-position: 0 -168px;
}
.control.ctrlPOD.selected > .groupFooter
{
    /*	-color: #5b6732;*/
	background-color: #507178;
}

.control.ctrlPOD > .groupFooter
{
    /*	-color: #5b6732;*/
	background-color: #608A93;
}

.control.ctrlINV > .controlInfo
{
    /*background-position: 0 -352px;*/
	background-color: #608a93;
}
.control.ctrlINV > .controlFlowArrow
{
    /*background-position: 0 -112px;*/
	background-position: 0 -140px;
}
.control.ctrlINV > .groupFooter
{
    /*background-color: #445841;*/
	background-color: #608A93;
}
.control.ctrlINV:hover > .controlInfo
{
    background-position: 0 -440px;
}
.control.ctrlINV:hover > .controlFlowArrow
{
    /*background-position: 0 -140px;*/
	/*background-position: 0 -168px;*/
}
.control.ctrlINV.selected:hover > .groupFooter
{
    /*background-color: #546d51;*/
	background-color: #507178;
}
.control.ctrlINV:hover > .groupFooter
{
    /*background-color: #546d51;*/
	background-color: #608A93;
}
.control.ctrlINV.selected > .controlInfo
{
    /*background-position: 0 -528px;*/
	background-color: #507178;
}
.control.ctrlINV.selected > .controlFlowArrow
{
    background-position: 0 -168px;
}
.control.ctrlINV.selected > .groupFooter
{
    /*	-color: #5b6732;*/
	background-color: #507178;
}
.control.ctrlINV > .groupFooter
{
    /*	-color: #5b6732;*/
	background-color: #608A93;
}

.control.ctrlBreakPointData.selected >.workspaceInnerWrapper
{
	background: #507178;
    padding: 1em;
}

.control.ctrlBreakPointData >.workspaceInnerWrapper
{
	background: #608A93;
    padding: 1em;
}
.control.ctrlBreakPointData .groupFooter
{
    height: 1em;
}
.control.ctrlBreakPointData > .controlInfo
{
	background-color: #608a93;
}
.control.ctrlBreakPointData > .controlFlowArrow
{
	background-position: 0 -140px;
}
.control.ctrlBreakPointData > .groupFooter
{
	background-color: #608A93;
}
.control.ctrlBreakPointData:hover > .controlInfo
{
    background-position: 0 -440px;
}
.control.ctrlBreakPointData:hover > .controlFlowArrow
{
}
.control.ctrlBreakPointData.selected:hover > .groupFooter
{
	background-color: #507178;
}
.control.ctrlBreakPointData:hover > .groupFooter
{
	background-color: #608A93;
}
.control.ctrlBreakPointData.selected > .controlInfo
{
	background-color: #507178;
}
.control.ctrlBreakPointData.selected > .controlFlowArrow
{
    background-position: 0 -168px;
}
.control.ctrlBreakPointData.selected > .groupFooter
{
	background-color: #507178;
}
.control.ctrlBreakPointData > .groupFooter
{
	background-color: #608A93;
}

.control.ctrlScoreTable > .controlInfo
{
    /*background-position: 0 -352px;*/
	background-color: #608a93;
}
.control.ctrlScoreTable > .controlFlowArrow
{
    /*background-position: 0 -112px;*/
	background-position: 0 -140px;
}
.control.ctrlScoreTable > .groupFooter
{
    /*background-color: #445841;*/
	background-color: #608A93;
}
.control.ctrlScoreTable:hover > .controlInfo
{
    background-position: 0 -440px;
}
.control.ctrlScoreTable:hover > .controlFlowArrow
{
    /*background-position: 0 -140px;*/
	/*background-position: 0 -168px;*/
}
.control.ctrlScoreTable.selected:hover > .groupFooter
{
    /*background-color: #546d51;*/
	background-color: #507178;
}
.control.ctrlScoreTable:hover > .groupFooter
{
    /*background-color: #546d51;*/
	background-color: #608A93;
}
.control.ctrlScoreTable.selected > .controlInfo
{
    /*background-position: 0 -528px;*/
	background-color: #507178;
}
.control.ctrlScoreTable.selected > .controlFlowArrow
{
    background-position: 0 -168px;
}
.control.ctrlScoreTable.selected > .groupFooter
{
    /*	-color: #5b6732;*/
	background-color: #507178;
}

.control.ctrlScoreTable > .groupFooter
{
    /*	-color: #5b6732;*/
	background-color: #608A93;
}

.control.ctrlGrid > .controlInfo,
.control.ctrlButtonGrid > .controlInfo
{
    /*background-position: 0 -352px;*/
	background-color: #608a93;
}
.control.ctrlGrid > .controlFlowArrow,
.control.ctrlButtonGrid > .controlFlowArrow
{
    /*background-position: 0 -112px;*/
	background-position: 0 -140px;
}
.control.ctrlGrid > .groupFooter,
.control.ctrlButtonGrid > .groupFooter
{
    /*background-color: #445841;*/
	background-color: #608A93;
}
.control.ctrlGrid:hover > .controlInfo,
.control.ctrlButtonGrid:hover > .controlInfo
{
    background-position: 0 -440px;
}
.control.ctrlGrid:hover > .controlFlowArrow,
.control.ctrlButtonGrid:hover > .controlFlowArrow
{
    /*background-position: 0 -140px;*/
	/*background-position: 0 -168px;*/
}
.control.ctrlGrid.selected:hover > .groupFooter,
.control.ctrlButtonGrid.selected:hover > .groupFooter
{
    /*background-color: #546d51;*/
	background-color: #507178;
}
.control.ctrlGrid:hover > .groupFooter,
.control.ctrlButtonGrid:hover > .groupFooter
{
    /*background-color: #546d51;*/
	background-color: #608A93;
}
.control.ctrlGrid.selected > .controlInfo,
.control.ctrlButtonGrid.selected > .controlInfo
{
    /*background-position: 0 -528px;*/
	background-color: #507178;
}
.control.ctrlGrid.selected > .controlFlowArrow,
.control.ctrlButtonGrid.selected > .controlFlowArrow
{
    background-position: 0 -168px;
}
.control.ctrlGrid.selected > .groupFooter,
.control.ctrlButtonGrid.selected > .groupFooter
{
    /*	-color: #5b6732;*/
	background-color: #507178;
}

.control.ctrlGrid > .groupFooter,
.control.ctrlButtonGrid > .groupFooter
{
    /*	-color: #5b6732;*/
	background-color: #608A93;
}
.control.ui-draggable-dragging
{
    z-index: 5;
}
body > .control.last .controlFlowArrow,
.workspace .control:last-child > .controlFlowArrow
{
    display: none;
}
.workspace .control.last-child > .controlFlowArrow
{
    display: none;
}
.placeholder
{
    background: transparent url(../images/control_slice.png) repeat-x 0 -264px;
    height: 88px;
    margin-bottom: 1.5em;
    position: relative;
    /* text-indent: -9999px; */
}
.placeholder .flowArrow
{
    background: transparent url(/images/control_arrows.png) no-repeat 0 -84px;
    height: 28px;
    left: 50%;
    margin-left: -16px;
    position: absolute;
    top: 88px;
    width: 32px;
    z-index: 1;
}
.workspace > .placeholder:last-child .flowArrow
{
    display: none;
}

.placeholder.hidden
{
    background: none;
}

.propertiesPane
{
	/*change toolbar left
    bottom: 3em;*/
	bottom: 1em;
    padding: 0 0 1em 1em;
    overflow-y: auto;
	overflow-x: hidden;
    position: absolute;
    right: 1em;
    top:  40px; /*  40px - is only for report screen - it would be 170px in build form */
    width: 26em;
	background-color: white;
}
/* CO-671 - add more css for panVideo only (build form screen) */
div#panVideo.propertiesPane,
div#panSampleForm.propertiesPane {
    top:  170px; /*  40px; */
}
.propertiesPaneHeader{
    padding: 0 1em 1em 1em;
    overflow-y: hidden;
    position: absolute;
    right: 0.5em;
    top: 10px;
    width: 26em;
}
.propertiesPaneContent{
	bottom: 0em;
}
.propertiesPane .propertyList.Sample li{
	clear: none;
}
.propertiesPane .propertyList li
{
    /*margin-top: 0.8em;*/
	margin-top: 0px;
	max-width: 270px;
	clear: both;
}
.propertiesPane .propertyList li.emptyData,
.propertiesPane .propertyList .emptyData li
{
    margin-top: 0.8em;
}
.propertiesPane .propertyList li.columnsSpaceType
{
	margin-top: 0.8em;;
}

.propertiesPane .propertyList .uiTextOpt .translations li
{
    margin-top: 0.1em !important;
}
.propertiesPane .propertyList li:hover
{
    background-color: #eee;
}
.propertiesPane .propertyList .toolPaletteForContainer li:hover{
	background-color: initial;
}
.propertiesPane .propertyList li li,
.propertiesPane .propertyList .optionsEditorValueField,
.propertiesPane .propertyList .ScoreOptionsEditorValueField,
.propertiesPane .propertyList .ScoreNAOptionsEditorValueField
{
    /*margin-left: 0.5em;*/
	margin-left: 0em;
}
.propertiesPane .propertyList li.advanced
{
    border-top: 1px dashed #888;
    padding-top: 0.5em;
}
.propertiesPane .propertyList li.moreadvanced
{
    border-top: 1px dashed #888;
    padding-top: 0.5em;
}
.propertiesPane .propertyList li.emptyData
{
    color: #999;
    font-size: 1.5em;
    text-align: left;
}
.propertiesPane .propertyList ol.emptyData
{
    margin-left: 0.7em;
}
.propertiesPane .propertyList li h4
{
    font-size: 14px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
	color: #36617c;
	letter-spacing: normal;
}
.propertiesPane .propertyList li p
{
    color: #666;
    font-size: 0.9em;
    padding: 0.2em 0 0.3em;
}
.propertiesPane .propertyList input[type="text"]
{
    width: 262px;
}
.propertiesPane .propertyList .uploadImage input[type="text"]
{
    width: 262px;
	margin-bottom: 5px !important;
}
.propertiesPane .propertyList .cboEmailReportTemplate
{
    margin-top:5px;
    width: 250px;    
}
.propertiesPane .propertyList .selects_report_setting.newReportSettingLayout
{
    margin-top:5px;
    width: 250px;    
}

.propertiesPane .propertyList .uploadImage input[type="button"]
{
}
.propertiesPane .propertyList .min
{
    width: 234px !important;
}

.propertiesPane .propertyList .max
{
    width: 234px !important;
}

.propertiesPane .propertyList .uiText-translation-option input
{
    width: 205px !important;
}
.propertiesPane .propertyList .optionsEditorScoreOne .uiText-translation-option input
{
    width: 180px !important;
	padding-right: 5px;
}
.propertiesPane .propertyList .optionsEditorValueField input
{
    width: 235px  !important;
}
.propertiesPane .propertyList .optionsEditorImageField input[type=text]
{
    width: 235px  !important;
}
.propertiesPane .propertyList .optionsEditorImageField input[type=button]
{
    width: 75px  !important;
}
.propertiesPane .propertyList .ScoreOptionsEditorValueField input
{
    width: 35px  !important;
}
.propertiesPane .propertyList .ScoreNAOptionsEditorValueField input
{
    width: 15px  !important;
}
.propertiesPane .propertyList .cboChoiceDefaultFieldValue{
	width: 262px;
}
.propertiesPane .propertyList .cboLookupTable{
	width: 262px;
}
.propertiesPane .propertyList .cboLookupConditionField{
	width: 262px;
}
.propertiesPane .propertyList .cboLookupConditionAnswer{
	width: 262px;
}
.propertiesPane .propertyList .cboStoreIdField{
	width: 262px;
}
.propertiesPane .propertyList .cboAisleColumn{
	width: 262px;
}
.propertiesPane .propertyList .cboAisleValue{
	width: 262px;
}
.propertiesPane .propertyList .cboLookupValue{
	width: 262px;
}
.propertiesPane .propertyList .manageLookupSession{
	width: 262px;
	padding-top: 3px;
    padding-bottom: 10px;
}
.propertiesPane .propertyList #property_imgAction{
	width: 262px;
}
.propertiesPane .propertyList #property_imgActionParam_SaveAndLoadForm{
	width: 262px;
}
.propertiesPane .propertyList .skipConditionsEditorValueField input
{
    width: 245px !important;
}

.propertiesPane .propertyList .relevanceConditionsEditorValueField input,
.propertiesPane .propertyList .itlConditionsEditorValueField input,
.propertiesPane .propertyList .thenSession input,
.propertiesPane .propertyList .elseSession input,
.propertiesPane .propertyList .conditionThenSession input,
.propertiesPane .propertyList .skipIfConditionsEditorValueField input
{
    width: 245px !important;
}

.propertiesPane .propertyList  .skipConditionsList select, .propertiesPane .propertyList .relevanceConditionsList select, .propertiesPane .propertyList .lookupFillEditorValueField select, .propertiesPane .propertyList .expressions select
, .propertiesPane .propertyList .lookupEditorValueField select
, .propertiesPane .propertyList .iteConditions select
, .propertiesPane .propertyList .thenSession select
, .propertiesPane .propertyList .elseSession select
, .propertiesPane .propertyList .conditionThenSession select
, .propertiesPane .propertyList .skipIfConditions select
, .propertiesPane .propertyList .cboLookupRetrieveTableField
, .propertiesPane .propertyList .cboLookupRetrieveFillField
, .propertiesPane .propertyList .cboModifyFieldsAction
, .propertiesPane .propertyList .iptRetrieveFieldConstant
, .propertiesPane .propertyList .cboPrintField
, .propertiesPane .propertyList .cboActionDestinationFillField
, .propertiesPane .propertyList .cboActionDestinationFillValue
, .propertiesPane .propertyList .txtActionDestinationFillOtherValue
, .propertiesPane .propertyList .cboActionDestinationFillOtherValue
, .propertiesPane .propertyList .readOnlyIfConditionsList select
, .propertiesPane .propertyList .readOnlyIfConditionsList input
, .propertiesPane .propertyList .hideIfFieldsList select
, .propertiesPane .propertyList .hideIfCompareEditor select
, .propertiesPane .propertyList .hideIfCompareEditor input
, .propertiesPane .propertyList .cboRepeatableColumnField
, .propertiesPane .propertyList .filterConditionsEditor select
, .propertiesPane .propertyList .filterConditionsEditor input
{
    width: 245px !important;
}
.lookupRetrieveModifyFieldsAction h5 span {
	margin-right: 25px;
}
.propertiesPane .propertyList .destinationFieldList select{
	width: 242px !important;
}
.propertiesPane .propertyList  .txtOperationValue, .propertiesPane .propertyList  .txtOperationValue1
{
	margin-top: 3px;
	width: 245px !important;
}

.propertiesPane .propertyList  .skipConditionsList li, .propertiesPane .propertyList .relevanceConditionsList li,
.propertiesPane .propertyList .iteConditionsList li
{
    margin-left: 0 !important;
}

.propertiesPane .propertyList li .bool label
{
    color: #444;
    font-size: 15px;
    letter-spacing: -1px;
}
.propertiesPane .propertyList li .bool p
{
    padding-left: 2.7em;
}
.propertiesPane .propertyList li .numericRange h5,
.propertiesPane .propertyList li .numericRange input[type="text"],
.propertiesPane .propertyList li .reportDateFilterCustomRange h5,
.propertiesPane .propertyList li .reportDateFilterCustomRange input[type="text"],
.propertiesPane .propertyList li .numericFieldRange h5,
.propertiesPane .propertyList li .numericFieldRange select
{
    margin-left: 2.2em;
}
.propertiesPane .propertyList li h5
{
    font-size: 1.1em;
}
.propertiesPane .propertyList li.advanced a.toggle
{
    color: #444;
    font-size: 1.4em;
    letter-spacing: -1px;
}
.propertiesPane .propertyList li.advanced a.toggle-skip
{
    color: #444;
    font-size: 1.4em;
    letter-spacing: -1px;
}
.propertiesPane .propertyList li.advanced a.toggle-relevance
{
    color: #444;
    font-size: 1.4em;
    letter-spacing: -1px;
}
.propertiesPane .propertyList li.moreadvanced a.toggle-moreadvanced
{
    color: #444;
    font-size: 1.4em;
    letter-spacing: -1px;
}
.propertiesPane .propertyList li .addOption
{
    font-size: 13px;
    letter-spacing: -1px;
    margin-top: 0.5em;
    padding: 0.5em;
}
.propertiesPane .propertyList li .addSkip
{
    font-size: 13px;
    letter-spacing: -1px;
    margin-top: 0.5em;
    padding: 0.5em;
}
.propertiesPane .propertyList li .removeOption
{
    background: url(/images/glyphs.png) no-repeat scroll 0 -45px transparent;
    display: inline-block;
    float: right;
    height: 16px;
    margin-left: 0.6em;
	margin-top: 4px;
    text-align: left;
    text-indent: -9999px;
    width: 16px;
}

.propertiesPane .optionsEditorScoreOne .propertyList li .removeOption{
	margin-top: 19px;
}
.propertiesPane .propertyList li .uiText:hover .removeOption
{
    background-position: 0 -60px;
}

.propertiesPane .propertyList li .removeCondition, 
.propertiesPane .propertyList li .removeFieldCondition, 
.propertiesPane .expressions li .removeExpression, 
.propertiesPane .propertyList li .removeSearchFieldCondition, 
.propertiesPane .propertyList li .removeConditionField, 
.propertiesPane .propertyList li .removeDestinationField, 
.propertiesPane .propertyList li .removeModifyField, 
.propertiesPane .propertyList li .removeField,
.propertiesPane .propertyList li .removePrintField,
.propertiesPane .propertyList li .removePrintRow,
.propertiesPane .propertyList li .removeHideIfField,
.propertiesPane .propertyList li .removeRouteStop,
.propertiesPane .propertyList li .removeFilter,
.lookupConditionFieldsList2 li .removeConditionField,
.propertiesPane .propertyList li .removePrintFile,
.propertiesPane .propertyList li .removeReRunCalculationField,
.propertiesPane .propertyList li .removeRepeatableColumnField
{
    background: url(/images/glyphs.png) no-repeat scroll 0 -45px transparent;
    display: inline-block;
    float: right;
    height: 16px;
    margin-left: 0.6em;
    text-align: left;
    text-indent: -9999px;
    width: 16px;
}
.propertiesPane .propertyList li .uiText:hover .removeCondition
{
    background-position: 0 -60px;
}

.propertiesPane .propertyList li.advanced .icon
{
    background: transparent url(/images/glyphs.png) no-repeat 0 -15px;
    float: right;
    height: 15px;
    width: 15px;
}

.propertiesPane .propertyList li.advanced .expanded .icon
{
    background-position: 0 -30px;
}

.propertiesPane .propertyList li.moreadvanced .icon
{
    background: transparent url(/images/glyphs.png) no-repeat 0 -15px;
    float: right;
    height: 15px;
    width: 15px;
}

.propertiesPane .propertyList li.moreadvanced .expanded .icon
{
    background-position: 0 -30px;
}
/**********
 * MODALS *
 **********/

.signinDialog  .signinheader.hide,
.signinDialog  .requestaccountheader.hide,
.signinDialog .signupLink.hide,
.signinDialog .signinLink.hide,
.signinDialog .passwordLink.hide,
.signinDialog .jqmClose.hide,
.signinDialog .closeLink.hide,
.signinDialog .signup_section
{
    display: none;
}
.signinDialog .requestaccount_section
{
    display: none;
}
.signinDialog .forgot_password_section
{
    display: none;
}
.signinDialog form input
, .changePassword form input
{	
    margin-left: 11em;
	width: 240px;
	height:20px;
}
.signinDialog form input#signin_account
{
}
.signinDialog.resellerSignin form input
,.signinDialog.ampSignin form input
{
}
.signinDialog.partnerSignin form input
{
}
.signinDialog.resellerSignin form .forgot_password_section  label
,.signinDialog.ampSignin form .forgot_password_section label {
}
.ampSignin .popup_Title_new {
	margin-left:0px;
}
.signinDialog form label
, .changePassword form label
{
    text-align: right;
	margin-right: 20em;
	font-size: 15px;
}
.signinDialog form .requestaccount_section label
{
	margin-right: 25em;
	font-size: 1.2em;
}
.signinDialog form .forgot_password_section label
{
	margin-right: 20em;
	font-size: 14px;
}
.signinDialog form label.url 
{
    text-align: left;
	margin-left: 12em;
	font-size: 1.2em;
}
.signinDialog div.modalButtonContainer a
{	
    font-size: 15px !important;
}
.signinDialog form p
{
    margin-left: 12em;
}
.signinDialog form p.forgotmessage
{
    margin-left: 1em;
    float:left;
}
.addForm form select
{	
    margin-left: 7em;
    margin-bottom: 1em;
    width: 22em;
}
.addForm form input
{	
    width: 22em;
}
.modal.changeMobileUnitNumber
, .modal.addEditGeofenceModal {
	width:41em;
	margin-left:-15em;
}
.modal.addEditGeofenceModal {
	width:59em;
	margin-left:-25em;
}
.changeMobileUnitNumber form input
, .addEditGeofenceModal form input
{	
    margin-left: 11em;
}
.changeMobileUnitNumber form label
, .dontCheckForDeletedLicenses form label
, .addEditGeofenceModal form label
{
	text-align: left;
	margin-right: 25em;
	width:120px !important;
}
.changeMobileUnitNumber form p
, .addEditGeofenceModal form p
{
    margin-left: 12em;
}
.changeMobileUnitNumber .thirtcol
, .addEditGeofenceModal .thirtcol {
	display:inline;
	margin-left:10px;
}
.changeMobileUnitNumber .jqmClose
, .addEditGeofenceModal .jqmClose
{
    /* margin-right: 32px; */
    padding-right:2px !important;
}
.wuEditUser, .wuEditUser input, .wuEditUser select
, .wuEditUser label {
	font-size:12px !important;
}

.wuEditUser form input, .wuAddUser form input
{	
    margin-left: 11em;
	width: 200px;
}
.wuEditUser form input#wusend_email, .wuAddUser form input#wusend_email1
,.wuEditUser form input[type="checkbox"]
,.wuAddUser form input[type="checkbox"]
,.wuEditUser form input[type="radio"]
,.wuAddUser form input[type="radio"]
{
	width: auto !important;
	margin-right:5px !important;
	padding:0px;
}
.wuEditUser form input[type="checkbox"]
,.wuAddUser form input[type="checkbox"]
,.wuEditUser form input[type="radio"]
,.wuAddUser form input[type="radio"]
{
	position:relative;
	top:0px;
}
.wuEditUser form select, .wuAddUser form select
{	
    margin-left: 11em;
	width : 205px;
	box-sizing:content-box;
}
.wuEditUser form label, .wuAddUser form label
{
    text-align: right;
	margin-right: 25em;
}
.wuEditUser form p, .wuAddUser form p
{
    margin-left: 12em;
}
.changeMobile_content .wu_title2, .wuEditUser .wu_title2, .wuAddUser .wu_title2 {
	font-weight:bold;
	color:#181f96;
	text-align:right;
	padding:5px 0px;
}
.changeMobile_content .wu_title3, .wuEditUser .wu_title3, .wuAddUser .wu_title3 {
	font-weight:bold;
	color:#181f96;
	text-align:right;
	padding:5px 0px;
	font-size:1.2em;
}
.changeMobile_content .mobile_edit_user_variable, .wuEditUser .web_edit_user_variable {
/*	padding-top: 6px;*/
	display: inline-block;
	cursor: pointer;
	text-decoration: underline;
	color: #0089ff;
	padding-left:29px;
}
.wuEditUser .web_edit_user_variable {
	padding:5px 0px;
/*	height:2em;*/
}
.user_variables_container input.user_variable_header {
	border:1px solid;
	height:2em;
}
.wuAddUser .wu_tnote_con, .wuEditUser .wu_tnote_con {
	padding-top:5px;
}
.wuAddUser .wu_title_note, .wuEditUser .wu_title_note {
	font-style: italic;
	padding:5px 0px;
}
.wuAddUser .wu_checkbox_con {
	/* padding: 5px 5px 5px 0px; */
}
.wuAddUser .modalContents, .wuEditUser .modalContents {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 450px;
    width: 49em;
}
.wuAddUser form .wuAddUser_content.wusend_email1
,.wuEditUser form .wuEditUser_content.wusend_email
,.wuEditUser_content.wu_use_account_timezone {
	margin-top:6px;
}
.wuAddUser form input#wusend_email1
,.wuEditUser form input#wusend_email {
	margin-top:0px;
}
.wuAddUser .wu_timezone
,.wuEditUser .wu_timezone {
	margin-top:-1px;
}
.wuAddUser .wuAddUser_content.wu_apply_dst
,.wuEditUser .wuEditUser_content.wu_apply_dst {
	margin-top:5px;
	margin-bottom: -4px;
}

.wuAddUser .wu_startup_tab
,.wuAddUser .wu_startup_project
,.wuAddUser .wu_startup_form
,.wuAddUser .wu_startup_type
,.wuEditUser .wu_startup_tab
,.wuEditUser .wu_startup_project
,.wuEditUser .wu_startup_form
,.wuEditUser .wu_startup_type {
	margin-top:-2px;
}
.wuAddUser .wgRestriction
,.wuEditUser .wgRestriction {
	margin-top:1px;
}
.wuAddUser .prjRestriction
,.wuEditUser .prjRestriction {
	margin-top:5px;
}
.wuAddUser #wuworkgroup_restrictions
,.wuEditUser #wuworkgroup_restrictions
,.wuAddUser #wuprjgroup_restrictions
,.wuEditUser  #wuprjgroup_restrictions {
	width: 150px;
	float: left;
	margin: 8px 3px 3px 0px;
}
.wuAddUser #wuworkgroup_restrictions .wu_checkbox_con div
,.wuEditUser #wuworkgroup_restrictions .wu_checkbox_con div
,.wuAddUser #wuprjgroup_restrictions .wu_checkbox_con div
,.wuEditUser #wuprjgroup_restrictions .wu_checkbox_con div {
	padding-left:18px;
	word-wrap:break-word;
}
.wsAddService form input, .wsAddService form select, .wsAddService .serviceRadio
,.addShareContent form input, .addShareContent form select, .addShareContent .shareRadio
{	
    margin-left: 11em;
    margin-bottom: 5px;
	width: 15em;
}
.wsAddService form select
,.addShareContent form select
{
	width: 203px;
}
/*.wsAddService .serviceRadio
{
	margin-left: 11em;
    margin-bottom: 5px;
	width: 15em;
}*/
.wsAddService form input[type="radio"]
,.addShareContent form input[type="radio"]
{	
	margin-left: 2em;
    width: 2em;
}
.wsAddService form label
,.addShareContent form label
{
    text-align: right;
	margin-right: 25em;
}
.wsAddService form p
,.addShareContent form p
{
    margin-left: 12em;
}
.accountDialog p
{
    margin-top: 1em;
}
.accountDialog form input
{
    margin-left: 14em;
}

.openDialog .formList li.loading,
.openDialog .formList li.loading:hover,
.openReportDialog .formList li.loading,
.openReportDialog .formList li.loading:hover
{
    background: transparent url(/images/loading.gif) no-repeat;
    display: block;
    height: 19px;
    text-indent: -9999px;
    width: 220px;
}
.openDialog .formList li,
.openReportDialog .formList li
{
    background-color: #f6f6f6;
    cursor: pointer;
    font-size: 15px;
    padding: 6px;
}
.openDialog .formList li:hover,
.openReportDialog .formList li:hover
{
    background-color: #ddd;
}
.openDialog .formList li.selected,
.openDialog .formList li.selected:hover,
.openReportDialog .formList li.selected,
.openReportDialog .formList li.selected:hover
{
    background-color: #888;
    color: #fff;
}

.exportDialog .exportCodeContainer
{
    max-height: 30em;
    overflow: auto;
}
.exportDialog #downloadFrame
{
    height: 1px;
    overflow: hidden;
    width: 1px;
}

.exportJsonDialog .exportCodeContainer
{
    max-height: 30em;
	height: 30em;
    overflow: auto;
}
.exportJsonDialog #downloadJsonFrame
{
    height: 1px;
    overflow: hidden;
    width: 1px;
}

.translationsDialog h4
{
    font-size: 1.3em;
    margin-top: 1em;
}
.translationsDialog .addTranslation
{
    margin-left: 0.8em;
}
.translationsDialog .translationList li
{
    font-size: 1.1em;
    padding: 0.3em;
    width: 20em;
}
.translationsDialog .translationList li .removeTranslation
{
    float: right;
}

.narrowModal
{    
    width: 49em;  
}
.narrowModal1
{
    width: 40em;
}
.narrowModal45
{    
    width: 45em;  
}
.searchNarrowModal
{
    width: 73em;
    margin-left: -36.5em !important;
}
.formReviewNarrowModal
{
    /*margin-left: -20em;*/
    width: 100% !important;
	left: 0px !important;
	margin-left: 0px !important;
	height: 50em !important;;
}
.waitScreen 
{
    /*margin-left: -20em;*/
    z-index: 9999
}
.padding_2
{
    padding: 2em;
}
.nopadding
{
    padding: 0em !important;
}
.accountPath
{
    padding-left: 30px;
}
.errorMessage p
{
    color: #f00;
}

.loadingScreen
{
    background-color: #fff;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
}
.loadingScreen .loadingMessage
{
    height: 10em;
    left: 50%;
    margin-left: -11em;
    margin-top: -5em;
    position: absolute;
    top: 50%;
    width: 22em;
}
.loadingScreen h1
{
    color: #888;
    padding-left: 0.333em;
}
.loadingScreen h1 strong
{
    color: #444;
    font-weight: normal;
}
.loadingScreen h1 sup
{
    font-size: 0.8em;
    vertical-align: super;
}
.loadingScreen p
{
    color: #555;
    padding-left: 0.8em;
}
.loadingScreen .loadingBar
{
  margin: 4em auto;
  font-size: 20px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
}

.waitScreen .loadingBar
{
  margin: 4em auto;
  font-size: 20px;
  position: relative;
  text-indent: -9999em;
  width: 124px;
  height: 124px;
  background: transparent url(data:image/gif;base64,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SJYwY8oc5PLlzJs4O9a0mbOnz4Y7ef4cSrReUKFFkyrFeHTi0qdQsTVFGrWqVWNTUV7dyjVXVqddw4o1+VUhkLFo04IKUtas2rdw/yWxbRvwbNy7eBHNpYvPbt6/effyfecXsOG3ggeXK3y4sdjEircxdkz5KuTI0CZX3vz0MuZhmjmLJur5s6zQo1PnLG0aFmrVsGOybh3idezbKWe3to27t0ja0Xj7Hn4RODTiyFMaj5e8ucfl+pxL3wh94PTrFavDws4donZa3cMf1C6+vMHq5tP7g66+PT/j7uPbAy6/vjza9vOzM62/vzrM/gV4z2ACFigOXwYmGE5ZCjZITlMORvhgTRJWmI1LFmbojTABaeihNyN8EMyIJJYo3IcoOoPCiium6OKLMMYo44w01mjjjTjmqOOOPPbo449ABinkkEQS4sKRSCZ5ZP+R3pTjXAFQRinllFIy6YxCvVGp5ZZVWnkMVZtxKaaYXvay02hjprllmV5BSJmacK7JJitfORbnnVTOqUpbh+HpZ5d6ksLXiV39aWiUgYoSWRB4HepooqB8dpejlELqCX9vUaqppZbgl5amoHI6CXxogaqpAKJCslypplKaQqqPsBdWq5quQAOsjJBXKK2OtsACrovouhWvpgKLyHfgXUVsqMYagixXyzLbrCDIJltVtNJOW621UGG76bTUVqust4+C+4y4VpHrqArgbhsCo1G5oO6h7Gq7LbxQyTvvn/U26y6+T+m7L579GvtvVQIPHGfBwB4cr8IEt3svwhDfyTD/rg7nW/HCElcL8FIJbyzmxbBmHLDIapKcqskgo5ymyqKyrFTILlMJM6cyJ0VzzVLebKm74/KspbnnPpuu0EObu23QSANqr9FHN42o0lBHLTXR4QprddNYF40etEj72nXWq+4qNAsyjO01qWbX/Kraa7fGas2owl32WELDTRN9n7qsNyGeqoXy34VgCpfIhBceGV4pqLBvCyq8nfggQCgG2L4s2DD5IQgaNu/mifDZGLmgK1Lnm9GWnmtQaNKquiNnqpbt642A2fqftFfSYXMq9O77777nvlYQxBdv/MfCJ6/88sw37/zz0Ecv/fTUV2/99dhnr/323Hfv/ffghy/+//jkl2/++einr/767Lfv/vvwxy///PTXb//9+Oev//789+///wAMoAAHSMACGvCACEygAhfIwAY6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) no-repeat left top;
  background-size: 124px 124px;
}

.waitingIcon
{
    background: transparent url(/img/wait.gif) no-repeat;
    display: block;
    height: 32px;
    margin-left: 0.2em;
    text-indent: -9999px;
    width: 32px;
}

.savingsCounterDlg 
{
	width: 710px !important;
	margin-left: -32em;
}
/***********
 * SPRITES *
 ***********/

.toolButton .typeIcon,
.control .typeIcon
{
    background: transparent url(/images/type_icons.png) no-repeat;
    height: 64px;
    width: 64px;
}

/* grouping/branching go first due to precedence+nesting */
.ctrlDataSource .typeIcon { background-position: 0 -2304px; }
.ctrlHeaderGrid .typeIcon { background-position: 0 -2368px; }
.ctrlDataFilter .typeIcon { background-position: 0 -2432px; }
.ctrlReportBreakPoint .typeIcon { background-position: 0 -2496px; }
.ctrlBreakPointData .typeIcon { background-position: 0 -2560px; }
.ctrlFooterGrid .typeIcon { background-position: 0 -2624px; }
.ctrlEmailSchedule .typeIcon { background-position: 0 -2688px; }
.group .typeIcon           { background-position: 0 -448px; }
.ctrlTable .typeIcon    { background-position: 0 -2176px; }
.ctrlSchedule .typeIcon    { background-position: 0 -2176px; }
.ctrlMessage .typeIcon    { background-position: 0 -2176px; }
.ctrlPOD .typeIcon    { background-position: 0 -2176px; }
.ctrlScoreTable .typeIcon    { background-position: 0 -1408px; }
.ctrlGrid .typeIcon    { background-position: 0 -1920px; }
.ctrlButtonGrid .typeIcon    { background-position: 0 -1152px; }
.ctrlINV .typeIcon    { background-position: 0 -3136px; }
.branch .typeIcon          { background-position: 0 -512px; }
.inputText .typeIcon       { background-position: 0 0px; }
.ctrlBreakPointDataElement .typeIcon       { background-position: 0 0px; }
.inputNumeric .typeIcon    { background-position: 0 -64px; }
.inputTrends .typeIcon    { background-position: 0 -1664px; }
.inputCounter .typeIcon    { background-position: 0 -1536px; }
.inputDate .typeIcon       { background-position: 0 -128px; }
.inputLocation .typeIcon   { background-position: 0 -192px; }
.inputImage .typeIcon      { background-position: 0 -1984px; }
.inputAudio .typeIcon      { background-position: 0 -2240px; }
.inputVideo .typeIcon      { background-position: 0 -2112px; }
.inputMedia .typeIcon      { background-position: 0 -256px; }
.inputSketch .typeIcon      { background-position: 0 -2048px; }
.inputSignature .typeIcon      { background-position: 0 -256px; }
.inputDraw .typeIcon      { background-position: 0 -256px; }
.inputSelectOne .typeIcon  { background-position: 0 -320px; }
.inputScoreOne .typeIcon  { background-position: 0 -1344px; }
.inputSelectMany .typeIcon { background-position: 0 -384px; }
.inputBarcode .typeIcon    { background-position: 0 -524px; }
.inputNFC .typeIcon    { background-position: 0 -1472px; }
.inputForward .typeIcon    { background-position: 0 -1792px; }
.inputPageBreak .typeIcon    { background-position: 0 -1088px; }
.inputLabel .typeIcon    { background-position: 0 -640px; }
.inputScoreSummary .typeIcon    { background-position: 0 -1728px; }
.inputNumbering .typeIcon    { background-position: 0 -1600px; }
.inputAction .typeIcon    { background-position: 0 -1216px; }
.inputOpenFile .typeIcon    { background-position: 0 -1216px; }
.inputPayment .typeIcon    { background-position: 0 -1856px; }
.inputNewPayment .typeIcon    { background-position: 0 -1856px; }
.inputInstruction .typeIcon    { background-position: 0 -960px; }
.inputCalculate .typeIcon    { background-position: 0 -704px; }
.inputLookup .typeIcon    { background-position: 0 -768px; }
.inputFacingTable .typeIcon    { background-position: 0 -1280px; }
.inputEmailReport .typeIcon    { background-position: 0 -832px; }
.inputSecureEmailReport .typeIcon    { background-position: 0 -2752px; }
.inputApproval .typeIcon    { background-position: 0 -896px; }
.inputSaveAndSend .typeIcon    { background-position: 0 -1024px; }
.inputLookupMulti .typeIcon    { background-position: 0 -768px; }
.inputSecureForward .typeIcon    { background-position: 0 -2816px; }
.inputLookupRetrieve .typeIcon    { background-position: 0 -2880px; }
.inputLFBluetooth .typeIcon    { background-position: 0 -2944px; }
.inputFaxWidget .typeIcon    { background-position: 0 -3008px; }
.inputGeofence .typeIcon    { background-position: 0 -3072px; }
.inputShipping .typeIcon    { background-position: 0 -3200px; }
.inputAttachForm .typeIcon    { background-position: 0 -3264px; } 
.ctrlRepeatableSummary .typeIcon    { background-position: 0 -3328px; }
.inputImageViewer .typeIcon      { background-position: 0 -3392px; }
.inputAttachment .typeIcon      { background-position: 0 -3456px; }
/*.inputRIF .typeIcon        { background-position: 0 -590px; }*/
.inputDiable { color: #aaaaaa;}
a.inputDiable { color: #cccccc !important;}
a.inputDiableForDsp { color: #cccccc !important;}
a.inputBarcodeAdvFormCtrls { color: #cccccc !important;}
a.inputNFCAdvFormCtrls { color: #cccccc !important;}

.process_bar_width {
	width: 243 !important;
}

.waitScreen {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	background-color: transparent !important;
}
//////////////
.ri ul.menu
{
    background: transparent url(/images/vert_bar.png) no-repeat left top;
    display: inline-block;
    margin-left: 2em;
    padding-left: 0.5em;
}
.ri ul.menu li
{
    display: inline-block;
    margin-left: 1em;
    margin-top: 15px;
}
.ri ul.menu li span, .ri h1
{
    color: #666 !important;
    cursor: pointer;
    display: block !important;
    font-size: 1.4em;
    /*line-height: 25px;*/
    letter-spacing: -1px;
    padding: 0.5em;
}
.ri ul.menu li span.saveFormAs:hover
{
	cursor: default !important;
}
/*.saveFormAs:hover
{
	cursor: pointer !important;
}*/
.ri ul.menu li:hover,
.ri ul.menu li.open
{
    background-color: #f0f0f0;
}
.ri ul.menu li ul.submenu
{
    background-color: #f0f0f0;
    display: none ; 
    padding: 0.2em;
    position: absolute;
    z-index: 1999;
}
.ri ul.menu li ul.submenu li
{
    display: block;
    margin-bottom: 0.3em;
    margin-left: 0;
    margin-top: 0px!important;
	width:180px;
}
.ri ul.menu li ul.submenu li.divider
{
    border-top: 1px solid #ddd;
}
.ri ul.menu li ul.submenu li.infoText
{
    color: #777;
    font-size: 1.1em;
    letter-spacing: -1px;
    padding: 0.4em;
}
.ri ul.menu li ul.submenu li a
{
    color: #444;
    display: block;
    font-size: 1.4em;
    letter-spacing: -1px;
    padding: 0.6em;
    padding-right: 3em;
}
.ri ul.menu li ul.submenu li a.sub
{
	display: block;
	position: relative;
	width: 125px;
	padding: 5px 5px 5px 20px !important;
	z-index: 999;
	border: 0px; 
	font-size: 11px;
	color: #000 !important;
}
.ri ul.menu li ul.submenu li.disabled a
{
    color: #888;
}
.ri ul.menu li ul.submenu li a:hover
{
    background-color: #fff;
}
li a.sub:hover
{
	background-color: #fff;
}
.ri ul.menu li ul.submenu li.disabled a:hover
{
    background-color: transparent;
    cursor: default;
}

.ri .accountStatus
{
    font-size: 1.4em;
    letter-spacing: -1px;
    position: absolute;
    right: 2em;
    top: 2em;
}

.publicformreview_content .buildformmenu {
    position: absolute;
	left: 0;
}

#popupIMG {
	background: url(/images/pbg.png) no-repeat;
	width: 484px !important;
	height: 131px !important;
	padding-top: 15px;
}

#popupIMG .ffWarning {
	
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
}

#popupIMG h2 {
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif !important;
	color: black;
	letter-spacing: 0px;
}
#popupHTTPS h2 {
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif !important;
	color: black;
	letter-spacing: 0px;
	margin-top: 20px;
}
#popupHTTPS {
	width: 484px !important;
	height: 161px !important;
	z-index: 3000;
}
#popupHTTPS .ffWarning {
	padding-left: 15px;
	padding-right: 15px;
}
#popupGDOCS {
	background: url(/images/pbg1.png) no-repeat;
	width: 490px !important;
	padding: 15px 0;
	box-shadow: none !important;
}
#popupGDOCS2 {
	width: 550px !important;
	height: 90px !important;
	padding-top: 15px;
	box-shadow: none !important;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 2px solid #ddd;
}

#popupGDOCS .ffWarning {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	font-size: 12px;
}

#popupGDOCS h2{
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif !important;
	color: black;
	letter-spacing: 0px;
}

.workspace .viewDateControl a, .workspace input, .workspace .viewButtonControl  a{
	cursor: default;
}

.propertiesPane .propertyList textarea
{
    width: 262px !important;
	resize: none;
}

.propertiesPane .propertyList .emailReportDefault div {
    color: #666666;
    font-size: 0.9em;
    padding: 0.2em 0 0.3em;
}

.propertiesPane .propertyList .forwardReportTo span {
    color: #666666;
    font-size: 0.9em;
    padding: 0.2em 0 0.3em;
}

a.groupOperatorRequired, a.operatorRequired, a.operatorRequired1
{
	color: red !important;
}

.schedule_time{
	/*padding: 20px 0px 10px 0px;*/
}
.schedule_table_container, .schedule_table_container tr td{
	border: none;
}
.dispatch_job{
	font-size: 14px;
	color: #999;
	font-weight: bold;
	width: 70px;
}
.controlErrorMessage{
	margin-top: 30px;
	display: none;
	color: red;
    font-size: 1.4em;
}

.control .controlErrorMessage.show{
	display: block !important;
}

#homepageUpgradeTitle {
	font-size: 14px;
    font-weight: bold;
    margin-bottom: 3px;
    margin-top: 15px;
}
#hompageUpgradeButton, #thirtyDayDemoButton, #tdd_btn_ok, #tdd_btn_cancel{
	margin-top: 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 3px;
	background: #5da83c;
	font-weight: bold;
	color: white;
	border: none;
	line-height: 25px;
	height: 25px;
	font-family: arial;
	display: inline-block;
	padding: 0 10px 0 10px;
}

.gotoPro_list {
	padding-top: 3px !important;
}
.gotoPro_list li {
	padding-top: 2px;
}
.propertiesPane .propertyList li .insertOption{
	/*display: block;
	margin-left: 0.5em;
    margin-top: -0.7em;*/
	font-size: 13px;
    letter-spacing: -1px;
    margin-top: 0em;
}
/* The disabled item class */
.disabled_item_custom, .disabled_item_custom span {
	color: #888 !important;
    background-color: transparent !important;
}
.disabled_item_custom:hover, .disabled_item_custom span:hover {
    cursor: default !important;
}
#mnu_file .disabled_item_custom_menuitem,
#mnu_file .disabled_item_custom_menuitem span,
#mnu_setting .disabled_item_custom_menuitem,
#mnu_setting .disabled_item_custom_menuitem span {
	color: #CCC !important;
	cursor: default !important;
    background-color: transparent !important;
}

#mnu_file .disabled_item_custom_menuitem,
#mnu_file .disabled_item_custom_menuitem span,
#mnu_setting .disabled_item_custom_menuitem:hover, 
#mnu_setting .disabled_item_custom_menuitem span:hover {
    cursor: default !important;
}

.uiText.hideFlagItem.hideFlagEditor p {
	padding-left: 2.7em;
}

.uiText.hideFlagItem.hideFlagEditor ul input {
	margin-left: 1.8em;
	width: 255px !important; 
}

.uiText.hideFlagItem.hideFlagEditor{
	margin-top: -1.5em !important;
}

.viewImageControl .imgAlignLeft{
	float:left;
}

.viewImageControl .imgAlignRight{
	float:right;
}

.inputLabel .btnSelectImage
{
    display: none;
}
.propertyList .bool #property_useImage
{
	/*margin-top: 1.3em;*/
}
.inputLabel .breakIfAction
{
    display: none;
}
.viewImageControl img{
	max-width:200px;
}
.accountNameClass {
	margin-left: 14em;
}
.accountNameClass label {
	margin-left: 0px !important;
	margin-right: 0px !important;
	display: inline-block !important;
}
.accountNameClass input {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.inputText .skipConditionsEditorValueField .skipCompareValue{
	display: none;
}
.inputSelectOne .skipConditionsEditorValueField .skipCompareValue{
	display: none;
}
.inputScoreOne .skipConditionsEditorValueField .skipCompareValue{
	display: none;
}
.inputSelectMany .skipConditionsEditorValueField .skipCompareValue{
	display: none;
}
.inputLocation .skipConditionsEditorValueField .skipCompareValue{
	display: none;
}
.inputSketch .skipConditionsEditorValueField .skipCompareValue{
	display: none;
}
.inputImage .skipConditionsEditorValueField .skipCompareValue{
	display: none;
}
.inputAudio .skipConditionsEditorValueField .skipCompareValue{
	display: none;
}
.inputVideo .skipConditionsEditorValueField .skipCompareValue{
	display: none;
}
.inputMedia .skipConditionsEditorValueField .skipCompareValue{
	display: none;
}
.inputBarcode .skipConditionsEditorValueField .skipCompareValue{
	display: none;
}
.inputNFC .skipConditionsEditorValueField .skipCompareValue{
	display: none;
}
.inputForward .skipConditionsEditorValueField .skipCompareValue{
	display: none;
}
.inputDraw .skipConditionsEditorValueField .skipCompareValue{
	display: none;
}
.inputCalculate .skipConditionsEditorValueField .skipCompareValue{
	display: none;
}
.inputSignature .skipConditionsEditorValueField .skipCompareValue{
	display: none;
}
.inputAttachment .skipConditionsEditorValueField .skipCompareValue{
	display: none;
}
.fvWorkspace .group{
	background: none repeat scroll 0 0 #507178;
}
.fvPageWorkspace{
	margin-left: 20px;
}
.luAcceptNullValue .isAcceptNull,
.luAcceptNullValue .isDisplayFirstMatching,
.luAcceptNullValue .isAllowEdit,
.luAcceptNullValue .isShowListMatching,
.luAcceptNullValue .isAllowEdit2,
.luAcceptNullValue .isShowCmpType,
.luAcceptNullValue .isEvaluateERT{
	margin-left: 0.1em !important;
	text-align: left;
}



/*****************************************NPHUNG*/
.clearb {
	clear: both;
}
.ru-line-height {
	line-height: 12px;
}
.popupTitle {
	color: #999;
	font-size: 2.5em;
	margin-bottom: 10px;
}
.message {
	font-size: 14px;
}
.forgotmessage {
	font-size: 12px;
	margin-bottom: 10px;
}
.signinDialog  .signinheader {
	margin-bottom: 10px;
}
.securityDialog  .signinheader {
	margin-bottom: 10px;
}
.securityDialog  .signinheader .message{
	padding-left: 125px !important;
    padding-top: 20px !important;
    padding-bottom: 10px !important;
    line-height: 18px !important;
    text-align: justify !important;
}
.securityDialog  .errorMessage{
	padding-left: 125px !important;
}
/*
.signinDialog  .errorMessage {
	float: none;
}
*/
.signin_section {
	line-height: normal !important;
}
.signin_section .signin_content, .requestaccount_section .request_content,
.forgot_password_section .forgot_content,
.security_code_section .security_content  {
	float: left;
	width: 440px;
}
.signin_section span.url {
	font-size: 1.4em;
}
.signin_section .leftside, .requestaccount_section .leftside
, .forgot_password_section .forgot_content .leftside
, .changePassword_content .leftside {
	margin-right: 0px !important;
	padding-right: 10px;
	float: left;
	width: 127px;
	display: inline-block;
	line-height: 30px !important;
}
.changePassword_content .leftside {
	width: 150px;
}
.changePassword .message {
	padding-bottom: 20px;
	text-align: justify;
    line-height: 22px;
    width: 450px;
}
.security_code_section .leftside {
	margin-right: 0px !important;
	padding-right: 10px;
	float: left;
	width: 127px;
	line-height: 30px;
	display: inline-block;
}
.forgot_password_section p.forgotmessage {
	margin-left: 60px !important;
}
.requestaccount_section .leftside {
	width: 150px !important;
}
.signin_section .rightside, .requestaccount_section .rightside,
.forgot_password_section .forgot_content .rightside {
	float: left;
	width: 305px;
	margin-left: 0px;
}
.security_code_section .rightside{
	float: left;
	width: 305px;
	margin-left: 0px;
}
.forgot_password_section .forgot_content .rightside {
	width: 250px !important;
}
.requestaccount_section .rightside {
	width: 280px !important;
}
.signin_section .rightside input, .requestaccount_section .rightside input,
.forgot_password_section .forgot_content .rightside input,
.security_code_section .rightside input {
	margin-left: 0px !important;
}
.security_code_section .rightside input{
	width: 60px;
}
.signinDialog form p {
	margin-left: 134px !important;
}
.signinDialog .modalContents,
.securityDialog .modalContents {
	margin: 0 0 1em !important;
}
/**** CHANGE MOBILE UNIT - NEW STYLE FOR RUSSIAN ****/
.changeMobileUnitNumber .modalContents {
	margin-left:1em;
} 
.changeMobileUnitNumber .changeMobile_content
,.addEditGeofenceModal .changeMobile_content {
	float: left;
	width: 450px;
}
.changeMobileUnitNumber .changeMobile_content .leftside
,.changeMobileUnitNumber .changeMobile_content .leftside2
,.addEditGeofenceModal .changeMobile_content .leftside
,.addEditGeofenceModal .changeMobile_content .leftside2
,.dontCheckForDeletedLicenses .changeMobile_content .leftside {
	float: left;
	width: 150px;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 0px;
	/* Apply Partner App, phase 02 for MobileUnit */
	height: auto;
}
.changeMobileUnitNumber .changeMobile_content .rightside
, .addEditGeofenceModal .changeMobile_content .rightside {
	float: left;
	width: 290px;
}
.changeMobileUnitNumber .changeMobile_content .rightside input
,.changeMobileUnitNumber .changeMobile_content .rightside select
,.changeMobileUnitNumber .changeMobile_content .rightside textarea
,.addEditGeofenceModal .changeMobile_content .rightside input
,.addEditGeofenceModal .changeMobile_content .rightside select {
	margin: 0px 0px 0px 0px;
	width:15em;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
}
.changeMobileUnitNumber .changeMobile_content .rightside input[type="checkbox"]
,.addEditGeofenceModal .changeMobile_content .rightside input[type="checkbox"] {
	margin-right:5px;
	font-size:1.2em;
	width:13px;
	height:13px;
	padding:0px;
}

.changeMobileUnitNumber .mobile_unit_deviceIdRequired .changeMUDeviceIDReqNote
,.addEditGeofenceModal .mobile_unit_deviceIdRequired .changeMUDeviceIDReqNote {
    clear: both;
    width: 310px;
    padding-left: 20px;
    font-style: italic;
    padding-top: 5px;
    font-size: 12px;
}
#geofences_table .colRadius {
	text-align:right;
	padding-right:5px!important;
}
.geofence .rightside {
	line-height:2.2em;
}
#mobile_unit_geofence_name {
	display: inline-block;
}
#mobile_unit_geofence_address_radius {
	font-size:1.2em;
	padding-right:10px;
}
#mobile_unit_geofence_address {
	display:inline-block;
}
#mobile_unit_geofence_radius, #mobile_unit_geofence_radius_unit {
	display:inline-block;
	float:right;
}
.geofence .thirtcol button {
	width:68px;
	margin-left:10px;
}
.geotabVehicle .rightside {
	line-height:2.2em;
}
.geotabVehicle .thirtcol button {
	width:68px;
}
/**** ADD NEW USER - NEW STYLE FOR RUSSIAN ****/
.wuAddUser .wuAddUser_content {
	float: left;
	width: 580px;
}
.wuAddUser .wuAddUser_content .leftside {
	float: left;
	width: 190px;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 0px;
}
.wuAddUser .wuAddUser_content .rightside {
	float: left;
	width: 380px;
}
.wuAddUser {
	width:54.5em!important;
	top:45px!important;
}
.wuAddUser .wuAddUser_content .rightside input
, .wuAddUser .wuAddUser_content .rightside select
,.wuEditUser .wuEditUser_content .rightside input
, .wuEditUser .wuEditUser_content .rightside select {
	margin: 0px;
	width: 150px;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
}
.wuAddUser .jqmClose {
	padding-right:0px!important;
}
/**** EDIT USER - NEW STYLE FOR RUSSIAN ****/
.wuEditUser .wuEditUser_content {
	float: left;
	width: 580px;
}
.wuEditUser .wuEditUser_content .leftside {
	float: left;
	width: 190px;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 0px;
}
.wuEditUser .wuEditUser_content .rightside {
	float: left;
	width: 364px;
}
.wuEditUser {
	width: 54em !important;
	top:45px !important;
}
.wuEditUser .wuEditUser_content .rightside input, .wuEditUser .wuEditUser_content .rightside select {
	margin: 0px;
	width: 170px;
}

.wuEditUser .modalContents,
.wuAddUser .modalContents {
	margin: 0 0em 1em;
}
.wuAddUser .wu_btn_manage_mobile_group
,.wuEditUser #wu_btn_manage_mobile_group {
	vertical-align:top;
}

/*
CO-2963:Add image capabilities to labels inside
.ctrlGrid  .inputLabel .viewImageControl{
	display:none;
}*/

.loadingMessage .loadingText{
	color: white;
    font-size: 16px;
}

.fvmodalContents .scroll_contain {
    border: 1px solid #CCCCCC;   
    height: 260px;
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative;
    width: 385px;
    float: left;
}

.fvmodalContents .line_content_select_account {
	float: left; 
	position: relative;
	width: 370px;
	font-size: 13px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.fvmodalContents .selected {
	background: gray;
	color:#fff;
}

.fvmodalContents .selected a{
	color:#fff !important;
}

.fvmodalContents .account_name {
	float: left;
	padding-left: 10px;
	width: 300px;
	word-wrap: break-word;
}

.formView .fvWorkspace .controlInfo .actionButton
{
    margin-top: 10px;
}
.workspaceScrollArea_ru {
	bottom: 6em !important;
}

.signinheader .fvmessage {
    padding-left: 125px !important;
    padding-top: 20px !important;
    padding-bottom: 10px !important;
    line-height: 18px !important;
    text-align: justify !important;
    font-weight: bold !important;
}

.modal .fvmodalButtonContainer {
    margin-top: 1.7em !important;    
}

.imgActionParamMapAdd  .enumeration  select, .imgActionParamMapLatLong .enumeration  select, .imgActionParamMapLatLongParam  .enumeration  select{
	max-width: 262px;
}

/* Login Header */
#login_header {
	height: 40px;
	background: url('/img/bg/bg_blue.png') repeat-x;
}
.popup_Title_new {
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#content_icon {
    background-color: #F5F5F5;
    display: block;
    /* float: right; */
    font-size: 13px;
    height: 500px;
    margin-bottom: 20px;
    padding: 15px;
    width: 100%;
}

.reseller #content_icon {
	background-color:initial;
}

#content_icon ul {
    list-style-type: none;
}

#content_icon ul li {
    margin: 0;
    padding: 0;
}
#content_icon ul li a {
    background-image: url("/images/support-icons.png");
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 148px;
    margin: 0 17px;
    padding: 0;
    transition: top 0s ease-out 0s;
    width: 115px;
}

#content_icon ul li a span {
    color: #666666;
    display: block;
    line-height: 16px;
    margin: 100px 0 0;
    padding: 0 20px;
    text-align: center;
}
#content_icon ul li a.reseller_icon span {
	margin-top:40px;
	color:#00406b;
	font-size:1.3em;
	font-weight:bold;
}

#content_icon ul li a.isavingscalsulator {
    background-position: -690px 0;
}
#content_icon ul li a.isavingscalsulator:hover {
    background-position: -690px -148px;
}
#content_icon ul li a.imanuals {
    background-position: -575px 0;
}
#content_icon ul li a.imanuals:hover {
    background-position: -575px -148px;
}
#content_icon ul li a.isystemrequirements {
    background-position: -115px 0;
}
#content_icon ul li a.isystemrequirements:hover {
    background-position: -115px -148px;
}
#content_icon ul li a.ivideos {
    background-position: -1265px 0;
}
#content_icon ul li a.ivideos:hover {
    background-position: -1265px -148px;
}
#content_icon ul li a.isecurity {
    background-position: -345px 0;
}
#content_icon ul li a.isecurity:hover {
    background-position: -345px -148px;
}
#content_icon ul li a.icoachingsession {
    background-position: -1150px 0;
}
#content_icon ul li a.icoachingsession:hover {
    background-position: -1150px -148px;
}
#content_icon ul li a.ifaqs {
    background-position: -920px 0;
}
#content_icon ul li a.ifaqs:hover {
    background-position: -920px -148px;
}
#content_icon ul li a.ifreetemplates {
    background-position: -805px 0;
}
#content_icon ul li a.ifreetemplates:hover {
    background-position: -805px -148px;
}
#content_icon ul li a.idoformsgraphics {
    background-position: -1035px 0;
}
#content_icon ul li a.idoformsgraphics:hover {
    background-position: -1035px -148px;
}
#content_icon ul li a.ipurchase {
    background-position: -460px 0;
}
#content_icon ul li a.ipurchase:hover {
    background-position: -460px -148px;
}
#content_icon ul li a.itestimonials {
    background-position: 0 0;
}
#content_icon ul li a.itestimonials:hover {
    background-position: 0 -148px;
}

.disableSession label, .disableSession p
{
    color: #999 !important;
}

.propertiesPane .propertyList .autoStampTriggerEditor select
{
    width: 269px;
	height: 21px;
	line-height: 21px;
}
.waDispatch .ri ul.menu li {
	margin-top: 30px;
}
/** Modify layout based on customer's request (Button Review, 08-04-14) */
#menu_bar.waDispatch .waBtnContain {
	margin-top: -5px;
	/*margin-right: -7px;*/
	padding-right: 0 !important;
	right: 0;
	position: absolute;
}

/* Apply CSS only on Chrome and Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#panel_content .toggleARDiv {
		margin-top: 2px;
	}
}

/* Fix bug 0021074: [Email From Alias] Free account can change the alias setting?! */
#accEmailFromAliasRegion .accEmailFromAlias1 {
	padding-bottom: 0 !important;
}

.propertiesPane .propertyList li .editorTextfieldParam1,
.propertiesPane .propertyList li .editorTextfieldParam2,
.propertiesPane .propertyList li .editorTextfieldParam3
{
    margin-left: 2.2em;
}

.tableColor a, .tableColor2 a, .tableColor3 a, .tableColor-toolbar-bgcolor a {
	border: 1px solid black;
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	color: black;
	font-weight: bold;
	margin-bottom: 5px;
	margin-right: 3px;
}

.tableSelectedColor a{
	border: 1px solid black;
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	color: black;
	font-weight: bold;
	margin-bottom: 5px;
	margin-right: 3px;
}

.accountMMBItem{
	float: left;
	width: 90px;
	height: 90px;
	border: 1px solid black;
	text-align: center;
	cursor: pointer;
}

.accountMMBIcon{
	width: 70px;
	height: 70px;
	background-size: 70px 70px;
	margin-left: 10px;
	cursor: pointer;
	background-repeat: no-repeat;
    display: block;
}

.accountMMBIconDF1{
	background-image: url("/img/filib/transparent/group4_93.png");
	background-color: #36617c;
}

.accountMMBIconDF2{
	background-image: url("/img/filib/transparent/group3_86.png");
	background-color: #36617c;
}

.accountMMBIconDF3{
	background-image: url("/img/filib/transparent/btn_196.png");
	background-color: #36617c;
}

.accountMMBIconDF4{
	background-image: url("/img/filib/transparent/btn_179.png");
	background-color: #36617c;
}

.accountMMBIconDF5{
	background-image: url("/img/filib/transparent/group4_09.png");
	background-color: #36617c;
}

.accountMMBIconDF6{
	background-image: url("/img/filib/transparent/group3_150.png");
	background-color: #36617c;
}

.accountMMBIconDF7{
	background-image: url("/img/filib/transparent/group3_88.png");
	background-color: #36617c;
}

.accountMMBIconDF8{
	background-image: url("/img/filib/transparent/mbIconDefault_51.png");
	background-color: #36617c;
}

.accountMMBIconDF9{
	background-image: url("/img/filib/transparent/group3_151.png");
	background-color: #36617c;
}

.accountMMBIconDF10{
	background-image: url("/img/filib/transparent/group3_128.png");
	background-color: #36617c;
}

.accountMMBIconDF11{
	background-image: url("/img/filib/transparent/btn_077.png");
	background-color: #36617c;
}

.accountMMBIconDF12{
	background-image: url("/img/mobile/nav_bar_logout_icon_trans.png");
	background-color: #36617c;
}
.accountMMBIconDF13{
	background-image: url("/img/filib/transparent/group3_95.png");
	background-color: #36617c;
}

.accChangeMobileAppLogoForm .colorSelectCbo,
.accChangeLogoForm .colorSelectCbo,
.accChangeLogoForm .colorSelectCbo2,
.accChangeLogoForm .colorSelectCbo3
{
	width: 130px;
}
.accChangeLogoForm .colorSelectCbo,
.accChangeLogoForm .colorSelectCbo2,
.accChangeLogoForm .colorSelectCbo3 {
	float:left;
	margin-right:50px;
}

.accountMMBItemSelected{
	background-color: #92D050;
}

.accountMMBItemSelected.revertBGColor{
	background-color: #999899;
}

.formIconDialog #color_shape_form{
	padding-left: 0px;
	padding-right: 0px;
}

.selectColorDialog #select_color_form{
	padding-left: 0px;
	padding-right: 0px;
}

.fiDefaultIconShow{
	width: 197px;
	height: 227px;
	border: 1px solid gray;
	text-align: center;
}

.fiDefaultIconShow #fiDefaultIcon, #geotabDriveDefaultIcon{
	margin: 5px;
	background-repeat: no-repeat;
	display: block;
	text-align: center;
	width: 128px;
	height: 128px;
	border: 1px blue solid;
}

.fiDefaultIconShow .fiDefaultIconText{
	padding-top: 5px;
}

.formIconDialog #color_shape_form span.label {
	min-width: 0px;
	text-align: left;
	padding-right: 0px;
	padding-left: 0px;
}

.selectColorDialog #select_color_form span.label {
	min-width: 0px;
	text-align: left;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 14px;
	font-weight: bold;
}

.formIconDefault{
	background-image: url("/img/mobile/formIconDefault.png");
}

.geoTabDriveIconDefault{
	background-image: url("/img/geotabdrive/icon.svg");
}

.accountMMBItem:hover .accountMMBMoveBack{
	background-image: url("/img/mobile/back.png");
	width: 24px;
	height: 45px;
}

.firstMMBIcon .accountMMBMoveBack{
	display: none;
}

.accountMMBItem:hover .accountMMBMoveNext{
	background-image: url("/img/mobile/next.png");
	width: 24px;
	height: 45px;
}

.lastMMBIcon .accountMMBMoveNext{
	display: none;
}

.accChangeMobileAppLogoForm .left_introduce_mb_app_region {
	float:left;
	width:250px;
	padding-right : 30px;
	font-size: 14px;
}
.accChangeMobileAppLogoForm .right_introduce_mb_app_region {
	float:left;	
}
.accChangeMobileAppLogoForm .right_introduce_mb_app_region img {
	width: 650px;
}
.accChangeMobileAppLogoForm .left_introduce_mb_app_region p {
	padding-top: 20px;
}

#txtWelcome4Custom {
	width: 70%;
}
/** CSS about focus color RGB */
.colorSelectionFocusRGB4Highlight {
	border: 2px solid black !important;	
	height: 18px !important;
	width: 8px !important;
}

#opening_view_form {
	float: left;
	width: 40em;	
	padding: 10px;
}

#opening_view_form .select {
	width: 200px;
}

#opening_view_form span.label {
	min-width: 80px;
	display: inline-block;
	text-align: right;
	padding-right: 10px;
	padding-left: 50px;
	font-weight: bold;
	font-size: 14px;
}
#opening_view_form span.form_name_lable {
	font-size: 18px;
	font-weight: bold;
}
#opening_view_form .button_contain {
	text-align: right;
	padding-top: 10px;
}

/* The CSS for IndustryTemplate/Admin */
.industryTemplate_industryMultipleData {
	width: 900px;
}
.industryTemplate_industryMultipleData li p {
	max-width:270px;
}

.industryTemplate_industryMultipleData .item_industry_multiple {
	float:left;
	clear:both;
}

.industryTemplate_industryMultipleData .item_industry_multiple.templateControl {
	display:none !important;
}

.industryTemplate_industryMultipleData ul {
	float:left;
	max-width:350px;
	margin-right:20px !important;
}

.industryTemplate_industryMultipleData input[type="checkbox"] {
	width: auto !important;
}

.count-down-font{
	font-size: 16px;
	font-weight: bold;
}

/* Process customer's ticket about Add Report Template GUI (10-Mar-2015) */
#excelTemplate_TitleLabel {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 1px;
	padding-top: 3px;
	max-width:340px;
	word-break: break-word;
	word-wrap: break-word;	
}

.bg-dark-blue{
	background-color: #36617c !important;
}

.bg-orange{
	background-color: #e75524;
}

.bg-light-blue{
	background-color: #136792 !important;
}

.bg-dark-grey{
	background-color: #555659 !important;
}

.bg-light-black{
	background-color: #253642 !important;
}

.bg-light-grey{
	background-color: #999899 !important;
}

.text-dark-blue{
	color: #36617c !important;
}

.text-orange{
	color: #e35324 !important;
}

.text-light-blue{
	color: #136792 !important;
}

.text-dark-grey{
	color: #555659 !important;
}

.text-light-black{
	color: #253642 !important;
}

.text-light-grey{
	color: #999899 !important;
}

#checkboxControlHomePageDisplayStartHereWrapper {
	padding-top:25px; 
	padding-left: 15px;
	width:756px;
	text-align:center;
}
#checkboxControlHomePageDisplayStartHereWrapper p {
	text-align: center;
	display: inline-block;
}

@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #e35324, 1.8em -1.8em 0 0em rgba(228, 84, 36, 0.2), 2.5em 0em 0 0em rgba(228, 84, 36, 0.2), 1.75em 1.75em 0 0em rgba(228, 84, 36, 0.2), 0em 2.5em 0 0em rgba(228, 84, 36, 0.2), -1.8em 1.8em 0 0em rgba(228, 84, 36, 0.2), -2.6em 0em 0 0em rgba(228, 84, 36, 0.5), -1.8em -1.8em 0 0em rgba(228, 84, 36, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(228, 84, 36, 0.7), 1.8em -1.8em 0 0em #e35324, 2.5em 0em 0 0em rgba(228, 84, 36, 0.2), 1.75em 1.75em 0 0em rgba(228, 84, 36, 0.2), 0em 2.5em 0 0em rgba(228, 84, 36, 0.2), -1.8em 1.8em 0 0em rgba(228, 84, 36, 0.2), -2.6em 0em 0 0em rgba(228, 84, 36, 0.2), -1.8em -1.8em 0 0em rgba(228, 84, 36, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(228, 84, 36, 0.5), 1.8em -1.8em 0 0em rgba(228, 84, 36, 0.7), 2.5em 0em 0 0em #e35324, 1.75em 1.75em 0 0em rgba(228, 84, 36, 0.2), 0em 2.5em 0 0em rgba(228, 84, 36, 0.2), -1.8em 1.8em 0 0em rgba(228, 84, 36, 0.2), -2.6em 0em 0 0em rgba(228, 84, 36, 0.2), -1.8em -1.8em 0 0em rgba(228, 84, 36, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(228, 84, 36, 0.2), 1.8em -1.8em 0 0em rgba(228, 84, 36, 0.5), 2.5em 0em 0 0em rgba(228, 84, 36, 0.7), 1.75em 1.75em 0 0em rgba(228, 84, 36, 0.2), 0em 2.5em 0 0em rgba(228, 84, 36, 0.2), -1.8em 1.8em 0 0em rgba(228, 84, 36, 0.2), -2.6em 0em 0 0em rgba(228, 84, 36, 0.2), -1.8em -1.8em 0 0em rgba(228, 84, 36, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(228, 84, 36, 0.2), 1.8em -1.8em 0 0em rgba(228, 84, 36, 0.2), 2.5em 0em 0 0em rgba(228, 84, 36, 0.5), 1.75em 1.75em 0 0em rgba(228, 84, 36, 0.7), 0em 2.5em 0 0em #e35324, -1.8em 1.8em 0 0em rgba(228, 84, 36, 0.2), -2.6em 0em 0 0em rgba(228, 84, 36, 0.2), -1.8em -1.8em 0 0em rgba(228, 84, 36, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(228, 84, 36, 0.2), 1.8em -1.8em 0 0em rgba(228, 84, 36, 0.2), 2.5em 0em 0 0em rgba(228, 84, 36, 0.2), 1.75em 1.75em 0 0em rgba(228, 84, 36, 0.5), 0em 2.5em 0 0em rgba(228, 84, 36, 0.7), -1.8em 1.8em 0 0em #e35324, -2.6em 0em 0 0em rgba(228, 84, 36, 0.2), -1.8em -1.8em 0 0em rgba(228, 84, 36, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(228, 84, 36, 0.2), 1.8em -1.8em 0 0em rgba(228, 84, 36, 0.2), 2.5em 0em 0 0em rgba(228, 84, 36, 0.2), 1.75em 1.75em 0 0em rgba(228, 84, 36, 0.2), 0em 2.5em 0 0em rgba(228, 84, 36, 0.5), -1.8em 1.8em 0 0em rgba(228, 84, 36, 0.7), -2.6em 0em 0 0em #e35324, -1.8em -1.8em 0 0em rgba(228, 84, 36, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(228, 84, 36, 0.2), 1.8em -1.8em 0 0em rgba(228, 84, 36, 0.2), 2.5em 0em 0 0em rgba(228, 84, 36, 0.2), 1.75em 1.75em 0 0em rgba(228, 84, 36, 0.2), 0em 2.5em 0 0em rgba(228, 84, 36, 0.2), -1.8em 1.8em 0 0em rgba(228, 84, 36, 0.5), -2.6em 0em 0 0em rgba(228, 84, 36, 0.7), -1.8em -1.8em 0 0em #e35324;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #e35324, 1.8em -1.8em 0 0em rgba(228, 84, 36, 0.2), 2.5em 0em 0 0em rgba(228, 84, 36, 0.2), 1.75em 1.75em 0 0em rgba(228, 84, 36, 0.2), 0em 2.5em 0 0em rgba(228, 84, 36, 0.2), -1.8em 1.8em 0 0em rgba(228, 84, 36, 0.2), -2.6em 0em 0 0em rgba(228, 84, 36, 0.5), -1.8em -1.8em 0 0em rgba(228, 84, 36, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(228, 84, 36, 0.7), 1.8em -1.8em 0 0em #e35324, 2.5em 0em 0 0em rgba(228, 84, 36, 0.2), 1.75em 1.75em 0 0em rgba(228, 84, 36, 0.2), 0em 2.5em 0 0em rgba(228, 84, 36, 0.2), -1.8em 1.8em 0 0em rgba(228, 84, 36, 0.2), -2.6em 0em 0 0em rgba(228, 84, 36, 0.2), -1.8em -1.8em 0 0em rgba(228, 84, 36, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(228, 84, 36, 0.5), 1.8em -1.8em 0 0em rgba(228, 84, 36, 0.7), 2.5em 0em 0 0em #e35324, 1.75em 1.75em 0 0em rgba(228, 84, 36, 0.2), 0em 2.5em 0 0em rgba(228, 84, 36, 0.2), -1.8em 1.8em 0 0em rgba(228, 84, 36, 0.2), -2.6em 0em 0 0em rgba(228, 84, 36, 0.2), -1.8em -1.8em 0 0em rgba(228, 84, 36, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(228, 84, 36, 0.2), 1.8em -1.8em 0 0em rgba(228, 84, 36, 0.5), 2.5em 0em 0 0em rgba(228, 84, 36, 0.7), 1.75em 1.75em 0 0em rgba(228, 84, 36, 0.2), 0em 2.5em 0 0em rgba(228, 84, 36, 0.2), -1.8em 1.8em 0 0em rgba(228, 84, 36, 0.2), -2.6em 0em 0 0em rgba(228, 84, 36, 0.2), -1.8em -1.8em 0 0em rgba(228, 84, 36, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(228, 84, 36, 0.2), 1.8em -1.8em 0 0em rgba(228, 84, 36, 0.2), 2.5em 0em 0 0em rgba(228, 84, 36, 0.5), 1.75em 1.75em 0 0em rgba(228, 84, 36, 0.7), 0em 2.5em 0 0em #e35324, -1.8em 1.8em 0 0em rgba(228, 84, 36, 0.2), -2.6em 0em 0 0em rgba(228, 84, 36, 0.2), -1.8em -1.8em 0 0em rgba(228, 84, 36, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(228, 84, 36, 0.2), 1.8em -1.8em 0 0em rgba(228, 84, 36, 0.2), 2.5em 0em 0 0em rgba(228, 84, 36, 0.2), 1.75em 1.75em 0 0em rgba(228, 84, 36, 0.5), 0em 2.5em 0 0em rgba(228, 84, 36, 0.7), -1.8em 1.8em 0 0em #e35324, -2.6em 0em 0 0em rgba(228, 84, 36, 0.2), -1.8em -1.8em 0 0em rgba(228, 84, 36, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(228, 84, 36, 0.2), 1.8em -1.8em 0 0em rgba(228, 84, 36, 0.2), 2.5em 0em 0 0em rgba(228, 84, 36, 0.2), 1.75em 1.75em 0 0em rgba(228, 84, 36, 0.2), 0em 2.5em 0 0em rgba(228, 84, 36, 0.5), -1.8em 1.8em 0 0em rgba(228, 84, 36, 0.7), -2.6em 0em 0 0em #e35324, -1.8em -1.8em 0 0em rgba(228, 84, 36, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(228, 84, 36, 0.2), 1.8em -1.8em 0 0em rgba(228, 84, 36, 0.2), 2.5em 0em 0 0em rgba(228, 84, 36, 0.2), 1.75em 1.75em 0 0em rgba(228, 84, 36, 0.2), 0em 2.5em 0 0em rgba(228, 84, 36, 0.2), -1.8em 1.8em 0 0em rgba(228, 84, 36, 0.5), -2.6em 0em 0 0em rgba(228, 84, 36, 0.7), -1.8em -1.8em 0 0em #e35324;
  }
}
/* Property in Build Forms */
.showHideCustomWeight4Container .editorTextfieldCustomWeight {
	/*width:170px !important;*/
}
.showHideCustomWeight4Container {
	margin-top: -5px !important;
}

.free-trial-expired input#popup_ok{
	/*height: 42px !important;
	font-size: 17px !important;*/
}
.free-trial-expired #popup_message{
	font-size: 17px;
}
.free-trial-expired .header{
	font-weight: bold;
	font-size: 24px;
	line-height: 40px;
	padding: 0px;
	padding-bottom: 20px;
}
.free-trial-expired{
	width: 400px !important;
}
.account-deactivated input#popup_ok{
}
.account-deactivated #popup_message{
	font-size: 17px;
}
.account-deactivated .header{
	font-weight: bold;
	font-size: 24px;
	line-height: 40px;
	padding: 0px;
	padding-bottom: 20px;
}
.account-deactivated{
	width: 400px !important;
}
table.no-border,
table.no-border td{
	border: none !important;
}

table.no-padding,
table.no-padding td{
	vertical-align: top;
	padding: 0px!important;
}

/* Fix bug 0024135: Live Chat - Please change color of it to new design (light blue) */
#habla_window_div #habla_topbar_div{
	background-color: #136792 !important;
}
.align-left
{
	text-align: left;
}
/* Fix bug LiveChat */
#habla_window_div .habla_offline_submit_input {
	background : #e35324 !important;
}

/* Apply for Partner App + MobileUnit/StoreNumber */
.changeMobile_content .VERSION_PARTNER_APP_BUSINESS_UNIT_STORE_NUMBER {
	/* Default is hidden additional fields */
	display: block;
}
#mobiunit_lv_content th.mbul_cols65 {
	width: 110px;
}

/* Hide the "Master Table" link as default behaviour */
#masterTableLinkMenuId {
	display: none;
}

 .listOfRegions4PA .itemInputKey
,.listOfRegions4PA .itemInputValue
,.listOfRegions4PA .itemAddEditButton
,.listOfRegions4PA .itemCancelButton
{
	display: none;
}
 .listOfRegions4PA .itemAddEditButton {
	width: 65px !important;
	margin-left: 2px;
	margin-right: 0px;
}
.listOfRegions4PA .itemCancelButton {
	width: 65px !important;
}

.listOfRegions4PABody .col_checkbox {
	width: 50px;
}
.listOfRegions4PABody, .col_key_item {
	width: 180px;	
}
.listOfRegions4PABody, .col_value_item {
	width: 400px !important;	
}
.listOfRegions4PABody .itemInputKey {
	width: 200px !important;
}
.listOfRegions4PABody .itemInputValue {
	width: 160px !important;
}
.listOfRegions4PAWrapper {
	overflow-y: auto;
	max-height: 400px;
}
.stateRegionAdminListBody .index_row {
	width: 100px !important;
}

.stateRegionAdminListBody .country_name {
	width: 600px !important;
}
.stateRegionAdminListBody table {
	width: auto !important;
}
.stateRegion4AccountId {
	display: none;
}
.stateRegion4AccountId #customer_function_StateRegion {
	width: 150px;
	/* Setting width for IE */
	width: 150px\9;
	
	margin-left: 10px;
}
.stateRegion4AccountId label, .report_writer label, .approval_widgets label
, .dispatch_to_webclient label
/* , .choose_one_hide_in_mobile label */
, .view_data_fill_send label
, .dispatch_plus label
, .dispatch_use_device_time label
, .server_upload label
, .nes label
, .delagua_dispatch label
, .lockViolation label
, .lockCredit label
, .advanceDataSource label
, .watchdog label
, .ussc label
, .watchdog_mobile label
, .days_lock_mobile label
, .customer_function_item.backend_instance label
, .customer_function_item.complex_password_user_lockout label
, .viewDataPro label
, .variables label
, .strict_form_builder label
, .last_n_days_lookup label
, .advanced_security label
, .restrict_doForms_employees label
, .white_label label
, .shares label
, .hide_branding label
, .zebra_keyboard label
, .viewDataForward label
, .newPortal label
, .pod label
, .autoUpdateFormBeforeOpen label
, .limitToMDTUsers label
, .secureEmail label 
, .unlockDispatch label
, .bluetoothLowEnergy label
, .webService label
, .excelPlugin label
, .advancedFormControls label
, .openFormScan label
, .exportEnchance label
, .jumpWhenNotEmpty label
, .launchGarminDirections label
, .squarePayment label
, .useDoPDF label
, .doNotUpdateZebraProfile label
, .googleMapRoutes label
, .reportWriterRowLimit label
, .field_repeat_max label
, .geofence label
, .allowMultipleFreeTrialConnections label
, .inventoryWidget label
, .shippoPayment label
, .emailService label
, .roundDownCalculations label
, .miPOSPayments label
, .retrieveTriggerOptionBOR label
, .enableSms label
, .replies label
, .runNow label
, .fullScreenScan label
, .emailEveryTimeFormIsSubmitted label
, .allowEditSignature label
, .customer_function_list label
, .plan label
, .doFormsInternal label
, .disableDispatchTab label
, .disableBuildTab label
, .singleSignOn label
, .geotabAddIns label
, .overrideVideoSizeLimit label
, .allowApiConvert label
, .chargeCreditWhenFormLinkOpen label
{
	font-size: 13px;
	height: 25px;
	line-height:25px;
}

.overrideVideoSizeLimit input {
	text-align: right;
	width: 4em;
}

.customer_function_wl_support_languages {
	float:left;
	width:400px;
}
.customer_function_wl_support_languages input {
	float:none!important;
	margin-left:5px!important;
	position:relative;
	top:2px;
}
.customer_function_wl_support_languages label {
	display:inline-block;
	width:95px;
}

.customer_function_item #customer_function_be_ins_url {
	margin-left: 0px;
	width: 330px;
}
.customer_function_item #customer_function_limitToMDTUsers {
	margin-left: 0px;
	width: 345px;
}
.customer_function_item #customer_function_secureEmail {
	width: 150px;
    margin-left: 10px;
}
.customer_function_list .customer_function_item.backend_instance {
	display:none;
}

#stateRegionAdminListResult .default_state_region {
	background : lightblue !important;
}
table.listOfRegions4PA th,
table.listPreviewDevices th,
table.listBrotherBinFiles th,
table.listBrotherTemplateFiles th,
table.listMasterAccounts th {
	padding-top: 7px !important;
	padding-bottom: 7px !important;
}
.stateRegionAdminListDialog .modalButtonContainer {
	float: left;
    margin-top: 20px !important;
    padding-bottom: 20px !important;
}
table.listOfRegions4PA .highlightDragTableRow {
	background : #CCC !important;
}

label.valign-middle{
	display: inline-block;
}
label.valign-middle input{
	float: left;
}

label.valign-middle span{
	float: left;
	margin-top: 4px;
	font-size: 12px;
}

.assBehaviorSecurity table span{
	font-size: 14px;
}

.assBehaviorSecurity table select{
	height: 24px;
}

/* PCA-199 Build Forms for New Grid Type, 
change column weight spec for Questionnaire */
.showHideCustomWeight4ContainerSC .buildFormColumnWeightQuestionnaire {
	/*width: 100% !important;*/
	border: none !important;	
}
.buildFormColumnWeightQuestionnaire th, .buildFormColumnWeightQuestionnaire td {
	border: none !important;
}
.buildFormColumnWeightQuestionnaire .caption_column {
	width: 50px !important;
	padding-left: 40px !important;
}
.buildFormColumnWeightQuestionnaire .editorTextfieldColWeightQN {
	width: 60px !important;
}
.buildFormColumnWeightQuestionnaire .tip_total_colweight {
	margin-left:20px;
}
.propertyList .property_group .editorList,
.propertyList .chkGroup{
	display: inline-block;
}
.propertyList .property_group .editorList input[type="checkbox"],
.propertyList .chkGroup  input[type="checkbox"]{
	float: left;
}
.propertyList .property_group .editorList input[type="checkbox"] + label,
.propertyList .chkGroup input[type="checkbox"] + label{
	/*float: left;*/
	font-size: 15px;
	/*padding-top: 1px;*/
	line-height: 20px;
}
.propertyList .chkGroup input[type="checkbox"] + h4{
	float: left;
	line-height: 20px;
	padding-top: 0px;
}
.propertyList .property_group .editorList input[type="checkbox"] + label{
	float: left;
}

.propertyList .editorList .bool_grp + .bool_grp input{
	margin-left: 10px;
}
.propertyList .hideMobileWebGroup .editorList .bool_grp + .bool_grp input{
	margin-left: inherit;
}

.chkGroup11{
	display: flex;
	width: 100%;
}
.chkGroup11  input[type="checkbox"]{
	float: left;
}
.chkGroup11 input[type="checkbox"] + label{
	font-size: 12px;
	line-height: 20px;
}

input[type="checkbox"]{
	float:left;
}
#popup_message input[type="checkbox"]{
	float:none;
}
input[type="checkbox"] + span{
	line-height: 20px;
}
input[type="checkbox"] + label{
	line-height: 20px;
}
table input[type="checkbox"]{
	float:inherit;
}
.radioGroupMiddle input[type="radio"]{
	float:left;
}
.radioGroupMiddle input[type="radio"] + label,
.radioGroupMiddle input[type="radio"] + span{
	line-height: 20px;
}
#accountCompanyNoticeTable input.checkboxAccountNoticeTypeMobile {
	float:none;
}
form .cboAssignToProject{
	width: 296px;
    margin-left: 7em;
}
.publicAdditionalInfo table
{
	margin-left: -1px;
}
.publicAdditionalInfo table td{
	font-size: 13px;
	border: none;
}
.publicAdditionalInfo .formIcon
{
	cursor: inherit;
	margin-left: 0px !important;
    border: 1px solid;
	width: 70px;
	height: 70px;
	background-size: 70px 70px;
	margin-left: 10px;
	background-repeat: no-repeat;
	display: block;
}

.settingScrollArea{
	max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
}

.ctrlDescription{
	height: 28px;
    /*background-color: #36617c;*/
}

.ctrlDescription .propertiesCtrlName{
	color: #36617c;
    float: left;
	/*padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;*/
    font: 100% 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
    font-size: 18px;
	line-height: 1;
}

.ctrlDescription .propertiesCtrlExplain img{
	width: 12px;
    /*padding-top: 4px;*/
    padding-right: 4px;
}

.propertiesPane li div p:empty {
   font-size: 4px;
}

.hideUndelyingValue .optionsEditorValueField{
	display: none;
}

.propertiesPane li .property_group div.editorList:empty {
   display: none;
}

.propertiesPane li.options .optionsEditor .uiTextOpt span,
.propertiesPane li.options .optionsEditor .uiTextOpt h4,
.propertiesPane li.options .optionsEditorScoreOne .uiTextOpt span,
.propertiesPane li.options .optionsEditorScoreOne .uiTextOpt h4{
	display: none;
}
.propertiesPane li.options .optionsEditor .optionsEditorValueField h5{
	display: none !important;
}

.propertiesPane li.options ul.translations li,
.propertiesPane li.options .optionsEditorValueField,
.propertiesPane li.options .ScoreOptionsEditorValueField,
.propertiesPane li.options .ScoreNAOptionsEditorValueField{
	margin-left: 0px;
}

.propertiesPane li.options .optionsEditorValueField{
	clear: both;
	padding-top: 3px;
}

li.isShowRelevanceCondition.hideSession+li.relevanceconds{
	display: none;
}
li.isShowSkipCondition.hideSession+li.skipconds{
	display: none;
}
.buildformmenu .showFormName
{
	cursor: default;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}

.actionGraphicsHeader .progression_img{
	height: 30px;
}
.buildformmenu .buildFormMenuProgression{
	vertical-align: middle;
}
.buildformmenu map {
    display: inline;
}
.buildformmenu map area,
.buildformmenu map area:focus{
	outline: none !important;
}
li.buildFormMenuProgression:hover,
li.buildFormMenuProgression.open{
	background-color: transparent !important;
}
.propertiesPane .scanNFCGrp input{
	min-width: 13px;
}
.propertiesPane .scanNFCGrp label{
	width: 190px;
}
.toolBarGroupName
{
	font-size: 14px;
	color: #36617c;
	line-height: 20px;
	font-weight: bold;
}
.searchFormKindSession label,
.openFormSortSession label,
.searchReportKindSession label,
.openReportSortSession label{
	margin-bottom: 0px;
}

.openDialog .modalContents .description,
.openReportDialog .modalContents .description,
.openSpecialDialog .modalContents .description,
.insertFormDialog .modalContents .description{
	width: 100%;
	font-size: 12px;
	font-weight: bold;
}
.openDialog input,
.openReportDialog input,
.openSpecialDialog input,
.insertFormDialog input
{
	margin-bottom: 0em;
    margin-left: 5px;
}
.searchFormKindSession label input,
.searchReportKindSession label input{
	float: left;
}
.searchFormKindSession label span,
.searchReportKindSession label span{
	float: left;
	line-height: 20px
}
.searchFormKindSession,
.searchReportKindSession {
	padding-bottom: 0px !important;
}
.openFormSortSession
{
	width: 943px;
    font-size: 12px;
    font-weight: bold;
}
.openReportSortSession
{
	width: 472px;
    font-size: 12px;
    font-weight: bold;
}
.openFormSortSession label input,
.openReportSortSession label input{
	float: left;
}
.openFormSortSession label span,
.openReportSortSession label span{
	float: left;
	line-height: 20px
}
.show-draft-only .Published{
	display: none;
}
.show-published-only .Draft{
	display: none;
}
.leftScrollArea
{
	left: 0.5em;
    bottom: 0em;
    user-select: none;
    overflow-y: auto;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    top: 7em;
    position: absolute;
    background-color: #e8e8e8;
    right: 0.5em;
}
.toolPaletteHeader
{
	left: 15px;
    width: 140px;
    user-select: none;
    overflow-y: hidden;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    position: absolute;
    top: 10px;
    text-align: left;
    font-size: 18px;
	color: #36617c;
	font-weight: bold;
}
.buildforms-icon-color {
	color: #006a90;
}
.jumpToHeader{
	left: 180px;
    width: 240px;
    user-select: none;
    overflow-y: hidden;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    position: absolute;
    top: 10px;
    font-size: 15px;
}

.jumpToHeader .cboJumpTo{
	max-width: 170px;
    width: 170px;
}

.actionGraphicsHeader{
	left: 15.5em;
	right: 29em;
    user-select: none;
    overflow-y: hidden;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    position: absolute;
    top: 6px;
}
.searchHeader{
    user-select: none;
    overflow-y: hidden;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    position: absolute;
    top: 10px;
    font-size: 15px;
	right: 21em;
}
.searchHeader div.search-button {
	background: url("/img/icon/ico_search.png") no-repeat scroll right center rgba(0, 0, 0, 0) !important;
	float: left;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.searchHeader input{
	float: left;
	margin-left: 0px;
	width: 200px;
}
.highlight{
	color: red;
}
.loading-centred{
	line-height: 262px;
    text-align: center;
    font-size: 16px;
}
.propertyList .property_group .editorList label,
.propertyList .chkGroup  input[type="checkbox"] + label,
.suppressKeyboard label {
	font-size: 12px !important;
	letter-spacing: 0px !important;
	color: #000 !important;
}
.showHideCustomWeight4Container h4,
.showHideCustomWeight4ContainerSC h4,
.adjustWidth h4,
.adjustWidthNormal h4,
.stackedExplan h4{
	font-size: 12px !important;
}
#workspaceScrollArea .workspace .inputAction .controlLabel,
#workspaceScrollArea .workspace .inputAction .controlHint,
#workspaceScrollArea .workspace .inputOpenFile .controlLabel,
#workspaceScrollArea .workspace .inputOpenFile .controlHint,
#workspaceScrollArea .workspace .inputPayment .controlLabel,
#workspaceScrollArea .workspace .inputPayment .controlHint{
	display: none;
}

.propertyList .optionsList li:first-child .insertOptionGrp{
	display: none;
    font-size: 1px;
}

.propertyList .optionsList li:first-child .uiText-translation-option{
	margin-top: 0px !important;
}

.propertyList .optionsEditorScoreOne .optionsList li:first-child .insertOptionGrp{
	/*visibility: hidden;*/
	display: none;
    font-size: 1px;
}

.propertyList .optionsEditorScoreOne > ul.optionsList {
    margin-top: 0px;
}

.propertyList ul.optionsList{
	
}

.propertyList .optionsList li:first-child .removeOption{
	margin-top: 3px;
}

.propertyList .optionsEditorScoreOne .optionsList li:first-child .removeOption{
	margin-top: 3px;
}

.propertyList .optionsList li:first-child .uiTextOpt{
	margin-top: 0px;
}

.propertyList .optionsEditorScoreOne .optionsList li:first-child .uiTextOpt{
	margin-top: 0px;
}
/*.propertyList .optionsList li .radioGroup{
	visibility: hidden;
}
.propertyList .optionsList li:nth-child(2) .radioGroup{
	visibility: visible !important;
}*/
.propertiesPane .propertyList .insertOptionGrp .addOption,
.propertiesPane .propertyList .addOptionGrp .addOption{
	margin-top: 0em;
    padding: 0em;
}
.propertiesPane .propertyList .insertOptionGrp .radioGroup{
	margin-left: 7px;
}
.propertiesPane .propertyList .addOptionGrp .radioGroup{
	margin-left: 2px;
}
.propertiesPane .optionsList .scoreSession{
	float:left;
}
.propertiesPane .optionsList .scoreSession .ScoreOptionsEditorValueField{
	width: 35px;
	margin-top: -21px;
}
.propertiesPane ul.optionsList li:first-child  .scoreSession .ScoreOptionsEditorValueField{
	width: 35px;
	margin-top: -22px;
}
.propertiesPane .optionsList .scoreNASession{
	float:left;
}
.propertiesPane .optionsList .scoreNASession .ScoreNAOptionsEditorValueField{
	width: 15px;
	margin-top: -21px;
}
.propertiesPane ul.optionsList li:first-child  .scoreNASession .ScoreNAOptionsEditorValueField{
	width: 15px;
	margin-top: -22px;
}
.propertiesPane li.options .optionsEditorScoreOne ul.translations li.uiText-translation-option{
	float:left;
}
.propertiesPane li.options .optionsEditorScoreOne ul.optionsList > li{
	float: left;
    width: 265px;
}
.openSpecialDialog .openSpecialDialogBtnSession{
	float: left;
    width: 100% !important;
    height: 37px;
    /* margin-left: 860px; */
}

.openSpecialDialog .openSpecialDialogBtnSession .modalButtonContainer{
	float: right;
	margin-top: 10px!important;
}

.openReportScheduleDialog{
	width: 880px !important;
	margin-left: -440px;
	top: 10px;
}

.openReportScheduleDialog .openReportScheduleDialogBtnSession{
	float: left;
    width: 840px !important;
    height: 45px;
}

.openReportScheduleDialog .openReportScheduleDialogBtnSession .modalButtonContainer{
	float: right;
}

.formNameHeader{
	float: left;
	padding-left: 10px;
	width: 354px;
	cursor: pointer;
	background-color: #e8e8e8;
    line-height: 24px;
}
.reportCheckedHeader{
	float: left;
	padding-left: 5px;
	width: 25px;
	cursor: pointer;
	background-color: #e8e8e8;
    line-height: 24px;
}
.reportNameHeader{
	float: left;
	padding-left: 2px;
	width: 277px;
	cursor: pointer;
	background-color: #e8e8e8;
    line-height: 24px;
}
.formTypeHeader{
	float: left;
	padding-left: 2px;
	width: 55px;
	cursor: pointer;
	background-color: #e8e8e8;
    line-height: 24px;
}
.reportTypeHeader{
	float: left;
	padding-left: 10px;
	width: 55px;
	cursor: pointer;
	background-color: #e8e8e8;
    line-height: 24px;
}
.formDateHeader{
	float: left;
	padding-left: 4px;
	width: 82px;
	cursor: pointer;
	background-color: #e8e8e8;
    line-height: 24px;
}
.formModifiedDateHeader{
	float: left;
	padding-left: 10px;
	width: 93px;
	cursor: pointer;
	background-color: #e8e8e8;
    line-height: 24px;
}
.reportDateHeader{
	float: left;
	padding-left: 10px;
	width: 87px;
	cursor: pointer;
	background-color: #e8e8e8;
    line-height: 24px;
}
.formModifiedByHeader,
.formCreateByHeader{
	float: left;
	padding-left: 0px;
	width: 166px;
	cursor: pointer;
	background-color: #e8e8e8;
    line-height: 24px;
}
.formNameHeader.headerSortDown,
.formTypeHeader.headerSortDown,
.formDateHeader.headerSortDown,
.formModifiedDateHeader.headerSortDown,
.formModifiedByHeader.headerSortDown,
.formCreateByHeader.headerSortDown,
.reportNameHeader.headerSortDown ,
.reportTypeHeader.headerSortDown ,
.reportDateHeader.headerSortDown {
	background-image: url(/css/v1/tablesorter/desc.gif);
	background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}
.formNameHeader.headerSortUp ,
.formTypeHeader.headerSortUp ,
.formDateHeader.headerSortUp,
.formModifiedDateHeader.headerSortUp,
.formModifiedByHeader.headerSortUp,
.formCreateByHeader.headerSortUp,
.reportNameHeader.headerSortUp ,
.reportTypeHeader.headerSortUp ,
.reportDateHeader.headerSortUp {
	background-image: url(/css/v1/tablesorter/asc.gif);
	background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}

.toolPalette .toolPaletteContent{
	padding-left: 5px;
}
.toolPalette ul li a,
.toolPaletteForContainer ul li a
{
	color: #555659;
}
.propertiesPane  input[type="text"]{
	height: 23px !important;
    line-height: 19px !important;
    padding: 0px 0px 0px 4px !important;
    border: 1px inset;
	box-sizing: border-box;
}

.propertiesPane .propertyList li .numericFieldRange select{
	height: 21px !important;
    line-height: 19px !important;
    padding: 0px 0px 0px 4px !important;
    border: 1px inset;
	box-sizing: border-box;
	width: 234px !important;
}

.propertiesPane  select{
	height: 23px !important;
	max-width: 262px !important;
    line-height: 23px !important;
    padding: 0px !important;
    border: 1px inset;
	box-sizing: border-box;
}

.propertiesPane  textarea{
    padding: 0px !important;
    border: 1px inset;
	box-sizing: border-box;
}
.propertiesPane  .itemScoreLabel{
	padding-top: 5px;
    padding-bottom: 1px;
	line-height: 16px;
}

/* Right-alignment for [Sign-in,Cancel] of Login (Normal) */
.signinDialog .modalButtonContainer.layoutAlignmentSigninCancel {
	text-align:right;
	/*
	margin-left: 1.5em;
	margin-right: 1.5em;
	position: relative;
	right: -2px;
	*/
}

/* Right-alignment for [Sign-in,Cancel] of Login (WebApps) */
.signinDialog .modalButtonContainer.layoutAlignmentSigninCancelWA {
	text-align: right;
}
.securityDialog .modalButtonContainer,
.securityDialog .modalButtonContainer{
	text-align: right;
	padding-top: 30px;
	width: 100% !important;
}
/* Right-alignment for [Sign-in,Cancel] of Login (LibrarySkinTemplate) */
.configLoginDialog4LibSkin .modalButtonContainer.layoutAlignmentSigninCancelLibSkin {
	text-align: right;
}
/* Right-alignment for [Insert,Cancel] of Insert form */
.insertFormDialog .modalButtonContainer.layoutAlignmentInsertCancel {		
	text-align:right;	
	padding-right: 19px;
    float: right;
    position: relative;
    margin-bottom: 1em;
}
/* Right-alignment for [Download,Cancel] of Export XML form */
.exportDialog .modalButtonContainer.layoutAlignmentDownloadCancel {
	text-align:right;
	margin-left: 1.5em;
    margin-right: 1.5em;
    position: relative;
    right: -5px;
}
/* Right-alignment for [Download,Cancel] of Export JSON form */
.exportJsonDialog .modalButtonContainer.layoutAlignmentDownloadCancel {
	text-align:right;
	margin-left: 1.5em;
    margin-right: 1.5em;
    position: relative;
  /*   right: -5px; */
}
/* Right-alignment for [Add,Cancel] of Lookup Manager */
.lookUpDialog .modalButtonContainer.layoutAlignmentAddCancel {
	text-align:right;
	position: relative;
   /*  right: -5px; */
}
/* Right-alignment for [Save,Cancel] of Lookup Manager - Upload file */
.uploadDialog .modalButtonContainer.layoutAlignmentSaveCancel {
	text-align:right;
	position: relative;
   /*  right: -5px; */
}
/* Right-alignment for [Save,Cancel] of Lookup Manager - Use form */
.uploadDialog4UseForm .modalButtonContainer.layoutAlignmentSaveCancel {
	text-align:right;
	position: relative;
    right: -5px;
    width:100%;
}
/* Right-alignment for [Add,Cancel] of Report Templates Manager */
.excelTemplateDialog .modalButtonContainer.layoutAlignmentAddCancel,
.parcelTemplateDialog .modalButtonContainer.layoutAlignmentAddCancel{
	text-align:right;
	position: relative;
   /*  right: -5px; */
}
.excelTemplateDialog #excelTemplate_Table
, .componentsDialog #componentsTable {
	width:100%;
}
/* Right-alignment for [Add,Cancel] of Edit Report Templates */
.excelTemplateAddEditDialog .modalButtonContainer.layoutAlignmentSaveCancel {
	text-align:right;
	position: relative;
   /*  right: -5px; */
}
.excelTemplateAddEditDialog #excelTemplate_AddEditContent table {
	width: 100%;
} 

.excelTemplateAddEditDialog .excelTemplate_DownloadBtnRegion {
	margin-left:10px;
} 

.line_content.lookup_download_excel_csv_item {
	margin-top: -7px;
    padding-left: 74px;
    margin-bottom: 10px;
}

/* Right-alignment for [Cancel] of Learn more... in EmailReport */
.configReportSettingBuildFormLearnMore .modalButtonContainer.layoutAlignmentCancel {
	text-align:right;
	width: 740px;
}
/* Right-alignment for [Cancel] of list admin Industry Templates */
.industryTemplateAdminListDialog .modalButtonContainer.layoutAlignmentCancel .modalButton{
	text-align:right;
	float:right;
	position:relative;
	right:10px;
}
/* Right-alignment for [Cancel] of list admin Manage Industry */
.manageIndustryListAdminDialog .modalButtonContainer.layoutAlignmentCancel {
	text-align:right;	
    margin-right: 10px;
}
/* Right-alignment for [Cancel] of list admin State/Region */
.stateRegionAdminListDialog .modalButtonContainer.layoutAlignmentCancel {
	text-align:right;
	float: right;
    margin-right: 10px;
}
/* Right-alignment for [Cancel] of list admin Manage Languages */
.manageLanguageListAdminDialog .modalButtonContainer.layoutAlignmentCancel {
	text-align:right;
	margin-right: 5px;
}
/* Right-alignment for [Cancel] of list admin Manage Keywords */
.manageKeywordListAdminDialog .modalButtonContainer.layoutAlignmentCancel .modalButton {
	text-align:right;
	float:right;
	margin-right: 10px;
	padding-top: 15px;
    padding-bottom: 10px;
}
/* Right-alignment for [Add,Cancel] of Account - WebServices */
.wsAddService .modalButtonContainer.layoutAlignmentAddCancel
,.addShare .modalButtonContainer.layoutAlignmentAddCancel {
	text-align:right;
}
.selectAccountDialog .modalButtonContainer{
	text-align: right;
}

.addRemoveLinkSession,
.addRemoveITELinkSession,
.addITESession,
.removeITESession{
	padding-top: 4px;
    font-size: 13px;
    width: 245px;
    padding-left: 12px;
	padding-bottom: 5px;
}
.skipConditionsList .removeCondition,
.relevanceConditionsList  .removeCondition{
	display: none !important;
}

.optionsList div.uiTextOpt{
	width: 235px;
    float: left;
}

.optionsEditorScoreOne .optionsList  div.uiTextOpt{
	width: 190px;
	float: inherit;
}

.optionsList .removeOptionSession{
	float: right;
}

input[type="text"],
input[type="password"]{
	padding-left: 2px !important;
}

input.search-query[type="text"] {
	padding-left: 14px !important;
}
.calendar_content [class^="icon-"], .calendar_content [class*=" icon-"] {
	background-image: url("../img/glyphicons-halflings.png");
}

#formView table input[type="text"],
#formView table textarea{
	padding-left: 0px !important;
}
#workspaceScrollArea .workspaceScrollAreaContent input[type="text"],
#workspaceScrollArea .workspaceScrollAreaContent input[type="password"]{
	padding-left: 0px !important;
}

.propertiesPane  .numberOfLine .numericGTZero h4,
.propertiesPane  .numberOfCopy .numericGTZero h4{
	float: left;
	padding-right: 10px;
}

.propertiesPane  .numberOfLine .numericGTZero p,
.propertiesPane  .numberOfCopy .numericGTZero p{
	display: none;
}

.propertiesPane  .numberOfLine .numericGTZero input,
.propertiesPane  .numberOfCopy .numericGTZero input{
	width: 30px !important;
    float: left;
    margin-top: 4px !important;
}

.propertiesPane  .imgJustify h4
{
	float: left;
	padding-right: 10px;
}
.propertiesPane  .imgJustify .editorSelect {
	margin-top: 4px;
}
.propertiesPane  .ignoreScreenSize select,
.propertiesPane  .ignoreAcrossScreenSize select,
.propertiesPane  .applyScreenSize select{
	float: left;
}
.propertiesPane  .ignoreScreenSize h4,
.propertiesPane  .ignoreAcrossScreenSize h4,
.propertiesPane  .applyScreenSize h4
{
	padding-top: 4px;
    float: left;
    padding-left: 5px;
}
.propertiesPane  .ignoreScreenSize div.enumeration,
.propertiesPane  .ignoreAcrossScreenSize div.enumeration
{
    padding-left: 4px;
}
.propertiesPane  .uploadImage h4{
	float: left;
}
.propertiesPane  .uploadImage p{
	clear: both;
}
.propertiesPane  .loop .enumeration h4{
	float: left;
	padding-right: 10px;
}
.propertiesPane  .loop .enumeration h4 a,
.propertiesPane  .loop .enumeration p{
	display: none;
}
.propertiesPane  .loop .enumeration select
{
	margin-top: 3px !important;
}
.propertiesPane  li.columnsSpaceType,
.propertiesPane  li.lookupfield{
	clear: both;
}
.propertiesPane .loop .makeAcross h4,
.propertiesPane .spinStep .makeAcross h4,
.propertiesPane .radius .makeAcross h4,
.propertiesPane .sendDispatchAfter .makeAcross h4,
.propertiesPane .maxError .makeAcross h4,
.propertiesPane .promtAfter .makeAcross h4,
.propertiesPane .maxRows .makeAcross h4,
.propertiesPane .minuteInterval .makeAcross h4,
.propertiesPane .emptyCol .makeAcross h4,
.propertiesPane .makeAcross.twStartDay h4,
.propertiesPane .makeAcross.twNumOfDay h4,
.propertiesPane .makeAcross.lwStartDay h4,
.propertiesPane .makeAcross.lwNumOfDay h4,
.propertiesPane .leftPadding .makeAcross h4,
.propertiesPane .rightPadding .makeAcross h4
{
	float: left;
	padding-right: 5px;
}
.propertiesPane .verifyMinRange .makeAcross h4,
.propertiesPane .verifyMaxRange .makeAcross h4
{
	float: left;
	width: 190px;
}
.propertiesPane .loop .makeAcross p,
.propertiesPane .spinStep .makeAcross p,
.propertiesPane .radius .makeAcross p,
.propertiesPane .sendDispatchAfter .makeAcross p,
.propertiesPane .maxError .makeAcross p,
.propertiesPane .promtAfter .makeAcross p,
.propertiesPane .minuteInterval .makeAcross p,
.propertiesPane .leftPadding .makeAcross p,
.propertiesPane .rightPadding .makeAcross p{
	display: none;
}
.propertiesPane .loop .makeAcross input,
.propertiesPane .spinStep .makeAcross input,
.propertiesPane .radius .makeAcross input,
.propertiesPane .sendDispatchAfter .makeAcross input,
.propertiesPane .promtAfter .makeAcross input,
.propertiesPane .minuteInterval .makeAcross input,
.propertiesPane .emptyCol .makeAcross input,
.propertiesPane .leftPadding .makeAcross input,
.propertiesPane .rightPadding .makeAcross input{
	width: 30px !important;
    margin-top: 4px !important;
}
.propertiesPane .maxLoop .makeAcross label{
	float: left;
	padding-right: 10px;
	margin-top: 8px;
	font-size: 12px;
	color: #36617c !important;
}
.propertiesPane .maxLoop input[type="checkbox"] + label {
	line-height: 5px !important;
}
.propertiesPane .maxLoop .useMaxRow{
	float: left;
	margin-top: 3px;
}
.propertiesPane .maxError .makeAcross input{
	width: 40px !important;
    margin-top: 4px !important;
}
.propertiesPane .maxRows .makeAcross input{
	width: 40px !important;
    margin-top: 4px !important;
}

.propertiesPane .verifyMinRange .makeAcross input,
.propertiesPane .verifyMaxRange .makeAcross input{
	width: 40px !important;
    margin-top: 4px !important;
}

.propertiesPane .makeAcross.twNumOfDay input,
.propertiesPane .makeAcross.lwNumOfDay input{
	width: 20px !important;
    margin-top: 4px !important;
}

.propertiesPane .makeAcross.twStartDay select,
.propertiesPane .makeAcross.lwStartDay select{
	width: 100% !important;
    margin-top: 4px !important;
}
.propertiesPane .makeAcross.frtWebGroup select {
	width: 237px;
}
.propertiesPane .makeAcross.frtWebUser input {
	width: 237px;
}
.propertiesPane .decPlace .makeAcross h4
{
	float: left;
	width: 215px;
}
.propertiesPane .decPlace .makeAcross input{
	width: 40px !important;
    margin-top: 4px !important;
}
#media_select_contain #iconColor_000000 .icons_container span{
	background-color: #000000;
}
#media_select_contain #iconColor_01ae54 .icons_container span{
	background-color: #01ae54;
}
#media_select_contain #iconColor_a5c9eb .icons_container span{
	background-color: #a5c9eb;
}
#media_select_contain #iconColor_024e41 .icons_container span{
	background-color: #024e41;
}
#media_select_contain #iconColor_422a1e .icons_container span{
	background-color: #422a1e;
}
#media_select_contain #iconColor_008490 .icons_container span{
	background-color: #008490;
}
#media_select_contain #iconColor_013797 .icons_container span{
	background-color: #013797;
}
#media_select_contain #iconColor_36617c .icons_container span{
	background-color: #36617c;
}
#media_select_contain #iconColor_136792 .icons_container span{
	background-color: #136792;
}
#media_select_contain #iconColor_253642 .icons_container span{
	background-color: #253642;
}
#media_select_contain #iconColor_555659 .icons_container span{
	background-color: #555659;
}
#media_select_contain #iconColor_999899 .icons_container span{
	background-color: #999899;
}
#media_select_contain #iconColor_d12229 .icons_container span{
	background-color: #d12229;
}
#media_select_contain #iconColor_e35324 .icons_container span{
	background-color: #e35324;
}
#media_select_contain #iconColor_fec506 .icons_container span{
	background-color: #fec506;
}
#media_select_contain #iconColor_ffffff .icons_container span{
	background-color: #ffffff;
}
#upload_scroll_content #iconColor_000000 .icons_container span{
	background-color: #000000;
}
#upload_scroll_content #iconColor_01ae54 .icons_container span{
	background-color: #01ae54;
}
#upload_scroll_content #iconColor_a5c9eb .icons_container span{
	background-color: #a5c9eb;
}
#upload_scroll_content #iconColor_024e41 .icons_container span{
	background-color: #024e41;
}
#upload_scroll_content #iconColor_422a1e .icons_container span{
	background-color: #422a1e;
}
#upload_scroll_content #iconColor_008490 .icons_container span{
	background-color: #008490;
}
#upload_scroll_content #iconColor_013797 .icons_container span{
	background-color: #013797;
}
#upload_scroll_content #iconColor_36617c .icons_container span{
	background-color: #36617c;
}
#upload_scroll_content #iconColor_136792 .icons_container span{
	background-color: #136792;
}
#upload_scroll_content #iconColor_253642 .icons_container span{
	background-color: #253642;
}
#upload_scroll_content #iconColor_555659 .icons_container span{
	background-color: #555659;
}
#upload_scroll_content #iconColor_999899 .icons_container span{
	background-color: #999899;
}
#upload_scroll_content #iconColor_999899 .icons_container span img {
	background-color: #999899;
}
#upload_scroll_content #iconColor_d12229 .icons_container span{
	background-color: #d12229;
}
#upload_scroll_content #iconColor_e35324 .icons_container span{
	background-color: #e35324;
}
#upload_scroll_content #iconColor_fec506 .icons_container span{
	background-color: #fec506;
}
#upload_scroll_content #iconColor_ffffff .icons_container span{
	background-color: #ffffff;
}

/* Appy css for Print in Dispatch, new GUI */
.menu_Print_Dispatch_TrackingMap {
	display:none;
}

.menu_Print_Dispatch_TrackingMap .submenu.megaShowPrintItemsTopGUI {
	z-index:1100 !important;	
}
.menubar .forceHiddenControl {
	display:none !important; /* Force hidden control in Print Dispatch */
}
/* Style CSS for Print TrackingMap : Dispatch - [Print] - Table & record */
.configWAFrame4DispatchTrackingMap {
	background:transparent !important;
	width:1px !important; 
	height:1px !important; 
	position:fixed !important;
	left:0px !important;
	top:0px !important;
	visibility:hidden;				
	z-index: 0;				
}

li.autoReturn label[for="property_autoReturn"]{
	line-height: 14px !important;
}

/* Fix layout of button Save/Cancel when uploading media files in ViewData */
#form_upload_contain.media_upload #form_upload_content .btn_fcontain.modalButtonContainer {
	width: 470px;
	padding-top: 0px;
	padding-bottom: 5px;
}
#form_upload_contain.imgClass #form_upload_content .btn_fcontain.modalButtonContainer {
	width: 100%;
}
.propertiesPane .propertyList.ctrlGrid .toolPaletteContent li#inputAction,
.propertiesPane .propertyList.ctrlGrid .toolPaletteContent li#inputOpenFile{
	display: none;
}
.propertiesPane .propertyList.ctrlGrid .toolPaletteContent li#inputLabel{
	display: none;
}
.propertiesPane .propertyList.gridTypeNormal .toolPaletteContent li#inputAction,
.propertiesPane .propertyList.gridTypeNormal .toolPaletteContent li#inputOpenFile{
	display: none;
}
.propertiesPane .propertyList.gridTypeNormal .toolPaletteContent li#inputLabel{
	display: list-item;
}
.propertiesPane .propertyList.ctrlButtonGrid .toolPaletteContent li{
	display: none;
}
.propertiesPane .propertyList.ctrlButtonGrid .toolPaletteContent li#inputAction,
.propertiesPane .propertyList.ctrlButtonGrid .toolPaletteContent li#inputOpenFile{
	display: list-item;
}
.propertiesPane .propertyList.ctrlScoreTable_inputSelectOne .toolPaletteContent li{
	display: none;
}
.propertiesPane .propertyList.ctrlScoreTable_inputSelectOne .toolPaletteContent li#inputSelectOne{
	display: initial;
	display: inline;
}
.propertiesPane .propertyList.ctrlScoreTable_inputSelectMany .toolPaletteContent li{
	display: none;
}
.propertiesPane .propertyList.ctrlScoreTable_inputSelectMany .toolPaletteContent li#inputSelectMany{
	display: initial;
	display: inline;
}
.propertiesPane .propertyList.ctrlScoreTable_inputScoreOne .toolPaletteContent li{
	display: none;
}
.propertiesPane .propertyList.ctrlScoreTable_inputScoreOne .toolPaletteContent li#inputScoreOne{
	display: initial;
	display: inline;
}
#formBuilder .workspaceScrollArea .chkGroup11{
	display: inline-block;
}

/* Align button Save/Cancel in right-hand inside EmailTask */
.narrowModal.email_task .btn_fcontain {
	text-align: right;
}
.narrowModal.email_task #chk_remember_task + span {
	position: relative;
    top: -3px;
    margin-left: 3px;
}
.propertiesPane .propertyList .cboEmailToCtrl{
	width: 262px;
}

.propertiesPane .propertyList .editorTextfieldPadding,
.propertiesPane .propertyList .cboEmailToCtrlPadding{
	width: 262px;
	height: 0px;
}

.propertiesPane .propertyList .warningMessage {
	display: none;
}

/* h3.dialogHeader{
	color: #333 !important;
	font-weight: bold;
} */

/* The report setting from BuildForms + Set ViewData Report Settings */
/* PCA-581: Make report settings in Build Forms */
.menu #formReportSettingDialog {
	display:none;
}
.publicAdditionalInfo .publishFormReportSettingsRegion {
	display:none;
	padding-top:2px;
	height: 15px;
}
.publishFormReportSettingsRegion #idApplyReportSetting4AssignProjects {
	position:relative;
	top: 2px;
}

.ctrlTable .workspaceInner .controlHint,
.ctrlSchedule .workspaceInner .controlHint,
.ctrlMessage .workspaceInner .controlHint{
	visibility: hidden;
}
.ctrlPOD .workspaceInner .controlHint{
	visibility: hidden;
}
.ctrlINV .workspaceInner .controlHint{
	visibility: hidden;
}
.propertiesPane .propertyList li.emptyData{
	max-width: 100% !important;
}
.latest-news-list{
	display: flex;
}
.news-item {
    padding-bottom: 0.8em;
    border-bottom: 1px solid #ececec;
	max-width: 100%;
}

.news-item img{
	max-width: 100%;
}
.news-item .resource-content
{
    padding: 0 10px 0 0px !important;
}
.news-item .resource-content h3{
	font-size: 18px;
	color: #184277;
	font-weight: bold !important;
	padding-bottom: 7px;
}

.news-item .resource-content p{
	font-size: 14px !important;
	text-align: justify !important;
}
li.emptyData.helpVideo{
	margin-top: 0px !important;
}
li.emptyData.emptyDataHeader
{
	color: #585858 !important; 
	font-weight: bold !important;
	font-size: 18px !important;
}
li.emptyData.get_start_des{
	color: #4e647b !important;
}

/* Admin GUI - copy form from account into another one */
.main_content .first_label {
	width:20px;
}

#panel_content .system_acc_search .formSrcCopyForm {	
    width: 240px;
    padding-right: 0px;
    height: 22px;    
}
#reportBuilder .toolPalette ul li{
	margin-left: inherit;
}
.propertiesPane .propertyList .cboReportDataSourceProject{
	width: 262px;
}
.propertiesPane .propertyList .cboReportDataSource{
	width: 262px;
}
.propertiesPane .propertyList .cboReportFilterField{
	width: 262px;
}
.propertiesPane .propertyList .cboReportFilterCondition{
	width: 262px;
}
.propertiesPane .propertyList .cboReportFilterAnswer{
	width: 262px;
}
.propertiesPane .propertyList .cboReportBreakPoint
{
	width: 262px;
}
.propertiesPane .propertyList .txtCompareValue{
	width: 262px;
}
.propertiesPane .propertyList .condDescription{
	line-height: 22px;
    text-align: center;
    width: 262px;
}
.propertiesPane .propertyList .update-datasource-session,
.propertiesPane .propertyList .update-datasource-project-session{
	width: 262px;
	padding-top: 3px;
    padding-bottom: 10px;
}
.propertiesPane .propertyList .cboDataSourceTable{
	width: 262px;
}
.propertiesPane .propertyList .cboDataSourceDate{
	width: 262px;
}
.displayLR .displayLeft{
	padding-left: 20px;
	float: left;
	padding-right: 10px;
}
.displayLR .displayRight{
	padding-left: 20px;
	float: left;
	padding-right: 10px;
}
.control.ctrlDataSource .moveDownControl,
.control.ctrlDataSource .moveUpControl{
	display:none;
}
.control.ctrlHeaderGrid .moveDownControl,
.control.ctrlHeaderGrid .moveUpControl{
	display:none;
}

.control.ctrlDataSource  + .control .moveUpControl{
	display:none;
}
.control.ctrlHeaderGrid  + .control .moveUpControl{
	display:none;
}
.control.ctrlDataFilter  + .control.ctrlReportBreakPoint .moveUpControl{
	display:none;
}
.control.podSpecialCtrl .duplicateControl,
.control.podSpecialCtrl .deleteControl,
.control.invSpecialCtrl .duplicateControl,
.control.invSpecialCtrl .deleteControl,
.control.scheduleSpecialCtrl .duplicateControl,
.control.scheduleSpecialCtrl .deleteControl,
.control.ctrlDataSource  .duplicateControl,
.control.ctrlHeaderGrid  .duplicateControl,
.control.ctrlFooterGrid  .duplicateControl,
.control.ctrlEmailSchedule  .duplicateControl,
.control.ctrlBreakPointData  .duplicateControl{
	display: none;
}

.propertiesPane .propertyList li.rowValSource h4,
.propertiesPane .propertyList li.repValSource h4
{
	font-size: 12px;
	font-weight: normal;
    color: #000;
}
#reportBuilder input{
	outline: none;
}
.propertiesPane .propertyList li.reportFilterNote h4{
	font-size: 12px !important;
	font-weight: normal !important;
    color: #000 !important;
	float: initial !important;
}
.propertiesPane .propertyList li.reportDateRange .chkGroup{
	display: none;
}
.control.ctrlEmailSchedule .moveUpControl,
.control.ctrlEmailSchedule .moveDownControl{
	display:none;
}

.control.ctrlFooterGrid .moveUpControl,
.control.ctrlFooterGrid .moveDownControl{
	display:none;
}
.control.ctrlBreakPointData .moveUpControl,
.control.ctrlBreakPointData .moveDownControl{
	display:none;
}

ul.forBreakPointData{
	padding-left: 10px;
}
.reportDateRange .rangeSettingArea input[type="text"]{
	width: 100px !important;
    margin-left: 10px !important;
}
.reportDateRange #dateRangeFrom,
.reportDateRange #dateRangeTo{
	float: left;
	width: 30px;
}
.reportDateRange #nDaysBefore{
	float: left;
}
.reportDateRange .useDateRange{
	padding-left: 20px;
}
.reportDateRange .reportDateRangeNote{
	clear: both; 
	padding-top: 10px; 
	text-align: center;
	width: 262px;
	font-size: 14px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #36617c;
}
.control.ctrlBreakPointData  .control.ctrlBreakPointDataElement .controlInfo .moveDownControl,
.control.ctrlBreakPointData  .control.ctrlBreakPointDataElement .controlInfo .moveUpControl{
	display: initial;
	display: inline;
}
.control.ctrlBreakPointData  .control.ctrlBreakPointDataElement:first-child > .controlInfo .moveUpControl{
	display: none;
}
.control.ctrlBreakPointData  .control.ctrlBreakPointDataElement:last-child > .controlInfo .moveDownControl{
	display: none;
}
.toolBarGroupName.forBreakPointData{
	padding-top: 10px;
}

.control.ctrlDataFilter:last-child > .controlInfo .moveDownControl{
	display: none;
}
.control.ctrlReportBreakPoint:last-child > .controlInfo .moveDownControl{
	display: none;
}
.dataSourceDate .propertyHeaderInfo{
	width: 262px;
}

.openReportScheduleDialog .modalContents{
	width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    margin-top: 30px;
	overflow: auto;
    max-height: 450px;
}

.openReportScheduleDialog .modalContents table{
	width: 100%;
}

.openReportScheduleDialog .modalContents .calendar-header-day{
	text-align: center;
}
.openReportScheduleDialog .watermark {
    opacity: 0.25;
    font-size: 3em;
    width: 100%;
    text-align: center;
    z-index: 1000;
}
.not-empty-type.isEmptyType{
	display: none !important;
}

.modal.reportPreviewDialog {
	width: 79em !important;
	margin-left: -39.5em !important;
	padding: 20px;
	z-index: 99999;
	top: 20px;
}
.report-image{
	position: absolute;
	/*position: relative;*/
	background-color: white;
}
.report-image img{
	margin-top: -5px;
}
.report-content{
	/*padding-left: 100px;
	padding-right: 100px;*/
	max-height: 570px;
    overflow-y: auto;
}
.report-header{
	width: 100%;
	display: block; 
	box-sizing: border-box;
}
.report-header-left{
	float: left;
	margin-top: -50px;
}
.report-header-right{
	float: right;
	margin-top: -50px;
}
.report-header-text-center{
	width: 100%;
	text-align: center;
	font-size: 30px;
	float: left;
}
.report-date-range{
	padding-top: 10px;
}
.report-data-field{
	padding-top: 10px;
}
.report-data-table,
.report-footer-data-table{
	padding-top: 10px;
}
.report-data-table table,
.report-footer-data-table table{
	width: 100%;
	border-collapse: collapse;
	border: none;
}
.report-data-table table th,
.report-footer-data-table table th{
	padding: 5px 0;
	background: none;
}
.report-data-table table th,
.report-data-table table td,
.report-footer-data-table table th,
.report-footer-data-table table td{
	border: 1px solid black;
}
.table-group-footer td{
	/*border: none !important;*/
	text-align: right;
	padding-right: 10px;
}
.report-footer{
	bottom: 0px;
	width: 100%;
	display: block; 
	box-sizing: border-box;
	padding-top: 50px;
}
.report-footer-left{
	float: left;
	margin-top: -17px;
}
.report-footer-right{
	float: right;
	margin-top: -17px;
}
.report-footer-text-center{
	width: 100%;
	text-align: center;
	font-size: 12px;
	float: left;
	padding: 5px 0;
}

.reportPreviewDialog .btnClose
{
	position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background: transparent url('/jquery.fancybox-1.3.4/fancybox/fancybox.png') -40px 0px;
    cursor: pointer;
    z-index: 1103;
}
.reportBuilder .control.ctrlBreakPointDataElement .controlInfo .reportColumnNumber
{    
	display: inherit !important;
}

.gray-background{
	/*background: gray;
	color: white;*/
}

.gray-background label span{
	color: #888;
}

.rpt-justify-left{
	text-align:left;
}
.rpt-justify-center{
	text-align:center;
	position: initial;
}
.rpt-justify-center img{
	margin-top: 0px;
}
.rpt-justify-right{
	text-align:right; 
	right:20px;
}
.advancedFormat select option{
	display: none;
}
.advancedFormat .date  select .forDate{
	display: initial;
	display: inline;
}
.advancedFormat .time  select .forTime
{
	display: initial;
	display: inline;
}
.advancedFormat .date_time  select .forTime,
.advancedFormat .date_time  select .forDate,
.advancedFormat .date_time  select .forDateTime
{
	display: initial;
	display: inline;
}

.email_report_setting #content { width: 40rem;}
.email_report_setting #datefilter { width: 6rem; margin-top:5px;}
.email_report_setting #timefilter { width: 4.5rem; margin-top:5px;}
.email_report_setting #dayfilter	{ width: 1.5rem; margin-top:5px;}
.email_report_setting .red {color: red;}
.email_report_setting .error { border: solid 1px red;}
.email_report_setting .col10 { width: 8rem; float:left;}
.email_report_setting .colLeft { width: 100%; float:left;}
.email_report_setting .colRight { width: 100%; float:left;}
.email_report_setting .nav { list-style-type: none; padding: 0;}
.email_report_setting .nav > li { padding: .2rem .3rem;}
.email_report_setting .nav > li+span { display: inline-block; width: 3rem;}

.dataAuditReportDialog{
	width: 880px !important;
	margin-left: -440px;
}

.dataAuditReportDialog .dataAuditReportDialogBtnSession{
	float: left;
    width: 836px !important;
    height: 45px;
}

.dataAuditReportDialog .dataAuditReportDialogBtnSession .modalButtonContainer{
	float: right;
}

.dataAuditReportDialog .modalContents{
	width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    margin-top: 30px;
	overflow: auto;
    max-height: 450px;
}

.dataAuditReportDialog .modalContents table{
	width: 100%;
}

.dataAuditReportDialog .modalContents .calendar-header-day{
	text-align: center;
}
.dataAuditReportDialog .watermark {
    opacity: 0.25;
    font-size: 3em;
    width: 100%;
    text-align: center;
    z-index: 1000;
}
.iconCropDialog {
	height: 520px;
}
.iconCropDialog .icon-content{
	padding: 20px;
	padding-bottom: 0px;
}
.iconCropDialog .icon-wrapper{
	height: 390px;
	border: 1px solid #333;
	overflow: hidden;
    vertical-align: middle;
    text-align: center;
	width: 100%;
	display: inline-table;
}

.iconCropDialog .modalButtonContainer{
	width: 500px;
}

.iconCropDialog .iconSelect{
	padding: 20px;
    padding-bottom: 0px;
}

.iconCropDialog .icon-wrapper img{
	max-width: 100%;
	max-height: 100%;
	border: 1px solid #CCCCCC;
}

/*
 * imgAreaSelect default style
 */

.imgareaselect-border1 {
	background: url(border-v.gif) repeat-y left top;
}

.imgareaselect-border2 {
    background: url(border-h.gif) repeat-x left top;
}

.imgareaselect-border3 {
    background: url(border-v.gif) repeat-y right top;
}

.imgareaselect-border4 {
    background: url(border-h.gif) repeat-x left bottom;
}

.imgareaselect-border1, .imgareaselect-border2,
.imgareaselect-border3, .imgareaselect-border4 {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.imgareaselect-handle {
    background-color: #fff;
    border: solid 1px #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.imgareaselect-outer {
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.imgareaselect-selection {  
}

/*****************************************************
 ****** CSS extract from form_record_print.css
 *****************************************************/
.configEmailExcelTemplateExport1 .excelTemplateHeader1 p
{
	padding-top:30px;
	padding-bottom:15px;
	padding-left:5px;
	font-size: 30px;
	font-weight: bold;
}

.configEmailExcelTemplateExport1 .excelMailTemplateInput1 {	
	padding-left: 2px;
	padding-bottom: 0px;	
}
.configEmailExcelTemplateExport1 #ctnEmailExcelTemplate1 {
	margin: 0px;
	padding: 0px;
	resize: none;
	width: 457px;
}
.configEmailExcelTemplateExport1 #ctnRecipientsExcelTemplate1 {
	margin: 0px;
	padding: 0px;
	width: 454px;
}
/* End of Export Excel Templates */

/** Disable resize feature in TextArea of Edit Report Template/Edit Lookup **/
 .excelTemplateAddEditDialog textarea#excelTemplate_AddDescription
,.uploadDialog4UseForm textarea#lookupDescription4UseForm
,.uploadDialog textarea#lookup_des {
	resize: none;
}

.ico_lookup_erase{
	margin-top: -22px;
    display: inline-block;
    width: 25px;
    float: right;
    height: 22px;
    margin-right: 18px;
    background: url('/img/icon/erase.png') no-repeat scroll right center;
	position: relative;
	cursor: pointer;
}
.ctrlGrid_inputLookup .ico_lookup_erase,
.ctrlGrid_inputLFBluetooth .ico_lookup_erase{
	margin-top: -20px;
}
.ico_lookup_keyboard{
	margin-top: -22px;
    display: inline-block;
    width: 25px;
    float: right;
    height: 22px;
    margin-right: 18px;
    background: url('/img/icon/keyboard.png') no-repeat scroll right center;
	position: relative;
	cursor: pointer;
}
.ctrlGrid_inputLookup .ico_lookup_keyboard,
.ctrlGrid_inputLFBluetooth .ico_lookup_keyboard{
	margin-top: -20px;
}

#useFormLookup .download4UseFormRegion {
	clear:both;
	padding-top: 7px;
}
li.inputOptionsGroup .editorList .bool_grp label{
	max-width: 240px;
}
li.invInputOptionsGroup .editorList .bool_grp label{
	max-width: 240px;
}

/* Process for POD in lookup file */
.line_content.lookup_options_pod {
	display:none;
}

#lookup_options_pod_id {
	position:relative;
	top: -4px;
}
.line_content.lookup_options_pod p {
	margin-left: -2px;
}

/* Adjust line-height of Build Report texts */
.custom_get_start_des2 {
	line-height: 1.1;
}
.custom_get_start_des3 {
	line-height: 1.1;
}
.control.podSpecialCtrl.selected > .controlInfo,
.control.invSpecialCtrl.selected > .controlInfo,
.control.scheduleSpecialCtrl.selected > .controlInfo
{
	background-color: #5d7276;
}
.control.podSpecialCtrl.selected > .controlFlowArrow,
.control.invSpecialCtrl.selected > .controlFlowArrow,
.control.scheduleSpecialCtrl.selected > .controlFlowArrow
{
    background-position: 0 -84px;
}
li.podForm div.enumeration.makeAcross{
	width: 100%;
}
li.podForm .makeAcross{
	width: 100%;
}
li.podForm div.enumeration.makeAcross h4{
	float: left;
    padding-right: 10px;
}
li.podForm div.text.makeAcross .propertyHeaderInfo{
	float: left;
    padding-right: 10px;
}
li.podForm .makeAcross input, li.podForm .makeAcross select{
    float: right;
    width: 180px !important;
}
/*.rightScrollArea{
	display: none;
	width: 25em;
    top: 7em;
    right: 0px;
    position: absolute;
    bottom: 0em;
    background-color: #e8e8e8;
}
.rightScrollAreaClose{
	display: none;
	position: absolute;
	opacity: 0.50;
	width: 24px;
	height:24px;
	font-size: 18px;
	right: 30px;
	margin-top: 18px;
}

.showHelp .jumpToHeader .cboJumpTo {
    width: 80px;
}
.showHelp .searchHeader input {
    width: 100px;
}
.showHelp .rightScrollArea{
	display: block;
}
.showHelp .leftScrollArea{
	right: 25em;
}
.showHelp .rightScrollAreaClose{
	display: block;
}*/
.disToEmailAddBook .disToEmailAddBookHeader, .manageDevice .manageDeviceHeader{
	float: left;
	padding-left: 10px;
	width: 287px;
	cursor: pointer;
	background-color: #e8e8e8;
    line-height: 24px;
}
.manageDevice .manageDeviceHeader {
	box-sizing:border-box;
	width: 100%;
}
.disToEmailAddBook .disToEmailAddBookHeader.headerSortDown, .manageDevice .manageDeviceHeader.headerSortDown {
    background-image: url(/css/v1/tablesorter/asc.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}
.disToEmailAddBook .disToEmailAddBookHeader.headerSortUp, .manageDevice .manageDeviceHeader.headerSortUp {
    background-image: url(/css/v1/tablesorter/desc.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}
.disToEmailAddBook .addbook_action, .manageDevice .manage_device_action {
	padding-left: 5px;
	width:20px;
	float:left;
}
.disToEmailAddBook a.email_address, .manageDevice a.device_name {
    color: #000 !important;
}
.disToEmailAddBook .modalContents a.selected:hover, .manageDevice .modalContents a.selected:hover {
	background: url(/img/icon/icon_down_hover.gif)  no-repeat;
}
.disToEmailAddBook .modalContents a.selected, .manageDevice .modalContents a.selected {
	background: url(/img/icon/icon_down.gif) no-repeat;
}
.disToEmailAddBook .line_content_item.selected {
    background: gray;
    color: #fff;
}
.modal.disToEmailAddBook .modalButtonContainer {
	line-height: 31px;
}
.modal.disToEmailAddBook .modalButtonContainer .modalButton {
    padding: 6px 3px 6px 3px !important;
    margin-left: 3px !important;
}
.form-clear-button {
	background: url("/img/icon/erase.png") no-repeat scroll right center rgba(0, 0, 0, 0) !important;
	float: left;
	width: 25px;
	height: 20px;
	cursor: pointer;
	margin-left:10px;
}
.modalContents .addbook_email {
    float: left;
    width: 300px;
    word-wrap: break-word;
}
.modalContents .line_content_item {
    float: left;
    position: relative;
    width: 450px;
    font-size: 13px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.addedit_addbook .errorMessage {
	color:red;
}
table.listPreviewDevices .index_row {
    width: 50px;
}
table.listPreviewDevices .key {
    width: 180px;
}
table.listPreviewDevices .device-name {
    width: 180px;
}
table.listPreviewDevices .device-width {
    width: 180px;
}
table.listPreviewDevices .device-height {
    width: 180px;
}
table.listPreviewDevices .device-type {
    width: 180px;
}
table.listBrotherBinFiles .brother-bin-file-name
,table.listBrotherBinFiles .brother-bin-file-file-name
,table.listBrotherTemplateFiles .brother-bin-file-name
,table.listBrotherTemplateFiles .brother-bin-file-file-name
,table.listMasterAccounts .master-accounts-package-code
,table.listMasterAccounts .master-accounts-datastore-code
,table.listMasterAccounts .master-accounts-account-code
,table.listMasterAccounts .master-accounts-account-name {
    width: 300px;
}
.fillAndSend_form_link #popup_panel {
	text-align:right;
}
.fillAndSend_form_link #popup_panel input {
	background-color:rgb(228, 84, 36);
}
.propertyList .notAcross span.bool_grp{
	display: block;
	clear: both;
}
.propertyList .notAcross .editorList .bool_grp + .bool_grp input{
	margin-left: 4px;
}
table.listBrotherBinFiles .index_row {
    width: 50px;
}
table.listBrotherBinFiles .file_name {
    width: 300px;
}
table.listBrotherBinFiles .file_key {
    width: 200px;
}
.fvControl.hasData .ico_lookup_erase{
	margin-right: 0px !important;
}

.modal.insertFormDialog,
.modal.openDialog{
	width: 1015px;
	margin-left: -510px;
}

.modal.insertFormDialog .modalContents .scroll_contain,
.modal.openSpecialDialog .modalContents .scroll_contain,
.modal.openDialog .modalContents .scroll_contain{
	width: 940px;
}

 /* .modal.insertFormDialog .modalButtonContainer .jqmClose {
	padding-right: 20px;
}  */

.propertiesPane .expand > h4{
	background-image: url(/css/v1/tablesorter/desc.gif);
    background-repeat: no-repeat;
    background-position: center left;
    cursor: pointer;
	padding-left: 10px;
	background-position: -7px 70%;
}
.propertiesPane .expand .editorList{
	display: inline-block;
}
.propertiesPane .collapse > h4{
	background-image: url(/css/v1/tablesorter/asc.gif);
    background-repeat: no-repeat;
    background-position: center left;
    cursor: pointer;
	padding-left: 10px;
	background-position: -7px 70%;
}
.propertiesPane .collapse .editorList{
	display: none;
}
.propertiesPane .margin-left-10 h4{
	margin-left: -10px;
}
.multi-selected.ui-draggable-dragging
{
	display: block;
    box-shadow: rgb(16, 107, 3) 8px 7px;
}
.propertiesPane .propertyList .conditionThenSession{
	/*padding-bottom: 10px;*/
}
.copy-paste-menu{
    background-color: #e8e8e8;
    left: 15.5em;
    overflow-y: auto;
    padding-left: 1em;
    position: absolute;
    right: 29em;
    top: 35px;
	overflow: hidden;
}
.workspaceScrollArea.copy-paste-version {
    top: 70px;
}
li .collapse h5.Check-Uncheck-All{
	display: none;
}
li .expand h5.Check-Uncheck-All{
	display: block;
}

li h5.Check-Uncheck-All .SelectAll{
	cursor: pointer;
}

.configWAFrame4DispatchSchedulerPrint {
	display:none;	
}

.propertyList .propertyInfo img,
.propertyList .apperanceInfo img,
.propertyList .info_msg img,
.propertiesCtrlExplain img,
.propertyList a img{
	cursor: pointer;
}

.propertiesPane .propertyList #property_imgActionParamPP_Amount,
.propertiesPane .propertyList #property_imgActionParamPP_Currency,
.propertiesPane .propertyList #property_imgActionParamPP_Invoice,
.propertiesPane .propertyList #property_imgActionParamPP_Email
{
	width: 262px;
}
.propertiesPane .using_for_note h4
{
    font-size: 12px !important;
    font-weight: normal !important;
    color: #000 !important;
    float: initial !important;
}

.lookUpDialog .lookupSearchFilterRegion {
	display: none;
}
.lookUpDialog .lookupFilterContent {
	width: 200px;
}
.lookUpDialog .lookup-search-button {
	background: url("/img/icon/ico_search.png") no-repeat scroll right center rgba(0, 0, 0, 0) !important;
	/*float: left;*/
	width: 20px;
	height: 20px;
	cursor: pointer;
	border: none;
	position: relative;
	top: 5px;
	left: -2px;
}

.excelTemplateDialog .excelTemplateSearchFilterRegion {
	display: none;
	padding-bottom: 10px;
}
.componentsDialog .componentsSearchFilterRegion {
	padding-bottom: 10px;
}
.excelTemplateDialog .excelTmplFilterContent {
	width: 200px;
}
.excelTemplateDialog .excel-tmpl-search-button
, .componentsDialog .components-tmpl-search-button {
	background: url("/img/icon/ico_search.png") no-repeat scroll right center rgba(0, 0, 0, 0) !important;
	/*float: left;*/
	width: 20px;
	height: 20px;
	cursor: pointer;
	border: none;
	position: relative;
	top: 5px;
	left: -2px;
}

.ico_option_camera{
	/*margin-top: -22px;*/
    display: inline-block;
    width: 25px;
    float: right;
    height: 22px;
    margin-right: 1px;
    background: url('/img/icon/camera.png') no-repeat scroll right center;
	position: relative;
	cursor: pointer;
}

.optionsEditorImageField img{
    max-width: 100%;
    max-height: 100%;
}

.optionsEditorScoreOne .ico_option_camera{
	display: none;
}

.propertiesPane .propertyList .summaryCategory select{
	width: 262px;
}
 .complex_password_user_lockout_region #chkAddComplexPassword2Acc
,.complex_password_user_lockout_region #chkAddUserLockout2Acc
,#chkmfaWebRequired
,#chkmfaMobileRequired
,#passwordChangeOnFristWebLogin
,#fieldEncryption
,#adminViewEncrypted
,#chkAdminUserPrivilegeReadOnly
,#chkAttachmentLinksToLoggedInUsers
,#limitDownloadPDFsLookup
,#hideEmailWhenViewEdit
,.web_credits_notifications_region input[type="checkbox"]
,.users_can_access input[type="checkbox"] {
	position: relative;
	top: 1px;
}
/* Default is hiding Complex Password Region */
.accComplexPasswordsRegion {
	/*display: none; CO-1752: show this menu for all customer */
}
.userLockContainer span, .minimumPasswordLengthContainer span {
	padding-right:30px;
	font-size:14px;
}
.propertiesPane .propertyList .customEmailSubject input,
.propertiesPane .propertyList .customEmailBody textarea{
    width: 237px !important;
}
.propertiesPane .propertyList .imgActionStatusCtrl select,
.propertiesPane .propertyList .imgActionParamType select{
	width: 262px;
}
.propertiesPane .propertyList .cboEmailDefaultType{
	width: 262px;
}
.propertiesPane .propertyList #property_imgOpenWebPageParamType{
	width: 262px;
}
.propertiesPane .propertyList #property_imgOpenWebPageQues{
	width: 262px;
}
.propertiesPane .propertyList #property_imgActionMobileNumberCtrl{
	width: 262px;
}
.propertiesPane .propertyList #property_imgActionMobileNumberParamType{
	width: 262px;
}
.propertiesPane .propertyList #property_imgActionMessageCtrl{
	width: 262px;
}
.propertiesPane .propertyList #property_imgActionMessageType{
	width: 262px;
}
.complex_password_user_lockout_region label
,.advance_security_page_content label
,.users_can_access label {
	font-size: 14px;
}
.chkmfaWebRequiredSub, .chkmfaWebClientSub {
	width: 300px;
}
.chkmfaWebRequiredSub label, .chkmfaWebClientSub label {
	margin-left:30px;
}
.chkmfaWebRequiredSub input, .chkmfaWebClientSub input {
	width:3em;
	text-align:right;
}

.lookUpDialog .lookUp_DeleteAllSelected {
	display:none;
}
.forTextOperator{
	/*padding-left: 15px;*/
    font-size: 1.3em;
}
/* CSS for Advanced Data Manager */
#mnuManageAdvanceLookupTable {
	display: none;
}
.manageAdvanceLookupTable {
	display: block;
}
.advancedLKRegion .item1 {
	width: 45px;
    display: inline-block;
    margin-bottom: 10px;
}

.advancedLKRegion .item2 input {
	width: 144px;
}
.advancedLKRegion .item2 select 
,.advancedLKRegion .item3 select
,.advancedLKRegion .item4 select
{
	width: 150px;
}
.advancedLKRegion .item2 {
	width: 200px;
    display: inline-block;
}
.advancedLKRegion .item3 {
	width: 40px;
	display: inline-block;
}
.advancedLKRegion .item4 {
	display: inline-block;
    width: 150px;
    background: pink;
}
.dialog4AdvancedDataManager .padding_2 {
	padding-left: 40px;
}
.dialog4AdvancedDataManager span {
	font-size: 13px;
}
.filterLKMNRegion {
	padding-top: 15px;
}
.filterLKMNRegion .dateFilterLK {
	float:left;
	width: 200px;
}
.filterLKMNRegion .fieldFilterLK {
	float:left;
	width: 250px;
	max-height: 300px;
	min-height: 200px;
	overflow: auto;
}
.dateFilterLK p, .fieldFilterLK p {
	padding: 0px;
}
.fieldFilterLK .selected_field_filter {
	padding-top:5px;
	padding-bottom: 20px;
}
.selected_field_filter span {
	width: 40px;
    display: inline-block;
}
.selected_field_filter input[type="text"] {
	width: 150px;
}

.field_filter_condition .filter_condition_label {
	width: 50px;
    display: inline-block;
    padding-left: 35px;
}
.field_filter_condition input[type="text"] {
	width: 125px;
}
.fieldFilterLK .field_filter_condition {
	padding-bottom: 10px;
}

.fieldFilterLK .and_or_filter_condition {
	position: relative;
	top: 2px;
}
.fieldFilterLK .and_or_filter_condition.and_condition {
	margin-left: 100px;
}
.fieldFilterLK .field_filter_condition_template_4copy {
	display:none;
}

.dialog4AdvancedDataManager .checkbox_filter input[type="checkbox"] {
	position: relative;
	top: -3px;
}
.dateFilterLK input[type="radio"] {
	margin-left: 30px;
}
.dateFilterLK input.todayFilter {
	margin-left: 10px;
}

.dialog4AdvancedDataManager .modalButtonContainer .modalButton {
	margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
select.field_filter4advance_lk {
	width: 156px;
}
.uploadDialog4UseForm .region4LKAdvanceUseForm {
	padding-top:50px;
	float:left;
	clear:both;
	display:none;	
}
.uploadDialog4UseForm .informationLk4Adv {
	float:left;
	clear:both;
	padding-top:10px;
	margin-left: -10px;
}
.uploadDialog4UseForm .informationLk4Adv p {
	padding: 0px;
}
.uploadDialog4UseForm .informationIcon4LkAdv {
	background-image: url("../img/icon/info.svg");
	background-repeat: no-repeat;
	background-position: initial;
	background-size: contain; /* Fix issue icon do not show full image in RP */
	width:19px; 
	height:20px;
	padding-bottom: 2px;
	position: relative;	
	top: -2px;
	margin-left: 10px;
	cursor:default;
}
.menu #mnuManageLookupTableNew {
	/*position:relative;
	top: 1px;*/
}
.uploadDialog4UseForm #lookupTableName4UseFormInput {
	display:none;
}

.uploadDialog4UseForm .lookupTblName4UseFormInpt {
	display: inline !important;
	width: 279px;
}

.control.ctrlTable.multi-selecte > .controlInfo,
.control.ctrlSchedule.multi-selecte > .controlInfo,
.control.ctrlMessage.multi-selecte > .controlInfo,
.control.podSpecialCtrl.multi-selecte > .controlInfo,
.control.invSpecialCtrl.multi-selecte > .controlInfo,
.control.scheduleSpecialCtrl.multi-selecte > .controlInfo,
.control.ctrlButtonGrid.multi-selecte > .controlInfo,
.control.ctrlGrid.multi-selecte > .controlInfo,
.control.ctrlScoreTable.multi-selecte > .controlInfo,
.control.ctrlBreakPointData.multi-selecte > .controlInfo,
.control.ctrlPOD.multi-selected > .controlInfo,
.control.group.multi-selected > .controlInfo,
.control.ctrlTable.multi-selected > .controlInfo,
.control.ctrlSchedule.multi-selected > .controlInfo,
.control.ctrlMessage.multi-selected > .controlInfo,
.control.ctrlINV.multi-selected > .controlInfo
{
	background-color: #46AB36;
}

.control.ctrlTable.multi-selecte > .workspaceInnerWrapper,
.control.ctrlSchedule.multi-selecte > .workspaceInnerWrapper,
.control.ctrlMessage.multi-selecte > .workspaceInnerWrapper,
.control.podSpecialCtrl.multi-selecte > .workspaceInnerWrapper,
.control.invSpecialCtrl.multi-selecte > .workspaceInnerWrapper,
.control.scheduleSpecialCtrl.multi-selecte > .workspaceInnerWrapper,
.control.ctrlButtonGrid.multi-selecte > .workspaceInnerWrapper,
.control.ctrlGrid.multi-selecte > .workspaceInnerWrapper,
.control.ctrlScoreTable.multi-selecte > .workspaceInnerWrapper,
.control.ctrlBreakPointData.multi-selecte > .workspaceInnerWrapper,
.control.ctrlPOD.multi-selected > .workspaceInnerWrapper,
.control.group.multi-selected > .workspaceInnerWrapper,
.control.ctrlTable.multi-selected > .workspaceInnerWrapper,
.control.ctrlSchedule.multi-selected > .workspaceInnerWrapper,
.control.ctrlMessage.multi-selected > .workspaceInnerWrapper,
.control.ctrlINV.multi-selected > .workspaceInnerWrapper
{
	background-color: #46AB36;
}

.control.ctrlTable.multi-selecte > .groupFooter,
.control.ctrlSchedule.multi-selecte > .groupFooter,
.control.ctrlMessage.multi-selecte > .groupFooter,
.control.podSpecialCtrl.multi-selecte > .groupFooter,
.control.invSpecialCtrl.multi-selecte > .groupFooter,
.control.scheduleSpecialCtrl.multi-selecte > .groupFooter,
.control.ctrlButtonGrid.multi-selecte > .groupFooter,
.control.ctrlGrid.multi-selecte > .groupFooter,
.control.ctrlScoreTable.multi-selecte > .groupFooter,
.control.ctrlBreakPointData.multi-selecte > .groupFooter,
.control.ctrlPOD.multi-selected > .groupFooter,
.control.group.multi-selected > .groupFooter,
.control.ctrlTable.multi-selected > .groupFooter,
.control.ctrlSchedule.multi-selected > .groupFooter,
.control.ctrlMessage.multi-selected > .groupFooter,
.control.ctrlINV.multi-selected > .groupFooter
{
	background-color: #46AB36;
}

.control.ctrlTable.multi-selecte .control > .controlInfo,
.control.ctrlSchedule.multi-selecte .control > .controlInfo,
.control.ctrlMessage.multi-selecte .control > .controlInfo,
.control.podSpecialCtrl.multi-selecte .control > .controlInfo,
.control.invSpecialCtrl.multi-selecte .control > .controlInfo,
.control.scheduleSpecialCtrl.multi-selecte .control > .controlInfo,
.control.ctrlButtonGrid.multi-selecte .control > .controlInfo,
.control.ctrlGrid.multi-selecte .control > .controlInfo,
.control.ctrlScoreTable.multi-selecte .control > .controlInfo,
.control.ctrlBreakPointData.multi-selecte .control > .controlInfo,
.control.ctrlPOD.multi-selected .control > .controlInfo,
.control.group.multi-selected .control > .controlInfo,
.control.ctrlTable.multi-selected .control > .controlInfo,
.control.ctrlSchedule.multi-selected .control > .controlInfo,
.control.ctrlMessage.multi-selected .control > .controlInfo,
.control.ctrlINV.multi-selected .control > .controlInfo
{
	background-color: #46BB36;
}

.modal-header {
    padding: 5px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header.standout {
    background: #e75424;
    color: white;
    border-radius: 6px 6px 0 0;
}

.modal-header.standout .close {
    color: #f3f3f3;
    opacity: 1;
    text-shadow: initial;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-header .close {
    margin-top: 4px;
}

.modal-header h4 {
    font-size: 22px;
    font-weight: bold;
	color: white;
	padding-top: 0px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.propertiesPane .propertyList #property_imgActionParamDesQues {
    width: 262px;
}

.tab-container{
  background: lightgray;
  margin: 0;
  padding: 0;
  max-height: 35px;
}

ul.tabs{
  padding-left: 10px;
  margin: 0;
  list-style-type : none;
  line-height : 35px;
  max-height: 35px;
  overflow: hidden;
  display: inline-block;
  padding-right: 20px
}

ul.tabs > li.active{
  z-index: 2;
  background: white;
}

ul.tabs > li.active:before{
  border-color : transparent #efefef transparent transparent;
}


ul.tabs > li.active:after{
  border-color : transparent transparent transparent #efefef;
}

ul.tabs > li{
  float : left;
  margin : 5px -10px 0;
  border-top-right-radius: 25px 170px;
  border-top-left-radius: 20px 90px;
  padding : 0 30px 0 25px;
  height: 170px;
  /*background: #ddd;*/
  position : relative;
  /*box-shadow: 0 10px 20px rgba(0,0,0,.5);*/
  max-width : 200px;
}

ul.tabs > li > a{
  display: inline-block;
  max-width:100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  color: #222;
  cursor: pointer;
}

ul.tabs > li:before, ul.tabs > li:after{
  /*content : '';*/
  background : transparent;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  border-width: 10px;
  top: 0px;
  border-style : solid;
  position : absolute;
}

ul.tabs > li:before{
  border-color : transparent #ddd transparent transparent;
  -webkit-transform : rotate(48deg);
  left: -23px;
}

ul.tabs > li:after{
  border-color : transparent transparent transparent #ddd;
  -webkit-transform : rotate(-48deg);
  right: -17px;
}

/* Clear Fix took for HTML 5 Boilerlate*/

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.web-users-session th, .web-users-session td,
.mobile-users-session th, .mobile-users-session td{
	border: 1px solid #55565a;
}
.web-users-session .col-ask,
.web-users-session .col-edit,
.web-users-session .col-sync,
.mobile-users-session .col-ask,
.mobile-users-session .col-edit,
.mobile-users-session .col-sync{
	text-align: center;
}
.web-users-session .col-action,
.mobile-users-session .col-action{
	width: 40px;
}
.web-users-session  input[type="text"],
.web-users-session  select,
.mobile-users-session  input[type="text"],
.mobile-users-session  select
{
    width: 99%;
    border: none;
    outline: none;
	height: 18px;
}
.paymentType .item_automated input{
	margin-top: 17px;
}
.propertiesPane .propertyList #property_amountCharged{
	width: 242px;
}
.propertiesPane .using_for_note_2 h4
{
    font-size: 10px !important;
    font-weight: normal !important;
    color: #36617c !important;
    float: initial !important;
}
li.displayCCIcon input{
	margin-top: 15px;
}
li.displayCCIcon .chkGroup{
	width: 100%;
}
.propertiesPane  .cc-icon-text{
	width: 50px;
	line-height: 43px;
    float: left;
}
body
{
   margin: -4 0 0 0 !important;
}
#formBuilder .workspace.workspaceScrollAreaContent{
	position:relative;
}
#formBuilder .workspace.workspaceScrollAreaContent:empty{
    /*background-image: url("/img/formbuilder/build_form_bg1.png"), url("/img/formbuilder/build_form_bg_center.png"), url("/img/formbuilder/build_form_bg2.png");
    background-position: top left, top center, top right;
    background-repeat: no-repeat, no-repeat, no-repeat;*/
    position:absolute;
    display:block;
}

#formBuilder .workspace.trial.workspaceScrollAreaContent:empty{
    /*background-image: url("/img/formbuilder/build_form_bg1.png"), url("/img/formbuilder/build_form_bg_center.png"), url("/img/formbuilder/build_form_bg3.png");
    background-position: top left, top center, top right;
    background-repeat: no-repeat, no-repeat, no-repeat;*/
    position:absolute;
    display:block;
}

#formBuilder .workspaceScrollAreaContentEmptyHelp table,
#formBuilder .workspaceScrollAreaContentEmptyHelp tr,
#formBuilder .workspaceScrollAreaContentEmptyHelp td {
	border: none !important;
}

#formBuilder .workspaceScrollAreaContentEmptyHelp td {
	padding: 0px !important;
}

#formBuilder .workspaceScrollAreaContentEmptyHelp{
	position: absolute;
	width: CALC(100% - 16px);
	display: none;
	height: 100%;
	min-height: 100%;
}

#formBuilder .workspace.workspaceScrollAreaContent:empty ~ .workspaceScrollAreaContentEmptyHelp{
	display: initial;
}

.selectedColorBox{
	width: 60px;
    height: 60px;
    margin-top: 10px;
    float: right;
	border: 1px solid #e8e8e8;
}

.padding_20
{
   padding: 1em 1.5em 1em 1.5em;
}

.padding_21
{
   padding: 1em 2em 2em 1.2em;
}

.padding_22 {
    padding: 1em 1em 1.2em 1em;
}

.padding_1101
{
    padding: 1em 1em 0em 1em;
}
.narrowSmallModal
{
	width: 49em;
}
.narrowModal47
{
	width: 47em;	
}
.modalContents .doformspublic { 
    margin-bottom: 1em !important;
}

.modalContents .doformspublic.moreButtonContainer { 
    margin-bottom: 1.0em !important;
}

.modalContents .doformspublic a.modalButton {
	padding: 6px 3px 6px 3px !important;
    margin-left: 3px !important; 
}

/* .modal div h3 { 
	margin-left: 0.7em !important;
} */

.searchSession input { 
    margin-left: 2px !important;
}

.modal .modalContents {
    margin: 0 1.2em 1em 1.9em;
}

.grid-type-img{
	height: 33px;
    float: left;
    line-height: 33px;
    padding-left: 5px;
}

.gridType input{
	height: 33px;
}
.ctrlGrid .adjustWidthNormal .enumeration h4,
.gridTypeNormal .adjustWidthNormal .enumeration h4,
.ctrlTable .adjustWidthNormal .enumeration h4,
.ctrlSchedule .adjustWidthNormal .enumeration h4,
.ctrlMessage .adjustWidthNormal .enumeration h4,
.ctrlRepeatableSummary .adjustWidthNormal .enumeration h4{
	font-size: 14px !important;
}
.ctrlGrid .adjustWidthNormal .enumeration p,
.gridTypeNormal .adjustWidthNormal .enumeration p,
.ctrlTable .adjustWidthNormal .enumeration p,
.ctrlSchedule .adjustWidthNormal .enumeration p,
.ctrlMessage .adjustWidthNormal .enumeration p,
.ctrlRepeatableSummary .adjustWidthNormal .enumeration p{
	float: left;
	height: 87px;
}
.ctrlGrid .adjustWidthNormal select,
.gridTypeNormal .adjustWidthNormal select,
.ctrlTable .adjustWidthNormal select,
.ctrlTable .adjustWidth select,
.ctrlSchedule .adjustWidthNormal select,
.ctrlSchedule .adjustWidth select,
.ctrlMessage .adjustWidthNormal select,
.ctrlMessage .adjustWidth select,
.ctrlRepeatableSummary .adjustWidthNormal select,
.ctrlRepeatableSummary .adjustWidth select{
	margin-top: 30px;
}
.ctrlGrid li.isIgnoreGrid,
.ctrlTable li.textSize,
.ctrlSchedule li.textSize,
.ctrlMessage li.textSize,
.ctrlGrid li.justificationGroup,
.gridTypeNormal li.isIgnoreGrid,
.gridTypeNormal li.justificationGroup,
.ctrlRepeatableSummary li.textSize
{
	clear: both;
}

.ctrlGrid .stackedExpand input[type="radio"],
.gridTypeNormal .stackedExpand input[type="radio"]{
	height: 70px;
}
.ctrlGrid .stackedExpand .editorSelect,
.gridTypeNormal .stackedExpand .editorSelect{
	float: left;
}
.ctrlGrid .adjustWidth .editorSelect,
.gridTypeNormal .adjustWidth .editorSelect{
	margin-top: 20px;
}
.ctrlGrid .applyScreenSize .editorSelect,
.gridTypeNormal .applyScreenSize .editorSelect,
.ctrlTable .applyScreenSize .editorSelect,
.ctrlSchedule .applyScreenSize .editorSelect,
.ctrlMessage .applyScreenSize .editorSelect,
.ctrlRepeatableSummary .applyScreenSize .editorSelect{
	padding-left: 20px;
}

.modalContents .doformspublic .modalButtonContainer {
	margin-top: 2px !important;
}

.modal .modalSmallContents {
    margin: 0 1.2em 1em 1.6em;
}

.modal div h3.idRep_204.saveAsDialogHeader {
    margin-left: 0.6em !important;
}

.modal .modalscheduleContents {
    margin: 0.4em 0.3em 1em 0.3em;
}

.modal div h3.scheduleReport {
    margin-left: 0em !important;
    margin-bottom: 1.5em;
}

.ui-customDatepicker {
    min-width: 28em;
    padding: .2em .2em .2em 1.6em;    
    margin-top: -25px;
    width: 800px;
    display: inline-block; 
    position: static;
}

.modal .modalButtonContainer.btnReportSchedule .modalButton {
    height: 35px;
    color: #666;
    font-size: 15px;    
    padding: 4px 2px 4px 2px;;
}

.propertiesPane .description_bottom{
	font-size: 0.9em;
	padding-top: 5px;
}

.modal .modalButtonContainer.btnReportSchedule {
    padding-right: 3px !important;
}

.ri ul.menu li span.titleMenu {
    color: #444 !important;
    cursor: default !important;
    display: block;
    font-size: 1.4em !important;
    letter-spacing: -1px;
    padding: 0.6em !important;
    padding-right: 3em !important;
}

.ri ul.menu li span:hover {
    background-color: #fff;
}

.modal div h3.idRep_206   
{
  padding-left: 20px !important;	
}

.modal div h3.idRep_147   
{
  padding-left: 20px !important;	
}

.modal div h3.idRep_147   
{
  padding-left: 20px !important;	
}

.modal div h3.idRep_139
{
  padding-left: 20px !important;	
}

.modal div h3.idRep_1065
{
  padding-left: 20px !important;	
}

.idRep_1064.saveAsDialogHeader
{
  padding-left: 20px !important;	
}

.modalButtonContainer.vertical15
{
	margin-top: 1.5em !important;
}

.padLeft07
{
  padding-left: 0.7em !important;
}

.padRight4px
{
  padding-right: 4px !important;
}

.marginLeft0
{
  margin-left: 0em !important;
}
 
.modalButtonContainer.addProjectButton
{
  margin-top: 0em !important;
  margin-bottom: 0.4em !important;  
}


.actionOpenWebPage .imgOpenWebPageQues h4,
.actionOpenWebPage .imgActionParam h4,
.actionOpenWebPage .imgOpenWebPageQues legend,
.actionOpenWebPage .imgActionParam legend
{
	display: none;
}
div #divimportcsv, div #divimportexcel,div #divimportcsv1, div #divimportexcel1 {
    width: 125px;
    height: 21px;	
    background-color: transparent;    
    position:relative;  
    cursor:pointer;  
    float:left;
}

input[type='file'] {
   width: 125px;
    height:21px;
    opacity:0;
    cursor:pointer;
}

 #mnuView_import_csv ,#mnuView_import_excel,#mnu_import_csv ,#mnu_import_excel {
    /*width: 125px;
    height:21px;
    position: absolute;
    top: 0;left: 0;
	border: 0px;*/
    padding: 5px 5px 5px 11px !important;   
    font-size: 11px;
    color: #000 !important;
    display: block;    
    text-indent: 10px;    
} 

div #divimportcsv:hover,div #divimportexcel:hover,div #divimportcsv1:hover,div #divimportexcel1:hover {    	
    background-color: #fff; 
    cursor:pointer;
}

.waDisAdd.fvNewForm
{
	clor : #666 !important;
}

.ri ul.menu li span.titleMenu:hover
{
	 background-color: transparent !important; 
    cursor:none !important;
}

.mnu_item_view.visibleLi
{
  display:inline !important;
}

.propertiesPaneQuick {    
    padding: 0 0 1em 1em;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    right: 1em;
    top: 40px;
    width: 26em;
    height: 10em;
    background-color: white;
}

.propertiesPaneContentQuick
{
  bottom: 0em;	
  margin-top: 2em;
}

.titleVideo
{
    font-size: 14px;
    color: #36617c;
    line-height: 12px;
    font-weight: bold;
    margin-top : 1.2em !important; 
    margin-right:  5em ; 
    margin-bottom : 0.5em; 
    margin-left: 3em; 
   width: 250px;  
}

.titleSampleForms {
	font-size: 14px;
    color: #36617c;
    line-height: 12px;
    font-weight: bold;
    margin-top: 1.2em !important;
    width: 250px;
    text-align: center;
}

.titleQuick
{
    font-size: 14px;
    color: #36617c;
    line-height: 12px;
    font-weight: bold;
    margin-top: 1.2em !important;
    margin-right: 5em;
    margin-bottom: 0.5em;
    margin-left: 7em;    
    width: 250px;  
}

.spanItalic {
    font-size: 12px;
    color: #000;    
    line-height: 15px;
    font-style: italic;
    padding-left: 4.5em;
}

.divMore
{
    font-size: 12px;
    color: gray;               
    text-align: right;
    margin-right: 10px;
    margin-top: 19px;
    right: 5px;
    bottom: 10px;
    position: absolute;
}

#moreQuickTipContainer {
	font-size: 12px;
    padding: 0px 15px;
    display: none;
}

.showFullQickTip {
	bottom: 1em;
	height: initial;
}

#quicktipHeader {
    display: block;
    padding: 0 45px;
    text-align: center;
    margin-bottom: 15px;
}

#quicktipBody {
	margin-bottom: 15px;
}

#quicktipImage {
	text-align: center;
	margin-bottom: 15px;
}

#showHideBtn {
	cursor: pointer;
}

.indent30
{
 margin-left: 50px;	
}


.propertiesPaneSampleContent {
    bottom: 0em;
}

div.itemImageText {
    /* To correctly align image, regardless of content height: */
    vertical-align: top;
    display: inline-block;
    float:left;    
    text-align: center;
    /* The width of the container also implies margin around the images. */
    width: 86px;
    padding: 1em 0.1em 0.5em 0.1em;
    min-height: 95px;
}
img.imgImageText {
    width: 70px;
    height: 70px;    
} 
.captionImageText {
    /* Make the caption a block so it occupies its own line. */
    display: block;
     color: #36617c;
}

.parseButtonSession:empty{
	display: none;
}

.propertiesPane .propertyList .parseButtonSession input[type="text"]{
	width: 222px;
}

.modal .modalContents.Special {
    margin: 0em 1.7em 1em 0em;    
}

.modal.openSpecialDialog
{
   width: 987px;
   margin-left: -510px;
}

.modalContents.Special .description {  
    position: relative;
    float: left;
    padding-bottom: 7px;
    padding-top: 5px;
    font-weight: bold;
}
.btnType .editorSelect input{
	margin-top: 9px;
}
.propertiesPane .propertyList .addDestinationField,
.propertiesPane .propertyList .addParseField{
	line-height: 18px;
}
.propertiesPane .propertyList .parseDestinationField {
	text-align: left;
}
.propertiesPane .propertyList .parseDestinationField h5 {
	text-align: center;
}
.propertiesPane .propertyList .destinationFieldList li{
	margin-left: 0px !important;
}
.propertiesPane .propertyList .showAnswerSession{
	line-height: 35px;
    padding-left: 10px;
}
.propertiesPane .propertyList .showAnswerSession .showAnswerText{
	margin-top: 10px;
}
.propertiesPane .propertyList .cannotExceedMaximumSession{
	margin-left: 2.2em;
    line-height: 22px;
}
.propertiesPane .propertyList .cannotExceedMaximumSession .cannotExceedMaximum{
	margin-top: 5px;
}
.propertiesPane .propertyList .customErrorMessageChkSession{
	margin-left: 2.2em;
    line-height: 22px;
}
.propertiesPane .propertyList .customErrorMessageTxtSession .customErrorMessage{
	width: 234px !important;
}

.modal .modalButtonContainer.margin5topbottom, .modalButtonContainer.margin5topbottom  {
    margin-top: 0.1em !important;    
    margin-bottom: 0.5em !important;
}

.padding_11115 {
    padding: 1.0em 1.0em 1.0em 1.5em;
}

.searchSession input.searchValue {
    margin-left: 0px !important;
}

.modalButton.cancelLink
{
	margin-right: 19px !important;
}

.modal .modalContents.idx_100 {
    margin: 0 1.5em 1em 0em !important;
}

.locked_mobile_users {
	width: 50em;
	margin-left: -24em;
}
table#locked_mobile_user_list {
	width: 100%;
	margin-right: 0px
}
table#locked_mobile_user_list thead th {
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    background: none;
    color: #000;
    text-decoration: underline;
}
.locked_mobile_users .modalContents2 input[type='checkbox'] {
	width: 15px;
	height: 15px;
	top: 2px;
	position: relative;
}
.locked_mobile_users .modalContents2 label {
	font-size: 13px;
	height: 25px;
	line-height: 25px;
}

.propertiesPane .propertyList #property_imgActionParam_OpenForm,
.propertiesPane .propertyList #property_imgActionParam_OpenFormProject{
	width: 262px;
}
.propertiesPane .propertyList .starsRangeSession{
	margin-left: 2.2em;
}

.propertiesPane .propertyList li .starsRangeSession{
	display: none;
}

.propertiesPane .propertyList li .rangeForSlider .starsRangeSession,
.propertiesPane .propertyList li .rangeForSlider .customErrorMessageChkSession,
.propertiesPane .propertyList li .rangeForSlider .customErrorMessageTxtSession,
.propertiesPane .propertyList li .rangeForSlider .cannotExceedMaximumSession{
	display: none !important;
}

.propertiesPane .propertyList li .rangeForStars .starsRangeSession{
	display: block !important;
}

.propertiesPane .propertyList li .rangeForStars .rangeMaxMinSession,
.propertiesPane .propertyList li .rangeForStars .customErrorMessageChkSession,
.propertiesPane .propertyList li .rangeForStars .customErrorMessageTxtSession,
.propertiesPane .propertyList li .rangeForStars .cannotExceedMaximumSession{
	display: none !important;
}
.propertiesPane .propertyList li .asH4 label{
	font-size: 14px !important;
    font-weight: bold !important;
    font-family: Arial, Helvetica, sans-serif !important;
    color: #36617c !important;
    letter-spacing: normal !important;
}

ul .range h4 a{
	display: none;
}

ul[data-counterFormat="Stars"] .range h4 a{
	display: initial;
}

ul[data-counterFormat="Slider"] .range h4 a{
	display: initial;
}
/*div.group .expandCollapse{
	padding: 5px !important;
    text-align: center;
    margin-left: 5px;
    margin-top: -3px;
}
div.group .workspaceInner{
	min-height: 0em !important;
}*/
.counter-format-type-img{
	height: 23px;
    float: left;
    line-height: 23px;
    padding-left: 5px;
}

li.counterFormat input{
	height: 26px;
}
.propertiesPane .newRangeItem{
	float: left;
	width: 100px;
}
.propertiesPane .newRangeItem input.min,
.propertiesPane .newRangeItem input.max{
	width: 70px !important;
}
.propertiesPane .newRangeItemSpace{
	float: left;
	width: 30px;
	text-align: center;
	height: 41.25px;
    line-height: 20px;
	font-weight: bold;
}
.propertiesPane .propertyList li .maxItem h5, 
.propertiesPane .propertyList li .maxItem input[type="text"]{
	margin-left: 0px !important;
}
.propertiesPane .rangeSettingArea .customErrorMessageChkSession{
	clear: both !important;
	padding-top: 5px !important;
}
.propertiesPane .rangeSettingArea .customErrorMessageChkSession.hideSession ~ .cannotExceedMaximumSession{
	clear: both !important;
	padding-top: 5px !important;
}

.jumpAfterScanOption label.valign-middle span{
	margin-top: 0px;
}
.controlProperties1 .datasourceSession
{
	color: #bbb;
    font-size: 1.1em;
    margin-left: -20px;
}

.customFieldset {
	margin-bottom: 10px;
	border: 1px solid #ccc;
    /*border-width: 2px;
    border-style: groove;
    border-color: threedface;
    border-image: initial;
    display: block;
    -webkit-margin-start: 2px;
    -webkit-margin-end: 2px;*/
    -webkit-padding-before: 0.5em;
    -webkit-padding-start: 0.75em;
    -webkit-padding-end: 0.75em;
    -webkit-padding-after: 0.5em;
    min-width: -webkit-min-content;
	padding-left: 5px;
	padding-top: 6px;
}

.customLegend {
	font-size: 13px;
	color: #999;
}
.customRadioDiv{
	min-height: 20px;
    line-height: 20px;
}
.customRadioAlign{
	float: left;
	/*margin-top: 0px;*/
}
.excelTemplate select,
.excelTemplate1 select{
    width: 242px !important;
}

.excelSheetName input,
.excelSheetName1 input{
    width: 242px !important;
}
.hoverBackground:hover{
	background-color: #f0f0f0;
}
.disabledLink{
	background-color: transparent;
    cursor: default;
}
.tableDeliveredHeader .__Over,
.tblDeliveredBody .__Over{
	display: none !important;
}
.propertyList .optionKind input{
	height: 24px;
}
.propertyList .optionKind .item_ span{
    margin-top: 7px;
}

.propertyList li.switchCustomOff input,
.propertyList li.switchCustomOn input{
	width: 242px;
}

.propertyList .header-align-center .propertyHeaderInfo{
	text-align: center !important;
}

.propertiesPane .propertyList #property_imgActionParamPrintPage {
    width: 262px;
}
li.supportDevices{
	font-size: 12px;
    line-height: 15px;
}
.forSecureEmail{
	display: none;
}
.inputSecureEmailReport .forSecureEmail{
	display: initial;
}
.inputSecureEmailReport .notForSecureEmail{
	display: none;
}
.forSecureForward{
	display: none;
}
.inputSecureForward .forSecureForward{
	display: initial;
}
.inputSecureForward .notForSecureForward{
	display: none;
}

.forLookupRetrieve{
	display: none;
}
.inputLookupRetrieve .forLookupRetrieve{
	display: block;
}
.inputLookupRetrieve .notForLookupRetrieve{
	display: none;
}
.inputLookupRetrieve .forLookupRetrieveImp{
	display: block !important;
}
.excelTemplateDialog {
	width: 66em;
}
.componentsDialog {
	width: 88em;
	margin-left:-44em;
}
.componentsDialog th.headerSortDown {
    background-image: url(/css/v1/tablesorter/desc.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}
.componentsDialog th.headerSortUp {
    background-image: url(/css/v1/tablesorter/asc.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}
.componentsDialog th {
    cursor: pointer;
}
.excelContainerStyles .excelTemplateSearchFilter {
	float: left;
}
.excelContainerStyles .excelTemplateSearchFilterOptions {
	margin-left: 30px;
    font-size: 13px;
    display: inline-block;
    line-height: 32px;
}
.excelContainerStyles .excelTemplateSearchFilterOptions > span {
	float: left;
}
.excelContainerStyles .excelTemplateSearchFilterOptions > span > input {
	float: left;
    margin-top: 9px;
}
.for_previous_cal{
	display: none;
}
.allow_reunning_totals .for_previous_cal{
	display: initial;
}
.for_previous_opt{
	display: none;
}
.allow_previous .for_previous_opt{
	display: initial;
}
.propertiesPane .propertyList .gpsCompareField select,
.propertiesPane .propertyList .gpsDestinationField select,
.propertiesPane .propertyList .timeCompareField select,
.propertiesPane .propertyList .timeDestinationField select,
.propertiesPane .propertyList .addressType select,
.propertiesPane .propertyList .gpsDestinationField4GetAddress select{
	width: 262px;
} 
.propertiesPane .propertyList .displayLabel input{
	width: 237px;
}

.sendValuesList .cboCurrentField,
.sendValuesList .cboNewFormField
{
	width: 245px !important;
}
@media screen and (max-width: 420px) {
	.modal-header .close {
		margin-top: -4px;
	}
	.modal-header h4 {
		font-size: 14px;
	}
}
input[name="excelButtonFile"], input[name="csvButtonFile"]{
	top:1px!important;
}
.cmpTypeSession{
	display: none;
}
.isShowCmpType .cmpTypeSession{
	display: initial;
}
.custom_form_icons {
	background-color: transparent!important;
}
.propertiesPane .propertyList li .font-for-setup h4{
	font-size: 16px;
}
.propertiesPane .propertyList .cboLookupField {
    width: 262px;
}
.propertyList .lookupkey #property_lookupkey,
.propertyList .bluetoothkey #property_bluetoothkey{
	width: 262px;
}
.parsingInfo table,
.parsingInfo td{
	border: none !important;
}
.parsingInfo input,
.parsingInfo select{
	width: 87px !important;
}
.parsingInfo .parseDataName{
	padding-left: 80px !important;
	float: left;
}

.parsingInfo .colName.parsingInfo{
	font-size: 12px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #36617c;
    padding-left: 20px !important;
    letter-spacing: normal;
}
.parsingInfo td{
	vertical-align: middle;
}
.propertiesPane .propertyList #property_parsing {
    width: 262px;
}
.propertiesPane .propertyList #property_showDeviceListType {
    width: 262px;
}
.parsingInfoEditorParseField .parseRow{
	line-height: 33px;
    vertical-align: middle;
}
.parsingInfo .parseDataValue{
	float: right;
}
.parsingInfo .destinationField{
	width: 170px !important;
}
.parsingInfoEditor .addParseField{
	float: right;
}
.propertiesPane .propertyList li .removeBluetoothParseField
{
    background: url(/images/glyphs.png) no-repeat scroll 0 -45px transparent;
    height: 16px;
    margin-left: 0.6em;
    text-align: left;
    width: 16px;
	display: flex;
}
.propertiesPane #property_zoomLevel{
	width: 50px;
}
.parsingInfo table{
	width: 262px;
}
.inputLabel .btnUseCompanyLogo
{
    display: initial !important;
}

a.disabled{
	pointer-events: none;
	cursor: default;
	color: lightgray !important;
}

.propertiesPane li.autoRunGroup .editorList h4{
	margin-left: 0px !important;
}
.editorList .text.across .propertyHeaderInfo{
	float: left;
}
.editorList .text.across .editorTextfield{
	float: left;
	width: 30px;
	margin-top: 4px !important;
	margin-left: 10px !important;
}

.propertyList .h4-align-center{
	text-align: center !important;
}

.propertyList .h4-align-center h4{
	float: initial !important;
}
.propertyList .h4-align-center .editorList{
	text-align: left;
}
.propertiesPane .propertyList .dispatchInfoGroup select {
    width: 262px;
}
.propertiesPane .propertyList .scheduleDateTime select {
    width: 262px;
}
.paymentType .item_manual {
	height: 42px;
}

.paymentType .item_manual label{
	margin-top: 17px;
}

.paymentType .item_square input{
	margin-top: 17px;
}

.propertiesPane .propertyList #property_totalAmountPaid,
.propertiesPane .propertyList #property_transactionClientId{
    width: 242px;
}

.propertiesPane .forFaxWidget{
	display: none;
}

.propertiesPane .inputFaxWidget .notForFaxWidget{
	display: none;
}

.propertiesPane .inputFaxWidget .forFaxWidget{
	display: block;
}
.img_overlay {
  top: -33px;
  height: 100%;
  width: 100%;
  opacity: 0;
}
.vIconFax:hover .img_overlay {
  opacity: 1;
  display: inline-block;
}

.propertiesPane .propertyList .cboOptionalMessage {
    margin-top: 5px;
    width: 250px;
}
.propertiesPane .propertyList .for_use_fax_cover_sheet
{
	padding-top: 5px;
	clear: both;
}
.propertiesPane .propertyList .fax_cover_sheet_item{
	height: 40px;
}
.propertiesPane .propertyList .fax_cover_sheet_item .fax_cover_sheet_title{
	padding-left: 5px;
	padding-bottom: 0.3em;
}
.propertiesPane .propertyList .fax_cover_sheet_item select{
	width: 262px;
}
.propertyList .editorList .bool_grp + .bool_grp.autoStartScan input,
.propertyList .editorList .bool_grp + .bool_grp.isDisplayFirstMatchingScanBC input{
	margin-left: 4px;
}
.propertiesPane .propertyList .updateDataLinkSession {
    width: 262px;
    padding-top: 3px;
    padding-bottom: 10px;
}

.connAddDialog form select{
    width: 203px;
}

.connAddDialog form input, 
.connAddDialog form select, 
.connAddDialog form table{
    margin-left: 120px;
    margin-bottom: 5px;
    width: 290px;
    box-sizing: border-box;
}

.connAddDialog form input[type='checkbox'] {
	float: none;
	width: auto;
}

.connAddDialog form table input{
	margin-left: 0em;
    margin-bottom: 0em;
    width: 100%;
	border: none;
}

.connAddDialog form table th{
	padding: 7px;
}

.connAddDialog form table tr:nth-child(odd),
.connAddDialog form table tr:nth-child(odd) input {
  background-color: #f2f2f2;
}

.connTargetDialog input[type="text"],
.connTargetDialog select{
	margin-left: 7em;
    width: 230px;
    box-sizing: border-box;
}

.connTargetDialog input[type="checkbox"]{
	float: initial;
    margin-left: 0px;
}

.connTargetDialog input[name="sendOnAdd"]
, .connTargetDialog input[name="sendOnStatus"]{
	 margin-left: 7em;
}

.connTargetDialog .chkName{
	display: initial;
}

.propertiesPane .propertyList .ignoreScanIfSession{
	margin-left: 2.2em;
    line-height: 22px;
	display: none;
}
.propertiesPane .propertyList.inputBarcode .ignoreScanIfSession{
	display: block;
}

.propertiesPane .propertyList .textParseDestinationField{
	clear: both;
}

.propertiesPane .propertyList .textParseDestinationField h5{
	padding-top: 0px;
}

.propertiesPane .propertyList .textParseDestinationField .textParseDestinationFiledLength{
	width: 30px;
    height: 23px !important;
}

.propertiesPane .propertyList .destinationFieldList .cboTextParseDestinationField,
.propertiesPane .propertyList .destinationFieldList .cboTextParseDestinationFieldTable{
	width: 210px !important;
} 

.propertyList .actionJumpGroup .editorList .bool_grp{
	display: inline-block !important;
}

.propertyList .actionJumpGroup .editorList .bool_grp.hideSession,
.propertyList .actionJumpGroup .editorList .bool_grp.hideSessionImp{
	display: none !important;
}

.propertyList .actionJumpGroup .editorList .bool_grp input{
	margin-left: 3px !important;
	margin-top: 3px;
}

.propertyList .actionJumpGroup .editorList .bool_grp input,
.propertyList .actionJumpGroup .editorList .bool_grp label{
	float: left !important;
}

.propertyList .actionJumpGroup .editorList .bool_grp label{
    margin-left: 0px;
	height: auto;
}

.propertyList .actionJumpGroup .editorList .bool_grp{
	display: block;
}

.propertyList .actionJumpGroup .bool_grp input{
	margin-left: 0px !important;
}

.propertyList .actionJumpGroup h4{
	display: none;
}

li.zebraPrintColumns .zebraPrintColumnsEditorValueField .cboPrintField option{
	display: none !important;
}

li.zebraPrintColumns .zebraPrintColumnsEditorValueField.Barcode .cboPrintField option[data="inputBarcode"],
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.Barcode .cboPrintField option[data="inputBarcode_String"],
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.Barcode .cboPrintField option[data="inputBarcode_Number"],
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.Barcode .cboPrintField option[data="inputLookup_String"],
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.Barcode .cboPrintField option[data="inputLookup_Number"],
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.Barcode .cboPrintField option[data="inputNumeric"],
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.Barcode .cboPrintField option[data="inputNumeric_Integer"],
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.Barcode .cboPrintField option[data="inputNumeric_Decimal"],
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.Barcode .cboPrintField option[data="inputNumeric_Percent"],
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.Barcode .cboPrintField option[data="inputText"],
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.Barcode .cboPrintField option[data="inputCalculate"],
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.Barcode .cboPrintField option[data="inputCalculate_Number"],
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.Barcode .cboPrintField option[data="inputCalculate_String"]{
	display: initial !important;
}
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.Barcode .cboPrintField option[data="inputBarcode"].hideOtherGroupTable,
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.Barcode .cboPrintField option[data="inputBarcode_String"].hideOtherGroupTable,
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.Barcode .cboPrintField option[data="inputBarcode_Number"].hideOtherGroupTable,
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.Barcode .cboPrintField option[data="inputLookup_String"].hideOtherGroupTable,
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.Barcode .cboPrintField option[data="inputLookup_Number"].hideOtherGroupTable,
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.Barcode .cboPrintField option[data="inputNumeric"].hideOtherGroupTable,
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.Barcode .cboPrintField option[data="inputNumeric_Integer"].hideOtherGroupTable,
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.Barcode .cboPrintField option[data="inputNumeric_Decimal"].hideOtherGroupTable,
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.Barcode .cboPrintField option[data="inputNumeric_Percent"].hideOtherGroupTable,
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.Barcode .cboPrintField option[data="inputText"].hideOtherGroupTable,
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.Barcode .cboPrintField option[data="inputCalculate"].hideOtherGroupTable,
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.Barcode .cboPrintField option[data="inputCalculate_Number"].hideOtherGroupTable,
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.Barcode .cboPrintField option[data="inputCalculate_String"].hideOtherGroupTable{
	display: none !important;
}

li.zebraPrintColumns .zebraPrintColumnsEditorValueField.BarcodeImage .cboPrintField option[data="inputBarcode"],
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.BarcodeImage .cboPrintField option[data="inputBarcode_String"],
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.BarcodeImage .cboPrintField option[data="inputBarcode_Number"],
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.BarcodeImage .cboPrintField option[data="inputLookup_String"],
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.BarcodeImage .cboPrintField option[data="inputLookup_Number"],
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.BarcodeImage .cboPrintField option[data="inputNumeric"],
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.BarcodeImage .cboPrintField option[data="inputNumeric_Integer"],
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.BarcodeImage .cboPrintField option[data="inputNumeric_Decimal"],
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.BarcodeImage .cboPrintField option[data="inputNumeric_Percent"],
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.BarcodeImage .cboPrintField option[data="inputText"],
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.BarcodeImage .cboPrintField option[data="inputCalculate"],
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.BarcodeImage .cboPrintField option[data="inputCalculate_Number"],
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.BarcodeImage .cboPrintField option[data="inputCalculate_String"]{
	display: initial !important;
}
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.BarcodeImage .cboPrintField option[data="inputBarcode"].hideOtherGroupTable,
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.BarcodeImage .cboPrintField option[data="inputBarcode_String"].hideOtherGroupTable,
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.BarcodeImage .cboPrintField option[data="inputBarcode_Number"].hideOtherGroupTable,
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.BarcodeImage .cboPrintField option[data="inputLookup_String"].hideOtherGroupTable,
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.BarcodeImage .cboPrintField option[data="inputLookup_Number"].hideOtherGroupTable,
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.BarcodeImage .cboPrintField option[data="inputNumeric"].hideOtherGroupTable,
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.BarcodeImage .cboPrintField option[data="inputNumeric_Integer"].hideOtherGroupTable,
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.BarcodeImage .cboPrintField option[data="inputNumeric_Decimal"].hideOtherGroupTable,
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.BarcodeImage .cboPrintField option[data="inputNumeric_Percent"].hideOtherGroupTable,
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.BarcodeImage .cboPrintField option[data="inputText"].hideOtherGroupTable,
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.BarcodeImage .cboPrintField option[data="inputCalculate"].hideOtherGroupTable,
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.BarcodeImage .cboPrintField option[data="inputCalculate_Number"].hideOtherGroupTable,
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.BarcodeImage .cboPrintField option[data="inputCalculate_String"].hideOtherGroupTable{
	display: none !important;
}

li.zebraPrintColumns .zebraPrintColumnsEditorValueField.ChooseOne .cboPrintField option[data="inputSelectOne"]{
	display: initial !important;
}
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.ChooseOne .cboPrintField option[data="inputSelectOne"].hideOtherGroupTable{
	display: none !important;
}

li.zebraPrintColumns .zebraPrintColumnsEditorValueField.Counter .cboPrintField option[data="inputCounter"]{
	display: initial !important;
}
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.Counter .cboPrintField option[data="inputCounter"].hideOtherGroupTable{
	display: none !important;
}

li.zebraPrintColumns .zebraPrintColumnsEditorValueField.Date .cboPrintField option[data="inputDate"],
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.Date .cboPrintField option[data="inputDate_Date"],
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.Date .cboPrintField option[data="inputDate_Time"],
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.Date .cboPrintField option[data="inputDate_Date time"]{
	display: initial !important;
}
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.Date .cboPrintField option[data="inputDate"].hideOtherGroupTable,
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.Date .cboPrintField option[data="inputDate_Date"].hideOtherGroupTable,
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.Date .cboPrintField option[data="inputDate_Time"].hideOtherGroupTable,
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.Date .cboPrintField option[data="inputDate_Date time"].hideOtherGroupTable{
	display: none !important;
}


li.zebraPrintColumns .zebraPrintColumnsEditorValueField.Lookup .cboPrintField option[data="inputLookup"],
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.Lookup .cboPrintField option[data="inputLookup_String"],
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.Lookup .cboPrintField option[data="inputLookup_Number"]{
	display: initial !important;
}
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.Lookup .cboPrintField option[data="inputLookup"].hideOtherGroupTable,
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.Lookup .cboPrintField option[data="inputLookup_String"].hideOtherGroupTable,
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.Lookup .cboPrintField option[data="inputLookup_Number"].hideOtherGroupTable{
	display: none !important;
}

li.zebraPrintColumns .zebraPrintColumnsEditorValueField.Number .cboPrintField option[data="inputNumeric"],
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.Number .cboPrintField option[data="inputNumeric_Integer"],
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.Number .cboPrintField option[data="inputNumeric_Decimal"],
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.Number .cboPrintField option[data="inputNumeric_Percent"],
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.Number .cboPrintField option[data="inputCalculate"],
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.Number .cboPrintField option[data="inputCalculate_Number"]{
	display: initial !important;
}
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.Number .cboPrintField option[data="inputNumeric"].hideOtherGroupTable,
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.Number .cboPrintField option[data="inputNumeric_Integer"].hideOtherGroupTable,
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.Number .cboPrintField option[data="inputNumeric_Decimal"].hideOtherGroupTable,
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.Number .cboPrintField option[data="inputNumeric_Percent"].hideOtherGroupTable,
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.Number .cboPrintField option[data="inputCalculate"].hideOtherGroupTable,
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.Number .cboPrintField option[data="inputCalculate_Number"].hideOtherGroupTable{
	display: none !important;
}

li.zebraPrintColumns .zebraPrintColumnsEditorValueField.String .cboPrintField option[data="inputText"],
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.String .cboPrintField option[data="inputCalculate_String"]{
	display: initial !important;
}
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.String .cboPrintField option[data="inputText"].hideOtherGroupTable,
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.String .cboPrintField option[data="inputCalculate_String"].hideOtherGroupTable{
	display: none !important;
}

li.zebraPrintColumns .zebraPrintColumnsEditorValueField.Label .cboPrintField option[data="inputLabel"]{
	display: initial !important;
}
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.Label .cboPrintField option[data="inputLabel"].hideOtherGroupTable{
	display: none !important;
}

li.zebraPrintColumns .zebraPrintColumnsEditorValueField.Table .cboPrintField option[data="ctrlTable"]{
	display: initial !important;
}
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.Table .cboPrintField option[data="ctrlTable"].hideOtherGroupTable{
	display: none !important;
}

li.zebraPrintColumns .zebraPrintColumnsEditorValueField.Blank .cboPrintField option[data="__blank__"]{
	display: initial !important;
}
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.Blank .cboPrintField option[data="__blank__"].hideOtherGroupTable{
	display: none !important;
}

li.zebraPrintColumns .zebraPrintColumnsEditorValueField.Signature .cboPrintField option[data="inputSignature"]{
	display: initial !important;
}
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.Signature .cboPrintField option[data="inputSignature"].hideOtherGroupTable{
	display: none !important;
}

li.zebraPrintColumns .zebraPrintColumnsEditorValueField.Image .cboPrintField option[data="inputImage"]{
	display: initial !important;
}
li.zebraPrintColumns .zebraPrintColumnsEditorValueField.Image .cboPrintField option[data="inputImage"].hideOtherGroupTable{
	display: none !important;
}

.zebraPrintColumnsAdjustColumnWidth{
	clear: both;
    text-align: left;
    padding-top: 5px;
}
.zebraPrintColumnsAdjustColumnWidth .column-width-session{
	padding-left: 5px;
}

.add-row-session{
	text-align: left;
}

.zebraPrintColumns_2 .add-row-session{
	display: none !important;
}
.squareDefaultLocationContainer .header_column {
	width:150px;
}
/* Right-alignment for [Import,Cancel] of Import JSON form */
.importJsonDialog .modalButtonContainer.layoutAlignmentImportCancel {
	text-align:right;
	margin-left: 1.5em;
    margin-right: 1.5em;
    position: relative;
  /*   right: -5px; */
}

.importJsonDialog form input{
	margin-bottom: initial;
    margin-left: initial;
}

.importJsonDialog form input[type='file'] {
	width: initial;
    height: initial;
    opacity: initial;
}

.cboLookupValue .for_retrieve_modify_only{
	display: none;
}

.isModifyOnly .cboLookupValue .for_retrieve_modify_only{
	display: initial;
}
.cboLookupRetrieveFillField option.for_retrieve_modify_only{
	display: none !important;
}
.isModifyOnly-table .cboLookupRetrieveFillField option.for_retrieve_modify_only,
.isModifyOnly .cboLookupRetrieveFillField option.for_retrieve_modify_only{
	display: initial !important;
}
.isModifyOnly-table .cboLookupRetrieveFillField option.for_retrieve_modify_only.hide_in_modify,
.isModifyOnly .cboLookupRetrieveFillField option.for_retrieve_modify_only.hide_in_modify{
	display: none !important;
}
.isModifyOnly .notForModifyOnly{
	display: none !important;
}
.propertyList.ctrlScoreTable .showHideCustomWeight4ContainerSC h4{
	display: none;
}

li.openFile .required{
	display: none;
}

.ofRequired_ChooseFileNow li.openFile .required{
	display: initial;
}

li.labelShading .labelShading{
	padding-top: 5px !important;
}

li.labelShading .labelShading h4{
	padding-left: 20px !important;
	padding-right: 10px !important;
	font-size: 12px !important;
    color: black !important;
    font-weight: normal !important;
}

li.labelShading .labelShading h4,
li.labelShading .labelShading p,
li.labelShading .labelShading select{
	float: left;
}

li.linesLineColor .selectcolor h4,
li.linesTextColor .selectcolor h4,
li.shadedColor .selectcolor h4,
li.shadedTextColor .selectcolor h4,
li.nolinesTextColor .selectcolor h4{
	padding-left: 40px !important;
	width: 120px !important;
	font-size: 12px !important;
    color: black !important;
    font-weight: normal !important;
}

li.linesLineColor .selectcolor,
li.shadedColor .selectcolor,
li.nolinesTextColor .selectcolor
{
	padding-top: 5px;
}

li.linesLineColor .selectcolor h4,
li.linesLineColor .selectcolor p,
li.linesLineColor .selectcolor .tableSelectedColor,
li.linesTextColor .selectcolor h4,
li.linesTextColor .selectcolor p,
li.linesTextColor .selectcolor .tableSelectedColor,
li.shadedColor .selectcolor h4,
li.shadedColor .selectcolor p,
li.shadedColor .selectcolor .tableSelectedColor,
li.shadedTextColor .selectcolor h4,
li.shadedTextColor .selectcolor p,
li.shadedTextColor .selectcolor .tableSelectedColor,
li.nolinesTextColor .selectcolor h4,
li.nolinesTextColor .selectcolor p,
li.nolinesTextColor .selectcolor .tableSelectedColor{
	float: left;
}

li.zebraPrintColumns .label-only{
	display: none;
}

li.zebraPrintColumns .Label .label-only{
	display: initial;
}

.propertiesPane .propertyList li.reportAllDateNote h4 {
    font-size: 12px !important;
    font-weight: normal !important;
    color: #000 !important;
    float: initial !important;
}

li.zebraPrintColumns .Label .label-only .grayscale-darkness{
	display: none;
}

li.zebraPrintColumns .Label .label-only.grayscale .grayscale-darkness{
	display: initial;
}

li.zebraPrintColumns .label-only .grayscale-darkness table{
	width: 262px;
    border: none;
}
	
li.zebraPrintColumns .slider-bar-title-session{
	height: 22px !important;
    vertical-align: middle;
	border: none;
	width: 20% !important;
	padding-left: 20px !important;
}

li.zebraPrintColumns .slider-bar-session{
    height: 22px !important;
    vertical-align: middle;
	border: none;
	width: 60% !important;
}

li.zebraPrintColumns .slider-value-session{
    height: 22px !important;
    vertical-align: middle;
	border: none;
	width: 20% !important;
	padding-left: 10px !important;
}
.actionDestinationFillEditorValueField h5{
	width: 220px;
}

.actionDestinationFillEditorValueField .cboActionDestinationFillValue option{
	display: none;
}

.actionDestinationFillEditorValueField .cboActionDestinationFillValue option.blank{
	display: initial;
}

.actionDestinationFillEditorValueField.text .cboActionDestinationFillValue option{
	display: initial;
}

.actionDestinationFillEditorValueField.number .cboActionDestinationFillValue option.number,
.actionDestinationFillEditorValueField.number .cboActionDestinationFillValue option.optionType_number{
	display: initial;
}

.actionDestinationFillEditorValueField.date .cboActionDestinationFillValue option.date,
.actionDestinationFillEditorValueField.date .cboActionDestinationFillValue option.optionType_date{
	display: initial;
}

.actionDestinationFillEditorValueField.time .cboActionDestinationFillValue option.time,
.actionDestinationFillEditorValueField.time .cboActionDestinationFillValue option.optionType_time{
	display: initial;
}

.actionDestinationFillEditorValueField.datetime .cboActionDestinationFillValue option.datetime,
.actionDestinationFillEditorValueField.datetime .cboActionDestinationFillValue option.optionType_datetime{
	display: initial;
}

.cboActionDestinationFillOtherValue .answerQuestionOptions{
	display: none;
}

.actionDestinationFillOtherValue.Other-dn .cboActionDestinationFillOtherValue .answerQuestionOptions.optionType_date,
.actionDestinationFillOtherValue.Other-dn .cboActionDestinationFillOtherValue .answerQuestionOptions.optionType_datetime,
.actionDestinationFillOtherValue.Other-mn .cboActionDestinationFillOtherValue .answerQuestionOptions.optionType_date,
.actionDestinationFillOtherValue.Other-mn .cboActionDestinationFillOtherValue .answerQuestionOptions.optionType_datetime,
.actionDestinationFillOtherValue.Other-yn .cboActionDestinationFillOtherValue .answerQuestionOptions.optionType_date,
.actionDestinationFillOtherValue.Other-yn .cboActionDestinationFillOtherValue .answerQuestionOptions.optionType_datetime,
.actionDestinationFillOtherValue.Other-dfm .cboActionDestinationFillOtherValue .answerQuestionOptions.optionType_date,
.actionDestinationFillOtherValue.Other-dfm .cboActionDestinationFillOtherValue .answerQuestionOptions.optionType_datetime,
.actionDestinationFillOtherValue.Other-mno .cboActionDestinationFillOtherValue .answerQuestionOptions.optionType_date,
.actionDestinationFillOtherValue.Other-mno .cboActionDestinationFillOtherValue .answerQuestionOptions.optionType_datetime,
.actionDestinationFillOtherValue.Other-yno .cboActionDestinationFillOtherValue .answerQuestionOptions.optionType_date,
.actionDestinationFillOtherValue.Other-yno .cboActionDestinationFillOtherValue .answerQuestionOptions.optionType_datetime{
	display: initial;
}

.cboActionDestinationFillValue option.hideSessionImp,
.cboActionDestinationFillOtherValue option.hideSessionImp{
	display: none !important;
}

#tableRowsContainer table, #tableRowsContainer table td{
	border: none !important;
	font-size: 13px;
}
.tableRowsContainerColumn2 {
	padding-left: 10px !important;
}
.for-table{
	display: none;
}

.table .for-table{
	display: initial;
}

#brother_bin_scroll_content{
	width: 475px;
    height: 260px;
	position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
}
#brother_bin_select_contain .binFileHeaderSortSession {
    width: 475px;
    font-size: 12px;
    font-weight: bold;
}

#brother_bin_select_contain .binNameHeader {
    float: left;
    padding-left: 10px;
    width: 200px;
    cursor: pointer;
    background-color: #e8e8e8;
    line-height: 24px;
}

#brother_bin_select_contain .binFileNameHeader {
    float: left;
    padding-left: 10px;
    width: 255px;
    cursor: pointer;
    background-color: #e8e8e8;
    line-height: 24px;
}

#brother_bin_select_contain .line_content_select{
	clear: both;
	float: left;
    position: relative;
    width: 475px;
    font-size: 13px;
    padding-top: 3px;
    padding-bottom: 3px;
}

#brother_bin_select_contain .line_content_select.selected{
	background: gray;
    color: #fff;
}

#brother_bin_select_contain .line_content_select div {
    height: 15px;
}

#brother_bin_select_contain .line_content_select .bin-name{
    float: left;
    padding-left: 10px;
    width: 200px;
    word-wrap: break-word;
}

#brother_bin_select_contain .line_content_select .file-name{
    float: left;
    padding-left: 10px;
    width: 255px;
    word-wrap: break-word;
}

.inputLookupRetrieve li.isDisplayFirstMatching,
.inputLookupRetrieve li.isShowListMatching{
	display: none;
}

.center-header{
	text-align: center !important;
	float: none !important;
}

.center-header h4{
	float: none !important;
}

.h4-2-h5 h4{
	font-size: 1.1em !important;
    font-weight: normal !important;
}

.sliderOnOff h4{
	float: left;
	width: 215px;
}

/*.sliderOnOff.no_msg_icon h4{
	width: 230px;
}*/

.sliderOnOff .onOffSwitch{
    float: left;
    padding-top: 0.5em;
}

.inputLookupRetrieve.autoRun .shadedButton{
	display: none;
}

.inputLookupRetrieve li.label .uiText .required{
	display: none;
}

.inputLookupRetrieve li.label .table-child,
.inputLookupRetrieve li.label .grid-child,
.inputLookupRetrieve li.hint .grid-child{
	display: initial;
}

.inputLookupRetrieve li.actionGroup .table-child,
.inputLookupRetrieve li.actionGroup .grid-child{
	display: none;
}

.propertyList li.lookupfield4R div.lookupField,
.propertyList li.lookupValue div.lookupValue{
    /*margin-left: 0.5em;*/
	margin-left: 0em;
}

.propertyList li.lookupValue div.UsingUnderlyValue,
.propertyList div.ShowType{
	text-align: left;
}

.propertyList .forLookupRetrieve.hideSession{
	display: none !important; 
}
.propertyList.inputLookupRetrieve .isShowCmpType .cmpTypeSession{
	display: none;
}

.propertyList.inputLookupRetrieve div.lookupValue.isShowCmpType .cmpTypeSession,
.propertyList.inputLookupRetrieve .lookupConditionFieldEditorValueField.isShowCmpType .cmpTypeSession{
	display: initial;
}

.propertyList div.lookupValue.forLookupRetrieve .ShowType,
.propertyList .lookupConditionFieldEditorValueField .ShowType{
	display: none;
}

.propertyList div.lookupValue.forLookupRetrieve .cboLookupCondCompareType option,
.propertyList .lookupConditionFieldEditorValueField .cboLookupCondCompareType option{
	display: none;
}

.propertyList div.lookupValue.forLookupRetrieve[data=date] .ShowType,
.propertyList div.lookupValue.forLookupRetrieve[data=time] .ShowType,
.propertyList div.lookupValue.forLookupRetrieve[data=datetime] .ShowType,
.propertyList .lookupConditionFieldEditorValueField[data=date] .ShowType,
.propertyList .lookupConditionFieldEditorValueField[data=time] .ShowType,
.propertyList .lookupConditionFieldEditorValueField[data=datetime] .ShowType{
	display: block;
}

.propertyList div.lookupValue.forLookupRetrieve[data=date] .cboLookupCondCompareType option[datatype=date],
.propertyList div.lookupValue.forLookupRetrieve[data=time] .cboLookupCondCompareType option[datatype=time],
.propertyList div.lookupValue.forLookupRetrieve[data=datetime] .cboLookupCondCompareType option[datatype=datetime],
.propertyList .lookupConditionFieldEditorValueField[data=date] .cboLookupCondCompareType option[datatype=date],
.propertyList .lookupConditionFieldEditorValueField[data=time] .cboLookupCondCompareType option[datatype=time],
.propertyList .lookupConditionFieldEditorValueField[data=datetime] .cboLookupCondCompareType option[datatype=datetime]{
	display: initial;
}

.propertyList div.lookupValue.forLookupRetrieve[data=string] .cmpTypeSession,
.propertyList div.lookupValue.forLookupRetrieve[data=number] .cmpTypeSession,
.propertyList .lookupConditionFieldEditorValueField[data=string] .cmpTypeSession,
.propertyList .lookupConditionFieldEditorValueField[data=number] .cmpTypeSession{
	display: none;
}

.propertyList .lookupConditionFields4R .cboLookupJoinConditionContainer{
	margin-top: 0px;
}

ul.propertyList.actionOpenFile li.autoRunGroup{
	display: none !important;
}

ul.propertyList.actionOpenFile li.openFile .btnSelectFile{
	display: none !important;
}
 
.lookupConditionFieldEditorValueField .cboLookupJoinConditionContainer div.forLookupRetrieve{
	padding-top: 7px;
}

#underlyingValueEdit_lookupconditionfield__ConditionField1 .cboLookupJoinConditionContainer div.forLookupRetrieve{
	padding-top: 0px;
}

.propertyList.autoRun li.btnKind,
.propertyList.autoRun li.hintLink,
.propertyList.autoRun li.actionBtnText,
.propertyList.autoRun li.imageText{
	display: none;
}

.propertyList .forTime,
.propertyList .forDateTime{
	display: none;
}

.propertyList.kind-time .forTime{
	display: initial;
}

.propertyList.kind-date-time .forDateTime{
	display: initial;
}

.propertyList.kind-time .forDate,
.propertyList.kind-date-time .forDate{
	display: none;
}

.inputLookupRetrieve .autoActionStampQuestionTriggerRetrieve,
.inputLookupRetrieve .autoActionStampQuestionTriggerModify{
	display: none;
}

.inputLookupRetrieve.autoRun .autoActionStampQuestionTriggerRetrieve,
.inputLookupRetrieve.modifyAutoRun .autoActionStampQuestionTriggerModify{
	display: list-item;
}

.inputLookupRetrieve.autoRun .autoActionStampQuestionTriggerRetrieve.hideSession,
.inputLookupRetrieve.modifyAutoRun .autoActionStampQuestionTriggerModify.hideSession{
	display: none;
}

/*.propertiesPane .propertyList li.textParse label
{
	font-size: 14px !important;
    font-weight: bold !important;
    font-family: Arial, Helvetica, sans-serif !important;
    color: #36617c !important;
    letter-spacing: normal !important;
}*/
.propertiesPane .propertyList.inputText li.securityGroup,
.propertiesPane .propertyList.inputText li.formatGroup,
.propertiesPane .propertyList.inputText li.formatGroup h4,
.propertiesPane .propertyList.inputText li.formatGroup .info_msg,
.propertiesPane .propertyList.inputText li.length{
	display: none !important;
}

.propertiesPane .propertyList.inputText.showGroupFormat li.securityGroup,
.propertiesPane .propertyList.inputText.showGroupFormat li.formatGroup,
.propertiesPane .propertyList.inputText.showGroupFormat li.length {
	display: initial !important;
}

.propertiesPane .propertyList.inputText li.apperance,
.propertiesPane .propertyList.inputText li.apperance h4,
.propertiesPane .propertyList.inputText li.apperance a.apperanceInfo,
.propertiesPane .propertyList.inputText li.shadedHeadings,
.propertiesPane .propertyList.inputText li.answerColor,
.propertiesPane .propertyList.inputText li.removeAnswerBorder,
.propertiesPane .propertyList.inputText li.justificationGroup,
.propertiesPane .propertyList.inputText li.removeSpaceGroup,
.propertiesPane .propertyList.inputText li.keyboardType,
.propertiesPane .propertyList.inputText li.lockScreen{
	display: none !important;
}

.propertiesPane .propertyList.inputText.showGroupAppearance li.apperance,
.propertiesPane .propertyList.inputText.showGroupAppearance li.justificationGroup,
.propertiesPane .propertyList.inputText.showGroupAppearance li.shadedHeadings,
.propertiesPane .propertyList.inputText.showGroupAppearance li.answerColor,
.propertiesPane .propertyList.inputText.showGroupAppearance li.removeAnswerBorder,
.propertiesPane .propertyList.inputText.showGroupAppearance li.removeSpaceGroup,
.propertiesPane .propertyList.inputText.showGroupAppearance li.keyboardType,
.propertiesPane .propertyList.inputText.showGroupAppearance li.lockScreen{
	display: initial !important;
}

.propertiesPane .propertyList.inputText li.readOnlyGroup,
.propertiesPane .propertyList.inputText li.requiredGroup,
.propertiesPane .propertyList.inputText li.clearGroup,
.propertiesPane .propertyList.inputText li.hideMobileWebGroup{
	display: none !important;
}

.propertiesPane .propertyList.inputText.showGroupRulesPermissions li.readOnlyGroup,
.propertiesPane .propertyList.inputText.showGroupRulesPermissions li.requiredGroup,
.propertiesPane .propertyList.inputText.showGroupRulesPermissions li.clearGroup,
.propertiesPane .propertyList.inputText.showGroupRulesPermissions li.hideMobileWebGroup  {
	display: initial !important;
}

.propertiesPane .propertyList.inputText li.actionGroup,
.propertiesPane .propertyList.inputText li.actionGroup h4,
.propertiesPane .propertyList.inputText li.isShowRelevanceCondition,
.propertiesPane .propertyList.inputText li.relevanceconds,
.propertiesPane .propertyList.inputText li.isShowITE,
.propertiesPane .propertyList.inputText li.iteConditions,
.propertiesPane .propertyList.inputText li.textParse,
.propertiesPane .propertyList.inputText li.textParseDestinationFields,
.propertiesPane .propertyList.inputText li.hideAfterParse,
.propertiesPane .propertyList.inputText li.isShowReadOnlyIf,
.propertiesPane .propertyList.inputText li.readOnlyIfConditions,
.propertiesPane .propertyList.inputText li.isShowSkipCondition,
.propertiesPane .propertyList.inputText li.skipconds,
.propertiesPane .propertyList.inputText li.isShowSkipIf,
.propertiesPane .propertyList.inputText li.skipIfConditions,
.propertiesPane .propertyList.inputText li.actionJumpGroup,
.propertiesPane .propertyList.inputText li.actionJumpGroup h4,
.propertiesPane .propertyList.inputText li.duplicateCheck,
.propertiesPane .propertyList.inputText li.duplicateCheckField,
.propertiesPane .propertyList.inputText li.isHideIfCmpVal,
.propertiesPane .propertyList.inputText li.hideIfCmpVal,
.propertiesPane .propertyList.inputText li.hideIfFields{
	display: none !important;
}

.propertiesPane .propertyList.inputText.showGroupActions li.actionGroup,
.propertiesPane .propertyList.inputText.showGroupActions li.isShowRelevanceCondition,
.propertiesPane .propertyList.inputText.showGroupActions li.relevanceconds,
.propertiesPane .propertyList.inputText.showGroupActions li.isShowITE,
.propertiesPane .propertyList.inputText.showGroupActions li.iteConditions,
.propertiesPane .propertyList.inputText.showGroupActions li.textParse,
.propertiesPane .propertyList.inputText.showGroupActions li.textParseDestinationFields,
.propertiesPane .propertyList.inputText.showGroupActions li.hideAfterParse,
.propertiesPane .propertyList.inputText.showGroupActions li.isShowReadOnlyIf,
.propertiesPane .propertyList.inputText.showGroupActions li.readOnlyIfConditions,
.propertiesPane .propertyList.inputText.showGroupActions li.isShowSkipCondition,
.propertiesPane .propertyList.inputText.showGroupActions li.skipconds,
.propertiesPane .propertyList.inputText.showGroupActions li.isShowSkipIf,
.propertiesPane .propertyList.inputText.showGroupActions li.skipIfConditions,
.propertiesPane .propertyList.inputText.showGroupActions li.actionJumpGroup,
.propertiesPane .propertyList.inputText.showGroupActions li.duplicateCheck,
.propertiesPane .propertyList.inputText.showGroupActions li.duplicateCheckField,
.propertiesPane .propertyList.inputText.showGroupActions li.isHideIfCmpVal,
.propertiesPane .propertyList.inputText.showGroupActions li.hideIfCmpVal,
.propertiesPane .propertyList.inputText.showGroupActions li.hideIfFields{
	display: initial !important;
}

.propertiesPane .propertyList.inputText.showGroupFormat li.hideSession,
.propertiesPane .propertyList.inputText.showGroupFormat li.hideSessionImp,
.propertiesPane .propertyList.inputText.showGroupAppearance li.hideSession,
.propertiesPane .propertyList.inputText.showGroupAppearance li.hideSessionImp,
.propertiesPane .propertyList.inputText.showGroupRulesPermissions li.hideSession,
.propertiesPane .propertyList.inputText.showGroupRulesPermissions li.hideSessionImp,
.propertiesPane .propertyList.inputText.showGroupActions li.hideSession,
.propertiesPane .propertyList.inputText.showGroupActions li.hideSessionImp{
	display: none !important;
}

.propertiesPane .propertyList.inputText li.length .textRange{
	padding-top: 0px !important;
}

.propertiesPane .propertyList.inputText li.length h4{
	font-size: 12px !important;
    letter-spacing: 0px !important;
    font-weight: normal !important;
}

.collapse-expand-session{
	width: 45px;
}

.collapse-expand-session .svgIconContainer{
	display: none;
	width: 45px;
}

.collapse-property .collapse-ico{
	display: initial;
}

.expand-property .expand-ico{
	display: initial;
}

.propertyList.inputText li.readOnlyGroup .margin-left-10,
.propertyList.inputText li.requiredGroup .margin-left-10,
.propertyList.inputText li.clearGroup .margin-left-10,
.propertyList.inputText li.hideMobileWebGroup .margin-left-10{
	padding-left: 10px;
}

.propertyList li.autoNumberTypeGroup .autoNumberType{
	width: 110px;
    float: left;
}

.propertyList li.autoNumberTypeGroup .prefix{
	width: 159px;
    float: left;
}

.propertyList li.autoNumberTypeGroup .prefix .editorTextfield{
	width: 130px;
}

.propertyList li.autoNumberTypeGroup .editorList h4{
	padding-top: 0px;
}

.propertiesPane .propertyList.inputNumbering li.apperance,
.propertiesPane .propertyList.inputNumbering li.apperance h4,
.propertiesPane .propertyList.inputNumbering li.apperance a.apperanceInfo,
.propertiesPane .propertyList.inputNumbering li.shadedHeadings,
.propertiesPane .propertyList.inputNumbering li.answerColor,
.propertiesPane .propertyList.inputNumbering li.removeAnswerBorder,
.propertiesPane .propertyList.inputNumbering li.justificationGroup,
.propertiesPane .propertyList.inputNumbering li.removeSpaceGroup,
.propertiesPane .propertyList.inputNumbering li.keyboardType{
	display: none !important;
}

.propertiesPane .propertyList.inputNumbering.showGroupAppearance li.apperance,
.propertiesPane .propertyList.inputNumbering.showGroupAppearance li.justificationGroup,
.propertiesPane .propertyList.inputNumbering.showGroupAppearance li.shadedHeadings,
.propertiesPane .propertyList.inputNumbering.showGroupAppearance li.answerColor,
.propertiesPane .propertyList.inputNumbering.showGroupAppearance li.removeAnswerBorder,
.propertiesPane .propertyList.inputNumbering.showGroupAppearance li.removeSpaceGroup,
.propertiesPane .propertyList.inputNumbering.showGroupAppearance li.keyboardType{
	display: initial !important;
}

.propertiesPane .propertyList.inputNumbering li.securityGroup,
.propertiesPane .propertyList.inputNumbering li.readOnlyGroup,
.propertiesPane .propertyList.inputNumbering li.requiredGroup,
.propertiesPane .propertyList.inputNumbering li.clearGroup,
.propertiesPane .propertyList.inputNumbering li.hideMobileWebGroup{
	display: none !important;
}

.propertiesPane .propertyList.inputNumbering.showGroupRulesPermissions li.securityGroup,
.propertiesPane .propertyList.inputNumbering.showGroupRulesPermissions li.readOnlyGroup,
.propertiesPane .propertyList.inputNumbering.showGroupRulesPermissions li.requiredGroup,
.propertiesPane .propertyList.inputNumbering.showGroupRulesPermissions li.clearGroup,
.propertiesPane .propertyList.inputNumbering.showGroupRulesPermissions li.hideMobileWebGroup  {
	display: initial !important;
}

.propertiesPane .propertyList.inputNumbering li.actionGroup,
.propertiesPane .propertyList.inputNumbering li.actionGroup h4,
.propertiesPane .propertyList.inputNumbering li.isShowRelevanceCondition,
.propertiesPane .propertyList.inputNumbering li.relevanceconds,
.propertiesPane .propertyList.inputNumbering li.isShowITE,
.propertiesPane .propertyList.inputNumbering li.iteConditions,
.propertiesPane .propertyList.inputNumbering li.textParse,
.propertiesPane .propertyList.inputNumbering li.textParseDestinationFields,
.propertiesPane .propertyList.inputNumbering li.hideAfterParse,
.propertiesPane .propertyList.inputNumbering li.isShowReadOnlyIf,
.propertiesPane .propertyList.inputNumbering li.readOnlyIfConditions,
.propertiesPane .propertyList.inputNumbering li.isShowSkipCondition,
.propertiesPane .propertyList.inputNumbering li.skipconds,
.propertiesPane .propertyList.inputNumbering li.isShowSkipIf,
.propertiesPane .propertyList.inputNumbering li.skipIfConditions,
.propertiesPane .propertyList.inputNumbering li.actionJumpGroup,
.propertiesPane .propertyList.inputNumbering li.actionJumpGroup h4,
.propertiesPane .propertyList.inputNumbering li.isHideIfCmpVal,
.propertiesPane .propertyList.inputNumbering li.hideIfCmpVal,
.propertiesPane .propertyList.inputNumbering li.hideIfFields{
	display: none !important;
}

.propertiesPane .propertyList.inputNumbering.showGroupActions li.actionGroup,
.propertiesPane .propertyList.inputNumbering.showGroupActions li.isShowRelevanceCondition,
.propertiesPane .propertyList.inputNumbering.showGroupActions li.relevanceconds,
.propertiesPane .propertyList.inputNumbering.showGroupActions li.isShowITE,
.propertiesPane .propertyList.inputNumbering.showGroupActions li.iteConditions,
.propertiesPane .propertyList.inputNumbering.showGroupActions li.textParse,
.propertiesPane .propertyList.inputNumbering.showGroupActions li.textParseDestinationFields,
.propertiesPane .propertyList.inputNumbering.showGroupActions li.hideAfterParse,
.propertiesPane .propertyList.inputNumbering.showGroupActions li.isShowReadOnlyIf,
.propertiesPane .propertyList.inputNumbering.showGroupActions li.readOnlyIfConditions,
.propertiesPane .propertyList.inputNumbering.showGroupActions li.isShowSkipCondition,
.propertiesPane .propertyList.inputNumbering.showGroupActions li.skipconds,
.propertiesPane .propertyList.inputNumbering.showGroupActions li.isShowSkipIf,
.propertiesPane .propertyList.inputNumbering.showGroupActions li.skipIfConditions,
.propertiesPane .propertyList.inputNumbering.showGroupActions li.actionJumpGroup,
.propertiesPane .propertyList.inputNumbering.showGroupActions li.isHideIfCmpVal,
.propertiesPane .propertyList.inputNumbering.showGroupActions li.hideIfCmpVal,
.propertiesPane .propertyList.inputNumbering.showGroupActions li.hideIfFields{
	display: initial !important;
}

.propertiesPane .propertyList.inputNumbering.showGroupAppearance li.hideSession,
.propertiesPane .propertyList.inputNumbering.showGroupAppearance li.hideSessionImp,
.propertiesPane .propertyList.inputNumbering.showGroupRulesPermissions li.hideSession,
.propertiesPane .propertyList.inputNumbering.showGroupRulesPermissions li.hideSessionImp,
.propertiesPane .propertyList.inputNumbering.showGroupActions li.hideSession,
.propertiesPane .propertyList.inputNumbering.showGroupActions li.hideSessionImp{
	display: none !important;
}

.propertyList.inputNumbering li.readOnlyGroup .margin-left-10,
.propertyList.inputNumbering li.requiredGroup .margin-left-10,
.propertyList.inputNumbering li.clearGroup .margin-left-10,
.propertyList.inputNumbering li.hideMobileWebGroup .margin-left-10{
	padding-left: 10px;
	max-width: 259px;
}

.propertiesPane .propertyList.inputCalculate li.usePercent,
.propertiesPane .propertyList.inputCalculate li.useCurrentcySymbol,
.propertiesPane .propertyList.inputCalculate li.currency,
.propertiesPane .propertyList.inputCalculate li.negativeGroup,
.propertiesPane .propertyList.inputCalculate li.showAsTextMobile,
.propertiesPane .propertyList.inputCalculate li.decPlace,
.propertiesPane .propertyList.inputCalculate li.round,
.propertiesPane .propertyList.inputCalculate li.securityGroup,
.propertiesPane .propertyList.inputCalculate li.isShowComma,
.propertiesPane .propertyList.inputCalculate li.isAllowRunningTotals,
.propertiesPane .propertyList.inputCalculate li.showAsHM,
.propertiesPane .propertyList.inputCalculate li.showAsHMS,
.propertiesPane .propertyList.inputCalculate li.showDateOnly,
.propertiesPane .propertyList.inputCalculate li.result{
	display: none !important;
}

.propertiesPane .propertyList.inputCalculate.showGroupFormat li.usePercent,
.propertiesPane .propertyList.inputCalculate.showGroupFormat li.useCurrentcySymbol,
.propertiesPane .propertyList.inputCalculate.showGroupFormat li.currency,
.propertiesPane .propertyList.inputCalculate.showGroupFormat li.negativeGroup,
.propertiesPane .propertyList.inputCalculate.showGroupFormat li.showAsTextMobile,
.propertiesPane .propertyList.inputCalculate.showGroupFormat li.decPlace,
.propertiesPane .propertyList.inputCalculate.showGroupFormat li.round,
.propertiesPane .propertyList.inputCalculate.showGroupFormat li.securityGroup,
.propertiesPane .propertyList.inputCalculate.showGroupFormat li.isShowComma,
.propertiesPane .propertyList.inputCalculate.showGroupFormat li.isAllowRunningTotals,
.propertiesPane .propertyList.inputCalculate.showGroupFormat li.showAsHM,
.propertiesPane .propertyList.inputCalculate.showGroupFormat li.showAsHMS,
.propertiesPane .propertyList.inputCalculate.showGroupFormat li.showDateOnly,
.propertiesPane .propertyList.inputCalculate.showGroupFormat li.result {
	display: initial !important;
}

.propertiesPane .propertyList.inputCalculate li.apperance,
.propertiesPane .propertyList.inputCalculate li.apperance h4,
.propertiesPane .propertyList.inputCalculate li.apperance a.apperanceInfo,
.propertiesPane .propertyList.inputCalculate li.shadedHeadings,
.propertiesPane .propertyList.inputCalculate li.answerColor,
.propertiesPane .propertyList.inputCalculate li.removeAnswerBorder,
.propertiesPane .propertyList.inputCalculate li.justificationGroup,
.propertiesPane .propertyList.inputCalculate li.removeSpaceGroup{
	display: none !important;
}

.propertiesPane .propertyList.inputCalculate.showGroupAppearance li.apperance,
.propertiesPane .propertyList.inputCalculate.showGroupAppearance li.shadedHeadings,
.propertiesPane .propertyList.inputCalculate.showGroupAppearance li.answerColor,
.propertiesPane .propertyList.inputCalculate.showGroupAppearance li.removeAnswerBorder,
.propertiesPane .propertyList.inputCalculate.showGroupAppearance li.justificationGroup,
.propertiesPane .propertyList.inputCalculate.showGroupAppearance li.removeSpaceGroup{
	display: initial !important;
}

.propertiesPane .propertyList.inputCalculate li.clearGroup,
.propertiesPane .propertyList.inputCalculate li.hideMobileWebGroup{
	display: none !important;
}

.propertiesPane .propertyList.inputCalculate.showGroupRulesPermissions li.clearGroup,
.propertiesPane .propertyList.inputCalculate.showGroupRulesPermissions li.hideMobileWebGroup  {
	display: initial !important;
}

/*.propertiesPane .propertyList.inputCalculate li.showAccountVariable,
.propertiesPane .propertyList.inputCalculate li.showSchedulerVariable,
.propertiesPane .propertyList.inputCalculate li.showUserVariable,
.propertiesPane .propertyList.inputCalculate li.expression,*/
.propertiesPane .propertyList.inputCalculate li.actionGroup,
.propertiesPane .propertyList.inputCalculate li.actionGroup h4,
.propertiesPane .propertyList.inputCalculate li.isShowRelevanceCondition,
.propertiesPane .propertyList.inputCalculate li.relevanceconds,
.propertiesPane .propertyList.inputCalculate li.isShowSkipCondition,
.propertiesPane .propertyList.inputCalculate li.skipconds,
.propertiesPane .propertyList.inputCalculate li.isShowSkipIf,
.propertiesPane .propertyList.inputCalculate li.skipIfConditions,
.propertiesPane .propertyList.inputCalculate li.isHideIfCmpVal,
.propertiesPane .propertyList.inputCalculate li.hideIfCmpVal,
.propertiesPane .propertyList.inputCalculate li.hideIfFields{
	display: none !important;
}

/*.propertiesPane .propertyList.inputCalculate.showGroupActions li.showAccountVariable,
.propertiesPane .propertyList.inputCalculate.showGroupActions li.showSchedulerVariable,
.propertiesPane .propertyList.inputCalculate.showGroupActions li.showUserVariable,
.propertiesPane .propertyList.inputCalculate.showGroupActions li.expression,*/
.propertiesPane .propertyList.inputCalculate.showGroupActions li.actionGroup,
.propertiesPane .propertyList.inputCalculate.showGroupActions li.isShowRelevanceCondition,
.propertiesPane .propertyList.inputCalculate.showGroupActions li.relevanceconds,
.propertiesPane .propertyList.inputCalculate.showGroupActions li.isShowSkipCondition,
.propertiesPane .propertyList.inputCalculate.showGroupActions li.skipconds,
.propertiesPane .propertyList.inputCalculate.showGroupActions li.isShowSkipIf,
.propertiesPane .propertyList.inputCalculate.showGroupActions li.skipIfConditions,
.propertiesPane .propertyList.inputCalculate.showGroupActions li.isHideIfCmpVal,
.propertiesPane .propertyList.inputCalculate.showGroupActions li.hideIfCmpVal,
.propertiesPane .propertyList.inputCalculate.showGroupActions li.hideIfFields{
	display: initial !important;
}

.propertiesPane .propertyList.inputCalculate.showGroupFormat li.hideSession,
.propertiesPane .propertyList.inputCalculate.showGroupFormat li.hideSessionImp,
.propertiesPane .propertyList.inputCalculate.showGroupAppearance li.hideSession,
.propertiesPane .propertyList.inputCalculate.showGroupAppearance li.hideSessionImp,
.propertiesPane .propertyList.inputCalculate.showGroupRulesPermissions li.hideSession,
.propertiesPane .propertyList.inputCalculate.showGroupRulesPermissions li.hideSessionImp,
.propertiesPane .propertyList.inputCalculate.showGroupActions li.hideSession,
.propertiesPane .propertyList.inputCalculate.showGroupActions li.hideSessionImp{
	display: none !important;
}

.propertyList.inputCalculate li.clearGroup .margin-left-10,
.propertyList.inputCalculate li.hideMobileWebGroup .margin-left-10{
	padding-left: 10px;
	max-width: 259px;
}

.propertiesPane .propertyList.inputAction li.imgJustify,
.propertiesPane .propertyList.inputAction li.apperance,
.propertiesPane .propertyList.inputAction li.apperance h4,
.propertiesPane .propertyList.inputAction li.apperance a.apperanceInfo,
.propertiesPane .propertyList.inputAction li.shadedButton,
.propertiesPane .propertyList.inputAction li.removeSpaceGroup,
.propertiesPane .propertyList.inputAction li.openReviewGroup,
.propertiesPane .propertyList.inputAction li.justificationGroup,
.propertiesPane .propertyList.inputAction li.turnOffSelectionOutline{
	display: none !important;
}

.propertiesPane .propertyList.inputAction.showGroupAppearance li.imgJustify,
.propertiesPane .propertyList.inputAction.showGroupAppearance li.apperance,
.propertiesPane .propertyList.inputAction.showGroupAppearance li.shadedButton,
.propertiesPane .propertyList.inputAction.showGroupAppearance li.removeSpaceGroup,
.propertiesPane .propertyList.inputAction.showGroupAppearance li.openReviewGroup,
.propertiesPane .propertyList.inputAction.showGroupAppearance li.justificationGroup,
.propertiesPane .propertyList.inputAction.showGroupAppearance li.turnOffSelectionOutline{
	display: initial !important;
}

.propertiesPane .propertyList.inputAction li.hideMobileWebGroup,
.propertiesPane .propertyList.inputAction li.readOnlyGroup,
.propertiesPane .propertyList.inputAction li.requiredGroup,
.propertiesPane .propertyList.inputAction li.clearGroup{
	display: none !important;
}

.propertiesPane .propertyList.inputAction.showGroupRulesPermissions li.hideMobileWebGroup,
.propertiesPane .propertyList.inputAction.showGroupRulesPermissions li.readOnlyGroup,
.propertiesPane .propertyList.inputAction.showGroupRulesPermissions li.requiredGroup,
.propertiesPane .propertyList.inputAction.showGroupRulesPermissions li.clearGroup  {
	display: initial !important;
}

.propertiesPane .propertyList.inputAction li.actionGroup,
.propertiesPane .propertyList.inputAction li.actionGroup h4,
.propertiesPane .propertyList.inputAction li.isShowRelevanceCondition,
.propertiesPane .propertyList.inputAction li.relevanceconds,
.propertiesPane .propertyList.inputAction li.isShowDestinationFields,
.propertiesPane .propertyList.inputAction li.actionDestinationData,
.propertiesPane .propertyList.inputAction li.isHideIfClick,
.propertiesPane .propertyList.inputAction li.hideIfFields,
.propertiesPane .propertyList.inputAction li.triggerActionNLogic{
	display: none !important;
}

.propertiesPane .propertyList.inputAction.showGroupActions li.actionGroup,
.propertiesPane .propertyList.inputAction.showGroupActions li.isShowRelevanceCondition,
.propertiesPane .propertyList.inputAction.showGroupActions li.relevanceconds,
.propertiesPane .propertyList.inputAction.showGroupActions li.isShowDestinationFields,
.propertiesPane .propertyList.inputAction.showGroupActions li.actionDestinationData,
.propertiesPane .propertyList.inputAction.showGroupActions li.isHideIfClick,
.propertiesPane .propertyList.inputAction.showGroupActions li.hideIfFields,
.propertiesPane .propertyList.inputAction.showGroupActions li.triggerActionNLogic{
	display: initial !important;
}

.propertiesPane .propertyList.inputAction.showGroupAppearance li.hideSession,
.propertiesPane .propertyList.inputAction.showGroupAppearance li.hideSessionImp,
.propertiesPane .propertyList.inputAction.showGroupRulesPermissions li.hideSession,
.propertiesPane .propertyList.inputAction.showGroupRulesPermissions li.hideSessionImp,
.propertiesPane .propertyList.inputAction.showGroupActions li.hideSession,
.propertiesPane .propertyList.inputAction.showGroupActions li.hideSessionImp{
	display: none !important;
}

.propertyList.inputAction li.hideMobileWebGroup .margin-left-10{
	padding-left: 10px;
	max-width: 259px;
}

.propertiesPane .propertyList.inputLFBluetooth li.kind,
.propertiesPane .propertyList.inputLFBluetooth li.length{
	display: none !important;
}

.propertiesPane .propertyList.inputLFBluetooth.showGroupFormat li.kind,
.propertiesPane .propertyList.inputLFBluetooth.showGroupFormat li.length {
	display: initial !important;
}

.propertiesPane .propertyList.inputLFBluetooth li.dropdownTextGroup,
.propertiesPane .propertyList.inputLFBluetooth li.kbIconGroup,
.propertiesPane .propertyList.inputLFBluetooth li.openKBGroup,
.propertiesPane .propertyList.inputLFBluetooth li.displayGroup,
.propertiesPane .propertyList.inputLFBluetooth li.justificationGroup,
.propertiesPane .propertyList.inputLFBluetooth li.apperance,
.propertiesPane .propertyList.inputLFBluetooth li.apperance h4,
.propertiesPane .propertyList.inputLFBluetooth li.apperance a.apperanceInfo,
.propertiesPane .propertyList.inputLFBluetooth li.shadedHeadings,
.propertiesPane .propertyList.inputLFBluetooth li.shadedButton,
.propertiesPane .propertyList.inputLFBluetooth li.removeAnswerBorder,
.propertiesPane .propertyList.inputLFBluetooth li.answerColor,
.propertiesPane .propertyList.inputLFBluetooth li.removeSpaceGroup,
.propertiesPane .propertyList.inputLFBluetooth li.keyboardType{
	display: none !important;
}

.propertiesPane .propertyList.inputLFBluetooth.showGroupAppearance li.dropdownTextGroup,
.propertiesPane .propertyList.inputLFBluetooth.showGroupAppearance li.kbIconGroup,
.propertiesPane .propertyList.inputLFBluetooth.showGroupAppearance li.openKBGroup,
.propertiesPane .propertyList.inputLFBluetooth.showGroupAppearance li.displayGroup,
.propertiesPane .propertyList.inputLFBluetooth.showGroupAppearance li.justificationGroup,
.propertiesPane .propertyList.inputLFBluetooth.showGroupAppearance li.apperance,
.propertiesPane .propertyList.inputLFBluetooth.showGroupAppearance li.shadedHeadings,
.propertiesPane .propertyList.inputLFBluetooth.showGroupAppearance li.shadedButton,
.propertiesPane .propertyList.inputLFBluetooth.showGroupAppearance li.removeAnswerBorder,
.propertiesPane .propertyList.inputLFBluetooth.showGroupAppearance li.answerColor,
.propertiesPane .propertyList.inputLFBluetooth.showGroupAppearance li.removeSpaceGroup,
.propertiesPane .propertyList.inputLFBluetooth.showGroupAppearance li.keyboardType{
	display: initial !important;
}

.propertiesPane .propertyList.inputLFBluetooth li.dispatchGroup,
.propertiesPane .propertyList.inputLFBluetooth li.readOnlyGroup,
.propertiesPane .propertyList.inputLFBluetooth li.requiredGroup,
.propertiesPane .propertyList.inputLFBluetooth li.clearGroup{
	display: none !important;
}

.propertiesPane .propertyList.inputLFBluetooth.showGroupRulesPermissions li.dispatchGroup,
.propertiesPane .propertyList.inputLFBluetooth.showGroupRulesPermissions li.readOnlyGroup,
.propertiesPane .propertyList.inputLFBluetooth.showGroupRulesPermissions li.requiredGroup,
.propertiesPane .propertyList.inputLFBluetooth.showGroupRulesPermissions li.clearGroup  {
	display: initial !important;
}

.propertiesPane .propertyList.inputLFBluetooth li.isHideBtnAfterScan,
.propertiesPane .propertyList.inputLFBluetooth li.isHideCounterAfterScan,
.propertiesPane .propertyList.inputLFBluetooth li.actionGroup,
.propertiesPane .propertyList.inputLFBluetooth li.actionGroup h4,
.propertiesPane .propertyList.inputLFBluetooth li.isShowRelevanceCondition,
.propertiesPane .propertyList.inputLFBluetooth li.relevanceconds,
.propertiesPane .propertyList.inputLFBluetooth li.isShowITE,
.propertiesPane .propertyList.inputLFBluetooth li.iteConditions,
.propertiesPane .propertyList.inputLFBluetooth li.isShowReadOnlyIf,
.propertiesPane .propertyList.inputLFBluetooth li.readOnlyIfConditions,
.propertiesPane .propertyList.inputLFBluetooth li.isShowSkipCondition,
.propertiesPane .propertyList.inputLFBluetooth li.skipconds,
.propertiesPane .propertyList.inputLFBluetooth li.isShowSkipIf,
.propertiesPane .propertyList.inputLFBluetooth li.skipIfConditions,
.propertiesPane .propertyList.inputLFBluetooth li.isHideIfCmpVal,
.propertiesPane .propertyList.inputLFBluetooth li.hideIfCmpVal,
.propertiesPane .propertyList.inputLFBluetooth li.hideIfFields{
	display: none !important;
}

.propertiesPane .propertyList.inputLFBluetooth.showGroupActions li.isHideBtnAfterScan,
.propertiesPane .propertyList.inputLFBluetooth.showGroupActions li.isHideCounterAfterScan,
.propertiesPane .propertyList.inputLFBluetooth.showGroupActions li.actionGroup,
.propertiesPane .propertyList.inputLFBluetooth.showGroupActions li.isShowRelevanceCondition,
.propertiesPane .propertyList.inputLFBluetooth.showGroupActions li.relevanceconds,
.propertiesPane .propertyList.inputLFBluetooth.showGroupActions li.isShowITE,
.propertiesPane .propertyList.inputLFBluetooth.showGroupActions li.iteConditions,
.propertiesPane .propertyList.inputLFBluetooth.showGroupActions li.isShowReadOnlyIf,
.propertiesPane .propertyList.inputLFBluetooth.showGroupActions li.readOnlyIfConditions,
.propertiesPane .propertyList.inputLFBluetooth.showGroupActions li.isShowSkipCondition,
.propertiesPane .propertyList.inputLFBluetooth.showGroupActions li.skipconds,
.propertiesPane .propertyList.inputLFBluetooth.showGroupActions li.isShowSkipIf,
.propertiesPane .propertyList.inputLFBluetooth.showGroupActions li.skipIfConditions,
.propertiesPane .propertyList.inputLFBluetooth.showGroupActions li.isHideIfCmpVal,
.propertiesPane .propertyList.inputLFBluetooth.showGroupActions li.hideIfCmpVal,
.propertiesPane .propertyList.inputLFBluetooth.showGroupActions li.hideIfFields{
	display: initial !important;
}

.propertiesPane .propertyList.inputLFBluetooth.showGroupFormat li.hideSession,
.propertiesPane .propertyList.inputLFBluetooth.showGroupFormat li.hideSessionImp,
.propertiesPane .propertyList.inputLFBluetooth.showGroupAppearance li.hideSession,
.propertiesPane .propertyList.inputLFBluetooth.showGroupAppearance li.hideSessionImp,
.propertiesPane .propertyList.inputLFBluetooth.showGroupRulesPermissions li.hideSession,
.propertiesPane .propertyList.inputLFBluetooth.showGroupRulesPermissions li.hideSessionImp,
.propertiesPane .propertyList.inputLFBluetooth.showGroupActions li.hideSession,
.propertiesPane .propertyList.inputLFBluetooth.showGroupActions li.hideSessionImp{
	display: none !important;
}

.propertyList.inputLFBluetooth li.dispatchGroup .margin-left-10,
.propertyList.inputLFBluetooth li.readOnlyGroup .margin-left-10,
.propertyList.inputLFBluetooth li.requiredGroup .margin-left-10,
.propertyList.inputLFBluetooth li.clearGroup .margin-left-10{
	padding-left: 10px;
	max-width: 259px;
}

.propertiesPane .propertyList.inputScoreSummary li.showDecimalValue{
	display: none !important;
}

.propertiesPane .propertyList.inputScoreSummary.showGroupFormat li.showDecimalValue {
	display: initial !important;
}

.propertiesPane .propertyList.inputScoreSummary li.justificationGroup,
.propertiesPane .propertyList.inputScoreSummary li.apperance,
.propertiesPane .propertyList.inputScoreSummary li.apperance h4,
.propertiesPane .propertyList.inputScoreSummary li.apperance a.apperanceInfo,
.propertiesPane .propertyList.inputScoreSummary li.shadedHeadings,
.propertiesPane .propertyList.inputScoreSummary li.removeAnswerBorder,
.propertiesPane .propertyList.inputScoreSummary li.removeSpaceGroup{
	display: none !important;
}

.propertiesPane .propertyList.inputScoreSummary.showGroupAppearance li.justificationGroup,
.propertiesPane .propertyList.inputScoreSummary.showGroupAppearance li.apperance,
.propertiesPane .propertyList.inputScoreSummary.showGroupAppearance li.shadedHeadings,
.propertiesPane .propertyList.inputScoreSummary.showGroupAppearance li.removeAnswerBorder,
.propertiesPane .propertyList.inputScoreSummary.showGroupAppearance li.removeSpaceGroup{
	display: initial !important;
}

.propertiesPane .propertyList.inputScoreSummary li.hideMobileWebGroup{
	display: none !important;
}

.propertiesPane .propertyList.inputScoreSummary.showGroupRulesPermissions li.hideMobileWebGroup  {
	display: initial !important;
}

.propertiesPane .propertyList.inputScoreSummary li.actionGroup,
.propertiesPane .propertyList.inputScoreSummary li.actionGroup h4,
.propertiesPane .propertyList.inputScoreSummary li.isShowRelevanceCondition,
.propertiesPane .propertyList.inputScoreSummary li.relevanceconds{
	display: none !important;
}

.propertiesPane .propertyList.inputScoreSummary.showGroupActions li.actionGroup,
.propertiesPane .propertyList.inputScoreSummary.showGroupActions li.isShowRelevanceCondition,
.propertiesPane .propertyList.inputScoreSummary.showGroupActions li.relevanceconds{
	display: initial !important;
}

.propertiesPane .propertyList.inputScoreSummary.showGroupFormat li.hideSession,
.propertiesPane .propertyList.inputScoreSummary.showGroupFormat li.hideSessionImp,
.propertiesPane .propertyList.inputScoreSummary.showGroupAppearance li.hideSession,
.propertiesPane .propertyList.inputScoreSummary.showGroupAppearance li.hideSessionImp,
.propertiesPane .propertyList.inputScoreSummary.showGroupRulesPermissions li.hideSession,
.propertiesPane .propertyList.inputScoreSummary.showGroupRulesPermissions li.hideSessionImp,
.propertiesPane .propertyList.inputScoreSummary.showGroupActions li.hideSession,
.propertiesPane .propertyList.inputScoreSummary.showGroupActions li.hideSessionImp{
	display: none !important;
}

.propertyList.inputScoreSummary li.hideMobileWebGroup .margin-left-10{
	padding-left: 10px;
	max-width: 259px;
}

.zebraPrintColumnsEditorValueField select.zebraFontSize option.for-text{
	display: none;
}

.zebraPrintColumnsEditorValueField.String select.zebraFontSize option.for-text{
	display: initial;
}

.propertiesPane .propertyList.inputBarcode li.isAllowEditOption,
.propertiesPane .propertyList.inputBarcode li.isAllowManualEntry,
.propertiesPane .propertyList.inputBarcode li.displayImage,
.propertiesPane .propertyList.inputBarcode li.hideScanValue,
.propertiesPane .propertyList.inputBarcode li.barcodeType,
.propertiesPane .propertyList.inputBarcode li.length{
	display: none !important;
}

.propertiesPane .propertyList.inputBarcode.showGroupFormat li.isAllowEditOption,
.propertiesPane .propertyList.inputBarcode.showGroupFormat li.isAllowManualEntry,
.propertiesPane .propertyList.inputBarcode.showGroupFormat li.displayImage,
.propertiesPane .propertyList.inputBarcode.showGroupFormat li.hideScanValue,
.propertiesPane .propertyList.inputBarcode.showGroupFormat li.barcodeType,
.propertiesPane .propertyList.inputBarcode.showGroupFormat li.length {
	display: initial !important;
}

.propertiesPane .propertyList.inputBarcode li.justificationGroup,
.propertiesPane .propertyList.inputBarcode li.apperance,
.propertiesPane .propertyList.inputBarcode li.apperance h4,
.propertiesPane .propertyList.inputBarcode li.apperance a.apperanceInfo,
.propertiesPane .propertyList.inputBarcode li.shadedHeadings,
.propertiesPane .propertyList.inputBarcode li.shadedButton,
.propertiesPane .propertyList.inputBarcode li.removeAnswerBorder,
.propertiesPane .propertyList.inputBarcode li.answerColor,
.propertiesPane .propertyList.inputBarcode li.removeSpaceGroup{
	display: none !important;
}

.propertiesPane .propertyList.inputBarcode.showGroupAppearance li.justificationGroup,
.propertiesPane .propertyList.inputBarcode.showGroupAppearance li.apperance,
.propertiesPane .propertyList.inputBarcode.showGroupAppearance li.shadedHeadings,
.propertiesPane .propertyList.inputBarcode.showGroupAppearance li.shadedButton,
.propertiesPane .propertyList.inputBarcode.showGroupAppearance li.removeAnswerBorder,
.propertiesPane .propertyList.inputBarcode.showGroupAppearance li.answerColor,
.propertiesPane .propertyList.inputBarcode.showGroupAppearance li.removeSpaceGroup{
	display: initial !important;
}

.propertiesPane .propertyList.inputBarcode li.readOnlyGroup,
.propertiesPane .propertyList.inputBarcode li.requiredGroup,
.propertiesPane .propertyList.inputBarcode li.clearGroup,
.propertiesPane .propertyList.inputBarcode li.hideMobileWebGroup{
	display: none !important;
}

.propertiesPane .propertyList.inputBarcode.showGroupRulesPermissions li.readOnlyGroup,
.propertiesPane .propertyList.inputBarcode.showGroupRulesPermissions li.requiredGroup,
.propertiesPane .propertyList.inputBarcode.showGroupRulesPermissions li.clearGroup,
.propertiesPane .propertyList.inputBarcode.showGroupRulesPermissions li.hideMobileWebGroup  {
	display: initial !important;
}

.propertiesPane .propertyList.inputBarcode li.actionGroup,
.propertiesPane .propertyList.inputBarcode li.actionGroup h4,
.propertiesPane .propertyList.inputBarcode li.isShowRelevanceCondition,
.propertiesPane .propertyList.inputBarcode li.relevanceconds,
.propertiesPane .propertyList.inputBarcode li.isShowITE,
.propertiesPane .propertyList.inputBarcode li.iteConditions,
.propertiesPane .propertyList.inputBarcode li.isShowReadOnlyIf,
.propertiesPane .propertyList.inputBarcode li.readOnlyIfConditions,
.propertiesPane .propertyList.inputBarcode li.isShowSkipCondition,
.propertiesPane .propertyList.inputBarcode li.skipconds,
.propertiesPane .propertyList.inputBarcode li.isShowSkipIf,
.propertiesPane .propertyList.inputBarcode li.skipIfConditions,
.propertiesPane .propertyList.inputBarcode li.autoStartScan,
.propertiesPane .propertyList.inputBarcode li.parse,
.propertiesPane .propertyList.inputBarcode li.textParse,
.propertiesPane .propertyList.inputBarcode li.textParseDestinationFields,
.propertiesPane .propertyList.inputBarcode li.buttonGroup,
.propertiesPane .propertyList.inputBarcode li.actionJumpGroup,
.propertiesPane .propertyList.inputBarcode li.isHideIfCmpVal,
.propertiesPane .propertyList.inputBarcode li.hideIfCmpVal,
.propertiesPane .propertyList.inputBarcode li.hideIfFields,
.propertiesPane .propertyList.inputBarcode li.isPlayAChime,
.propertiesPane .propertyList.inputBarcode li.playAChimeOnSuccess,
.propertiesPane .propertyList.inputBarcode li.playAChimeOnFailure{
	display: none !important;
}

.propertiesPane .propertyList.inputBarcode.showGroupActions li.actionGroup,
.propertiesPane .propertyList.inputBarcode.showGroupActions li.isShowRelevanceCondition,
.propertiesPane .propertyList.inputBarcode.showGroupActions li.relevanceconds,
.propertiesPane .propertyList.inputBarcode.showGroupActions li.isShowITE,
.propertiesPane .propertyList.inputBarcode.showGroupActions li.iteConditions,
.propertiesPane .propertyList.inputBarcode.showGroupActions li.isShowReadOnlyIf,
.propertiesPane .propertyList.inputBarcode.showGroupActions li.readOnlyIfConditions,
.propertiesPane .propertyList.inputBarcode.showGroupActions li.isShowSkipCondition,
.propertiesPane .propertyList.inputBarcode.showGroupActions li.skipconds,
.propertiesPane .propertyList.inputBarcode.showGroupActions li.isShowSkipIf,
.propertiesPane .propertyList.inputBarcode.showGroupActions li.skipIfConditions,
.propertiesPane .propertyList.inputBarcode.showGroupActions li.autoStartScan,
.propertiesPane .propertyList.inputBarcode.showGroupActions li.parse,
.propertiesPane .propertyList.inputBarcode.showGroupActions li.textParse,
.propertiesPane .propertyList.inputBarcode.showGroupActions li.textParseDestinationFields,
.propertiesPane .propertyList.inputBarcode.showGroupActions li.buttonGroup,
.propertiesPane .propertyList.inputBarcode.showGroupActions li.actionJumpGroup,
.propertiesPane .propertyList.inputBarcode.showGroupActions li.isHideIfCmpVal,
.propertiesPane .propertyList.inputBarcode.showGroupActions li.hideIfCmpVal,
.propertiesPane .propertyList.inputBarcode.showGroupActions li.hideIfFields,
.propertiesPane .propertyList.inputBarcode.showGroupActions li.isPlayAChime,
.propertiesPane .propertyList.inputBarcode.showGroupActions li.playAChimeOnSuccess,
.propertiesPane .propertyList.inputBarcode.showGroupActions li.playAChimeOnFailure{
	display: initial !important;
}

.propertiesPane .propertyList.inputBarcode.showGroupFormat li.hideSession,
.propertiesPane .propertyList.inputBarcode.showGroupFormat li.hideSessionImp,
.propertiesPane .propertyList.inputBarcode.showGroupAppearance li.hideSession,
.propertiesPane .propertyList.inputBarcode.showGroupAppearance li.hideSessionImp,
.propertiesPane .propertyList.inputBarcode.showGroupRulesPermissions li.hideSession,
.propertiesPane .propertyList.inputBarcode.showGroupRulesPermissions li.hideSessionImp,
.propertiesPane .propertyList.inputBarcode.showGroupActions li.hideSession,
.propertiesPane .propertyList.inputBarcode.showGroupActions li.hideSessionImp{
	display: none !important;
}

.propertyList.inputBarcode li.readOnlyGroup .margin-left-10,
.propertyList.inputBarcode li.requiredGroup .margin-left-10,
.propertyList.inputBarcode li.clearGroup .margin-left-10,
.propertyList.inputBarcode li.hideMobileWebGroup .margin-left-10{
	padding-left: 10px;
	max-width: 259px;
}

.propertiesPane .propertyList.inputEmailReport li.formatGroup,
.propertiesPane .propertyList.inputEmailReport li.phoneNoFormat,
.propertiesPane .propertyList.inputEmailReport li.coverSheet,
.propertiesPane .propertyList.inputEmailReport li.coverSheet h4,
.propertiesPane .propertyList.inputEmailReport li.formatGroup h4,
.propertiesPane .propertyList.inputEmailReport li.formatGroup .info_msg,
.propertiesPane .propertyList.inputEmailReport li.phoneFormatKind {
	display: none !important;
}

.propertiesPane .propertyList.inputEmailReport.showGroupFormat li.coverSheet,
.propertiesPane .propertyList.inputEmailReport.showGroupFormat li.formatGroup,
.propertiesPane .propertyList.inputEmailReport.showGroupFormat li.phoneNoFormat,
.propertiesPane .propertyList.inputEmailReport.showGroupFormat li.phoneFormatKind {
	display: initial !important;
}

.propertiesPane .propertyList.inputEmailReport li.justificationGroup,
.propertiesPane .propertyList.inputEmailReport li.apperance,
.propertiesPane .propertyList.inputEmailReport li.apperance h4,
.propertiesPane .propertyList.inputEmailReport li.apperance a.apperanceInfo,
.propertiesPane .propertyList.inputEmailReport li.shadedHeadings,
.propertiesPane .propertyList.inputEmailReport li.removeAnswerBorder,
.propertiesPane .propertyList.inputEmailReport li.answerColor,
.propertiesPane .propertyList.inputEmailReport li.removeSpaceGroup{
	display: none !important;
}

.propertiesPane .propertyList.inputEmailReport.showGroupAppearance li.justificationGroup,
.propertiesPane .propertyList.inputEmailReport.showGroupAppearance li.apperance,
.propertiesPane .propertyList.inputEmailReport.showGroupAppearance li.shadedHeadings,
.propertiesPane .propertyList.inputEmailReport.showGroupAppearance li.removeAnswerBorder,
.propertiesPane .propertyList.inputEmailReport.showGroupAppearance li.answerColor,
.propertiesPane .propertyList.inputEmailReport.showGroupAppearance li.removeSpaceGroup{
	display: initial !important;
}

.propertiesPane .propertyList.inputEmailReport li.readOnlyGroup,
.propertiesPane .propertyList.inputEmailReport li.requiredGroup,
.propertiesPane .propertyList.inputEmailReport li.clearGroup,
.propertiesPane .propertyList.inputEmailReport li.hideMobileWebGroup{
	display: none !important;
}

.propertiesPane .propertyList.inputEmailReport.showGroupRulesPermissions li.readOnlyGroup,
.propertiesPane .propertyList.inputEmailReport.showGroupRulesPermissions li.requiredGroup,
.propertiesPane .propertyList.inputEmailReport.showGroupRulesPermissions li.clearGroup,
.propertiesPane .propertyList.inputEmailReport.showGroupRulesPermissions li.hideMobileWebGroup  {
	display: initial !important;
}

.propertiesPane .propertyList.inputEmailReport li.actionGroup,
.propertiesPane .propertyList.inputEmailReport li.actionGroup h4,
.propertiesPane .propertyList.inputEmailReport li.isShowRelevanceCondition,
.propertiesPane .propertyList.inputEmailReport li.relevanceconds,
.propertiesPane .propertyList.inputEmailReport li.isShowITE,
.propertiesPane .propertyList.inputEmailReport li.iteConditions,
.propertiesPane .propertyList.inputEmailReport li.isShowReadOnlyIf,
.propertiesPane .propertyList.inputEmailReport li.readOnlyIfConditions,
.propertiesPane .propertyList.inputEmailReport li.isHideIfCmpVal,
.propertiesPane .propertyList.inputEmailReport li.hideIfCmpVal,
.propertiesPane .propertyList.inputEmailReport li.hideIfFields{
	display: none !important;
}

.propertiesPane .propertyList.inputEmailReport.showGroupActions li.actionGroup,
.propertiesPane .propertyList.inputEmailReport.showGroupActions li.isShowRelevanceCondition,
.propertiesPane .propertyList.inputEmailReport.showGroupActions li.relevanceconds,
.propertiesPane .propertyList.inputEmailReport.showGroupActions li.isShowITE,
.propertiesPane .propertyList.inputEmailReport.showGroupActions li.iteConditions,
.propertiesPane .propertyList.inputEmailReport.showGroupActions li.isShowReadOnlyIf,
.propertiesPane .propertyList.inputEmailReport.showGroupActions li.readOnlyIfConditions,
.propertiesPane .propertyList.inputEmailReport.showGroupActions li.isHideIfCmpVal,
.propertiesPane .propertyList.inputEmailReport.showGroupActions li.hideIfCmpVal,
.propertiesPane .propertyList.inputEmailReport.showGroupActions li.hideIfFields{
	display: initial !important;
}

.propertiesPane .propertyList.inputEmailReport.showGroupFormat li.hideSession,
.propertiesPane .propertyList.inputEmailReport.showGroupFormat li.hideSessionImp,
.propertiesPane .propertyList.inputEmailReport.showGroupAppearance li.hideSession,
.propertiesPane .propertyList.inputEmailReport.showGroupAppearance li.hideSessionImp,
.propertiesPane .propertyList.inputEmailReport.showGroupRulesPermissions li.hideSession,
.propertiesPane .propertyList.inputEmailReport.showGroupRulesPermissions li.hideSessionImp,
.propertiesPane .propertyList.inputEmailReport.showGroupActions li.hideSession,
.propertiesPane .propertyList.inputEmailReport.showGroupActions li.hideSessionImp{
	display: none !important;
}

.propertyList.inputEmailReport li.readOnlyGroup .margin-left-10,
.propertyList.inputEmailReport li.requiredGroup .margin-left-10,
.propertyList.inputEmailReport li.clearGroup .margin-left-10,
.propertyList.inputEmailReport li.hideMobileWebGroup .margin-left-10{
	padding-left: 10px;
	max-width: 259px;
}

.propertiesPane .propertyList.inputForward li.fwToEmailGroup,
.propertiesPane .propertyList.inputForward li.hasCustomEmailSubject,
.propertiesPane .propertyList.inputForward li.customEmailSubject,
.propertiesPane .propertyList.inputForward li.hasCustomEmailBody,
.propertiesPane .propertyList.inputForward li.customEmailBody,
.propertiesPane .propertyList.inputForward li.length{
	display: none !important;
}

.propertiesPane .propertyList.inputForward.showGroupFormat li.fwToEmailGroup,
.propertiesPane .propertyList.inputForward.showGroupFormat li.hasCustomEmailSubject,
.propertiesPane .propertyList.inputForward.showGroupFormat li.customEmailSubject,
.propertiesPane .propertyList.inputForward.showGroupFormat li.hasCustomEmailBody,
.propertiesPane .propertyList.inputForward.showGroupFormat li.customEmailBody,
.propertiesPane .propertyList.inputForward.showGroupFormat li.length {
	display: initial !important;
}

.propertiesPane .propertyList.inputForward li.justificationGroup,
.propertiesPane .propertyList.inputForward li.apperance,
.propertiesPane .propertyList.inputForward li.apperance h4,
.propertiesPane .propertyList.inputForward li.apperance a.apperanceInfo,
.propertiesPane .propertyList.inputForward li.shadedHeadings,
.propertiesPane .propertyList.inputForward li.removeAnswerBorder,
.propertiesPane .propertyList.inputForward li.removeSpaceGroup{
	display: none !important;
}

.propertiesPane .propertyList.inputForward.showGroupAppearance li.justificationGroup,
.propertiesPane .propertyList.inputForward.showGroupAppearance li.apperance,
.propertiesPane .propertyList.inputForward.showGroupAppearance li.shadedHeadings,
.propertiesPane .propertyList.inputForward.showGroupAppearance li.removeAnswerBorder,
.propertiesPane .propertyList.inputForward.showGroupAppearance li.removeSpaceGroup{
	display: initial !important;
}

.propertiesPane .propertyList.inputForward li.readOnlyGroup,
.propertiesPane .propertyList.inputForward li.requiredGroup,
.propertiesPane .propertyList.inputForward li.clearGroup,
.propertiesPane .propertyList.inputForward li.hideMobileWebGroup{
	display: none !important;
}

.propertiesPane .propertyList.inputForward.showGroupRulesPermissions li.readOnlyGroup,
.propertiesPane .propertyList.inputForward.showGroupRulesPermissions li.requiredGroup,
.propertiesPane .propertyList.inputForward.showGroupRulesPermissions li.clearGroup,
.propertiesPane .propertyList.inputForward.showGroupRulesPermissions li.hideMobileWebGroup  {
	display: initial !important;
}

.propertiesPane .propertyList.inputForward li.actionGroup,
.propertiesPane .propertyList.inputForward li.actionGroup h4,
.propertiesPane .propertyList.inputForward li.isShowRelevanceCondition,
.propertiesPane .propertyList.inputForward li.relevanceconds,
.propertiesPane .propertyList.inputForward li.isShowITE,
.propertiesPane .propertyList.inputForward li.iteConditions,
.propertiesPane .propertyList.inputForward li.isShowReadOnlyIf,
.propertiesPane .propertyList.inputForward li.readOnlyIfConditions,
.propertiesPane .propertyList.inputForward li.isShowSkipCondition,
.propertiesPane .propertyList.inputForward li.skipconds,
.propertiesPane .propertyList.inputForward li.isShowSkipIf,
.propertiesPane .propertyList.inputForward li.skipIfConditions,
.propertiesPane .propertyList.inputForward li.resetToNull,
.propertiesPane .propertyList.inputForward li.turnOffEmail,
.propertiesPane .propertyList.inputForward li.replyToSender,
.propertiesPane .propertyList.inputForward li.isHideIfCmpVal,
.propertiesPane .propertyList.inputForward li.hideIfCmpVal,
.propertiesPane .propertyList.inputForward li.hideIfFields{
	display: none !important;
}

.propertiesPane .propertyList.inputForward.showGroupActions li.actionGroup,
.propertiesPane .propertyList.inputForward.showGroupActions li.isShowRelevanceCondition,
.propertiesPane .propertyList.inputForward.showGroupActions li.relevanceconds,
.propertiesPane .propertyList.inputForward.showGroupActions li.isShowITE,
.propertiesPane .propertyList.inputForward.showGroupActions li.iteConditions,
.propertiesPane .propertyList.inputForward.showGroupActions li.isShowReadOnlyIf,
.propertiesPane .propertyList.inputForward.showGroupActions li.readOnlyIfConditions,
.propertiesPane .propertyList.inputForward.showGroupActions li.isShowSkipCondition,
.propertiesPane .propertyList.inputForward.showGroupActions li.skipconds,
.propertiesPane .propertyList.inputForward.showGroupActions li.isShowSkipIf,
.propertiesPane .propertyList.inputForward.showGroupActions li.skipIfConditions,
.propertiesPane .propertyList.inputForward.showGroupActions li.resetToNull,
.propertiesPane .propertyList.inputForward.showGroupActions li.turnOffEmail,
.propertiesPane .propertyList.inputForward.showGroupActions li.replyToSender,
.propertiesPane .propertyList.inputForward.showGroupActions li.isHideIfCmpVal,
.propertiesPane .propertyList.inputForward.showGroupActions li.hideIfCmpVal,
.propertiesPane .propertyList.inputForward.showGroupActions li.hideIfFields{
	display: initial !important;
}

.propertiesPane .propertyList.inputForward.showGroupFormat li.hideSession,
.propertiesPane .propertyList.inputForward.showGroupFormat li.hideSessionImp,
.propertiesPane .propertyList.inputForward.showGroupAppearance li.hideSession,
.propertiesPane .propertyList.inputForward.showGroupAppearance li.hideSessionImp,
.propertiesPane .propertyList.inputForward.showGroupRulesPermissions li.hideSession,
.propertiesPane .propertyList.inputForward.showGroupRulesPermissions li.hideSessionImp,
.propertiesPane .propertyList.inputForward.showGroupActions li.hideSession,
.propertiesPane .propertyList.inputForward.showGroupActions li.hideSessionImp{
	display: none !important;
}

.propertyList.inputForward li.readOnlyGroup .margin-left-10,
.propertyList.inputForward li.requiredGroup .margin-left-10,
.propertyList.inputForward li.clearGroup .margin-left-10,
.propertyList.inputForward li.hideMobileWebGroup .margin-left-10{
	padding-left: 10px;
	max-width: 259px;
}

.propertiesPane .propertyList.inputNFC li.length .textRange,
.propertiesPane .propertyList.inputNFC div.parse,
.propertiesPane .propertyList.inputBarcode li.length .textRange,
.propertiesPane .propertyList.inputBarcode div.parse,
.propertiesPane .propertyList.inputForward li.length .textRange{
	padding-top: 0px !important;
}

.propertiesPane .propertyList.inputFacingTable li.length h4,
.propertiesPane .propertyList.inputTrends li.range h4,
.propertiesPane .propertyList.inputEmailReport li.phoneNoFormat label,
.propertiesPane .propertyList.inputNFC li.length h4,
.propertiesPane .propertyList.inputNFC .parse .chkGroup h4,
.propertiesPane .propertyList.inputBarcode li.length h4,
.propertiesPane .propertyList.inputBarcode .parse .chkGroup h4,
.propertiesPane .propertyList.inputForward li.length h4,
.propertiesPane .propertyList.inputLFBluetooth li.length h4,
.propertiesPane .propertyList.inputCounter li.range h4,
.propertiesPane .propertyList.inputCounter li.spinStep h4,
.propertiesPane .propertyList.inputLookup li.length h4,
.propertiesPane .propertyList.inputDate li.range h4,
.propertiesPane .propertyList.inputNumeric li.range h4,
.propertiesPane .propertyList.inputNumeric li.validateValue h4
{
	font-size: 12px !important;
    letter-spacing: 0px !important;
    font-weight: normal !important;
}

.propertiesPane .propertyList.inputNFC li.isAllowEditOption,
.propertiesPane .propertyList.inputNFC li.isAllowManualEntry,
.propertiesPane .propertyList.inputNFC li.length{
	display: none !important;
}

.propertiesPane .propertyList.inputNFC.showGroupFormat li.isAllowEditOption,
.propertiesPane .propertyList.inputNFC.showGroupFormat li.isAllowManualEntry,
.propertiesPane .propertyList.inputNFC.showGroupFormat li.length {
	display: initial !important;
}

.propertiesPane .propertyList.inputNFC li.justificationGroup,
.propertiesPane .propertyList.inputNFC li.apperance,
.propertiesPane .propertyList.inputNFC li.apperance h4,
.propertiesPane .propertyList.inputNFC li.apperance a.apperanceInfo,
.propertiesPane .propertyList.inputNFC li.shadedHeadings,
.propertiesPane .propertyList.inputNFC li.shadedButton,
.propertiesPane .propertyList.inputNFC li.removeAnswerBorder,
.propertiesPane .propertyList.inputNFC li.answerColor,
.propertiesPane .propertyList.inputNFC li.removeSpaceGroup{
	display: none !important;
}

.propertiesPane .propertyList.inputNFC.showGroupAppearance li.justificationGroup,
.propertiesPane .propertyList.inputNFC.showGroupAppearance li.apperance,
.propertiesPane .propertyList.inputNFC.showGroupAppearance li.shadedHeadings,
.propertiesPane .propertyList.inputNFC.showGroupAppearance li.shadedButton,
.propertiesPane .propertyList.inputNFC.showGroupAppearance li.removeAnswerBorder,
.propertiesPane .propertyList.inputNFC.showGroupAppearance li.answerColor,
.propertiesPane .propertyList.inputNFC.showGroupAppearance li.removeSpaceGroup{
	display: initial !important;
}

.propertiesPane .propertyList.inputNFC li.readOnlyGroup,
.propertiesPane .propertyList.inputNFC li.requiredGroup,
.propertiesPane .propertyList.inputNFC li.clearGroup{
	display: none !important;
}

.propertiesPane .propertyList.inputNFC.showGroupRulesPermissions li.readOnlyGroup,
.propertiesPane .propertyList.inputNFC.showGroupRulesPermissions li.requiredGroup,
.propertiesPane .propertyList.inputNFC.showGroupRulesPermissions li.clearGroup{
	display: initial !important;
}

.propertiesPane .propertyList.inputNFC li.actionGroup,
.propertiesPane .propertyList.inputNFC li.actionGroup h4,
.propertiesPane .propertyList.inputNFC li.isShowRelevanceCondition,
.propertiesPane .propertyList.inputNFC li.relevanceconds,
.propertiesPane .propertyList.inputNFC li.isShowITE,
.propertiesPane .propertyList.inputNFC li.iteConditions,
.propertiesPane .propertyList.inputNFC li.isShowReadOnlyIf,
.propertiesPane .propertyList.inputNFC li.readOnlyIfConditions,
.propertiesPane .propertyList.inputNFC li.isShowSkipCondition,
.propertiesPane .propertyList.inputNFC li.skipconds,
.propertiesPane .propertyList.inputNFC li.isShowSkipIf,
.propertiesPane .propertyList.inputNFC li.skipIfConditions,
.propertiesPane .propertyList.inputNFC li.parse,
.propertiesPane .propertyList.inputNFC li.parseDestinationFields,
.propertiesPane .propertyList.inputNFC li.buttonGroup,
.propertiesPane .propertyList.inputNFC li.textParse,
.propertiesPane .propertyList.inputNFC li.textParseDestinationFields,
.propertiesPane .propertyList.inputNFC li.isUseActionButton,
.propertiesPane .propertyList.inputNFC li.btnKind,
.propertiesPane .propertyList.inputNFC li.actionBtnText,
.propertiesPane .propertyList.inputNFC li.imageText,
.propertiesPane .propertyList.inputNFC li.isHideIfCmpVal,
.propertiesPane .propertyList.inputNFC li.hideIfCmpVal,
.propertiesPane .propertyList.inputNFC li.hideIfFields{
	display: none !important;
}

.propertiesPane .propertyList.inputNFC.showGroupActions li.actionGroup,
.propertiesPane .propertyList.inputNFC.showGroupActions li.isShowRelevanceCondition,
.propertiesPane .propertyList.inputNFC.showGroupActions li.relevanceconds,
.propertiesPane .propertyList.inputNFC.showGroupActions li.isShowITE,
.propertiesPane .propertyList.inputNFC.showGroupActions li.iteConditions,
.propertiesPane .propertyList.inputNFC.showGroupActions li.isShowReadOnlyIf,
.propertiesPane .propertyList.inputNFC.showGroupActions li.readOnlyIfConditions,
.propertiesPane .propertyList.inputNFC.showGroupActions li.isShowSkipCondition,
.propertiesPane .propertyList.inputNFC.showGroupActions li.skipconds,
.propertiesPane .propertyList.inputNFC.showGroupActions li.isShowSkipIf,
.propertiesPane .propertyList.inputNFC.showGroupActions li.skipIfConditions,
.propertiesPane .propertyList.inputNFC.showGroupActions li.parse,
.propertiesPane .propertyList.inputNFC.showGroupActions li.parseDestinationFields,
.propertiesPane .propertyList.inputNFC.showGroupActions li.buttonGroup,
.propertiesPane .propertyList.inputNFC.showGroupActions li.textParse,
.propertiesPane .propertyList.inputNFC.showGroupActions li.textParseDestinationFields,
.propertiesPane .propertyList.inputNFC.showGroupActions li.isUseActionButton,
.propertiesPane .propertyList.inputNFC.showGroupActions li.btnKind,
.propertiesPane .propertyList.inputNFC.showGroupActions li.actionBtnText,
.propertiesPane .propertyList.inputNFC.showGroupActions li.imageText,
.propertiesPane .propertyList.inputNFC.showGroupActions li.isHideIfCmpVal,
.propertiesPane .propertyList.inputNFC.showGroupActions li.hideIfCmpVal,
.propertiesPane .propertyList.inputNFC.showGroupActions li.hideIfFields{
	display: initial !important;
}

.propertiesPane .propertyList.inputNFC.showGroupFormat li.hideSession,
.propertiesPane .propertyList.inputNFC.showGroupFormat li.hideSessionImp,
.propertiesPane .propertyList.inputNFC.showGroupAppearance li.hideSession,
.propertiesPane .propertyList.inputNFC.showGroupAppearance li.hideSessionImp,
.propertiesPane .propertyList.inputNFC.showGroupRulesPermissions li.hideSession,
.propertiesPane .propertyList.inputNFC.showGroupRulesPermissions li.hideSessionImp,
.propertiesPane .propertyList.inputNFC.showGroupActions li.hideSession,
.propertiesPane .propertyList.inputNFC.showGroupActions li.hideSessionImp{
	display: none !important;
}

.propertyList.inputNFC li.readOnlyGroup .margin-left-10,
.propertyList.inputNFC li.requiredGroup .margin-left-10,
.propertyList.inputNFC li.clearGroup .margin-left-10{
	padding-left: 10px;
	max-width: 259px;
}

.propertiesPane .propertyList.inputNewPayment li.imgJustify,
.propertiesPane .propertyList.inputNewPayment li.justificationGroup,
.propertiesPane .propertyList.inputNewPayment li.apperance,
.propertiesPane .propertyList.inputNewPayment li.apperance h4,
.propertiesPane .propertyList.inputNewPayment li.apperance a.apperanceInfo,
.propertiesPane .propertyList.inputNewPayment li.shadedHeadings,
.propertiesPane .propertyList.inputNewPayment li.shadedButton,
.propertiesPane .propertyList.inputNewPayment li.removeAnswerBorder,
.propertiesPane .propertyList.inputNewPayment li.answerColor,
.propertiesPane .propertyList.inputNewPayment li.displayCCIcon,
.propertiesPane .propertyList.inputNewPayment li.removeSpaceGroup{
	display: none !important;
}

.propertiesPane .propertyList.inputNewPayment.showGroupAppearance li.imgJustify
.propertiesPane .propertyList.inputNewPayment.showGroupAppearance li.justificationGroup,
.propertiesPane .propertyList.inputNewPayment.showGroupAppearance li.apperance,
.propertiesPane .propertyList.inputNewPayment.showGroupAppearance li.shadedHeadings,
.propertiesPane .propertyList.inputNewPayment.showGroupAppearance li.shadedButton,
.propertiesPane .propertyList.inputNewPayment.showGroupAppearance li.removeAnswerBorder,
.propertiesPane .propertyList.inputNewPayment.showGroupAppearance li.answerColor,
.propertiesPane .propertyList.inputNewPayment.showGroupAppearance li.displayCCIcon,
.propertiesPane .propertyList.inputNewPayment.showGroupAppearance li.removeSpaceGroup{
	display: initial !important;
}

.propertiesPane .propertyList.inputNewPayment li.readOnlyGroup,
.propertiesPane .propertyList.inputNewPayment li.requiredGroup,
.propertiesPane .propertyList.inputNewPayment li.clearGroup,
.propertiesPane .propertyList.inputNewPayment li.hideMobileWebGroup{
	display: none !important;
}

.propertiesPane .propertyList.inputNewPayment.showGroupRulesPermissions li.readOnlyGroup,
.propertiesPane .propertyList.inputNewPayment.showGroupRulesPermissions li.requiredGroup,
.propertiesPane .propertyList.inputNewPayment.showGroupRulesPermissions li.clearGroup,
.propertiesPane .propertyList.inputNewPayment.showGroupRulesPermissions li.hideMobileWebGroup  {
	display: initial !important;
}

.propertiesPane .propertyList.inputNewPayment li.actionGroup,
.propertiesPane .propertyList.inputNewPayment li.actionGroup h4,
.propertiesPane .propertyList.inputNewPayment li.isShowRelevanceCondition,
.propertiesPane .propertyList.inputNewPayment li.relevanceconds{
	display: none !important;
}

.propertiesPane .propertyList.inputNewPayment.showGroupActions li.actionGroup,
.propertiesPane .propertyList.inputNewPayment.showGroupActions li.isShowRelevanceCondition,
.propertiesPane .propertyList.inputNewPayment.showGroupActions li.relevanceconds{
	display: initial !important;
}

.propertiesPane .propertyList.inputNewPayment.showGroupAppearance li.hideSession,
.propertiesPane .propertyList.inputNewPayment.showGroupAppearance li.hideSessionImp,
.propertiesPane .propertyList.inputNewPayment.showGroupRulesPermissions li.hideSession,
.propertiesPane .propertyList.inputNewPayment.showGroupRulesPermissions li.hideSessionImp,
.propertiesPane .propertyList.inputNewPayment.showGroupActions li.hideSession,
.propertiesPane .propertyList.inputNewPayment.showGroupActions li.hideSessionImp{
	display: none !important;
}

.propertyList.inputNewPayment li.readOnlyGroup .margin-left-10,
.propertyList.inputNewPayment li.requiredGroup .margin-left-10,
.propertyList.inputNewPayment li.clearGroup .margin-left-10,
.propertyList.inputNewPayment li.hideMobileWebGroup .margin-left-10{
	padding-left: 10px;
	max-width: 259px;
}

.propertiesPane .propertyList.inputLookup li.length{
	display: none !important;
}

.propertiesPane .propertyList.inputLookup.showGroupFormat li.length {
	display: initial !important;
}

.propertiesPane .propertyList.inputLookupRetrieve li.showGroupFormat{
	display: none !important;
}

.propertiesPane .propertyList.inputLookup li.dropdownTextGroup,
.propertiesPane .propertyList.inputLookup li.kbIconGroup,
.propertiesPane .propertyList.inputLookup li.openKBGroup,
.propertiesPane .propertyList.inputLookup li.displayGroup,
.propertiesPane .propertyList.inputLookup li.keyboardType,
.propertiesPane .propertyList.inputLookup li.justificationGroup,
.propertiesPane .propertyList.inputLookup li.imgJustify,
.propertiesPane .propertyList.inputLookup li.apperance,
.propertiesPane .propertyList.inputLookup li.apperance h4,
.propertiesPane .propertyList.inputLookup li.apperance a.apperanceInfo,
.propertiesPane .propertyList.inputLookup li.shadedHeadings,
.propertiesPane .propertyList.inputLookup li.shadedButton,
.propertiesPane .propertyList.inputLookup li.removeAnswerBorder,
.propertiesPane .propertyList.inputLookup li.answerColor,
.propertiesPane .propertyList.inputLookup li.removeSpaceGroup,
.propertiesPane .propertyList.inputLookup li.actionJumpGroup{
	display: none !important;
}

.propertiesPane .propertyList.inputLookup.showGroupAppearance li.dropdownTextGroup,
.propertiesPane .propertyList.inputLookup.showGroupAppearance li.kbIconGroup,
.propertiesPane .propertyList.inputLookup.showGroupAppearance li.openKBGroup,
.propertiesPane .propertyList.inputLookup.showGroupAppearance li.displayGroup,
.propertiesPane .propertyList.inputLookup.showGroupAppearance li.keyboardType,
.propertiesPane .propertyList.inputLookup.showGroupAppearance li.justificationGroup,
.propertiesPane .propertyList.inputLookup.showGroupAppearance li.imgJustify,
.propertiesPane .propertyList.inputLookup.showGroupAppearance li.apperance,
.propertiesPane .propertyList.inputLookup.showGroupAppearance li.shadedHeadings,
.propertiesPane .propertyList.inputLookup.showGroupAppearance li.shadedButton,
.propertiesPane .propertyList.inputLookup.showGroupAppearance li.removeAnswerBorder,
.propertiesPane .propertyList.inputLookup.showGroupAppearance li.answerColor,
.propertiesPane .propertyList.inputLookup.showGroupAppearance li.removeSpaceGroup,
.propertiesPane .propertyList.inputLookup.showGroupAppearance li.actionJumpGroup{
	display: initial !important;
}

.propertiesPane .propertyList.inputLookup li.dispatchGroup,
.propertiesPane .propertyList.inputLookup li.readOnlyGroup,
.propertiesPane .propertyList.inputLookup li.requiredGroup,
.propertiesPane .propertyList.inputLookup li.clearGroup,
.propertiesPane .propertyList.inputLookup li.hideMobileWebGroup{
	display: none !important;
}

.propertiesPane .propertyList.inputLookup.showGroupRulesPermissions li.dispatchGroup,
.propertiesPane .propertyList.inputLookup.showGroupRulesPermissions li.readOnlyGroup,
.propertiesPane .propertyList.inputLookup.showGroupRulesPermissions li.requiredGroup,
.propertiesPane .propertyList.inputLookup.showGroupRulesPermissions li.clearGroup,
.propertiesPane .propertyList.inputLookup.showGroupRulesPermissions li.hideMobileWebGroup  {
	display: initial !important;
}

.propertiesPane .propertyList.inputLookup li.actionGroup,
.propertiesPane .propertyList.inputLookup li.actionGroup h4,
.propertiesPane .propertyList.inputLookup li.isShowRelevanceCondition,
.propertiesPane .propertyList.inputLookup li.relevanceconds,
.propertiesPane .propertyList.inputLookup li.isShowITE,
.propertiesPane .propertyList.inputLookup li.iteConditions,
.propertiesPane .propertyList.inputLookup li.isShowReadOnlyIf,
.propertiesPane .propertyList.inputLookup li.readOnlyIfConditions,
.propertiesPane .propertyList.inputLookup li.isShowSkipCondition,
.propertiesPane .propertyList.inputLookup li.skipconds,
.propertiesPane .propertyList.inputLookup li.isShowSkipIf,
.propertiesPane .propertyList.inputLookup li.skipIfConditions,
.propertiesPane .propertyList.inputLookup li.isHideIfCmpVal,
.propertiesPane .propertyList.inputLookup li.hideIfCmpVal,
.propertiesPane .propertyList.inputLookup li.hideIfFields,
.propertiesPane .propertyList.inputLookup li.actionDestinationData4SDF{
	display: none !important;
}

.propertiesPane .propertyList.inputLookup.showGroupActions li.actionGroup,
.propertiesPane .propertyList.inputLookup.showGroupActions li.isShowRelevanceCondition,
.propertiesPane .propertyList.inputLookup.showGroupActions li.relevanceconds,
.propertiesPane .propertyList.inputLookup.showGroupActions li.isShowITE,
.propertiesPane .propertyList.inputLookup.showGroupActions li.iteConditions,
.propertiesPane .propertyList.inputLookup.showGroupActions li.isShowReadOnlyIf,
.propertiesPane .propertyList.inputLookup.showGroupActions li.readOnlyIfConditions,
.propertiesPane .propertyList.inputLookup.showGroupActions li.isShowSkipCondition,
.propertiesPane .propertyList.inputLookup.showGroupActions li.skipconds,
.propertiesPane .propertyList.inputLookup.showGroupActions li.isShowSkipIf,
.propertiesPane .propertyList.inputLookup.showGroupActions li.skipIfConditions,
.propertiesPane .propertyList.inputLookup.showGroupActions li.isHideIfCmpVal,
.propertiesPane .propertyList.inputLookup.showGroupActions li.hideIfCmpVal,
.propertiesPane .propertyList.inputLookup.showGroupActions li.hideIfFields,
.propertiesPane .propertyList.inputLookup.showGroupActions li.actionDestinationData4SDF{
	display: initial !important;
}

.propertiesPane .propertyList.inputLookup.showGroupFormat li.hideSession,
.propertiesPane .propertyList.inputLookup.showGroupFormat li.hideSessionImp,
.propertiesPane .propertyList.inputLookup.showGroupAppearance li.hideSession,
.propertiesPane .propertyList.inputLookup.showGroupAppearance li.hideSessionImp,
.propertiesPane .propertyList.inputLookup.showGroupRulesPermissions li.hideSession,
.propertiesPane .propertyList.inputLookup.showGroupRulesPermissions li.hideSessionImp,
.propertiesPane .propertyList.inputLookup.showGroupActions li.hideSession,
.propertiesPane .propertyList.inputLookup.showGroupActions li.hideSessionImp{
	display: none !important;
}

.propertyList.inputLookup li.readOnlyGroup .margin-left-10,
.propertyList.inputLookup li.requiredGroup .margin-left-10,
.propertyList.inputLookup li.clearGroup .margin-left-10,
.propertyList.inputLookup li.hideMobileWebGroup .margin-left-10{
	padding-left: 10px;
	max-width: 259px;
}

.propertiesPane .propertyList.inputTrends li.useCurrentcySymbol,
.propertiesPane .propertyList.inputTrends li.range{
	display: none !important;
}

.propertiesPane .propertyList.inputTrends.showGroupFormat li.useCurrentcySymbol,
.propertiesPane .propertyList.inputTrends.showGroupFormat li.range {
	display: initial !important;
}

.propertiesPane .propertyList.inputTrends li.disTrendsBtn,
.propertiesPane .propertyList.inputTrends li.justificationGroup,
.propertiesPane .propertyList.inputTrends li.apperance,
.propertiesPane .propertyList.inputTrends li.apperance h4,
.propertiesPane .propertyList.inputTrends li.apperance a.apperanceInfo,
.propertiesPane .propertyList.inputTrends li.shadedHeadings,
.propertiesPane .propertyList.inputTrends li.shadedButton,
.propertiesPane .propertyList.inputTrends li.removeAnswerBorder,
.propertiesPane .propertyList.inputTrends li.answerColor,
.propertiesPane .propertyList.inputTrends li.removeSpaceGroup{
	display: none !important;
}

.propertiesPane .propertyList.inputTrends.showGroupAppearance li.disTrendsBtn,
.propertiesPane .propertyList.inputTrends.showGroupAppearance li.justificationGroup,
.propertiesPane .propertyList.inputTrends.showGroupAppearance li.apperance,
.propertiesPane .propertyList.inputTrends.showGroupAppearance li.shadedHeadings,
.propertiesPane .propertyList.inputTrends.showGroupAppearance li.shadedButton,
.propertiesPane .propertyList.inputTrends.showGroupAppearance li.removeAnswerBorder,
.propertiesPane .propertyList.inputTrends.showGroupAppearance li.answerColor,
.propertiesPane .propertyList.inputTrends.showGroupAppearance li.removeSpaceGroup{
	display: initial !important;
}

.propertiesPane .propertyList.inputTrends li.readOnlyGroup,
.propertiesPane .propertyList.inputTrends li.requiredGroup,
.propertiesPane .propertyList.inputTrends li.clearGroup,
.propertiesPane .propertyList.inputTrends li.hideMobileWebGroup{
	display: none !important;
}

.propertiesPane .propertyList.inputTrends.showGroupRulesPermissions li.readOnlyGroup,
.propertiesPane .propertyList.inputTrends.showGroupRulesPermissions li.requiredGroup,
.propertiesPane .propertyList.inputTrends.showGroupRulesPermissions li.clearGroup,
.propertiesPane .propertyList.inputTrends.showGroupRulesPermissions li.hideMobileWebGroup  {
	display: initial !important;
}

.propertiesPane .propertyList.inputTrends li.actionGroup,
.propertiesPane .propertyList.inputTrends li.actionGroup h4,
.propertiesPane .propertyList.inputTrends li.isShowRelevanceCondition,
.propertiesPane .propertyList.inputTrends li.relevanceconds,
.propertiesPane .propertyList.inputTrends li.isShowITE,
.propertiesPane .propertyList.inputTrends li.iteConditions,
.propertiesPane .propertyList.inputTrends li.isShowReadOnlyIf,
.propertiesPane .propertyList.inputTrends li.readOnlyIfConditions,
.propertiesPane .propertyList.inputTrends li.isShowSkipCondition,
.propertiesPane .propertyList.inputTrends li.skipconds,
.propertiesPane .propertyList.inputTrends li.isShowSkipIf,
.propertiesPane .propertyList.inputTrends li.skipIfConditions{
	display: none !important;
}

.propertiesPane .propertyList.inputTrends.showGroupActions li.actionGroup,
.propertiesPane .propertyList.inputTrends.showGroupActions li.isShowRelevanceCondition,
.propertiesPane .propertyList.inputTrends.showGroupActions li.relevanceconds,
.propertiesPane .propertyList.inputTrends.showGroupActions li.isShowITE,
.propertiesPane .propertyList.inputTrends.showGroupActions li.iteConditions,
.propertiesPane .propertyList.inputTrends.showGroupActions li.isShowReadOnlyIf,
.propertiesPane .propertyList.inputTrends.showGroupActions li.readOnlyIfConditions,
.propertiesPane .propertyList.inputTrends.showGroupActions li.isShowSkipCondition,
.propertiesPane .propertyList.inputTrends.showGroupActions li.skipconds,
.propertiesPane .propertyList.inputTrends.showGroupActions li.isShowSkipIf,
.propertiesPane .propertyList.inputTrends.showGroupActions li.skipIfConditions{
	display: initial !important;
}

.propertiesPane .propertyList.inputTrends.showGroupFormat li.hideSession,
.propertiesPane .propertyList.inputTrends.showGroupFormat li.hideSessionImp,
.propertiesPane .propertyList.inputTrends.showGroupAppearance li.hideSession,
.propertiesPane .propertyList.inputTrends.showGroupAppearance li.hideSessionImp,
.propertiesPane .propertyList.inputTrends.showGroupRulesPermissions li.hideSession,
.propertiesPane .propertyList.inputTrends.showGroupRulesPermissions li.hideSessionImp,
.propertiesPane .propertyList.inputTrends.showGroupActions li.hideSession,
.propertiesPane .propertyList.inputTrends.showGroupActions li.hideSessionImp{
	display: none !important;
}

.propertyList.inputTrends li.readOnlyGroup .margin-left-10,
.propertyList.inputTrends li.requiredGroup .margin-left-10,
.propertyList.inputTrends li.clearGroup .margin-left-10,
.propertyList.inputTrends li.hideMobileWebGroup .margin-left-10{
	padding-left: 10px;
	max-width: 259px;
}

.propertiesPane .propertyList.ctrlGrid li.justificationGroup,
.propertiesPane .propertyList.ctrlGrid li.apperance,
.propertiesPane .propertyList.ctrlGrid li.apperance h4,
.propertiesPane .propertyList.ctrlGrid li.apperance a.apperanceInfo,
.propertiesPane .propertyList.ctrlGrid li.shadedHeadings,
.propertiesPane .propertyList.ctrlGrid li.shadedButton,
.propertiesPane .propertyList.ctrlGrid li.removeAnswerBorder,
.propertiesPane .propertyList.ctrlGrid li.answerColor,
.propertiesPane .propertyList.ctrlGrid li.removeSpaceGroup,
.propertiesPane .propertyList.gridTypeNormal li.justificationGroup,
.propertiesPane .propertyList.gridTypeNormal li.apperance,
.propertiesPane .propertyList.gridTypeNormal li.apperance h4,
.propertiesPane .propertyList.gridTypeNormal li.apperance a.apperanceInfo,
.propertiesPane .propertyList.gridTypeNormal li.shadedHeadings,
.propertiesPane .propertyList.gridTypeNormal li.shadedButton,
.propertiesPane .propertyList.gridTypeNormal li.removeAnswerBorder,
.propertiesPane .propertyList.gridTypeNormal li.answerColor,
.propertiesPane .propertyList.gridTypeNormal li.removeSpaceGroup{
	display: none !important;
}

.propertiesPane .propertyList.ctrlGrid.showGroupAppearance li.justificationGroup,
.propertiesPane .propertyList.ctrlGrid.showGroupAppearance li.apperance,
.propertiesPane .propertyList.ctrlGrid.showGroupAppearance li.shadedHeadings,
.propertiesPane .propertyList.ctrlGrid.showGroupAppearance li.shadedButton,
.propertiesPane .propertyList.ctrlGrid.showGroupAppearance li.removeAnswerBorder,
.propertiesPane .propertyList.ctrlGrid.showGroupAppearance li.answerColor,
.propertiesPane .propertyList.ctrlGrid.showGroupAppearance li.removeSpaceGroup,
.propertiesPane .propertyList.gridTypeNormal.showGroupAppearance li.justificationGroup,
.propertiesPane .propertyList.gridTypeNormal.showGroupAppearance li.apperance,
.propertiesPane .propertyList.gridTypeNormal.showGroupAppearance li.shadedHeadings,
.propertiesPane .propertyList.gridTypeNormal.showGroupAppearance li.shadedButton,
.propertiesPane .propertyList.gridTypeNormal.showGroupAppearance li.removeAnswerBorder,
.propertiesPane .propertyList.gridTypeNormal.showGroupAppearance li.answerColor,
.propertiesPane .propertyList.gridTypeNormal.showGroupAppearance li.removeSpaceGroup{
	display: initial !important;
}

.propertiesPane .propertyList.ctrlGrid li.readOnlyGroup,
.propertiesPane .propertyList.ctrlGrid li.requiredGroup,
.propertiesPane .propertyList.ctrlGrid li.clearGroup,
.propertiesPane .propertyList.ctrlGrid li.hideMobileWebGroup,
.propertiesPane .propertyList.gridTypeNormal li.readOnlyGroup,
.propertiesPane .propertyList.gridTypeNormal li.requiredGroup,
.propertiesPane .propertyList.gridTypeNormal li.clearGroup,
.propertiesPane .propertyList.gridTypeNormal li.hideMobileWebGroup{
	display: none !important;
}

.propertiesPane .propertyList.ctrlGrid.showGroupRulesPermissions li.readOnlyGroup,
.propertiesPane .propertyList.ctrlGrid.showGroupRulesPermissions li.requiredGroup,
.propertiesPane .propertyList.ctrlGrid.showGroupRulesPermissions li.clearGroup,
.propertiesPane .propertyList.ctrlGrid.showGroupRulesPermissions li.hideMobileWebGroup,
.propertiesPane .propertyList.gridTypeNormal.showGroupRulesPermissions li.readOnlyGroup,
.propertiesPane .propertyList.gridTypeNormal.showGroupRulesPermissions li.requiredGroup,
.propertiesPane .propertyList.gridTypeNormal.showGroupRulesPermissions li.clearGroup,
.propertiesPane .propertyList.gridTypeNormal.showGroupRulesPermissions li.hideMobileWebGroup  {
	display: initial !important;
}

.propertiesPane .propertyList.ctrlGrid li.actionGroup,
.propertiesPane .propertyList.ctrlGrid li.actionGroup h4,
.propertiesPane .propertyList.ctrlGrid li.isShowRelevanceCondition,
.propertiesPane .propertyList.ctrlGrid li.relevanceconds,
.propertiesPane .propertyList.ctrlGrid li.isShowITE,
.propertiesPane .propertyList.ctrlGrid li.iteConditions,
.propertiesPane .propertyList.ctrlGrid li.isShowReadOnlyIf,
.propertiesPane .propertyList.ctrlGrid li.readOnlyIfConditions,
.propertiesPane .propertyList.ctrlGrid li.isShowSkipCondition,
.propertiesPane .propertyList.ctrlGrid li.skipconds,
.propertiesPane .propertyList.ctrlGrid li.isShowSkipIf,
.propertiesPane .propertyList.ctrlGrid li.skipIfConditions,
.propertiesPane .propertyList.gridTypeNormal li.actionGroup,
.propertiesPane .propertyList.gridTypeNormal li.actionGroup h4,
.propertiesPane .propertyList.gridTypeNormal li.isShowRelevanceCondition,
.propertiesPane .propertyList.gridTypeNormal li.relevanceconds,
.propertiesPane .propertyList.gridTypeNormal li.isShowITE,
.propertiesPane .propertyList.gridTypeNormal li.iteConditions,
.propertiesPane .propertyList.gridTypeNormal li.isShowReadOnlyIf,
.propertiesPane .propertyList.gridTypeNormal li.readOnlyIfConditions,
.propertiesPane .propertyList.gridTypeNormal li.isShowSkipCondition,
.propertiesPane .propertyList.gridTypeNormal li.skipconds,
.propertiesPane .propertyList.gridTypeNormal li.isShowSkipIf,
.propertiesPane .propertyList.gridTypeNormal li.skipIfConditions{
	display: none !important;
}

.propertiesPane .propertyList.ctrlGrid.showGroupActions li.actionGroup,
.propertiesPane .propertyList.ctrlGrid.showGroupActions li.isShowRelevanceCondition,
.propertiesPane .propertyList.ctrlGrid.showGroupActions li.relevanceconds,
.propertiesPane .propertyList.ctrlGrid.showGroupActions li.isShowITE,
.propertiesPane .propertyList.ctrlGrid.showGroupActions li.iteConditions,
.propertiesPane .propertyList.ctrlGrid.showGroupActions li.isShowReadOnlyIf,
.propertiesPane .propertyList.ctrlGrid.showGroupActions li.readOnlyIfConditions,
.propertiesPane .propertyList.ctrlGrid.showGroupActions li.isShowSkipCondition,
.propertiesPane .propertyList.ctrlGrid.showGroupActions li.skipconds,
.propertiesPane .propertyList.ctrlGrid.showGroupActions li.isShowSkipIf,
.propertiesPane .propertyList.ctrlGrid.showGroupActions li.skipIfConditions,
.propertiesPane .propertyList.gridTypeNormal.showGroupActions li.actionGroup,
.propertiesPane .propertyList.gridTypeNormal.showGroupActions li.isShowRelevanceCondition,
.propertiesPane .propertyList.gridTypeNormal.showGroupActions li.relevanceconds,
.propertiesPane .propertyList.gridTypeNormal.showGroupActions li.isShowITE,
.propertiesPane .propertyList.gridTypeNormal.showGroupActions li.iteConditions,
.propertiesPane .propertyList.gridTypeNormal.showGroupActions li.isShowReadOnlyIf,
.propertiesPane .propertyList.gridTypeNormal.showGroupActions li.readOnlyIfConditions,
.propertiesPane .propertyList.gridTypeNormal.showGroupActions li.isShowSkipCondition,
.propertiesPane .propertyList.gridTypeNormal.showGroupActions li.skipconds,
.propertiesPane .propertyList.gridTypeNormal.showGroupActions li.isShowSkipIf,
.propertiesPane .propertyList.gridTypeNormal.showGroupActions li.skipIfConditions{
	display: initial !important;
}

.propertiesPane .propertyList.ctrlGrid.showGroupAppearance li.hideSession,
.propertiesPane .propertyList.ctrlGrid.showGroupAppearance li.hideSessionImp,
.propertiesPane .propertyList.ctrlGrid.showGroupRulesPermissions li.hideSession,
.propertiesPane .propertyList.ctrlGrid.showGroupRulesPermissions li.hideSessionImp,
.propertiesPane .propertyList.ctrlGrid.showGroupActions li.hideSession,
.propertiesPane .propertyList.ctrlGrid.showGroupActions li.hideSessionImp,
.propertiesPane .propertyList.gridTypeNormal.showGroupAppearance li.hideSession,
.propertiesPane .propertyList.gridTypeNormal.showGroupAppearance li.hideSessionImp,
.propertiesPane .propertyList.gridTypeNormal.showGroupRulesPermissions li.hideSession,
.propertiesPane .propertyList.gridTypeNormal.showGroupRulesPermissions li.hideSessionImp,
.propertiesPane .propertyList.gridTypeNormal.showGroupActions li.hideSession,
.propertiesPane .propertyList.gridTypeNormal.showGroupActions li.hideSessionImp{
	display: none !important;
}

.propertyList.ctrlGrid li.readOnlyGroup .margin-left-10,
.propertyList.ctrlGrid li.requiredGroup .margin-left-10,
.propertyList.ctrlGrid li.clearGroup .margin-left-10,
.propertyList.ctrlGrid li.hideMobileWebGroup .margin-left-10{
	padding-left: 10px;
	max-width: 259px;
}

.propertiesPane .propertyList.inputPageBreak li.justificationGroup,
.propertiesPane .propertyList.inputPageBreak li.apperance,
.propertiesPane .propertyList.inputPageBreak li.apperance h4,
.propertiesPane .propertyList.inputPageBreak li.apperance a.apperanceInfo,
.propertiesPane .propertyList.inputPageBreak li.shadedHeadings,
.propertiesPane .propertyList.inputPageBreak li.shadedButton,
.propertiesPane .propertyList.inputPageBreak li.removeAnswerBorder,
.propertiesPane .propertyList.inputPageBreak li.answerColor,
.propertiesPane .propertyList.inputPageBreak li.removeSpaceGroup{
	display: none !important;
}

.propertiesPane .propertyList.inputPageBreak.showGroupAppearance li.justificationGroup,
.propertiesPane .propertyList.inputPageBreak.showGroupAppearance li.apperance,
.propertiesPane .propertyList.inputPageBreak.showGroupAppearance li.shadedHeadings,
.propertiesPane .propertyList.inputPageBreak.showGroupAppearance li.shadedButton,
.propertiesPane .propertyList.inputPageBreak.showGroupAppearance li.removeAnswerBorder,
.propertiesPane .propertyList.inputPageBreak.showGroupAppearance li.answerColor,
.propertiesPane .propertyList.inputPageBreak.showGroupAppearance li.removeSpaceGroup{
	display: initial !important;
}

.propertiesPane .propertyList.inputPageBreak li.readOnlyGroup,
.propertiesPane .propertyList.inputPageBreak li.requiredGroup,
.propertiesPane .propertyList.inputPageBreak li.clearGroup,
.propertiesPane .propertyList.inputPageBreak li.hideMobileWebGroup{
	display: none !important;
}

.propertiesPane .propertyList.inputPageBreak.showGroupRulesPermissions li.readOnlyGroup,
.propertiesPane .propertyList.inputPageBreak.showGroupRulesPermissions li.requiredGroup,
.propertiesPane .propertyList.inputPageBreak.showGroupRulesPermissions li.clearGroup,
.propertiesPane .propertyList.inputPageBreak.showGroupRulesPermissions li.hideMobileWebGroup  {
	display: initial !important;
}

.propertiesPane .propertyList.inputPageBreak li.autoReturn,
.propertiesPane .propertyList.inputPageBreak li.actionGroup,
.propertiesPane .propertyList.inputPageBreak li.actionGroup h4,
.propertiesPane .propertyList.inputPageBreak li.isShowRelevanceCondition,
.propertiesPane .propertyList.inputPageBreak li.relevanceconds,
.propertiesPane .propertyList.inputPageBreak li.isShowITE,
.propertiesPane .propertyList.inputPageBreak li.iteConditions,
.propertiesPane .propertyList.inputPageBreak li.isShowReadOnlyIf,
.propertiesPane .propertyList.inputPageBreak li.readOnlyIfConditions,
.propertiesPane .propertyList.inputPageBreak li.isShowSkipCondition,
.propertiesPane .propertyList.inputPageBreak li.skipconds,
.propertiesPane .propertyList.inputPageBreak li.isShowSkipIf,
.propertiesPane .propertyList.inputPageBreak li.skipIfConditions{
	display: none !important;
}

.propertiesPane .propertyList.inputPageBreak.showGroupActions li.autoReturn,
.propertiesPane .propertyList.inputPageBreak.showGroupActions li.actionGroup,
.propertiesPane .propertyList.inputPageBreak.showGroupActions li.isShowRelevanceCondition,
.propertiesPane .propertyList.inputPageBreak.showGroupActions li.relevanceconds,
.propertiesPane .propertyList.inputPageBreak.showGroupActions li.isShowITE,
.propertiesPane .propertyList.inputPageBreak.showGroupActions li.iteConditions,
.propertiesPane .propertyList.inputPageBreak.showGroupActions li.isShowReadOnlyIf,
.propertiesPane .propertyList.inputPageBreak.showGroupActions li.readOnlyIfConditions,
.propertiesPane .propertyList.inputPageBreak.showGroupActions li.isShowSkipCondition,
.propertiesPane .propertyList.inputPageBreak.showGroupActions li.skipconds,
.propertiesPane .propertyList.inputPageBreak.showGroupActions li.isShowSkipIf,
.propertiesPane .propertyList.inputPageBreak.showGroupActions li.skipIfConditions{
	display: initial !important;
}

.propertiesPane .propertyList.inputPageBreak.showGroupAppearance li.hideSession,
.propertiesPane .propertyList.inputPageBreak.showGroupAppearance li.hideSessionImp,
.propertiesPane .propertyList.inputPageBreak.showGroupRulesPermissions li.hideSession,
.propertiesPane .propertyList.inputPageBreak.showGroupRulesPermissions li.hideSessionImp,
.propertiesPane .propertyList.inputPageBreak.showGroupActions li.hideSession,
.propertiesPane .propertyList.inputPageBreak.showGroupActions li.hideSessionImp{
	display: none !important;
}

.propertyList.inputPageBreak li.readOnlyGroup .margin-left-10,
.propertyList.inputPageBreak li.requiredGroup .margin-left-10,
.propertyList.inputPageBreak li.clearGroup .margin-left-10,
.propertyList.inputPageBreak li.hideMobileWebGroup .margin-left-10{
	padding-left: 10px;
	max-width: 259px;
}

.propertiesPane .propertyList.ctrlScoreTable li.justificationGroup,
.propertiesPane .propertyList.ctrlScoreTable li.apperance,
.propertiesPane .propertyList.ctrlScoreTable li.apperance h4,
.propertiesPane .propertyList.ctrlScoreTable li.apperance a.apperanceInfo,
.propertiesPane .propertyList.ctrlScoreTable li.shadedHeadings,
.propertiesPane .propertyList.ctrlScoreTable li.shadedButton,
.propertiesPane .propertyList.ctrlScoreTable li.removeAnswerBorder,
.propertiesPane .propertyList.ctrlScoreTable li.answerColor,
.propertiesPane .propertyList.ctrlScoreTable li.shadedRow,
.propertiesPane .propertyList.ctrlScoreTable li.removeSpaceGroup{
	display: none !important;
}

/*.propertiesPane .propertyList.ctrlScoreTable.showGroupAppearance li.justificationGroup,*/
.propertiesPane .propertyList.ctrlScoreTable.showGroupAppearance li.apperance,
.propertiesPane .propertyList.ctrlScoreTable.showGroupAppearance li.shadedHeadings,
.propertiesPane .propertyList.ctrlScoreTable.showGroupAppearance li.shadedButton,
.propertiesPane .propertyList.ctrlScoreTable.showGroupAppearance li.removeAnswerBorder,
.propertiesPane .propertyList.ctrlScoreTable.showGroupAppearance li.answerColor,
.propertiesPane .propertyList.ctrlScoreTable.showGroupAppearance li.shadedRow,
.propertiesPane .propertyList.ctrlScoreTable.showGroupAppearance li.removeSpaceGroup{
	display: initial !important;
}

.propertiesPane .propertyList.ctrlScoreTable li.readOnlyGroup,
.propertiesPane .propertyList.ctrlScoreTable li.requiredGroup,
.propertiesPane .propertyList.ctrlScoreTable li.clearGroup,
.propertiesPane .propertyList.ctrlScoreTable li.hideMobileWebGroup{
	display: none !important;
}

.propertiesPane .propertyList.ctrlScoreTable.showGroupRulesPermissions li.readOnlyGroup,
.propertiesPane .propertyList.ctrlScoreTable.showGroupRulesPermissions li.requiredGroup,
.propertiesPane .propertyList.ctrlScoreTable.showGroupRulesPermissions li.clearGroup,
.propertiesPane .propertyList.ctrlScoreTable.showGroupRulesPermissions li.hideMobileWebGroup  {
	display: initial !important;
}

.propertiesPane .propertyList.ctrlScoreTable li.actionGroup,
.propertiesPane .propertyList.ctrlScoreTable li.actionGroup h4,
.propertiesPane .propertyList.ctrlScoreTable li.isShowRelevanceCondition,
.propertiesPane .propertyList.ctrlScoreTable li.relevanceconds,
.propertiesPane .propertyList.ctrlScoreTable li.isShowITE,
.propertiesPane .propertyList.ctrlScoreTable li.iteConditions,
.propertiesPane .propertyList.ctrlScoreTable li.isShowReadOnlyIf,
.propertiesPane .propertyList.ctrlScoreTable li.readOnlyIfConditions,
.propertiesPane .propertyList.ctrlScoreTable li.isShowSkipCondition,
.propertiesPane .propertyList.ctrlScoreTable li.skipconds,
.propertiesPane .propertyList.ctrlScoreTable li.isShowSkipIf,
.propertiesPane .propertyList.ctrlScoreTable li.skipIfConditions{
	display: none !important;
}

.propertiesPane .propertyList.ctrlScoreTable.showGroupActions li.actionGroup,
.propertiesPane .propertyList.ctrlScoreTable.showGroupActions li.isShowRelevanceCondition,
.propertiesPane .propertyList.ctrlScoreTable.showGroupActions li.relevanceconds,
.propertiesPane .propertyList.ctrlScoreTable.showGroupActions li.isShowITE,
.propertiesPane .propertyList.ctrlScoreTable.showGroupActions li.iteConditions,
.propertiesPane .propertyList.ctrlScoreTable.showGroupActions li.isShowReadOnlyIf,
.propertiesPane .propertyList.ctrlScoreTable.showGroupActions li.readOnlyIfConditions,
.propertiesPane .propertyList.ctrlScoreTable.showGroupActions li.isShowSkipCondition,
.propertiesPane .propertyList.ctrlScoreTable.showGroupActions li.skipconds,
.propertiesPane .propertyList.ctrlScoreTable.showGroupActions li.isShowSkipIf,
.propertiesPane .propertyList.ctrlScoreTable.showGroupActions li.skipIfConditions{
	display: initial !important;
}

.propertiesPane .propertyList.ctrlScoreTable.showGroupAppearance li.hideSession,
.propertiesPane .propertyList.ctrlScoreTable.showGroupAppearance li.hideSessionImp,
.propertiesPane .propertyList.ctrlScoreTable.showGroupRulesPermissions li.hideSession,
.propertiesPane .propertyList.ctrlScoreTable.showGroupRulesPermissions li.hideSessionImp,
.propertiesPane .propertyList.ctrlScoreTable.showGroupActions li.hideSession,
.propertiesPane .propertyList.ctrlScoreTable.showGroupActions li.hideSessionImp{
	display: none !important;
}

.propertyList.ctrlScoreTable li.readOnlyGroup .margin-left-10,
.propertyList.ctrlScoreTable li.requiredGroup .margin-left-10,
.propertyList.ctrlScoreTable li.clearGroup .margin-left-10,
.propertyList.ctrlScoreTable li.hideMobileWebGroup .margin-left-10{
	padding-left: 10px;
	max-width: 259px;
}

.propertiesPane .propertyList.group li.isVariableRepeats,
.propertiesPane .propertyList.group li.repValSource,
.propertiesPane .propertyList.group li.isDeleteWhenVarChange,
.propertiesPane .propertyList.group li.isAllRepRequired,
.propertiesPane .propertyList.group li.isRepCountDisplay,
.propertiesPane .propertyList.group li.isAllowDelete,
.propertiesPane .propertyList.group li.isReplaceRepeatableHeader,
.propertiesPane .propertyList.group li.replaceRepeatableHeaderWith,
.propertiesPane .propertyList.group li.isAutoCollapseRepeat,
.propertiesPane .propertyList.group li.requiredRows,
.propertiesPane .propertyList.group li.requiredOptionsGroup{
	display: none !important;
}

.propertiesPane .propertyList.group.showGroupFormat li.isVariableRepeats,
.propertiesPane .propertyList.group.showGroupFormat li.repValSource,
.propertiesPane .propertyList.group.showGroupFormat li.isDeleteWhenVarChange,
.propertiesPane .propertyList.group.showGroupFormat li.isAllRepRequired,
.propertiesPane .propertyList.group.showGroupFormat li.isRepCountDisplay,
.propertiesPane .propertyList.group.showGroupFormat li.isAllowDelete,
.propertiesPane .propertyList.group.showGroupFormat li.isReplaceRepeatableHeader,
.propertiesPane .propertyList.group.showGroupFormat li.replaceRepeatableHeaderWith,
.propertiesPane .propertyList.group.showGroupFormat li.isAutoCollapseRepeat,
.propertiesPane .propertyList.group.showGroupFormat li.requiredRows,
.propertiesPane .propertyList.group.showGroupFormat li.requiredOptionsGroup {
	display: initial !important;
}

.propertiesPane .propertyList.group li.justificationGroup,
.propertiesPane .propertyList.group li.apperance,
.propertiesPane .propertyList.group li.apperance h4,
.propertiesPane .propertyList.group li.apperance a.apperanceInfo,
.propertiesPane .propertyList.group li.shadedHeadings,
.propertiesPane .propertyList.group li.shadedButton,
.propertiesPane .propertyList.group li.removeAnswerBorder,
.propertiesPane .propertyList.group li.answerColor,
.propertiesPane .propertyList.group li.removeSpaceGroup{
	display: none !important;
}

.propertiesPane .propertyList.group.showGroupAppearance li.justificationGroup,
.propertiesPane .propertyList.group.showGroupAppearance li.apperance,
.propertiesPane .propertyList.group.showGroupAppearance li.shadedHeadings,
.propertiesPane .propertyList.group.showGroupAppearance li.shadedButton,
.propertiesPane .propertyList.group.showGroupAppearance li.removeAnswerBorder,
.propertiesPane .propertyList.group.showGroupAppearance li.answerColor,
.propertiesPane .propertyList.group.showGroupAppearance li.removeSpaceGroup{
	display: initial !important;
}

.propertiesPane .propertyList.group li.readOnlyGroup,
.propertiesPane .propertyList.group li.requiredGroup,
.propertiesPane .propertyList.group li.clearGroup,
.propertiesPane .propertyList.group li.hideMobileWebGroup{
	display: none !important;
}

.propertiesPane .propertyList.group.showGroupRulesPermissions li.readOnlyGroup,
.propertiesPane .propertyList.group.showGroupRulesPermissions li.requiredGroup,
.propertiesPane .propertyList.group.showGroupRulesPermissions li.clearGroup,
.propertiesPane .propertyList.group.showGroupRulesPermissions li.hideMobileWebGroup  {
	display: initial !important;
}

.propertiesPane .propertyList.group li.actionGroup,
.propertiesPane .propertyList.group li.actionGroup h4,
.propertiesPane .propertyList.group li.isShowRelevanceCondition,
.propertiesPane .propertyList.group li.relevanceconds,
.propertiesPane .propertyList.group li.isShowITE,
.propertiesPane .propertyList.group li.iteConditions,
.propertiesPane .propertyList.group li.isShowReadOnlyIf,
.propertiesPane .propertyList.group li.readOnlyIfConditions,
.propertiesPane .propertyList.group li.isShowSkipCondition,
.propertiesPane .propertyList.group li.skipconds,
.propertiesPane .propertyList.group li.isShowSkipIf,
.propertiesPane .propertyList.group li.skipIfConditions{
	display: none !important;
}

.propertiesPane .propertyList.group.showGroupActions li.actionGroup,
.propertiesPane .propertyList.group.showGroupActions li.isShowRelevanceCondition,
.propertiesPane .propertyList.group.showGroupActions li.relevanceconds,
.propertiesPane .propertyList.group.showGroupActions li.isShowITE,
.propertiesPane .propertyList.group.showGroupActions li.iteConditions,
.propertiesPane .propertyList.group.showGroupActions li.isShowReadOnlyIf,
.propertiesPane .propertyList.group.showGroupActions li.readOnlyIfConditions,
.propertiesPane .propertyList.group.showGroupActions li.isShowSkipCondition,
.propertiesPane .propertyList.group.showGroupActions li.skipconds,
.propertiesPane .propertyList.group.showGroupActions li.isShowSkipIf,
.propertiesPane .propertyList.group.showGroupActions li.skipIfConditions{
	display: initial !important;
}

.propertiesPane .propertyList.group.showGroupFormat li.hideSession,
.propertiesPane .propertyList.group.showGroupFormat li.hideSessionImp,
.propertiesPane .propertyList.group.showGroupAppearance li.hideSession,
.propertiesPane .propertyList.group.showGroupAppearance li.hideSessionImp,
.propertiesPane .propertyList.group.showGroupRulesPermissions li.hideSession,
.propertiesPane .propertyList.group.showGroupRulesPermissions li.hideSessionImp,
.propertiesPane .propertyList.group.showGroupActions li.hideSession,
.propertiesPane .propertyList.group.showGroupActions li.hideSessionImp{
	display: none !important;
}

.propertyList.group li.readOnlyGroup .margin-left-10,
.propertyList.group li.requiredGroup .margin-left-10,
.propertyList.group li.clearGroup .margin-left-10,
.propertyList.group li.hideMobileWebGroup .margin-left-10{
	padding-left: 10px;
	max-width: 259px;
}

.propertiesPane .propertyList.ctrlTable li.isVariableNumberRow,
.propertiesPane .propertyList.ctrlTable li.rowValSource,
.propertiesPane .propertyList.ctrlTable li.isAllRowRequired,
.propertiesPane .propertyList.ctrlTable li.isRowSequenceDisplay,
.propertiesPane .propertyList.ctrlTable li.isRowCountDisplay,
.propertiesPane .propertyList.ctrlTable li.autoAddNewRow,
.propertiesPane .propertyList.ctrlTable li.maxLoop,
.propertiesPane .propertyList.ctrlTable li.requiredRows,
.propertiesPane .propertyList.ctrlTable li.requiredOptionsGroup,
.propertiesPane .propertyList.ctrlTable li.isUseVerticalCaption,
.propertiesPane .propertyList.ctrlTable li.captionHeight,
.propertiesPane .propertyList.ctrlTable li.isVerifyDuplicate,
.propertiesPane .propertyList.ctrlTable li.isAllowDuplicate,
.propertiesPane .propertyList.ctrlTable li.duplicateColumnsGroup,
.propertiesPane .propertyList.ctrlTable li.isPlayAChime,
.propertiesPane .propertyList.ctrlTable li.playAChimeOnSuccess,
.propertiesPane .propertyList.ctrlTable li.playAChimeOnFailure,
.propertiesPane .propertyList.ctrlTable li.usechecklist,
.propertiesPane .propertyList.ctrlTable li.checklistconds,
.propertiesPane .propertyList.ctrlTable li.isShowAllWhenFilterQuesBlank,
.propertiesPane .propertyList.ctrlTable li.isShowDuplicateValue,
.propertiesPane .propertyList.ctrlTable li.hideFlag,
.propertiesPane .propertyList.ctrlTable li.jumpOverChkLst,
.propertiesPane .propertyList.ctrlTable li.dispChkLstCol{
	display: none !important;
}

.propertiesPane .propertyList.ctrlTable.showGroupFormat li.isVariableNumberRow,
.propertiesPane .propertyList.ctrlTable.showGroupFormat li.rowValSource,
.propertiesPane .propertyList.ctrlTable.showGroupFormat li.isAllRowRequired,
.propertiesPane .propertyList.ctrlTable.showGroupFormat li.isRowSequenceDisplay,
.propertiesPane .propertyList.ctrlTable.showGroupFormat li.isRowCountDisplay,
.propertiesPane .propertyList.ctrlTable.showGroupFormat li.autoAddNewRow,
.propertiesPane .propertyList.ctrlTable.showGroupFormat li.maxLoop,
.propertiesPane .propertyList.ctrlTable.showGroupFormat li.requiredRows,
.propertiesPane .propertyList.ctrlTable.showGroupFormat li.requiredOptionsGroup,
.propertiesPane .propertyList.ctrlTable.showGroupFormat li.isUseVerticalCaption,
.propertiesPane .propertyList.ctrlTable.showGroupFormat li.captionHeight,
.propertiesPane .propertyList.ctrlTable.showGroupFormat li.isVerifyDuplicate,
.propertiesPane .propertyList.ctrlTable.showGroupFormat li.isAllowDuplicate,
.propertiesPane .propertyList.ctrlTable.showGroupFormat li.duplicateColumnsGroup,
.propertiesPane .propertyList.ctrlTable.showGroupFormat li.isPlayAChime,
.propertiesPane .propertyList.ctrlTable.showGroupFormat li.playAChimeOnSuccess,
.propertiesPane .propertyList.ctrlTable.showGroupFormat li.playAChimeOnFailure,
.propertiesPane .propertyList.ctrlTable.showGroupFormat li.usechecklist,
.propertiesPane .propertyList.ctrlTable.showGroupFormat li.checklistconds,
.propertiesPane .propertyList.ctrlTable.showGroupFormat li.isShowAllWhenFilterQuesBlank,
.propertiesPane .propertyList.ctrlTable.showGroupFormat li.isShowDuplicateValue,
.propertiesPane .propertyList.ctrlTable.showGroupFormat li.hideFlag,
.propertiesPane .propertyList.ctrlTable.showGroupFormat li.jumpOverChkLst,
.propertiesPane .propertyList.ctrlTable.showGroupFormat li.dispChkLstCol {
	display: initial !important;
}


.propertiesPane .propertyList.ctrlTable li.shadedKind,
.propertiesPane .propertyList.ctrlTable li.textSize,
.propertiesPane .propertyList.ctrlTable li.justificationGroup,
.propertiesPane .propertyList.ctrlTable li.apperance,
.propertiesPane .propertyList.ctrlTable li.apperance h4,
.propertiesPane .propertyList.ctrlTable li.apperance a.apperanceInfo,
.propertiesPane .propertyList.ctrlTable li.shadedHeadings,
.propertiesPane .propertyList.ctrlTable li.shadedButton,
.propertiesPane .propertyList.ctrlTable li.removeAnswerBorder,
.propertiesPane .propertyList.ctrlTable li.answerColor,
.propertiesPane .propertyList.ctrlTable li.shadedRow,
.propertiesPane .propertyList.ctrlTable li.removeSpaceGroup{
	display: none !important;
}

.propertiesPane .propertyList.ctrlTable.showGroupAppearance li.shadedKind,
.propertiesPane .propertyList.ctrlTable.showGroupAppearance li.textSize,
.propertiesPane .propertyList.ctrlTable.showGroupAppearance li.justificationGroup,
.propertiesPane .propertyList.ctrlTable.showGroupAppearance li.apperance,
.propertiesPane .propertyList.ctrlTable.showGroupAppearance li.shadedHeadings,
.propertiesPane .propertyList.ctrlTable.showGroupAppearance li.shadedButton,
.propertiesPane .propertyList.ctrlTable.showGroupAppearance li.removeAnswerBorder,
.propertiesPane .propertyList.ctrlTable.showGroupAppearance li.answerColor,
.propertiesPane .propertyList.ctrlTable.showGroupAppearance li.shadedRow,
.propertiesPane .propertyList.ctrlTable.showGroupAppearance li.removeSpaceGroup{
	display: initial !important;
}

.propertiesPane .propertyList.ctrlTable li.readOnlyGroup,
.propertiesPane .propertyList.ctrlTable li.requiredGroup,
.propertiesPane .propertyList.ctrlTable li.clearGroup,
.propertiesPane .propertyList.ctrlTable li.hideMobileWebGroup{
	display: none !important;
}

.propertiesPane .propertyList.ctrlTable.showGroupRulesPermissions li.readOnlyGroup,
.propertiesPane .propertyList.ctrlTable.showGroupRulesPermissions li.requiredGroup,
.propertiesPane .propertyList.ctrlTable.showGroupRulesPermissions li.clearGroup,
.propertiesPane .propertyList.ctrlTable.showGroupRulesPermissions li.hideMobileWebGroup  {
	display: initial !important;
}

.propertiesPane .propertyList.ctrlTable li.actionGroup,
.propertiesPane .propertyList.ctrlTable li.actionGroup h4,
.propertiesPane .propertyList.ctrlTable li.isShowRelevanceCondition,
.propertiesPane .propertyList.ctrlTable li.relevanceconds,
.propertiesPane .propertyList.ctrlTable li.isShowITE,
.propertiesPane .propertyList.ctrlTable li.iteConditions,
.propertiesPane .propertyList.ctrlTable li.isShowReadOnlyIf,
.propertiesPane .propertyList.ctrlTable li.readOnlyIfConditions,
.propertiesPane .propertyList.ctrlTable li.isShowSkipCondition,
.propertiesPane .propertyList.ctrlTable li.skipconds,
.propertiesPane .propertyList.ctrlTable li.isShowSkipIf,
.propertiesPane .propertyList.ctrlTable li.skipIfConditions{
	display: none !important;
}

.propertiesPane .propertyList.ctrlTable.showGroupActions li.actionGroup,
.propertiesPane .propertyList.ctrlTable.showGroupActions li.isShowRelevanceCondition,
.propertiesPane .propertyList.ctrlTable.showGroupActions li.relevanceconds,
.propertiesPane .propertyList.ctrlTable.showGroupActions li.isShowITE,
.propertiesPane .propertyList.ctrlTable.showGroupActions li.iteConditions,
.propertiesPane .propertyList.ctrlTable.showGroupActions li.isShowReadOnlyIf,
.propertiesPane .propertyList.ctrlTable.showGroupActions li.readOnlyIfConditions,
.propertiesPane .propertyList.ctrlTable.showGroupActions li.isShowSkipCondition,
.propertiesPane .propertyList.ctrlTable.showGroupActions li.skipconds,
.propertiesPane .propertyList.ctrlTable.showGroupActions li.isShowSkipIf,
.propertiesPane .propertyList.ctrlTable.showGroupActions li.skipIfConditions{
	display: initial !important;
}

.propertiesPane .propertyList.ctrlTable.showGroupFormat li.hideSession,
.propertiesPane .propertyList.ctrlTable.showGroupFormat li.hideSessionImp,
.propertiesPane .propertyList.ctrlTable.showGroupAppearance li.hideSession,
.propertiesPane .propertyList.ctrlTable.showGroupAppearance li.hideSessionImp,
.propertiesPane .propertyList.ctrlTable.showGroupRulesPermissions li.hideSession,
.propertiesPane .propertyList.ctrlTable.showGroupRulesPermissions li.hideSessionImp,
.propertiesPane .propertyList.ctrlTable.showGroupActions li.hideSession,
.propertiesPane .propertyList.ctrlTable.showGroupActions li.hideSessionImp{
	display: none !important;
}

.propertyList.ctrlTable li.readOnlyGroup .margin-left-10,
.propertyList.ctrlTable li.requiredGroup .margin-left-10,
.propertyList.ctrlTable li.clearGroup .margin-left-10,
.propertyList.ctrlTable li.hideMobileWebGroup .margin-left-10{
	padding-left: 10px;
	max-width: 259px;
}

.propertiesPane .propertyList.ctrlRepeatableSummary li.isVariableNumberRow,
.propertiesPane .propertyList.ctrlRepeatableSummary li.rowValSource,
.propertiesPane .propertyList.ctrlRepeatableSummary li.isAllRowRequired,
.propertiesPane .propertyList.ctrlRepeatableSummary li.isRowSequenceDisplay,
.propertiesPane .propertyList.ctrlRepeatableSummary li.isRowCountDisplay,
.propertiesPane .propertyList.ctrlRepeatableSummary li.autoAddNewRow,
.propertiesPane .propertyList.ctrlRepeatableSummary li.maxLoop,
.propertiesPane .propertyList.ctrlRepeatableSummary li.requiredRows,
.propertiesPane .propertyList.ctrlRepeatableSummary li.requiredOptionsGroup,
.propertiesPane .propertyList.ctrlRepeatableSummary li.isUseVerticalCaption,
.propertiesPane .propertyList.ctrlRepeatableSummary li.captionHeight,
.propertiesPane .propertyList.ctrlRepeatableSummary li.isVerifyDuplicate,
.propertiesPane .propertyList.ctrlRepeatableSummary li.isAllowDuplicate,
.propertiesPane .propertyList.ctrlRepeatableSummary li.duplicateColumnsGroup,
.propertiesPane .propertyList.ctrlRepeatableSummary li.usechecklist,
.propertiesPane .propertyList.ctrlRepeatableSummary li.checklistconds,
.propertiesPane .propertyList.ctrlRepeatableSummary li.isShowAllWhenFilterQuesBlank,
.propertiesPane .propertyList.ctrlRepeatableSummary li.isShowDuplicateValue,
.propertiesPane .propertyList.ctrlRepeatableSummary li.hideFlag,
.propertiesPane .propertyList.ctrlRepeatableSummary li.jumpOverChkLst,
.propertiesPane .propertyList.ctrlRepeatableSummary li.dispChkLstCol{
	display: none !important;
}

.propertiesPane .propertyList.ctrlRepeatableSummary.showGroupFormat li.isVariableNumberRow,
.propertiesPane .propertyList.ctrlRepeatableSummary.showGroupFormat li.rowValSource,
.propertiesPane .propertyList.ctrlRepeatableSummary.showGroupFormat li.isAllRowRequired,
.propertiesPane .propertyList.ctrlRepeatableSummary.showGroupFormat li.isRowSequenceDisplay,
.propertiesPane .propertyList.ctrlRepeatableSummary.showGroupFormat li.isRowCountDisplay,
.propertiesPane .propertyList.ctrlRepeatableSummary.showGroupFormat li.autoAddNewRow,
.propertiesPane .propertyList.ctrlRepeatableSummary.showGroupFormat li.maxLoop,
.propertiesPane .propertyList.ctrlRepeatableSummary.showGroupFormat li.requiredRows,
.propertiesPane .propertyList.ctrlRepeatableSummary.showGroupFormat li.requiredOptionsGroup,
.propertiesPane .propertyList.ctrlRepeatableSummary.showGroupFormat li.isUseVerticalCaption,
.propertiesPane .propertyList.ctrlRepeatableSummary.showGroupFormat li.captionHeight,
.propertiesPane .propertyList.ctrlRepeatableSummary.showGroupFormat li.isVerifyDuplicate,
.propertiesPane .propertyList.ctrlRepeatableSummary.showGroupFormat li.isAllowDuplicate,
.propertiesPane .propertyList.ctrlRepeatableSummary.showGroupFormat li.duplicateColumnsGroup,
.propertiesPane .propertyList.ctrlRepeatableSummary.showGroupFormat li.usechecklist,
.propertiesPane .propertyList.ctrlRepeatableSummary.showGroupFormat li.checklistconds,
.propertiesPane .propertyList.ctrlRepeatableSummary.showGroupFormat li.isShowAllWhenFilterQuesBlank,
.propertiesPane .propertyList.ctrlRepeatableSummary.showGroupFormat li.isShowDuplicateValue,
.propertiesPane .propertyList.ctrlRepeatableSummary.showGroupFormat li.hideFlag,
.propertiesPane .propertyList.ctrlRepeatableSummary.showGroupFormat li.jumpOverChkLst,
.propertiesPane .propertyList.ctrlRepeatableSummary.showGroupFormat li.dispChkLstCol {
	display: initial !important;
}


.propertiesPane .propertyList.ctrlRepeatableSummary li.shadedKind,
.propertiesPane .propertyList.ctrlRepeatableSummary li.textSize,
.propertiesPane .propertyList.ctrlRepeatableSummary li.justificationGroup,
.propertiesPane .propertyList.ctrlRepeatableSummary li.apperance,
.propertiesPane .propertyList.ctrlRepeatableSummary li.apperance h4,
.propertiesPane .propertyList.ctrlRepeatableSummary li.apperance a.apperanceInfo,
.propertiesPane .propertyList.ctrlRepeatableSummary li.shadedHeadings,
.propertiesPane .propertyList.ctrlRepeatableSummary li.shadedButton,
.propertiesPane .propertyList.ctrlRepeatableSummary li.removeAnswerBorder,
.propertiesPane .propertyList.ctrlRepeatableSummary li.answerColor,
.propertiesPane .propertyList.ctrlRepeatableSummary li.shadedRow,
.propertiesPane .propertyList.ctrlRepeatableSummary li.removeSpaceGroup{
	display: none !important;
}

.propertiesPane .propertyList.ctrlRepeatableSummary.showGroupAppearance li.shadedKind,
.propertiesPane .propertyList.ctrlRepeatableSummary.showGroupAppearance li.textSize,
.propertiesPane .propertyList.ctrlRepeatableSummary.showGroupAppearance li.justificationGroup,
.propertiesPane .propertyList.ctrlRepeatableSummary.showGroupAppearance li.apperance,
.propertiesPane .propertyList.ctrlRepeatableSummary.showGroupAppearance li.shadedHeadings,
.propertiesPane .propertyList.ctrlRepeatableSummary.showGroupAppearance li.shadedButton,
.propertiesPane .propertyList.ctrlRepeatableSummary.showGroupAppearance li.removeAnswerBorder,
.propertiesPane .propertyList.ctrlRepeatableSummary.showGroupAppearance li.answerColor,
.propertiesPane .propertyList.ctrlRepeatableSummary.showGroupAppearance li.shadedRow,
.propertiesPane .propertyList.ctrlRepeatableSummary.showGroupAppearance li.removeSpaceGroup{
	display: initial !important;
}

.propertiesPane .propertyList.ctrlRepeatableSummary li.readOnlyGroup,
.propertiesPane .propertyList.ctrlRepeatableSummary li.requiredGroup,
.propertiesPane .propertyList.ctrlRepeatableSummary li.clearGroup,
.propertiesPane .propertyList.ctrlRepeatableSummary li.hideMobileWebGroup{
	display: none !important;
}

.propertiesPane .propertyList.ctrlRepeatableSummary li.actionGroup,
.propertiesPane .propertyList.ctrlRepeatableSummary li.actionGroup h4,
.propertiesPane .propertyList.ctrlRepeatableSummary li.isShowRelevanceCondition,
.propertiesPane .propertyList.ctrlRepeatableSummary li.relevanceconds,
.propertiesPane .propertyList.ctrlRepeatableSummary li.isShowITE,
.propertiesPane .propertyList.ctrlRepeatableSummary li.iteConditions,
.propertiesPane .propertyList.ctrlRepeatableSummary li.isShowReadOnlyIf,
.propertiesPane .propertyList.ctrlRepeatableSummary li.readOnlyIfConditions,
.propertiesPane .propertyList.ctrlRepeatableSummary li.isShowSkipCondition,
.propertiesPane .propertyList.ctrlRepeatableSummary li.skipconds,
.propertiesPane .propertyList.ctrlRepeatableSummary li.isShowSkipIf,
.propertiesPane .propertyList.ctrlRepeatableSummary li.skipIfConditions{
	display: none !important;
}

.propertiesPane .propertyList.ctrlRepeatableSummary.showGroupActions li.actionGroup,
.propertiesPane .propertyList.ctrlRepeatableSummary.showGroupActions li.isShowRelevanceCondition,
.propertiesPane .propertyList.ctrlRepeatableSummary.showGroupActions li.relevanceconds,
.propertiesPane .propertyList.ctrlRepeatableSummary.showGroupActions li.isShowITE,
.propertiesPane .propertyList.ctrlRepeatableSummary.showGroupActions li.iteConditions,
.propertiesPane .propertyList.ctrlRepeatableSummary.showGroupActions li.isShowReadOnlyIf,
.propertiesPane .propertyList.ctrlRepeatableSummary.showGroupActions li.readOnlyIfConditions,
.propertiesPane .propertyList.ctrlRepeatableSummary.showGroupActions li.isShowSkipCondition,
.propertiesPane .propertyList.ctrlRepeatableSummary.showGroupActions li.skipconds,
.propertiesPane .propertyList.ctrlRepeatableSummary.showGroupActions li.isShowSkipIf,
.propertiesPane .propertyList.ctrlRepeatableSummary.showGroupActions li.skipIfConditions{
	display: initial !important;
}

.propertiesPane .propertyList.ctrlRepeatableSummary.showGroupRulesPermissions li.hideMobileWebGroup{
	display: initial !important;
}

.propertiesPane .propertyList.ctrlRepeatableSummary.showGroupFormat li.hideSession,
.propertiesPane .propertyList.ctrlRepeatableSummary.showGroupFormat li.hideSessionImp,
.propertiesPane .propertyList.ctrlRepeatableSummary.showGroupAppearance li.hideSession,
.propertiesPane .propertyList.ctrlRepeatableSummary.showGroupAppearance li.hideSessionImp,
.propertiesPane .propertyList.ctrlRepeatableSummary.showGroupRulesPermissions li.hideSession,
.propertiesPane .propertyList.ctrlRepeatableSummary.showGroupRulesPermissions li.hideSessionImp,
.propertiesPane .propertyList.ctrlRepeatableSummary.showGroupActions li.hideSession,
.propertiesPane .propertyList.ctrlRepeatableSummary.showGroupActions li.hideSessionImp{
	display: none !important;
}

.propertiesPane .propertyList.inputSelectOne li.isAllowUncheck,
.propertiesPane .propertyList.inputSelectOne li.isHideAnswer{
	display: none !important;
}

.propertiesPane .propertyList.inputSelectOne.showGroupFormat li.isAllowUncheck,
.propertiesPane .propertyList.inputSelectOne.showGroupFormat li.isHideAnswer {
	display: initial !important;
}

.propertiesPane .propertyList.inputSelectOne li.justificationGroup,
.propertiesPane .propertyList.inputSelectOne li.apperance,
.propertiesPane .propertyList.inputSelectOne li.apperance h4,
.propertiesPane .propertyList.inputSelectOne li.apperance a.apperanceInfo,
.propertiesPane .propertyList.inputSelectOne li.shadedHeadings,
.propertiesPane .propertyList.inputSelectOne li.shadedButton,
.propertiesPane .propertyList.inputSelectOne li.removeAnswerBorder,
.propertiesPane .propertyList.inputSelectOne li.answerColor,
.propertiesPane .propertyList.inputSelectOne li.turnOffSelectionOutline,
.propertiesPane .propertyList.inputSelectOne li.sliderColor,
.propertiesPane .propertyList.inputSelectOne li.removeSpaceGroup{
	display: none !important;
}

.propertiesPane .propertyList.inputSelectOne.showGroupAppearance li.justificationGroup,
.propertiesPane .propertyList.inputSelectOne.showGroupAppearance li.apperance,
.propertiesPane .propertyList.inputSelectOne.showGroupAppearance li.shadedHeadings,
.propertiesPane .propertyList.inputSelectOne.showGroupAppearance li.shadedButton,
.propertiesPane .propertyList.inputSelectOne.showGroupAppearance li.removeAnswerBorder,
.propertiesPane .propertyList.inputSelectOne.showGroupAppearance li.answerColor,
.propertiesPane .propertyList.inputSelectOne.showGroupAppearance li.turnOffSelectionOutline,
.propertiesPane .propertyList.inputSelectOne.showGroupAppearance li.sliderColor,
.propertiesPane .propertyList.inputSelectOne.showGroupAppearance li.removeSpaceGroup{
	display: initial !important;
}

.propertiesPane .propertyList.inputSelectOne li.readOnlyGroup,
.propertiesPane .propertyList.inputSelectOne li.requiredGroup,
.propertiesPane .propertyList.inputSelectOne li.clearGroup,
.propertiesPane .propertyList.inputSelectOne li.hideMobileWebGroup{
	display: none !important;
}

.propertiesPane .propertyList.inputSelectOne.showGroupRulesPermissions li.readOnlyGroup,
.propertiesPane .propertyList.inputSelectOne.showGroupRulesPermissions li.requiredGroup,
.propertiesPane .propertyList.inputSelectOne.showGroupRulesPermissions li.clearGroup,
.propertiesPane .propertyList.inputSelectOne.showGroupRulesPermissions li.hideMobileWebGroup  {
	display: initial !important;
}

.propertiesPane .propertyList.inputSelectOne li.actionGroup,
.propertiesPane .propertyList.inputSelectOne li.actionGroup h4,
.propertiesPane .propertyList.inputSelectOne li.isShowRelevanceCondition,
.propertiesPane .propertyList.inputSelectOne li.relevanceconds,
.propertiesPane .propertyList.inputSelectOne li.isShowITE,
.propertiesPane .propertyList.inputSelectOne li.iteConditions,
.propertiesPane .propertyList.inputSelectOne li.isShowReadOnlyIf,
.propertiesPane .propertyList.inputSelectOne li.readOnlyIfConditions,
.propertiesPane .propertyList.inputSelectOne li.isShowSkipCondition,
.propertiesPane .propertyList.inputSelectOne li.skipconds,
.propertiesPane .propertyList.inputSelectOne li.isShowSkipIf,
.propertiesPane .propertyList.inputSelectOne li.skipIfConditions,
.propertiesPane .propertyList.inputSelectOne li.isHideIfCmpVal,
.propertiesPane .propertyList.inputSelectOne li.hideIfCmpVal,
.propertiesPane .propertyList.inputSelectOne li.hideIfFields{
	display: none !important;
}

.propertiesPane .propertyList.inputSelectOne.showGroupActions li.actionGroup,
.propertiesPane .propertyList.inputSelectOne.showGroupActions li.isShowRelevanceCondition,
.propertiesPane .propertyList.inputSelectOne.showGroupActions li.relevanceconds,
.propertiesPane .propertyList.inputSelectOne.showGroupActions li.isShowITE,
.propertiesPane .propertyList.inputSelectOne.showGroupActions li.iteConditions,
.propertiesPane .propertyList.inputSelectOne.showGroupActions li.isShowReadOnlyIf,
.propertiesPane .propertyList.inputSelectOne.showGroupActions li.readOnlyIfConditions,
.propertiesPane .propertyList.inputSelectOne.showGroupActions li.isShowSkipCondition,
.propertiesPane .propertyList.inputSelectOne.showGroupActions li.skipconds,
.propertiesPane .propertyList.inputSelectOne.showGroupActions li.isShowSkipIf,
.propertiesPane .propertyList.inputSelectOne.showGroupActions li.skipIfConditions,
.propertiesPane .propertyList.inputSelectOne.showGroupActions li.isHideIfCmpVal,
.propertiesPane .propertyList.inputSelectOne.showGroupActions li.hideIfCmpVal,
.propertiesPane .propertyList.inputSelectOne.showGroupActions li.hideIfFields{
	display: initial !important;
}

.propertiesPane .propertyList.inputSelectOne.showGroupFormat li.hideSession,
.propertiesPane .propertyList.inputSelectOne.showGroupFormat li.hideSessionImp,
.propertiesPane .propertyList.inputSelectOne.showGroupAppearance li.hideSession,
.propertiesPane .propertyList.inputSelectOne.showGroupAppearance li.hideSessionImp,
.propertiesPane .propertyList.inputSelectOne.showGroupRulesPermissions li.hideSession,
.propertiesPane .propertyList.inputSelectOne.showGroupRulesPermissions li.hideSessionImp,
.propertiesPane .propertyList.inputSelectOne.showGroupActions li.hideSession,
.propertiesPane .propertyList.inputSelectOne.showGroupActions li.hideSessionImp{
	display: none !important;
}

.propertyList.inputSelectOne li.readOnlyGroup .margin-left-10,
.propertyList.inputSelectOne li.requiredGroup .margin-left-10,
.propertyList.inputSelectOne li.clearGroup .margin-left-10,
.propertyList.inputSelectOne li.hideMobileWebGroup .margin-left-10{
	padding-left: 10px;
	max-width: 259px;
}

.propertiesPane .propertyList.inputCounter li.counterFormat,
.propertiesPane .propertyList.inputCounter li.fitImageToScreen,
.propertiesPane .propertyList.inputCounter li.spinStep,
.propertiesPane .propertyList.inputCounter li.range{
	display: none !important;
}

.propertiesPane .propertyList.inputCounter.showGroupFormat li.counterFormat,
.propertiesPane .propertyList.inputCounter.showGroupFormat li.fitImageToScreen,
.propertiesPane .propertyList.inputCounter.showGroupFormat li.spinStep,
.propertiesPane .propertyList.inputCounter.showGroupFormat li.range {
	display: initial !important;
}

.propertiesPane .propertyList.inputCounter li.justificationGroup,
.propertiesPane .propertyList.inputCounter li.apperance,
.propertiesPane .propertyList.inputCounter li.apperance h4,
.propertiesPane .propertyList.inputCounter li.apperance a.apperanceInfo,
.propertiesPane .propertyList.inputCounter li.shadedHeadings,
.propertiesPane .propertyList.inputCounter li.shadedButton,
.propertiesPane .propertyList.inputCounter li.removeAnswerBorder,
.propertiesPane .propertyList.inputCounter li.answerColor,
.propertiesPane .propertyList.inputCounter li.turnOffSelectionOutline,
.propertiesPane .propertyList.inputCounter li.removeSpaceGroup{
	display: none !important;
}

.propertiesPane .propertyList.inputCounter.showGroupAppearance li.justificationGroup,
.propertiesPane .propertyList.inputCounter.showGroupAppearance li.apperance,
.propertiesPane .propertyList.inputCounter.showGroupAppearance li.shadedHeadings,
.propertiesPane .propertyList.inputCounter.showGroupAppearance li.shadedButton,
.propertiesPane .propertyList.inputCounter.showGroupAppearance li.removeAnswerBorder,
.propertiesPane .propertyList.inputCounter.showGroupAppearance li.answerColor,
.propertiesPane .propertyList.inputCounter.showGroupAppearance li.turnOffSelectionOutline,
.propertiesPane .propertyList.inputCounter.showGroupAppearance li.removeSpaceGroup{
	display: initial !important;
}

.propertiesPane .propertyList.inputCounter li.readOnlyGroup,
.propertiesPane .propertyList.inputCounter li.requiredGroup,
.propertiesPane .propertyList.inputCounter li.clearGroup,
.propertiesPane .propertyList.inputCounter li.hideMobileWebGroup{
	display: none !important;
}

.propertiesPane .propertyList.inputCounter.showGroupRulesPermissions li.readOnlyGroup,
.propertiesPane .propertyList.inputCounter.showGroupRulesPermissions li.requiredGroup,
.propertiesPane .propertyList.inputCounter.showGroupRulesPermissions li.clearGroup,
.propertiesPane .propertyList.inputCounter.showGroupRulesPermissions li.hideMobileWebGroup  {
	display: initial !important;
}

.propertiesPane .propertyList.inputCounter li.actionGroup,
.propertiesPane .propertyList.inputCounter li.actionGroup h4,
.propertiesPane .propertyList.inputCounter li.isShowRelevanceCondition,
.propertiesPane .propertyList.inputCounter li.relevanceconds,
.propertiesPane .propertyList.inputCounter li.isShowITE,
.propertiesPane .propertyList.inputCounter li.iteConditions,
.propertiesPane .propertyList.inputCounter li.isShowReadOnlyIf,
.propertiesPane .propertyList.inputCounter li.readOnlyIfConditions,
.propertiesPane .propertyList.inputCounter li.isShowSkipCondition,
.propertiesPane .propertyList.inputCounter li.skipconds,
.propertiesPane .propertyList.inputCounter li.isShowSkipIf,
.propertiesPane .propertyList.inputCounter li.skipIfConditions,
.propertiesPane .propertyList.inputCounter li.isHideIfCmpVal,
.propertiesPane .propertyList.inputCounter li.hideIfCmpVal,
.propertiesPane .propertyList.inputCounter li.hideIfFields{
	display: none !important;
}

.propertiesPane .propertyList.inputCounter.showGroupActions li.actionGroup,
.propertiesPane .propertyList.inputCounter.showGroupActions li.isShowRelevanceCondition,
.propertiesPane .propertyList.inputCounter.showGroupActions li.relevanceconds,
.propertiesPane .propertyList.inputCounter.showGroupActions li.isShowITE,
.propertiesPane .propertyList.inputCounter.showGroupActions li.iteConditions,
.propertiesPane .propertyList.inputCounter.showGroupActions li.isShowReadOnlyIf,
.propertiesPane .propertyList.inputCounter.showGroupActions li.readOnlyIfConditions,
.propertiesPane .propertyList.inputCounter.showGroupActions li.isShowSkipCondition,
.propertiesPane .propertyList.inputCounter.showGroupActions li.skipconds,
.propertiesPane .propertyList.inputCounter.showGroupActions li.isShowSkipIf,
.propertiesPane .propertyList.inputCounter.showGroupActions li.skipIfConditions,
.propertiesPane .propertyList.inputCounter.showGroupActions li.isHideIfCmpVal,
.propertiesPane .propertyList.inputCounter.showGroupActions li.hideIfCmpVal,
.propertiesPane .propertyList.inputCounter.showGroupActions li.hideIfFields{
	display: initial !important;
}

.propertiesPane .propertyList.inputCounter.showGroupFormat li.hideSession,
.propertiesPane .propertyList.inputCounter.showGroupFormat li.hideSessionImp,
.propertiesPane .propertyList.inputCounter.showGroupAppearance li.hideSession,
.propertiesPane .propertyList.inputCounter.showGroupAppearance li.hideSessionImp,
.propertiesPane .propertyList.inputCounter.showGroupRulesPermissions li.hideSession,
.propertiesPane .propertyList.inputCounter.showGroupRulesPermissions li.hideSessionImp,
.propertiesPane .propertyList.inputCounter.showGroupActions li.hideSession,
.propertiesPane .propertyList.inputCounter.showGroupActions li.hideSessionImp{
	display: none !important;
}

.propertyList.inputCounter li.readOnlyGroup .margin-left-10,
.propertyList.inputCounter li.requiredGroup .margin-left-10,
.propertyList.inputCounter li.clearGroup .margin-left-10,
.propertyList.inputCounter li.hideMobileWebGroup .margin-left-10{
	padding-left: 10px;
	max-width: 259px;
}

.propertiesPane .propertyList.inputDate li.showNowBtn,
.propertiesPane .propertyList.inputDate li.showSeconds,
.propertiesPane .propertyList.inputDate li.useInterval,
.propertiesPane .propertyList.inputDate li.rounding,
.propertiesPane .propertyList.inputDate li.minuteInterval,
.propertiesPane .propertyList.inputDate li.hasCustomEmailBody,
.propertiesPane .propertyList.inputDate li.autoStamp,
.propertiesPane .propertyList.inputDate li.autoStampTrigger,
.propertiesPane .propertyList.inputDate li.autoStampTrigger2Ques,
.propertiesPane .propertyList.inputDate li.autoStampTrigger4Ques,
.propertiesPane .propertyList.inputDate li.militaryTime,
.propertiesPane .propertyList.inputDate li.keyboardOnly,
.propertiesPane .propertyList.inputDate li.advancedFormat,
.propertiesPane .propertyList.inputDate li.isAllowEdit,
.propertiesPane .propertyList.inputDate li.useCalendarView,
.propertiesPane .propertyList.inputDate li.isVerifyTime,
.propertiesPane .propertyList.inputDate li.compareField,
.propertiesPane .propertyList.inputDate li.destinationField,
.propertiesPane .propertyList.inputDate li.range,
.propertiesPane .propertyList.inputDate li.validateValue,
.propertiesPane .propertyList.inputDate li.grayCaption,
.propertiesPane .propertyList.inputDate li.limitUserToIntervalValue{
	display: none !important;
}

.propertiesPane .propertyList.inputDate.showGroupFormat li.showNowBtn,
.propertiesPane .propertyList.inputDate.showGroupFormat li.showSeconds,
.propertiesPane .propertyList.inputDate.showGroupFormat li.useInterval,
.propertiesPane .propertyList.inputDate.showGroupFormat li.rounding,
.propertiesPane .propertyList.inputDate.showGroupFormat li.minuteInterval,
.propertiesPane .propertyList.inputDate.showGroupFormat li.autoStamp,
.propertiesPane .propertyList.inputDate.showGroupFormat li.customEmailBody,
.propertiesPane .propertyList.inputDate.showGroupFormat li.autoStampTrigger,
.propertiesPane .propertyList.inputDate.showGroupFormat li.autoStampTrigger2Ques,
.propertiesPane .propertyList.inputDate.showGroupFormat li.autoStampTrigger4Ques,
.propertiesPane .propertyList.inputDate.showGroupFormat li.militaryTime,
.propertiesPane .propertyList.inputDate.showGroupFormat li.keyboardOnly,
.propertiesPane .propertyList.inputDate.showGroupFormat li.advancedFormat,
.propertiesPane .propertyList.inputDate.showGroupFormat li.isAllowEdit,
.propertiesPane .propertyList.inputDate.showGroupFormat li.useCalendarView,
.propertiesPane .propertyList.inputDate.showGroupFormat li.isVerifyTime,
.propertiesPane .propertyList.inputDate.showGroupFormat li.compareField,
.propertiesPane .propertyList.inputDate.showGroupFormat li.destinationField,
.propertiesPane .propertyList.inputDate.showGroupFormat li.range,
.propertiesPane .propertyList.inputDate.showGroupFormat li.validateValue,
.propertiesPane .propertyList.inputDate.showGroupFormat li.grayCaption,
.propertiesPane .propertyList.inputDate.showGroupFormat li.limitUserToIntervalValue {
	display: initial !important;
}

.propertiesPane .propertyList.inputDate li.justificationGroup,
.propertiesPane .propertyList.inputDate li.apperance,
.propertiesPane .propertyList.inputDate li.apperance h4,
.propertiesPane .propertyList.inputDate li.apperance a.apperanceInfo,
.propertiesPane .propertyList.inputDate li.shadedHeadings,
.propertiesPane .propertyList.inputDate li.shadedButton,
.propertiesPane .propertyList.inputDate li.removeAnswerBorder,
.propertiesPane .propertyList.inputDate li.answerColor,
.propertiesPane .propertyList.inputDate li.removeSpaceGroup{
	display: none !important;
}

.propertiesPane .propertyList.inputDate.showGroupAppearance li.justificationGroup,
.propertiesPane .propertyList.inputDate.showGroupAppearance li.apperance,
.propertiesPane .propertyList.inputDate.showGroupAppearance li.shadedHeadings,
.propertiesPane .propertyList.inputDate.showGroupAppearance li.shadedButton,
.propertiesPane .propertyList.inputDate.showGroupAppearance li.removeAnswerBorder,
.propertiesPane .propertyList.inputDate.showGroupAppearance li.answerColor,
.propertiesPane .propertyList.inputDate.showGroupAppearance li.removeSpaceGroup{
	display: initial !important;
}

.propertiesPane .propertyList.inputDate li.readOnlyGroup,
.propertiesPane .propertyList.inputDate li.requiredGroup,
.propertiesPane .propertyList.inputDate li.clearGroup,
.propertiesPane .propertyList.inputDate li.hideMobileWebGroup{
	display: none !important;
}

.propertiesPane .propertyList.inputDate.showGroupRulesPermissions li.readOnlyGroup,
.propertiesPane .propertyList.inputDate.showGroupRulesPermissions li.requiredGroup,
.propertiesPane .propertyList.inputDate.showGroupRulesPermissions li.clearGroup,
.propertiesPane .propertyList.inputDate.showGroupRulesPermissions li.hideMobileWebGroup  {
	display: initial !important;
}

.propertiesPane .propertyList.inputDate li.actionGroup,
.propertiesPane .propertyList.inputDate li.actionGroup h4,
.propertiesPane .propertyList.inputDate li.isShowRelevanceCondition,
.propertiesPane .propertyList.inputDate li.relevanceconds,
.propertiesPane .propertyList.inputDate li.isShowITE,
.propertiesPane .propertyList.inputDate li.iteConditions,
.propertiesPane .propertyList.inputDate li.isShowReadOnlyIf,
.propertiesPane .propertyList.inputDate li.readOnlyIfConditions,
.propertiesPane .propertyList.inputDate li.isShowSkipCondition,
.propertiesPane .propertyList.inputDate li.skipconds,
.propertiesPane .propertyList.inputDate li.isShowSkipIf,
.propertiesPane .propertyList.inputDate li.skipIfConditions,
.propertiesPane .propertyList.inputDate li.isHideIfCmpVal,
.propertiesPane .propertyList.inputDate li.hideIfCmpVal,
.propertiesPane .propertyList.inputDate li.hideIfFields{
	display: none !important;
}

.propertiesPane .propertyList.inputDate.showGroupActions li.actionGroup,
.propertiesPane .propertyList.inputDate.showGroupActions li.isShowRelevanceCondition,
.propertiesPane .propertyList.inputDate.showGroupActions li.relevanceconds,
.propertiesPane .propertyList.inputDate.showGroupActions li.isShowITE,
.propertiesPane .propertyList.inputDate.showGroupActions li.iteConditions,
.propertiesPane .propertyList.inputDate.showGroupActions li.isShowReadOnlyIf,
.propertiesPane .propertyList.inputDate.showGroupActions li.readOnlyIfConditions,
.propertiesPane .propertyList.inputDate.showGroupActions li.isShowSkipCondition,
.propertiesPane .propertyList.inputDate.showGroupActions li.skipconds,
.propertiesPane .propertyList.inputDate.showGroupActions li.isShowSkipIf,
.propertiesPane .propertyList.inputDate.showGroupActions li.skipIfConditions,
.propertiesPane .propertyList.inputDate.showGroupActions li.isHideIfCmpVal,
.propertiesPane .propertyList.inputDate.showGroupActions li.hideIfCmpVal,
.propertiesPane .propertyList.inputDate.showGroupActions li.hideIfFields{
	display: initial !important;
}

.propertiesPane .propertyList.inputDate.showGroupFormat li.hideSession,
.propertiesPane .propertyList.inputDate.showGroupFormat li.hideSessionImp,
.propertiesPane .propertyList.inputDate.showGroupAppearance li.hideSession,
.propertiesPane .propertyList.inputDate.showGroupAppearance li.hideSessionImp,
.propertiesPane .propertyList.inputDate.showGroupRulesPermissions li.hideSession,
.propertiesPane .propertyList.inputDate.showGroupRulesPermissions li.hideSessionImp,
.propertiesPane .propertyList.inputDate.showGroupActions li.hideSession,
.propertiesPane .propertyList.inputDate.showGroupActions li.hideSessionImp{
	display: none !important;
}

.propertyList.inputDate li.readOnlyGroup .margin-left-10,
.propertyList.inputDate li.requiredGroup .margin-left-10,
.propertyList.inputDate li.clearGroup .margin-left-10,
.propertyList.inputDate li.hideMobileWebGroup .margin-left-10{
	padding-left: 10px;
	max-width: 259px;
}

.propertiesPane .propertyList.inputLocation li.showGPSInfo,
.propertiesPane .propertyList.inputLocation li.showAsDecimal,
.propertiesPane .propertyList.inputLocation li.dispMapInMobile,
.propertiesPane .propertyList.inputLocation li.dispMapInReport,
.propertiesPane .propertyList.inputLocation li.showLat,
.propertiesPane .propertyList.inputLocation li.showLon,
.propertiesPane .propertyList.inputLocation li.showAcc,
.propertiesPane .propertyList.inputLocation li.showAlt,
.propertiesPane .propertyList.inputLocation li.zoomLevel{
	display: none !important;
}

.propertiesPane .propertyList.inputLocation.showGroupFormat li.showGPSInfo,
.propertiesPane .propertyList.inputLocation.showGroupFormat li.showAsDecimal,
.propertiesPane .propertyList.inputLocation.showGroupFormat li.dispMapInMobile,
.propertiesPane .propertyList.inputLocation.showGroupFormat li.dispMapInReport,
.propertiesPane .propertyList.inputLocation.showGroupFormat li.showLat,
.propertiesPane .propertyList.inputLocation.showGroupFormat li.showLon,
.propertiesPane .propertyList.inputLocation.showGroupFormat li.showAcc,
.propertiesPane .propertyList.inputLocation.showGroupFormat li.showAlt,
.propertiesPane .propertyList.inputLocation.showGroupFormat li.zoomLevel {
	display: initial !important;
}

.propertiesPane .propertyList.inputLocation li.justificationGroup,
.propertiesPane .propertyList.inputLocation li.apperance,
.propertiesPane .propertyList.inputLocation li.apperance h4,
.propertiesPane .propertyList.inputLocation li.apperance a.apperanceInfo,
.propertiesPane .propertyList.inputLocation li.shadedHeadings,
.propertiesPane .propertyList.inputLocation li.shadedButton,
.propertiesPane .propertyList.inputLocation li.removeAnswerBorder,
.propertiesPane .propertyList.inputLocation li.answerColor,
.propertiesPane .propertyList.inputLocation li.removeSpaceGroup,
.propertiesPane .propertyList.inputLocation li.imgJustify{
	display: none !important;
}

.propertiesPane .propertyList.inputLocation.showGroupAppearance li.justificationGroup,
.propertiesPane .propertyList.inputLocation.showGroupAppearance li.apperance,
.propertiesPane .propertyList.inputLocation.showGroupAppearance li.shadedHeadings,
.propertiesPane .propertyList.inputLocation.showGroupAppearance li.shadedButton,
.propertiesPane .propertyList.inputLocation.showGroupAppearance li.removeAnswerBorder,
.propertiesPane .propertyList.inputLocation.showGroupAppearance li.answerColor,
.propertiesPane .propertyList.inputLocation.showGroupAppearance li.removeSpaceGroup,
.propertiesPane .propertyList.inputLocation.showGroupAppearance li.imgJustify{
	display: initial !important;
}

.propertiesPane .propertyList.inputLocation li.readOnlyGroup,
.propertiesPane .propertyList.inputLocation li.requiredGroup,
.propertiesPane .propertyList.inputLocation li.clearGroup,
.propertiesPane .propertyList.inputLocation li.hideMobileWebGroup{
	display: none !important;
}

.propertiesPane .propertyList.inputLocation.showGroupRulesPermissions li.readOnlyGroup,
.propertiesPane .propertyList.inputLocation.showGroupRulesPermissions li.requiredGroup,
.propertiesPane .propertyList.inputLocation.showGroupRulesPermissions li.clearGroup,
.propertiesPane .propertyList.inputLocation.showGroupRulesPermissions li.hideMobileWebGroup  {
	display: initial !important;
}

.propertiesPane .propertyList.inputLocation li.actionGroup,
.propertiesPane .propertyList.inputLocation li.actionGroup h4,
.propertiesPane .propertyList.inputLocation li.isShowRelevanceCondition,
.propertiesPane .propertyList.inputLocation li.relevanceconds,
.propertiesPane .propertyList.inputLocation li.isShowITE,
.propertiesPane .propertyList.inputLocation li.iteConditions,
.propertiesPane .propertyList.inputLocation li.isShowReadOnlyIf,
.propertiesPane .propertyList.inputLocation li.readOnlyIfConditions,
.propertiesPane .propertyList.inputLocation li.isShowSkipCondition,
.propertiesPane .propertyList.inputLocation li.skipconds,
.propertiesPane .propertyList.inputLocation li.isShowSkipIf,
.propertiesPane .propertyList.inputLocation li.skipIfConditions,
.propertiesPane .propertyList.inputLocation li.isHideIfCmpVal,
.propertiesPane .propertyList.inputLocation li.hideIfCmpVal,
.propertiesPane .propertyList.inputLocation li.hideIfFields,
.propertiesPane .propertyList.inputLocation li.hideButtonAfterClick,
.propertiesPane .propertyList.inputLocation li.isHideIfClick{
	display: none !important;
}

.propertiesPane .propertyList.inputLocation.showGroupActions li.actionGroup,
.propertiesPane .propertyList.inputLocation.showGroupActions li.isShowRelevanceCondition,
.propertiesPane .propertyList.inputLocation.showGroupActions li.relevanceconds,
.propertiesPane .propertyList.inputLocation.showGroupActions li.isShowITE,
.propertiesPane .propertyList.inputLocation.showGroupActions li.iteConditions,
.propertiesPane .propertyList.inputLocation.showGroupActions li.isShowReadOnlyIf,
.propertiesPane .propertyList.inputLocation.showGroupActions li.readOnlyIfConditions,
.propertiesPane .propertyList.inputLocation.showGroupActions li.isShowSkipCondition,
.propertiesPane .propertyList.inputLocation.showGroupActions li.skipconds,
.propertiesPane .propertyList.inputLocation.showGroupActions li.isShowSkipIf,
.propertiesPane .propertyList.inputLocation.showGroupActions li.skipIfConditions,
.propertiesPane .propertyList.inputLocation.showGroupActions li.isHideIfCmpVal,
.propertiesPane .propertyList.inputLocation.showGroupActions li.hideIfCmpVal,
.propertiesPane .propertyList.inputLocation.showGroupActions li.hideIfFields,
.propertiesPane .propertyList.inputLocation.showGroupActions li.hideButtonAfterClick,
.propertiesPane .propertyList.inputLocation.showGroupActions li.isHideIfClick{
	display: initial !important;
}

.propertiesPane .propertyList.inputLocation.showGroupFormat li.hideSession,
.propertiesPane .propertyList.inputLocation.showGroupFormat li.hideSessionImp,
.propertiesPane .propertyList.inputLocation.showGroupAppearance li.hideSession,
.propertiesPane .propertyList.inputLocation.showGroupAppearance li.hideSessionImp,
.propertiesPane .propertyList.inputLocation.showGroupRulesPermissions li.hideSession,
.propertiesPane .propertyList.inputLocation.showGroupRulesPermissions li.hideSessionImp,
.propertiesPane .propertyList.inputLocation.showGroupActions li.hideSession,
.propertiesPane .propertyList.inputLocation.showGroupActions li.hideSessionImp{
	display: none !important;
}

.propertyList.inputLocation li.readOnlyGroup .margin-left-10,
.propertyList.inputLocation li.requiredGroup .margin-left-10,
.propertyList.inputLocation li.clearGroup .margin-left-10,
.propertyList.inputLocation li.hideMobileWebGroup .margin-left-10{
	padding-left: 10px;
	max-width: 259px;
}

.propertiesPane .propertyList.inputNumeric li.suppressKeyboard,
.propertiesPane .propertyList.inputNumeric li.decPlace,
.propertiesPane .propertyList.inputNumeric li.useCurrentcySymbol,
.propertiesPane .propertyList.inputNumeric li.currency,
.propertiesPane .propertyList.inputNumeric li.isShowComma,
.propertiesPane .propertyList.inputNumeric li.negativeGroup,
.propertiesPane .propertyList.inputNumeric li.securityGroup,
.propertiesPane .propertyList.inputNumeric li.range,
.propertiesPane .propertyList.inputNumeric li.validateValue,
.propertiesPane .propertyList.inputNumeric li.grayCaption{
	display: none !important;
}

.propertiesPane .propertyList.inputNumeric.showGroupFormat li.suppressKeyboard,
.propertiesPane .propertyList.inputNumeric.showGroupFormat li.decPlace,
.propertiesPane .propertyList.inputNumeric.showGroupFormat li.useCurrentcySymbol,
.propertiesPane .propertyList.inputNumeric.showGroupFormat li.currency,
.propertiesPane .propertyList.inputNumeric.showGroupFormat li.isShowComma,
.propertiesPane .propertyList.inputNumeric.showGroupFormat li.negativeGroup,
.propertiesPane .propertyList.inputNumeric.showGroupFormat li.securityGroup,
.propertiesPane .propertyList.inputNumeric.showGroupFormat li.range,
.propertiesPane .propertyList.inputNumeric.showGroupFormat li.validateValue,
.propertiesPane .propertyList.inputNumeric.showGroupFormat li.grayCaption {
	display: initial !important;
}


.propertiesPane .propertyList.inputNumeric li.justificationGroup,
.propertiesPane .propertyList.inputNumeric li.apperance,
.propertiesPane .propertyList.inputNumeric li.apperance h4,
.propertiesPane .propertyList.inputNumeric li.apperance a.apperanceInfo,
.propertiesPane .propertyList.inputNumeric li.shadedHeadings,
.propertiesPane .propertyList.inputNumeric li.shadedButton,
.propertiesPane .propertyList.inputNumeric li.removeAnswerBorder,
.propertiesPane .propertyList.inputNumeric li.answerColor,
.propertiesPane .propertyList.inputNumeric li.removeSpaceGroup,
.propertiesPane .propertyList.inputNumeric li.lockScreen{
	display: none !important;
}

.propertiesPane .propertyList.inputNumeric.showGroupAppearance li.justificationGroup,
.propertiesPane .propertyList.inputNumeric.showGroupAppearance li.apperance,
.propertiesPane .propertyList.inputNumeric.showGroupAppearance li.shadedHeadings,
.propertiesPane .propertyList.inputNumeric.showGroupAppearance li.shadedButton,
.propertiesPane .propertyList.inputNumeric.showGroupAppearance li.removeAnswerBorder,
.propertiesPane .propertyList.inputNumeric.showGroupAppearance li.answerColor,
.propertiesPane .propertyList.inputNumeric.showGroupAppearance li.removeSpaceGroup,
.propertiesPane .propertyList.inputNumeric.showGroupAppearance li.lockScreen{
	display: initial !important;
}

.propertiesPane .propertyList.inputNumeric li.readOnlyGroup,
.propertiesPane .propertyList.inputNumeric li.requiredGroup,
.propertiesPane .propertyList.inputNumeric li.clearGroup,
.propertiesPane .propertyList.inputNumeric li.hideMobileWebGroup{
	display: none !important;
}

.propertiesPane .propertyList.inputNumeric.showGroupRulesPermissions li.readOnlyGroup,
.propertiesPane .propertyList.inputNumeric.showGroupRulesPermissions li.requiredGroup,
.propertiesPane .propertyList.inputNumeric.showGroupRulesPermissions li.clearGroup,
.propertiesPane .propertyList.inputNumeric.showGroupRulesPermissions li.hideMobileWebGroup  {
	display: initial !important;
}

.propertiesPane .propertyList.inputNumeric li.actionGroup,
.propertiesPane .propertyList.inputNumeric li.actionGroup h4,
.propertiesPane .propertyList.inputNumeric li.isShowRelevanceCondition,
.propertiesPane .propertyList.inputNumeric li.relevanceconds,
.propertiesPane .propertyList.inputNumeric li.isShowITE,
.propertiesPane .propertyList.inputNumeric li.iteConditions,
.propertiesPane .propertyList.inputNumeric li.isShowReadOnlyIf,
.propertiesPane .propertyList.inputNumeric li.readOnlyIfConditions,
.propertiesPane .propertyList.inputNumeric li.isShowSkipCondition,
.propertiesPane .propertyList.inputNumeric li.skipconds,
.propertiesPane .propertyList.inputNumeric li.isShowSkipIf,
.propertiesPane .propertyList.inputNumeric li.skipIfConditions,
.propertiesPane .propertyList.inputNumeric li.isHideIfCmpVal,
.propertiesPane .propertyList.inputNumeric li.hideIfCmpVal,
.propertiesPane .propertyList.inputNumeric li.hideIfFields{
	display: none !important;
}

.propertiesPane .propertyList.inputNumeric.showGroupActions li.actionGroup,
.propertiesPane .propertyList.inputNumeric.showGroupActions li.isShowRelevanceCondition,
.propertiesPane .propertyList.inputNumeric.showGroupActions li.relevanceconds,
.propertiesPane .propertyList.inputNumeric.showGroupActions li.isShowITE,
.propertiesPane .propertyList.inputNumeric.showGroupActions li.iteConditions,
.propertiesPane .propertyList.inputNumeric.showGroupActions li.isShowReadOnlyIf,
.propertiesPane .propertyList.inputNumeric.showGroupActions li.readOnlyIfConditions,
.propertiesPane .propertyList.inputNumeric.showGroupActions li.isShowSkipCondition,
.propertiesPane .propertyList.inputNumeric.showGroupActions li.skipconds,
.propertiesPane .propertyList.inputNumeric.showGroupActions li.isShowSkipIf,
.propertiesPane .propertyList.inputNumeric.showGroupActions li.skipIfConditions,
.propertiesPane .propertyList.inputNumeric.showGroupActions li.isHideIfCmpVal,
.propertiesPane .propertyList.inputNumeric.showGroupActions li.hideIfCmpVal,
.propertiesPane .propertyList.inputNumeric.showGroupActions li.hideIfFields{
	display: initial !important;
}

.propertiesPane .propertyList.inputNumeric.showGroupFormat li.hideSession,
.propertiesPane .propertyList.inputNumeric.showGroupFormat li.hideSessionImp,
.propertiesPane .propertyList.inputNumeric.showGroupAppearance li.hideSession,
.propertiesPane .propertyList.inputNumeric.showGroupAppearance li.hideSessionImp,
.propertiesPane .propertyList.inputNumeric.showGroupRulesPermissions li.hideSession,
.propertiesPane .propertyList.inputNumeric.showGroupRulesPermissions li.hideSessionImp,
.propertiesPane .propertyList.inputNumeric.showGroupActions li.hideSession,
.propertiesPane .propertyList.inputNumeric.showGroupActions li.hideSessionImp{
	display: none !important;
}

.propertyList.inputNumeric li.readOnlyGroup .margin-left-10,
.propertyList.inputNumeric li.requiredGroup .margin-left-10,
.propertyList.inputNumeric li.clearGroup .margin-left-10,
.propertyList.inputNumeric li.hideMobileWebGroup .margin-left-10{
	padding-left: 10px;
	max-width: 259px;
}

.propertiesPane .propertyList.inputScoreOne li.justificationGroup,
.propertiesPane .propertyList.inputScoreOne li.apperance,
.propertiesPane .propertyList.inputScoreOne li.apperance h4,
.propertiesPane .propertyList.inputScoreOne li.apperance a.apperanceInfo,
.propertiesPane .propertyList.inputScoreOne li.shadedHeadings,
.propertiesPane .propertyList.inputScoreOne li.shadedButton,
.propertiesPane .propertyList.inputScoreOne li.removeAnswerBorder,
.propertiesPane .propertyList.inputScoreOne li.answerColor,
.propertiesPane .propertyList.inputScoreOne li.turnOffSelectionOutline,
.propertiesPane .propertyList.inputScoreOne li.removeSpaceGroup{
	display: none !important;
}

.propertiesPane .propertyList.inputScoreOne.showGroupAppearance li.justificationGroup,
.propertiesPane .propertyList.inputScoreOne.showGroupAppearance li.apperance,
.propertiesPane .propertyList.inputScoreOne.showGroupAppearance li.shadedHeadings,
.propertiesPane .propertyList.inputScoreOne.showGroupAppearance li.shadedButton,
.propertiesPane .propertyList.inputScoreOne.showGroupAppearance li.removeAnswerBorder,
.propertiesPane .propertyList.inputScoreOne.showGroupAppearance li.answerColor,
.propertiesPane .propertyList.inputScoreOne.showGroupAppearance li.turnOffSelectionOutline,
.propertiesPane .propertyList.inputScoreOne.showGroupAppearance li.removeSpaceGroup{
	display: initial !important;
}

.propertiesPane .propertyList.inputScoreOne li.readOnlyGroup,
.propertiesPane .propertyList.inputScoreOne li.requiredGroup,
.propertiesPane .propertyList.inputScoreOne li.clearGroup,
.propertiesPane .propertyList.inputScoreOne li.hideMobileWebGroup{
	display: none !important;
}

.propertiesPane .propertyList.inputScoreOne.showGroupRulesPermissions li.readOnlyGroup,
.propertiesPane .propertyList.inputScoreOne.showGroupRulesPermissions li.requiredGroup,
.propertiesPane .propertyList.inputScoreOne.showGroupRulesPermissions li.clearGroup,
.propertiesPane .propertyList.inputScoreOne.showGroupRulesPermissions li.hideMobileWebGroup  {
	display: initial !important;
}

.propertiesPane .propertyList.inputScoreOne li.actionGroup,
.propertiesPane .propertyList.inputScoreOne li.actionGroup h4,
.propertiesPane .propertyList.inputScoreOne li.isShowRelevanceCondition,
.propertiesPane .propertyList.inputScoreOne li.relevanceconds,
.propertiesPane .propertyList.inputScoreOne li.isShowITE,
.propertiesPane .propertyList.inputScoreOne li.iteConditions,
.propertiesPane .propertyList.inputScoreOne li.isShowReadOnlyIf,
.propertiesPane .propertyList.inputScoreOne li.readOnlyIfConditions,
.propertiesPane .propertyList.inputScoreOne li.isShowSkipCondition,
.propertiesPane .propertyList.inputScoreOne li.skipconds,
.propertiesPane .propertyList.inputScoreOne li.isShowSkipIf,
.propertiesPane .propertyList.inputScoreOne li.skipIfConditions{
	display: none !important;
}

.propertiesPane .propertyList.inputScoreOne.showGroupActions li.actionGroup,
.propertiesPane .propertyList.inputScoreOne.showGroupActions li.isShowRelevanceCondition,
.propertiesPane .propertyList.inputScoreOne.showGroupActions li.relevanceconds,
.propertiesPane .propertyList.inputScoreOne.showGroupActions li.isShowITE,
.propertiesPane .propertyList.inputScoreOne.showGroupActions li.iteConditions,
.propertiesPane .propertyList.inputScoreOne.showGroupActions li.isShowReadOnlyIf,
.propertiesPane .propertyList.inputScoreOne.showGroupActions li.readOnlyIfConditions,
.propertiesPane .propertyList.inputScoreOne.showGroupActions li.isShowSkipCondition,
.propertiesPane .propertyList.inputScoreOne.showGroupActions li.skipconds,
.propertiesPane .propertyList.inputScoreOne.showGroupActions li.isShowSkipIf,
.propertiesPane .propertyList.inputScoreOne.showGroupActions li.skipIfConditions{
	display: initial !important;
}

.propertiesPane .propertyList.inputScoreOne.showGroupAppearance li.hideSession,
.propertiesPane .propertyList.inputScoreOne.showGroupAppearance li.hideSessionImp,
.propertiesPane .propertyList.inputScoreOne.showGroupRulesPermissions li.hideSession,
.propertiesPane .propertyList.inputScoreOne.showGroupRulesPermissions li.hideSessionImp,
.propertiesPane .propertyList.inputScoreOne.showGroupActions li.hideSession,
.propertiesPane .propertyList.inputScoreOne.showGroupActions li.hideSessionImp{
	display: none !important;
}

.propertyList.inputScoreOne li.readOnlyGroup .margin-left-10,
.propertyList.inputScoreOne li.requiredGroup .margin-left-10,
.propertyList.inputScoreOne li.clearGroup .margin-left-10,
.propertyList.inputScoreOne li.hideMobileWebGroup .margin-left-10{
	padding-left: 10px;
	max-width: 259px;
}

.propertiesPane .propertyList.inputSelectMany li.isHideAnswer{
	display: none !important;
}

.propertiesPane .propertyList.inputSelectMany.showGroupFormat li.isHideAnswer {
	display: initial !important;
}

.propertiesPane .propertyList.inputSelectMany li.justificationGroup,
.propertiesPane .propertyList.inputSelectMany li.apperance,
.propertiesPane .propertyList.inputSelectMany li.apperance h4,
.propertiesPane .propertyList.inputSelectMany li.apperance a.apperanceInfo,
.propertiesPane .propertyList.inputSelectMany li.shadedHeadings,
.propertiesPane .propertyList.inputSelectMany li.shadedButton,
.propertiesPane .propertyList.inputSelectMany li.removeAnswerBorder,
.propertiesPane .propertyList.inputSelectMany li.answerColor,
.propertiesPane .propertyList.inputSelectMany li.turnOffSelectionOutline,
.propertiesPane .propertyList.inputSelectMany li.removeSpaceGroup{
	display: none !important;
}

.propertiesPane .propertyList.inputSelectMany.showGroupAppearance li.justificationGroup,
.propertiesPane .propertyList.inputSelectMany.showGroupAppearance li.apperance,
.propertiesPane .propertyList.inputSelectMany.showGroupAppearance li.shadedHeadings,
.propertiesPane .propertyList.inputSelectMany.showGroupAppearance li.shadedButton,
.propertiesPane .propertyList.inputSelectMany.showGroupAppearance li.removeAnswerBorder,
.propertiesPane .propertyList.inputSelectMany.showGroupAppearance li.answerColor,
.propertiesPane .propertyList.inputSelectMany.showGroupAppearance li.turnOffSelectionOutline,
.propertiesPane .propertyList.inputSelectMany.showGroupAppearance li.removeSpaceGroup{
	display: initial !important;
}

.propertiesPane .propertyList.inputSelectMany li.readOnlyGroup,
.propertiesPane .propertyList.inputSelectMany li.requiredGroup,
.propertiesPane .propertyList.inputSelectMany li.clearGroup,
.propertiesPane .propertyList.inputSelectMany li.hideMobileWebGroup{
	display: none !important;
}

.propertiesPane .propertyList.inputSelectMany.showGroupRulesPermissions li.readOnlyGroup,
.propertiesPane .propertyList.inputSelectMany.showGroupRulesPermissions li.requiredGroup,
.propertiesPane .propertyList.inputSelectMany.showGroupRulesPermissions li.clearGroup,
.propertiesPane .propertyList.inputSelectMany.showGroupRulesPermissions li.hideMobileWebGroup  {
	display: initial !important;
}

.propertiesPane .propertyList.inputSelectMany li.actionGroup,
.propertiesPane .propertyList.inputSelectMany li.actionGroup h4,
.propertiesPane .propertyList.inputSelectMany li.isShowRelevanceCondition,
.propertiesPane .propertyList.inputSelectMany li.relevanceconds,
.propertiesPane .propertyList.inputSelectMany li.isShowITE,
.propertiesPane .propertyList.inputSelectMany li.iteConditions,
.propertiesPane .propertyList.inputSelectMany li.isShowReadOnlyIf,
.propertiesPane .propertyList.inputSelectMany li.readOnlyIfConditions,
.propertiesPane .propertyList.inputSelectMany li.isShowSkipCondition,
.propertiesPane .propertyList.inputSelectMany li.skipconds,
.propertiesPane .propertyList.inputSelectMany li.isShowSkipIf,
.propertiesPane .propertyList.inputSelectMany li.skipIfConditions,
.propertiesPane .propertyList.inputSelectMany li.isHideIfChecked,
.propertiesPane .propertyList.inputSelectMany li.hideIfFields{
	display: none !important;
}

.propertiesPane .propertyList.inputSelectMany.showGroupActions li.actionGroup,
.propertiesPane .propertyList.inputSelectMany.showGroupActions li.isShowRelevanceCondition,
.propertiesPane .propertyList.inputSelectMany.showGroupActions li.relevanceconds,
.propertiesPane .propertyList.inputSelectMany.showGroupActions li.isShowITE,
.propertiesPane .propertyList.inputSelectMany.showGroupActions li.iteConditions,
.propertiesPane .propertyList.inputSelectMany.showGroupActions li.isShowReadOnlyIf,
.propertiesPane .propertyList.inputSelectMany.showGroupActions li.readOnlyIfConditions,
.propertiesPane .propertyList.inputSelectMany.showGroupActions li.isShowSkipCondition,
.propertiesPane .propertyList.inputSelectMany.showGroupActions li.skipconds,
.propertiesPane .propertyList.inputSelectMany.showGroupActions li.isShowSkipIf,
.propertiesPane .propertyList.inputSelectMany.showGroupActions li.skipIfConditions,
.propertiesPane .propertyList.inputSelectMany.showGroupActions li.isHideIfChecked,
.propertiesPane .propertyList.inputSelectMany.showGroupActions li.hideIfFields{
	display: initial !important;
}

.propertiesPane .propertyList.inputSelectMany.showGroupFormat li.hideSession,
.propertiesPane .propertyList.inputSelectMany.showGroupFormat li.hideSessionImp,
.propertiesPane .propertyList.inputSelectMany.showGroupAppearance li.hideSession,
.propertiesPane .propertyList.inputSelectMany.showGroupAppearance li.hideSessionImp,
.propertiesPane .propertyList.inputSelectMany.showGroupRulesPermissions li.hideSession,
.propertiesPane .propertyList.inputSelectMany.showGroupRulesPermissions li.hideSessionImp,
.propertiesPane .propertyList.inputSelectMany.showGroupActions li.hideSession,
.propertiesPane .propertyList.inputSelectMany.showGroupActions li.hideSessionImp{
	display: none !important;
}

.propertyList.inputSelectMany li.readOnlyGroup .margin-left-10,
.propertyList.inputSelectMany li.requiredGroup .margin-left-10,
.propertyList.inputSelectMany li.clearGroup .margin-left-10,
.propertyList.inputSelectMany li.hideMobileWebGroup .margin-left-10{
	padding-left: 10px;
	max-width: 259px;
}

.propertiesPane .propertyList.inputSignature li.isAllowEditOption,
.propertiesPane .propertyList.inputSignature li.isBulkSignature,
.propertiesPane .propertyList.inputSignature li.sizeOptions{
	display: none !important;
}

.propertiesPane .propertyList.inputSignature.showGroupFormat li.isAllowEditOption,
.propertiesPane .propertyList.inputSignature.showGroupFormat li.isBulkSignature,
.propertiesPane .propertyList.inputSignature.showGroupFormat li.sizeOptions {
	display: initial !important;
}

.propertiesPane .propertyList.inputSignature li.justificationGroup,
.propertiesPane .propertyList.inputSignature li.apperance,
.propertiesPane .propertyList.inputSignature li.apperance h4,
.propertiesPane .propertyList.inputSignature li.apperance a.apperanceInfo,
.propertiesPane .propertyList.inputSignature li.shadedHeadings,
.propertiesPane .propertyList.inputSignature li.shadedButton,
.propertiesPane .propertyList.inputSignature li.removeAnswerBorder,
.propertiesPane .propertyList.inputSignature li.answerColor,
.propertiesPane .propertyList.inputSignature li.turnOffSelectionOutline,
.propertiesPane .propertyList.inputSignature li.removeSpaceGroup{
	display: none !important;
}

.propertiesPane .propertyList.inputSignature.showGroupAppearance li.justificationGroup,
.propertiesPane .propertyList.inputSignature.showGroupAppearance li.apperance,
.propertiesPane .propertyList.inputSignature.showGroupAppearance li.shadedHeadings,
.propertiesPane .propertyList.inputSignature.showGroupAppearance li.shadedButton,
.propertiesPane .propertyList.inputSignature.showGroupAppearance li.removeAnswerBorder,
.propertiesPane .propertyList.inputSignature.showGroupAppearance li.answerColor,
.propertiesPane .propertyList.inputSignature.showGroupAppearance li.turnOffSelectionOutline,
.propertiesPane .propertyList.inputSignature.showGroupAppearance li.removeSpaceGroup{
	display: initial !important;
}

.propertiesPane .propertyList.inputSignature li.readOnlyGroup,
.propertiesPane .propertyList.inputSignature li.requiredGroup,
.propertiesPane .propertyList.inputSignature li.clearGroup,
.propertiesPane .propertyList.inputSignature li.hideMobileWebGroup{
	display: none !important;
}

.propertiesPane .propertyList.inputSignature.showGroupRulesPermissions li.readOnlyGroup,
.propertiesPane .propertyList.inputSignature.showGroupRulesPermissions li.requiredGroup,
.propertiesPane .propertyList.inputSignature.showGroupRulesPermissions li.clearGroup,
.propertiesPane .propertyList.inputSignature.showGroupRulesPermissions li.hideMobileWebGroup  {
	display: initial !important;
}

.propertiesPane .propertyList.inputSignature li.actionGroup,
.propertiesPane .propertyList.inputSignature li.actionGroup h4,
.propertiesPane .propertyList.inputSignature li.isShowRelevanceCondition,
.propertiesPane .propertyList.inputSignature li.relevanceconds,
.propertiesPane .propertyList.inputSignature li.isShowITE,
.propertiesPane .propertyList.inputSignature li.iteConditions,
.propertiesPane .propertyList.inputSignature li.isShowReadOnlyIf,
.propertiesPane .propertyList.inputSignature li.readOnlyIfConditions,
.propertiesPane .propertyList.inputSignature li.isShowSkipCondition,
.propertiesPane .propertyList.inputSignature li.skipconds,
.propertiesPane .propertyList.inputSignature li.isShowSkipIf,
.propertiesPane .propertyList.inputSignature li.skipIfConditions{
	display: none !important;
}

.propertiesPane .propertyList.inputSignature.showGroupActions li.actionGroup,
.propertiesPane .propertyList.inputSignature.showGroupActions li.isShowRelevanceCondition,
.propertiesPane .propertyList.inputSignature.showGroupActions li.relevanceconds,
.propertiesPane .propertyList.inputSignature.showGroupActions li.isShowITE,
.propertiesPane .propertyList.inputSignature.showGroupActions li.iteConditions,
.propertiesPane .propertyList.inputSignature.showGroupActions li.isShowReadOnlyIf,
.propertiesPane .propertyList.inputSignature.showGroupActions li.readOnlyIfConditions,
.propertiesPane .propertyList.inputSignature.showGroupActions li.isShowSkipCondition,
.propertiesPane .propertyList.inputSignature.showGroupActions li.skipconds,
.propertiesPane .propertyList.inputSignature.showGroupActions li.isShowSkipIf,
.propertiesPane .propertyList.inputSignature.showGroupActions li.skipIfConditions{
	display: initial !important;
}

.propertiesPane .propertyList.inputSignature.showGroupFormat li.hideSession,
.propertiesPane .propertyList.inputSignature.showGroupFormat li.hideSessionImp,
.propertiesPane .propertyList.inputSignature.showGroupAppearance li.hideSession,
.propertiesPane .propertyList.inputSignature.showGroupAppearance li.hideSessionImp,
.propertiesPane .propertyList.inputSignature.showGroupRulesPermissions li.hideSession,
.propertiesPane .propertyList.inputSignature.showGroupRulesPermissions li.hideSessionImp,
.propertiesPane .propertyList.inputSignature.showGroupActions li.hideSession,
.propertiesPane .propertyList.inputSignature.showGroupActions li.hideSessionImp{
	display: none !important;
}

.propertyList.inputSignature li.readOnlyGroup .margin-left-10,
.propertyList.inputSignature li.requiredGroup .margin-left-10,
.propertyList.inputSignature li.clearGroup .margin-left-10,
.propertyList.inputSignature li.hideMobileWebGroup .margin-left-10{
	padding-left: 10px;
	max-width: 259px;
}

.propertiesPane .propertyList.inputAudio li.justificationGroup,
.propertiesPane .propertyList.inputAudio li.apperance,
.propertiesPane .propertyList.inputAudio li.apperance h4,
.propertiesPane .propertyList.inputAudio li.apperance a.apperanceInfo,
.propertiesPane .propertyList.inputAudio li.shadedHeadings,
.propertiesPane .propertyList.inputAudio li.shadedButton,
.propertiesPane .propertyList.inputAudio li.removeAnswerBorder,
.propertiesPane .propertyList.inputAudio li.answerColor,
.propertiesPane .propertyList.inputAudio li.turnOffSelectionOutline,
.propertiesPane .propertyList.inputAudio li.removeSpaceGroup{
	display: none !important;
}

.propertiesPane .propertyList.inputAudio.showGroupAppearance li.justificationGroup,
.propertiesPane .propertyList.inputAudio.showGroupAppearance li.apperance,
.propertiesPane .propertyList.inputAudio.showGroupAppearance li.shadedHeadings,
.propertiesPane .propertyList.inputAudio.showGroupAppearance li.shadedButton,
.propertiesPane .propertyList.inputAudio.showGroupAppearance li.removeAnswerBorder,
.propertiesPane .propertyList.inputAudio.showGroupAppearance li.answerColor,
.propertiesPane .propertyList.inputAudio.showGroupAppearance li.turnOffSelectionOutline,
.propertiesPane .propertyList.inputAudio.showGroupAppearance li.removeSpaceGroup{
	display: initial !important;
}

.propertiesPane .propertyList.inputAudio li.readOnlyGroup,
.propertiesPane .propertyList.inputAudio li.requiredGroup,
.propertiesPane .propertyList.inputAudio li.clearGroup,
.propertiesPane .propertyList.inputAudio li.hideMobileWebGroup{
	display: none !important;
}

.propertiesPane .propertyList.inputAudio.showGroupRulesPermissions li.readOnlyGroup,
.propertiesPane .propertyList.inputAudio.showGroupRulesPermissions li.requiredGroup,
.propertiesPane .propertyList.inputAudio.showGroupRulesPermissions li.clearGroup,
.propertiesPane .propertyList.inputAudio.showGroupRulesPermissions li.hideMobileWebGroup  {
	display: initial !important;
}

.propertiesPane .propertyList.inputAudio li.actionGroup,
.propertiesPane .propertyList.inputAudio li.actionGroup h4,
.propertiesPane .propertyList.inputAudio li.isShowRelevanceCondition,
.propertiesPane .propertyList.inputAudio li.relevanceconds,
.propertiesPane .propertyList.inputAudio li.isShowITE,
.propertiesPane .propertyList.inputAudio li.iteConditions,
.propertiesPane .propertyList.inputAudio li.isShowReadOnlyIf,
.propertiesPane .propertyList.inputAudio li.readOnlyIfConditions,
.propertiesPane .propertyList.inputAudio li.isShowSkipCondition,
.propertiesPane .propertyList.inputAudio li.skipconds,
.propertiesPane .propertyList.inputAudio li.isShowSkipIf,
.propertiesPane .propertyList.inputAudio li.skipIfConditions{
	display: none !important;
}

.propertiesPane .propertyList.inputAudio.showGroupActions li.actionGroup,
.propertiesPane .propertyList.inputAudio.showGroupActions li.isShowRelevanceCondition,
.propertiesPane .propertyList.inputAudio.showGroupActions li.relevanceconds,
.propertiesPane .propertyList.inputAudio.showGroupActions li.isShowITE,
.propertiesPane .propertyList.inputAudio.showGroupActions li.iteConditions,
.propertiesPane .propertyList.inputAudio.showGroupActions li.isShowReadOnlyIf,
.propertiesPane .propertyList.inputAudio.showGroupActions li.readOnlyIfConditions,
.propertiesPane .propertyList.inputAudio.showGroupActions li.isShowSkipCondition,
.propertiesPane .propertyList.inputAudio.showGroupActions li.skipconds,
.propertiesPane .propertyList.inputAudio.showGroupActions li.isShowSkipIf,
.propertiesPane .propertyList.inputAudio.showGroupActions li.skipIfConditions{
	display: initial !important;
}

.propertiesPane .propertyList.inputAudio.showGroupAppearance li.hideSession,
.propertiesPane .propertyList.inputAudio.showGroupAppearance li.hideSessionImp,
.propertiesPane .propertyList.inputAudio.showGroupRulesPermissions li.hideSession,
.propertiesPane .propertyList.inputAudio.showGroupRulesPermissions li.hideSessionImp,
.propertiesPane .propertyList.inputAudio.showGroupActions li.hideSession,
.propertiesPane .propertyList.inputAudio.showGroupActions li.hideSessionImp{
	display: none !important;
}

.propertyList.inputAudio li.readOnlyGroup .margin-left-10,
.propertyList.inputAudio li.requiredGroup .margin-left-10,
.propertyList.inputAudio li.clearGroup .margin-left-10,
.propertyList.inputAudio li.hideMobileWebGroup .margin-left-10{
	padding-left: 10px;
	max-width: 259px;
}

.propertiesPane .propertyList.inputImage li.isAllowEdit,
.propertiesPane .propertyList.inputImage li.allowImgSel,
.propertiesPane .propertyList.inputImage li.isShowBtn,
.propertiesPane .propertyList.inputImage li.sketchGroup,
.propertiesPane .propertyList.inputImage li.isAllowSketch,
.propertiesPane .propertyList.inputImage li.isAutoStartSketch,
.propertiesPane .propertyList.inputImage li.isShowAdvanceToolbar,
.propertiesPane .propertyList.inputImage li.stampGroup,
.propertiesPane .propertyList.inputImage li.isAllowAutoStampImage,
.propertiesPane .propertyList.inputImage li.stampGPSLocation,
.propertiesPane .propertyList.inputImage li.stampDirection,
.propertiesPane .propertyList.inputImage li.stampDateNTime,
.propertiesPane .propertyList.inputImage li.stampDescription,
.propertiesPane .propertyList.inputImage li.stampDescField,
.propertiesPane .propertyList.inputImage li.stampAltitude,
.propertiesPane .propertyList.inputImage li.androidApp,
.propertiesPane .propertyList.inputImage li.androidCameraApp,
.propertiesPane .propertyList.inputImage li.iOSCameraApp,
.propertiesPane .propertyList.inputImage li.appGroup{
	display: none !important;
}

.propertiesPane .propertyList.inputImage.showGroupFormat li.isAllowEdit,
.propertiesPane .propertyList.inputImage.showGroupFormat li.allowImgSel,
.propertiesPane .propertyList.inputImage.showGroupFormat li.isShowBtn,
.propertiesPane .propertyList.inputImage.showGroupFormat li.sketchGroup,
.propertiesPane .propertyList.inputImage.showGroupFormat li.isAllowSketch,
.propertiesPane .propertyList.inputImage.showGroupFormat li.isAutoStartSketch,
.propertiesPane .propertyList.inputImage.showGroupFormat li.isShowAdvanceToolbar,
.propertiesPane .propertyList.inputImage.showGroupFormat li.stampGroup,
.propertiesPane .propertyList.inputImage.showGroupFormat li.isAllowAutoStampImage,
.propertiesPane .propertyList.inputImage.showGroupFormat li.stampGPSLocation,
.propertiesPane .propertyList.inputImage.showGroupFormat li.stampDirection,
.propertiesPane .propertyList.inputImage.showGroupFormat li.stampDateNTime,
.propertiesPane .propertyList.inputImage.showGroupFormat li.stampDescription,
.propertiesPane .propertyList.inputImage.showGroupFormat li.stampDescField,
.propertiesPane .propertyList.inputImage.showGroupFormat li.stampAltitude,
.propertiesPane .propertyList.inputImage.showGroupFormat li.androidApp,
.propertiesPane .propertyList.inputImage.showGroupFormat li.androidCameraApp,
.propertiesPane .propertyList.inputImage.showGroupFormat li.iOSCameraApp,
.propertiesPane .propertyList.inputImage.showGroupFormat li.appGroup {
	display: initial !important;
}

.propertiesPane .propertyList.inputImage li.justificationGroup,
.propertiesPane .propertyList.inputImage li.apperance,
.propertiesPane .propertyList.inputImage li.apperance h4,
.propertiesPane .propertyList.inputImage li.apperance a.apperanceInfo,
.propertiesPane .propertyList.inputImage li.shadedHeadings,
.propertiesPane .propertyList.inputImage li.shadedButton,
.propertiesPane .propertyList.inputImage li.removeAnswerBorder,
.propertiesPane .propertyList.inputImage li.answerColor,
.propertiesPane .propertyList.inputImage li.turnOffSelectionOutline,
.propertiesPane .propertyList.inputImage li.removeSpaceGroup{
	display: none !important;
}

.propertiesPane .propertyList.inputImage.showGroupAppearance li.justificationGroup,
.propertiesPane .propertyList.inputImage.showGroupAppearance li.apperance,
.propertiesPane .propertyList.inputImage.showGroupAppearance li.shadedHeadings,
.propertiesPane .propertyList.inputImage.showGroupAppearance li.shadedButton,
.propertiesPane .propertyList.inputImage.showGroupAppearance li.removeAnswerBorder,
.propertiesPane .propertyList.inputImage.showGroupAppearance li.answerColor,
.propertiesPane .propertyList.inputImage.showGroupAppearance li.turnOffSelectionOutline,
.propertiesPane .propertyList.inputImage.showGroupAppearance li.removeSpaceGroup{
	display: initial !important;
}

.propertiesPane .propertyList.inputImage li.readOnlyGroup,
.propertiesPane .propertyList.inputImage li.requiredGroup,
.propertiesPane .propertyList.inputImage li.clearGroup,
.propertiesPane .propertyList.inputImage li.hideMobileWebGroup{
	display: none !important;
}

.propertiesPane .propertyList.inputImage.showGroupRulesPermissions li.readOnlyGroup,
.propertiesPane .propertyList.inputImage.showGroupRulesPermissions li.requiredGroup,
.propertiesPane .propertyList.inputImage.showGroupRulesPermissions li.clearGroup,
.propertiesPane .propertyList.inputImage.showGroupRulesPermissions li.hideMobileWebGroup  {
	display: initial !important;
}

.propertiesPane .propertyList.inputImage li.actionGroup,
.propertiesPane .propertyList.inputImage li.actionGroup h4,
.propertiesPane .propertyList.inputImage li.isShowRelevanceCondition,
.propertiesPane .propertyList.inputImage li.relevanceconds,
.propertiesPane .propertyList.inputImage li.isShowITE,
.propertiesPane .propertyList.inputImage li.iteConditions,
.propertiesPane .propertyList.inputImage li.isShowReadOnlyIf,
.propertiesPane .propertyList.inputImage li.readOnlyIfConditions,
.propertiesPane .propertyList.inputImage li.isShowSkipCondition,
.propertiesPane .propertyList.inputImage li.skipconds,
.propertiesPane .propertyList.inputImage li.isShowSkipIf,
.propertiesPane .propertyList.inputImage li.skipIfConditions{
	display: none !important;
}

.propertiesPane .propertyList.inputImage.showGroupActions li.actionGroup,
.propertiesPane .propertyList.inputImage.showGroupActions li.isShowRelevanceCondition,
.propertiesPane .propertyList.inputImage.showGroupActions li.relevanceconds,
.propertiesPane .propertyList.inputImage.showGroupActions li.isShowITE,
.propertiesPane .propertyList.inputImage.showGroupActions li.iteConditions,
.propertiesPane .propertyList.inputImage.showGroupActions li.isShowReadOnlyIf,
.propertiesPane .propertyList.inputImage.showGroupActions li.readOnlyIfConditions,
.propertiesPane .propertyList.inputImage.showGroupActions li.isShowSkipCondition,
.propertiesPane .propertyList.inputImage.showGroupActions li.skipconds,
.propertiesPane .propertyList.inputImage.showGroupActions li.isShowSkipIf,
.propertiesPane .propertyList.inputImage.showGroupActions li.skipIfConditions{
	display: initial !important;
}

.propertiesPane .propertyList.inputImage.showGroupFormat li.hideSession,
.propertiesPane .propertyList.inputImage.showGroupFormat li.hideSessionImp,
.propertiesPane .propertyList.inputImage.showGroupAppearance li.hideSession,
.propertiesPane .propertyList.inputImage.showGroupAppearance li.hideSessionImp,
.propertiesPane .propertyList.inputImage.showGroupRulesPermissions li.hideSession,
.propertiesPane .propertyList.inputImage.showGroupRulesPermissions li.hideSessionImp,
.propertiesPane .propertyList.inputImage.showGroupActions li.hideSession,
.propertiesPane .propertyList.inputImage.showGroupActions li.hideSessionImp{
	display: none !important;
}

.propertyList.inputImage li.readOnlyGroup .margin-left-10,
.propertyList.inputImage li.requiredGroup .margin-left-10,
.propertyList.inputImage li.clearGroup .margin-left-10,
.propertyList.inputImage li.hideMobileWebGroup .margin-left-10{
	padding-left: 10px;
	max-width: 259px;
}

.propertiesPane .propertyList.inputLabel li.justificationGroup,
.propertiesPane .propertyList.inputLabel li.apperance,
.propertiesPane .propertyList.inputLabel li.apperance h4,
.propertiesPane .propertyList.inputLabel li.apperance a.apperanceInfo,
.propertiesPane .propertyList.inputLabel li.shadedHeadings,
.propertiesPane .propertyList.inputLabel li.shadedButton,
.propertiesPane .propertyList.inputLabel li.removeAnswerBorder,
.propertiesPane .propertyList.inputLabel li.answerColor,
.propertiesPane .propertyList.inputLabel li.turnOffSelectionOutline,
/*.propertiesPane .propertyList.inputLabel li.isFitToScreen,*/
.propertiesPane .propertyList.inputLabel li.labelShading,
.propertiesPane .propertyList.inputLabel li.linesLineColor,
.propertiesPane .propertyList.inputLabel li.linesTextColor,
.propertiesPane .propertyList.inputLabel li.shadedColor,
.propertiesPane .propertyList.inputLabel li.shadedTextColor,
.propertiesPane .propertyList.inputLabel li.nolinesTextColor,
.propertiesPane .propertyList.inputLabel li.removeSpaceGroup,
.propertiesPane .propertyList.inputLabel li.turnOffSelectionOutline{
	display: none !important;
}

.propertiesPane .propertyList.inputLabel.showGroupAppearance li.justificationGroup,
.propertiesPane .propertyList.inputLabel.showGroupAppearance li.apperance,
.propertiesPane .propertyList.inputLabel.showGroupAppearance li.shadedHeadings,
.propertiesPane .propertyList.inputLabel.showGroupAppearance li.shadedButton,
.propertiesPane .propertyList.inputLabel.showGroupAppearance li.removeAnswerBorder,
.propertiesPane .propertyList.inputLabel.showGroupAppearance li.turnOffSelectionOutline,
/*.propertiesPane .propertyList.inputLabel.showGroupAppearance li.isFitToScreen,*/
.propertiesPane .propertyList.inputLabel.showGroupAppearance li.labelShading,
.propertiesPane .propertyList.inputLabel.showGroupAppearance li.removeSpaceGroup,
.propertiesPane .propertyList.inputLabel.showGroupAppearance li.turnOffSelectionOutline{
	display: initial !important;
}

.propertiesPane .propertyList.inputLabel.showGroupAppearance li.answerColor,
.propertiesPane .propertyList.inputLabel.showGroupAppearance li.linesLineColor,
.propertiesPane .propertyList.inputLabel.showGroupAppearance li.linesTextColor,
.propertiesPane .propertyList.inputLabel.showGroupAppearance li.shadedColor,
.propertiesPane .propertyList.inputLabel.showGroupAppearance li.shadedTextColor,
.propertiesPane .propertyList.inputLabel.showGroupAppearance li.nolinesTextColor{
	display: inline-block !important;
}

.propertiesPane .propertyList.inputLabel li.readOnlyGroup,
.propertiesPane .propertyList.inputLabel li.requiredGroup,
.propertiesPane .propertyList.inputLabel li.clearGroup,
.propertiesPane .propertyList.inputLabel li.hideMobileWebGroup{
	display: none !important;
}

.propertiesPane .propertyList.inputLabel.showGroupRulesPermissions li.readOnlyGroup,
.propertiesPane .propertyList.inputLabel.showGroupRulesPermissions li.requiredGroup,
.propertiesPane .propertyList.inputLabel.showGroupRulesPermissions li.clearGroup,
.propertiesPane .propertyList.inputLabel.showGroupRulesPermissions li.hideMobileWebGroup  {
	display: initial !important;
}

.propertiesPane .propertyList.inputLabel li.actionGroup,
.propertiesPane .propertyList.inputLabel li.actionGroup h4,
.propertiesPane .propertyList.inputLabel li.isShowRelevanceCondition,
.propertiesPane .propertyList.inputLabel li.relevanceconds,
.propertiesPane .propertyList.inputLabel li.isShowITE,
.propertiesPane .propertyList.inputLabel li.iteConditions,
.propertiesPane .propertyList.inputLabel li.isShowReadOnlyIf,
.propertiesPane .propertyList.inputLabel li.readOnlyIfConditions,
.propertiesPane .propertyList.inputLabel li.isShowSkipCondition,
.propertiesPane .propertyList.inputLabel li.skipconds,
.propertiesPane .propertyList.inputLabel li.isShowSkipIf,
.propertiesPane .propertyList.inputLabel li.skipIfConditions{
	display: none !important;
}

.propertiesPane .propertyList.inputLabel.showGroupActions li.actionGroup,
.propertiesPane .propertyList.inputLabel.showGroupActions li.isShowRelevanceCondition,
.propertiesPane .propertyList.inputLabel.showGroupActions li.relevanceconds,
.propertiesPane .propertyList.inputLabel.showGroupActions li.isShowITE,
.propertiesPane .propertyList.inputLabel.showGroupActions li.iteConditions,
.propertiesPane .propertyList.inputLabel.showGroupActions li.isShowReadOnlyIf,
.propertiesPane .propertyList.inputLabel.showGroupActions li.readOnlyIfConditions,
.propertiesPane .propertyList.inputLabel.showGroupActions li.isShowSkipCondition,
.propertiesPane .propertyList.inputLabel.showGroupActions li.skipconds,
.propertiesPane .propertyList.inputLabel.showGroupActions li.isShowSkipIf,
.propertiesPane .propertyList.inputLabel.showGroupActions li.skipIfConditions{
	display: initial !important;
}

.propertiesPane .propertyList.inputLabel.showGroupAppearance li.hideSession,
.propertiesPane .propertyList.inputLabel.showGroupAppearance li.hideSessionImp,
.propertiesPane .propertyList.inputLabel.showGroupRulesPermissions li.hideSession,
.propertiesPane .propertyList.inputLabel.showGroupRulesPermissions li.hideSessionImp,
.propertiesPane .propertyList.inputLabel.showGroupActions li.hideSession,
.propertiesPane .propertyList.inputLabel.showGroupActions li.hideSessionImp{
	display: none !important;
}

.propertyList.inputLabel li.readOnlyGroup .margin-left-10,
.propertyList.inputLabel li.requiredGroup .margin-left-10,
.propertyList.inputLabel li.clearGroup .margin-left-10,
.propertyList.inputLabel li.hideMobileWebGroup .margin-left-10{
	padding-left: 10px;
	max-width: 259px;
}

.propertiesPane .propertyList.inputSketch li.isShowAdvanceToolbar,
.propertiesPane .propertyList.inputSketch li.isAllowReplace,
.propertiesPane .propertyList.inputSketch li.isAllowClear{
	display: none !important;
}

.propertiesPane .propertyList.inputSketch.showGroupFormat li.isShowAdvanceToolbar,
.propertiesPane .propertyList.inputSketch.showGroupFormat li.isAllowReplace,
.propertiesPane .propertyList.inputSketch.showGroupFormat li.isAllowClear {
	display: initial !important;
}

.propertiesPane .propertyList.inputSketch li.justificationGroup,
.propertiesPane .propertyList.inputSketch li.apperance,
.propertiesPane .propertyList.inputSketch li.apperance h4,
.propertiesPane .propertyList.inputSketch li.apperance a.apperanceInfo,
.propertiesPane .propertyList.inputSketch li.shadedHeadings,
.propertiesPane .propertyList.inputSketch li.shadedButton,
.propertiesPane .propertyList.inputSketch li.removeAnswerBorder,
.propertiesPane .propertyList.inputSketch li.answerColor,
.propertiesPane .propertyList.inputSketch li.turnOffSelectionOutline,
.propertiesPane .propertyList.inputSketch li.removeSpaceGroup{
	display: none !important;
}

.propertiesPane .propertyList.inputSketch.showGroupAppearance li.justificationGroup,
.propertiesPane .propertyList.inputSketch.showGroupAppearance li.apperance,
.propertiesPane .propertyList.inputSketch.showGroupAppearance li.shadedHeadings,
.propertiesPane .propertyList.inputSketch.showGroupAppearance li.shadedButton,
.propertiesPane .propertyList.inputSketch.showGroupAppearance li.removeAnswerBorder,
.propertiesPane .propertyList.inputSketch.showGroupAppearance li.answerColor,
.propertiesPane .propertyList.inputSketch.showGroupAppearance li.turnOffSelectionOutline,
.propertiesPane .propertyList.inputSketch.showGroupAppearance li.removeSpaceGroup{
	display: initial !important;
}

.propertiesPane .propertyList.inputSketch li.readOnlyGroup,
.propertiesPane .propertyList.inputSketch li.requiredGroup,
.propertiesPane .propertyList.inputSketch li.clearGroup,
.propertiesPane .propertyList.inputSketch li.hideMobileWebGroup{
	display: none !important;
}

.propertiesPane .propertyList.inputSketch.showGroupRulesPermissions li.readOnlyGroup,
.propertiesPane .propertyList.inputSketch.showGroupRulesPermissions li.requiredGroup,
.propertiesPane .propertyList.inputSketch.showGroupRulesPermissions li.clearGroup,
.propertiesPane .propertyList.inputSketch.showGroupRulesPermissions li.hideMobileWebGroup  {
	display: initial !important;
}

.propertiesPane .propertyList.inputSketch li.actionGroup,
.propertiesPane .propertyList.inputSketch li.actionGroup h4,
.propertiesPane .propertyList.inputSketch li.isShowRelevanceCondition,
.propertiesPane .propertyList.inputSketch li.relevanceconds,
.propertiesPane .propertyList.inputSketch li.isShowITE,
.propertiesPane .propertyList.inputSketch li.iteConditions,
.propertiesPane .propertyList.inputSketch li.isShowReadOnlyIf,
.propertiesPane .propertyList.inputSketch li.readOnlyIfConditions,
.propertiesPane .propertyList.inputSketch li.isShowSkipCondition,
.propertiesPane .propertyList.inputSketch li.skipconds,
.propertiesPane .propertyList.inputSketch li.isShowSkipIf,
.propertiesPane .propertyList.inputSketch li.skipIfConditions{
	display: none !important;
}

.propertiesPane .propertyList.inputSketch.showGroupActions li.actionGroup,
.propertiesPane .propertyList.inputSketch.showGroupActions li.isShowRelevanceCondition,
.propertiesPane .propertyList.inputSketch.showGroupActions li.relevanceconds,
.propertiesPane .propertyList.inputSketch.showGroupActions li.isShowITE,
.propertiesPane .propertyList.inputSketch.showGroupActions li.iteConditions,
.propertiesPane .propertyList.inputSketch.showGroupActions li.isShowReadOnlyIf,
.propertiesPane .propertyList.inputSketch.showGroupActions li.readOnlyIfConditions,
.propertiesPane .propertyList.inputSketch.showGroupActions li.isShowSkipCondition,
.propertiesPane .propertyList.inputSketch.showGroupActions li.skipconds,
.propertiesPane .propertyList.inputSketch.showGroupActions li.isShowSkipIf,
.propertiesPane .propertyList.inputSketch.showGroupActions li.skipIfConditions{
	display: initial !important;
}

.propertiesPane .propertyList.inputSketch.showGroupFormat li.hideSession,
.propertiesPane .propertyList.inputSketch.showGroupFormat li.hideSessionImp,
.propertiesPane .propertyList.inputSketch.showGroupAppearance li.hideSession,
.propertiesPane .propertyList.inputSketch.showGroupAppearance li.hideSessionImp,
.propertiesPane .propertyList.inputSketch.showGroupRulesPermissions li.hideSession,
.propertiesPane .propertyList.inputSketch.showGroupRulesPermissions li.hideSessionImp,
.propertiesPane .propertyList.inputSketch.showGroupActions li.hideSession,
.propertiesPane .propertyList.inputSketch.showGroupActions li.hideSessionImp{
	display: none !important;
}

.propertyList.inputSketch li.readOnlyGroup .margin-left-10,
.propertyList.inputSketch li.requiredGroup .margin-left-10,
.propertyList.inputSketch li.clearGroup .margin-left-10,
.propertyList.inputSketch li.hideMobileWebGroup .margin-left-10{
	padding-left: 10px;
	max-width: 259px;
}

.propertiesPane .propertyList.inputVideo li.justificationGroup,
.propertiesPane .propertyList.inputVideo li.apperance,
.propertiesPane .propertyList.inputVideo li.apperance h4,
.propertiesPane .propertyList.inputVideo li.apperance a.apperanceInfo,
.propertiesPane .propertyList.inputVideo li.shadedHeadings,
.propertiesPane .propertyList.inputVideo li.shadedButton,
.propertiesPane .propertyList.inputVideo li.removeAnswerBorder,
.propertiesPane .propertyList.inputVideo li.answerColor,
.propertiesPane .propertyList.inputVideo li.turnOffSelectionOutline,
.propertiesPane .propertyList.inputVideo li.removeSpaceGroup{
	display: none !important;
}

.propertiesPane .propertyList.inputVideo.showGroupAppearance li.justificationGroup,
.propertiesPane .propertyList.inputVideo.showGroupAppearance li.apperance,
.propertiesPane .propertyList.inputVideo.showGroupAppearance li.shadedHeadings,
.propertiesPane .propertyList.inputVideo.showGroupAppearance li.shadedButton,
.propertiesPane .propertyList.inputVideo.showGroupAppearance li.removeAnswerBorder,
.propertiesPane .propertyList.inputVideo.showGroupAppearance li.answerColor,
.propertiesPane .propertyList.inputVideo.showGroupAppearance li.turnOffSelectionOutline,
.propertiesPane .propertyList.inputVideo.showGroupAppearance li.removeSpaceGroup{
	display: initial !important;
}

.propertiesPane .propertyList.inputVideo li.readOnlyGroup,
.propertiesPane .propertyList.inputVideo li.requiredGroup,
.propertiesPane .propertyList.inputVideo li.clearGroup,
.propertiesPane .propertyList.inputVideo li.hideMobileWebGroup{
	display: none !important;
}

.propertiesPane .propertyList.inputVideo.showGroupRulesPermissions li.readOnlyGroup,
.propertiesPane .propertyList.inputVideo.showGroupRulesPermissions li.requiredGroup,
.propertiesPane .propertyList.inputVideo.showGroupRulesPermissions li.clearGroup,
.propertiesPane .propertyList.inputVideo.showGroupRulesPermissions li.hideMobileWebGroup  {
	display: initial !important;
}

.propertiesPane .propertyList.inputVideo li.actionGroup,
.propertiesPane .propertyList.inputVideo li.actionGroup h4,
.propertiesPane .propertyList.inputVideo li.isShowRelevanceCondition,
.propertiesPane .propertyList.inputVideo li.relevanceconds,
.propertiesPane .propertyList.inputVideo li.isShowITE,
.propertiesPane .propertyList.inputVideo li.iteConditions,
.propertiesPane .propertyList.inputVideo li.isShowReadOnlyIf,
.propertiesPane .propertyList.inputVideo li.readOnlyIfConditions,
.propertiesPane .propertyList.inputVideo li.isShowSkipCondition,
.propertiesPane .propertyList.inputVideo li.skipconds,
.propertiesPane .propertyList.inputVideo li.isShowSkipIf,
.propertiesPane .propertyList.inputVideo li.skipIfConditions{
	display: none !important;
}

.propertiesPane .propertyList.inputVideo.showGroupActions li.actionGroup,
.propertiesPane .propertyList.inputVideo.showGroupActions li.isShowRelevanceCondition,
.propertiesPane .propertyList.inputVideo.showGroupActions li.relevanceconds,
.propertiesPane .propertyList.inputVideo.showGroupActions li.isShowITE,
.propertiesPane .propertyList.inputVideo.showGroupActions li.iteConditions,
.propertiesPane .propertyList.inputVideo.showGroupActions li.isShowReadOnlyIf,
.propertiesPane .propertyList.inputVideo.showGroupActions li.readOnlyIfConditions,
.propertiesPane .propertyList.inputVideo.showGroupActions li.isShowSkipCondition,
.propertiesPane .propertyList.inputVideo.showGroupActions li.skipconds,
.propertiesPane .propertyList.inputVideo.showGroupActions li.isShowSkipIf,
.propertiesPane .propertyList.inputVideo.showGroupActions li.skipIfConditions{
	display: initial !important;
}

.propertiesPane .propertyList.inputVideo.showGroupAppearance li.hideSession,
.propertiesPane .propertyList.inputVideo.showGroupAppearance li.hideSessionImp,
.propertiesPane .propertyList.inputVideo.showGroupRulesPermissions li.hideSession,
.propertiesPane .propertyList.inputVideo.showGroupRulesPermissions li.hideSessionImp,
.propertiesPane .propertyList.inputVideo.showGroupActions li.hideSession,
.propertiesPane .propertyList.inputVideo.showGroupActions li.hideSessionImp{
	display: none !important;
}

.propertyList.inputVideo li.readOnlyGroup .margin-left-10,
.propertyList.inputVideo li.requiredGroup .margin-left-10,
.propertyList.inputVideo li.clearGroup .margin-left-10,
.propertyList.inputVideo li.hideMobileWebGroup .margin-left-10{
	padding-left: 10px;
	max-width: 259px;
}

.propertyList.actionKind_button li.kind,
.propertyList.actionKind_button li.actionBtnText,
.propertyList.actionKind_button li.hintLink,
.propertyList.actionKind_button li.imageText,
.propertyList.actionKind_button li.imageSize,
.propertyList.actionKind_button li.hideButtonAfterClick{
	display: initial !important;
}

.propertyList.actionKind_button li.autoActionStampTrigger,
.propertyList.actionKind_button li.autoActionStampQuestionTrigger,
.propertyList.actionKind_button li.autoRunTrigger,
.propertyList.actionKind_button li.autoRunQuestionTrigger{
	display: none !important;
}

.propertyList.actionKind_autoRun li.kind,
.propertyList.actionKind_autoRun li.actionBtnText,
.propertyList.actionKind_autoRun li.hintLink,
.propertyList.actionKind_autoRun li.imageText,
.propertyList.actionKind_autoRun li.imageSize,
.propertyList.actionKind_autoRun li.hideButtonAfterClick{
	display: none !important;
}

.propertyList.actionKind_autoRun li.autoActionStampTrigger,
.propertyList.actionKind_autoRun li.autoActionStampQuestionTrigger{
	display: initial !important;
}

.propertiesPane .propertyList.inputAction li.actionDestinationData .actionDestinationFillEditor h4{
	display: none !important;
}

.propertyList .lookupRetrieveModifyFieldEditorValueField.action_clear .clearactionselected{
	display: none !important;
}

.propertyList fieldset{
	border-width: 2px !important;
    border-style: groove !important;
    border-color: threedface !important;
    border-image: initial !important;
	max-width: 270px;
    box-sizing: border-box;
}

.propertyList .not-use-fieldset fieldset{
	border: 0 !important;
}

.propertyList .uiText fieldset input,
.propertyList .text fieldset input,
.propertyList .barcodeDefaultField fieldset input,
.propertyList .lookupDefaultField fieldset input,
.propertyList .forwardDefaultField fieldset input,
.propertyList .dateDefaultField fieldset input,
.propertyList .numericDefaultField fieldset input,
.propertyList .uploadImage fieldset input[type=text],
.propertyList .decimalPlace fieldset input,
.propertyList .lookupTable fieldset select,
.propertyList .lookupField fieldset select,
.propertyList .enumeration fieldset select,
.propertyList .storeIdField fieldset select,
.propertyList .aisleColumn fieldset select,
.propertyList .aisleValue fieldset select,
.propertyList .choice fieldset select,
.propertyList .replaceRepeatableHeaderWithField fieldset select,
.propertyList .replaceRepeatableHeaderWithField fieldset select{
	border: none !important;
	outline: none !important;
}

.propertyList .decimalPlace fieldset input,
.propertyList .replaceRepeatableHeaderWithField fieldset select,
.propertyList .enumeration fieldset select{
	width: 100%;
}

.propertyList .not-use-fieldset fieldset input,
.propertyList .not-use-fieldset fieldset select{
	border: 1px inset !important;
	outline: initial !important;
}

.propertyList fieldset legend{
	margin-left: 10px;
	padding: 5px 5px 0px 5px;;
}

.propertyList fieldset legend h4,
.propertyList fieldset legend h5{
	margin-top: -10px;
}

.propertyList .showGroupFormat,
.propertyList .showGroupAppearance,
.propertyList .showGroupRulesPermissions,
.propertyList .showGroupActions{
	padding: 5px 0px;
}

.propertyList .showGroupFormat .sliderOnOff,
.propertyList .showGroupAppearance .sliderOnOff,
.propertyList .showGroupRulesPermissions .sliderOnOff,
.propertyList .showGroupActions .sliderOnOff{
    background-image: url("/images/slider_off_p.png");
    background-size: 270px 28.8px;
}

.propertyList .showGroupFormat .sliderOnOff.expand-prop,
.propertyList .showGroupAppearance .sliderOnOff.expand-prop,
.propertyList .showGroupRulesPermissions .sliderOnOff.expand-prop,
.propertyList .showGroupActions .sliderOnOff.expand-prop{
    background-image: url("/images/slider_on_p.png");
    background-size: 270px 28.8px;
}

.toolPalette .toolBarGroupName{
	background-image: url("/images/slider_off.png");
	background-size: 143.2px 20px;
	color: white;
    padding-left: 5px;
}

.propertyList .showGroupFormat .sliderOnOff h4,
.propertyList .showGroupAppearance .sliderOnOff h4,
.propertyList .showGroupRulesPermissions .sliderOnOff h4,
.propertyList .showGroupActions .sliderOnOff h4,
.propertyList .showGroupFormat .sliderOnOff.expand-prop h4,
.propertyList .showGroupAppearance .sliderOnOff.expand-prop h4,
.propertyList .showGroupRulesPermissions .sliderOnOff.expand-prop h4,
.propertyList .showGroupActions .sliderOnOff.expand-prop h4{
    color: white;
	font-weight: bold;
    padding: 5px 5px 5px 5px;
	width: initial !important;
}

.propertyList .showGroupFormat .sliderOnOff .onOffSwitch,
.propertyList .showGroupAppearance .sliderOnOff .onOffSwitch,
.propertyList .showGroupRulesPermissions .sliderOnOff .onOffSwitch,
.propertyList .showGroupActions .sliderOnOff .onOffSwitch,
.propertyList .showGroupFormat .sliderOnOff.expand-prop .onOffSwitch,
.propertyList .showGroupAppearance .sliderOnOff.expand-prop .onOffSwitch,
.propertyList .showGroupRulesPermissions .sliderOnOff.expand-prop .onOffSwitch,
.propertyList .showGroupActions .sliderOnOff.expand-prop .onOffSwitch{
    display: none;
}

.propertyList .showGroupFormat .sliderOnOff .info_msg,
.propertyList .showGroupAppearance .sliderOnOff .info_msg,
.propertyList .showGroupRulesPermissions .sliderOnOff .info_msg,
.propertyList .showGroupActions .sliderOnOff .info_msg,
.propertyList .showGroupFormat .sliderOnOff.expand-prop .info_msg,
.propertyList .showGroupAppearance .sliderOnOff.expand-prop .info_msg,
.propertyList .showGroupRulesPermissions .sliderOnOff.expand-prop .info_msg,
.propertyList .showGroupActions .sliderOnOff.expand-prop .info_msg{
	float: left !important;
	width: 11px !important;
}

.propertyList .showGroupFormat .sliderOnOff .info_msg img,
.propertyList .showGroupAppearance .sliderOnOff .info_msg img,
.propertyList .showGroupRulesPermissions .sliderOnOff .info_msg img,
.propertyList .showGroupActions .sliderOnOff .info_msg img,
.propertyList .showGroupFormat .sliderOnOff.expand-prop .info_msg img,
.propertyList .showGroupAppearance .sliderOnOff.expand-prop .info_msg img,
.propertyList .showGroupRulesPermissions .sliderOnOff.expand-prop .info_msg img,
.propertyList .showGroupActions .sliderOnOff.expand-prop .info_msg img{
	width: 11px !important;
}

.propertyList .bool_grp input,
.propertyList .ptouch_bool_grp input{
	float: right !important;
}
.propertyList .bool_grp label,
.propertyList .ptouch_bool_grp label{
	float: left !important;
	color: #36617c !important;
}

.propertyList .kbIconGroup .bool_grp label,
.propertyList .kbIconGroup .bool_grp input,
.propertyList .openKBGroup .bool_grp label,
.propertyList .openKBGroup .bool_grp input,
.propertyList.inputLookup .displayGroup .bool_grp label,
.propertyList.inputLookup .displayGroup .bool_grp input,
.propertyList.inputLFBluetooth .displayGroup .bool_grp label,
.propertyList.inputLFBluetooth .displayGroup .bool_grp input,
.propertyList .removeSpaceGroup .bool_grp label,
.propertyList .removeSpaceGroup .bool_grp input{
	float: left !important;
}

.propertyList.inputEmailReport .phoneFormatKind,
.propertyList.inputText .phoneFormatKind{
	clear: both;
}

.propertyList.inputText .customFormatTextChar,
.propertyList.inputText .customFormatNumChar{
	padding-left: 0px !important;
}

.propertyList.inputText .editorList .customFormatTextChar.across .editorTextfield,
.propertyList.inputText .editorList .customFormatNumChar.across .editorTextfield{
	margin-left: 0px !important;
}

.propertyList fieldset div.propertyHeaderInfo{
	display: none;
}

.propertyList .imgActionStatusCtrl legend,
.propertyList .imgActionMobileNumber legend,
.propertyList .imgActionMobileNumberCtrl legend,
.propertyList .imgActionMessageCtrl legend,
.propertyList .imgActionMessage legend{
	display: none;
}

.propertyList fieldset legend .iconInfo {
	width: 11px;
	float: left;
	margin-top: -5px;
	padding-top: 0px !important;
    padding-left: 5px;
}

.propertyList fieldset legend .iconInfo img{
	width: 11px !important;
}

.propertyList li.buttonGroup .actionBtnText,
.propertyList li.buttonGroup .actionBtnText fieldset,
.propertyList li.buttonGroup .imageText,
.propertyList li.buttonGroup .imageText fieldset,
.propertyList li.buttonGroup .hintLink .editorTextfield,
.propertyList div.ofDispatchCaptionText,
.propertyList div.ofDispatchCaptionText fieldset,
.propertyList.ctrlTable li.rowValSource .rowValSourceEditor,
.propertyList.ctrlTable li.rowValSource .rowValSourceEditor fieldset {
	width: 250px;
}

.propertyList li.buttonGroup .actionBtnText fieldset input,
.propertyList li.buttonGroup .imageText fieldset input,
.propertyList div.ofDispatchCaptionText fieldset input{
	width: 100% !important;
}

.propertyList .collapse_expand_ctrl{
	cursor: pointer;
}

.propertyList li,
.propertyList li div{
	max-width: 270px;
}

.propertyList li.range .chkGroup,
.propertyList li.length .chkGroup{
	width: 100%;
}

.propertyList li.range .chkGroup input,
.propertyList li.length .chkGroup input{
	float: right;
}

.propertyList li.range .chkGroup h4,
.propertyList li.length .chkGroup h4{
	float: left;
	color: #36617c !important;
}

.propertyList .textLoop .up-down-button,
.propertyList .decimalPlace .up-down-button,
.propertyList .numericGTZero .up-down-button,
.propertyList .spinStep .up-down-button{
	display: none;
}

.propertyList .textLoop.show-up-down .editorTextfield,
.propertyList .decimalPlace.show-up-down .editorTextfield,
.propertyList .numericGTZero.show-up-down .editorTextfield,
.propertyList .spinStep.show-up-down .editorTextfield{
	width: 47px !important;
	margin-top: 0px !important;
    height: 26px !important;
}

.propertyList li.radius .spinStep.show-up-down .editorTextfield,
.propertyList li.sendDispatchAfter .spinStep.show-up-down .editorTextfield{
	width: 67px !important;
}
.propertyList li.loop .textLoop.show-up-down .editorTextfield
,.propertyList li.maxLoop .textLoop.show-up-down .editorTextfield{
	width: 87px !important;
}

.propertyList .textLoop.show-up-down .up-down-button,
.propertyList .decimalPlace.show-up-down .up-down-button,
.propertyList .numericGTZero.show-up-down .up-down-button,
.propertyList .spinStep.show-up-down .up-down-button{
	float: left;
    width: 17px;
    margin-left: -20px;
    margin-top: 3px;
	display: initial;
}

.propertyList .textLoop.show-up-down .up-down-button img,
.propertyList .decimalPlace.show-up-down .up-down-button img,
.propertyList .numericGTZero.show-up-down .up-down-button img,
.propertyList .spinStep.show-up-down .up-down-button img{
	cursor: pointer;
}

.propertyList label span,
.propertyList .bool_grp label,
.propertyList .chkGroup label,
.propertyList .chkGroup input[type="checkbox"] + label,
.propertyList .chkGroup11 label,
.propertyList .shadedHeadings div,
.propertyList .answerColor div,
.propertyList .shadedButton div,
.propertyList .parseParam label,
.propertyList .property_group .editorList label,
.propertyList .ignoreScanIfSession span,
.propertyList .parsingInfo .parseRow .colName,
.propertyList .cover_sheet span label,
.propertiesPane .propertyList.inputForward li.length h4,
.propertiesPane .propertyList.inputText li.length h4,
.propertiesPane .propertyList.inputNFC li.length h4,
.propertyList .cannotExceedMaximumSession,
.propertyList .customErrorMessageChkSession div{
	color: #36617c !important;
}

.propertyList .hyperlinkLearnMoreCustomTemplate img{
	width: 11px !important;
    margin-top: 5px;
    margin-right: 5px;
}

.propertyList .sliderOnOff .hyperlinkLearnMoreCustomTemplate img{
    margin: 0px !important;
}

.propertyList .customErrorMessageChkSession .iconInfo,
.propertyList .iconInfo,
.propertyList .info_msg,
.propertyList .enumeration_radio .iconInfo,
.propertyList .ignoreScanIfSession .iconInfo,
.propertyList .bool + .iconInfo{
    float: left !important;
    width: 11px !important;
    padding-left: 5px !important;
}

.propertyList .iconInfo img,
.propertyList .bool + .iconInfo img,
.propertyList .ignoreScanIfSession .iconInfo img,
.propertyList .info_msg img,
.propertyList .enumeration_radio .iconInfo img{
	width: 11px !important;
}


.propertyList .report_setting_buildform_2 .info_msg img,
.propertyList .cover_sheet .info_msg img,
.propertyList .dynamic_property_group .info_msg img{
	padding-top: 0px !important;
}

.propertyList .kind legend h4,
.propertyList .repeatTransitionText legend h4,
.propertyList .lookupField legend h4,
.propertyList .lookupTable legend h4{
	float: left;
}

.propertyList .report_setting_buildform_2 .info_msg{
	padding-left: 10px !important;
}

.propertiesPane .propertyList.inputApproval li.justificationGroup,
.propertiesPane .propertyList.inputApproval li.removeSpaceGroup{
	display: none !important;
}

.propertiesPane .propertyList.inputApproval.showGroupAppearance li.justificationGroup,
.propertiesPane .propertyList.inputApproval.showGroupAppearance li.removeSpaceGroup{
	display: initial !important;
}

.propertiesPane .propertyList.inputApproval.showGroupAppearance li.hideSession,
.propertiesPane .propertyList.inputApproval.showGroupAppearance li.hideSessionImp{
	display: none !important;
}

.propertiesPane .hasCustomEmailBody .chkGroup,
.propertiesPane .hasCustomEmailSubject .chkGroup,
.propertiesPane .isAllowEditOption .chkGroup,
.propertiesPane .isAllowManualEntry .chkGroup,
.propertiesPane .displayImage .chkGroup{
	width: 100% !important;
}

.propertiesPane .hasCustomEmailBody .chkGroup input,
.propertiesPane .hasCustomEmailSubject .chkGroup input,
.propertiesPane .isAllowEditOption .chkGroup input,
.propertiesPane .isAllowManualEntry .chkGroup input,
.propertiesPane .displayImage .chkGroup input{
	float: right !important;
}

.propertiesPane .hasCustomEmailBody .chkGroup label,
.propertiesPane .hasCustomEmailSubject .chkGroup label,
.propertiesPane .isAllowEditOption .chkGroup label,
.propertiesPane .isAllowManualEntry .chkGroup label,
.propertiesPane .displayImage .chkGroup label{
	float: left !important;
}

.propertiesPane .propertyList.ctrlTable .adjustWidth p,
.propertiesPane .propertyList.ctrlGrid .adjustWidthNormal p,
.propertiesPane .propertyList.gridTypeNormal .adjustWidthNormal p,
.propertiesPane .propertyList.ctrlTable .adjustWidthNormal p,
.propertiesPane .propertyList.ctrlRepeatableSummary .adjustWidth p,
.propertiesPane .propertyList.ctrlRepeatableSummary .adjustWidthNormal p{
	display: initial !important;
}

.propertiesPane .propertyList.ctrlGrid .adjustWidthNormal select,
.propertiesPane .propertyList.gridTypeNormal .adjustWidthNormal select,
.propertiesPane .propertyList.ctrlTable .adjustWidthNormal select,
.propertiesPane .propertyList.ctrlRepeatableSummary .adjustWidthNormal select{
	width: auto !important;
	border: 1px inset !important;
	outline: 1px inset !important;
}

.propertiesPane .propertyList.inputFacingTable li.length{
	display: none !important;
}

.propertiesPane .propertyList.inputFacingTable.showGroupFormat li.length {
	display: initial !important;
}

.propertiesPane .propertyList.inputFacingTable li.justificationGroup,
.propertiesPane .propertyList.inputFacingTable li.apperance,
.propertiesPane .propertyList.inputFacingTable li.apperance h4,
.propertiesPane .propertyList.inputFacingTable li.apperance a.apperanceInfo,
.propertiesPane .propertyList.inputFacingTable li.shadedHeadings,
.propertiesPane .propertyList.inputFacingTable li.shadedButton,
.propertiesPane .propertyList.inputFacingTable li.removeAnswerBorder,
.propertiesPane .propertyList.inputFacingTable li.answerColor,
.propertiesPane .propertyList.inputFacingTable li.turnOffSelectionOutline,
.propertiesPane .propertyList.inputFacingTable li.removeSpaceGroup{
	display: none !important;
}

.propertiesPane .propertyList.inputFacingTable.showGroupAppearance li.justificationGroup,
.propertiesPane .propertyList.inputFacingTable.showGroupAppearance li.apperance,
.propertiesPane .propertyList.inputFacingTable.showGroupAppearance li.shadedHeadings,
.propertiesPane .propertyList.inputFacingTable.showGroupAppearance li.shadedButton,
.propertiesPane .propertyList.inputFacingTable.showGroupAppearance li.removeAnswerBorder,
.propertiesPane .propertyList.inputFacingTable.showGroupAppearance li.answerColor,
.propertiesPane .propertyList.inputFacingTable.showGroupAppearance li.turnOffSelectionOutline,
.propertiesPane .propertyList.inputFacingTable.showGroupAppearance li.removeSpaceGroup{
	display: initial !important;
}

.propertiesPane .propertyList.inputFacingTable li.readOnlyGroup,
.propertiesPane .propertyList.inputFacingTable li.requiredGroup,
.propertiesPane .propertyList.inputFacingTable li.clearGroup,
.propertiesPane .propertyList.inputFacingTable li.hideMobileWebGroup{
	display: none !important;
}

.propertiesPane .propertyList.inputFacingTable.showGroupRulesPermissions li.readOnlyGroup,
.propertiesPane .propertyList.inputFacingTable.showGroupRulesPermissions li.requiredGroup,
.propertiesPane .propertyList.inputFacingTable.showGroupRulesPermissions li.clearGroup,
.propertiesPane .propertyList.inputFacingTable.showGroupRulesPermissions li.hideMobileWebGroup  {
	display: initial !important;
}

.propertiesPane .propertyList.inputFacingTable li.actionGroup,
.propertiesPane .propertyList.inputFacingTable li.actionGroup h4,
.propertiesPane .propertyList.inputFacingTable li.isShowRelevanceCondition,
.propertiesPane .propertyList.inputFacingTable li.relevanceconds,
.propertiesPane .propertyList.inputFacingTable li.isShowITE,
.propertiesPane .propertyList.inputFacingTable li.iteConditions,
.propertiesPane .propertyList.inputFacingTable li.isShowReadOnlyIf,
.propertiesPane .propertyList.inputFacingTable li.readOnlyIfConditions,
.propertiesPane .propertyList.inputFacingTable li.isShowSkipCondition,
.propertiesPane .propertyList.inputFacingTable li.skipconds,
.propertiesPane .propertyList.inputFacingTable li.isShowSkipIf,
.propertiesPane .propertyList.inputFacingTable li.skipIfConditions{
	display: none !important;
}

.propertiesPane .propertyList.inputFacingTable.showGroupActions li.actionGroup,
.propertiesPane .propertyList.inputFacingTable.showGroupActions li.isShowRelevanceCondition,
.propertiesPane .propertyList.inputFacingTable.showGroupActions li.relevanceconds,
.propertiesPane .propertyList.inputFacingTable.showGroupActions li.isShowITE,
.propertiesPane .propertyList.inputFacingTable.showGroupActions li.iteConditions,
.propertiesPane .propertyList.inputFacingTable.showGroupActions li.isShowReadOnlyIf,
.propertiesPane .propertyList.inputFacingTable.showGroupActions li.readOnlyIfConditions,
.propertiesPane .propertyList.inputFacingTable.showGroupActions li.isShowSkipCondition,
.propertiesPane .propertyList.inputFacingTable.showGroupActions li.skipconds,
.propertiesPane .propertyList.inputFacingTable.showGroupActions li.isShowSkipIf,
.propertiesPane .propertyList.inputFacingTable.showGroupActions li.skipIfConditions{
	display: initial !important;
}

.propertiesPane .propertyList.inputFacingTable.showGroupFormat li.hideSession,
.propertiesPane .propertyList.inputFacingTable.showGroupFormat li.hideSessionImp,
.propertiesPane .propertyList.inputFacingTable.showGroupAppearance li.hideSession,
.propertiesPane .propertyList.inputFacingTable.showGroupAppearance li.hideSessionImp,
.propertiesPane .propertyList.inputFacingTable.showGroupRulesPermissions li.hideSession,
.propertiesPane .propertyList.inputFacingTable.showGroupRulesPermissions li.hideSessionImp,
.propertiesPane .propertyList.inputFacingTable.showGroupActions li.hideSession,
.propertiesPane .propertyList.inputFacingTable.showGroupActions li.hideSessionImp{
	display: none !important;
}

.propertyList.inputFacingTable li.readOnlyGroup .margin-left-10,
.propertyList.inputFacingTable li.requiredGroup .margin-left-10,
.propertyList.inputFacingTable li.clearGroup .margin-left-10,
.propertyList.inputFacingTable li.hideMobileWebGroup .margin-left-10{
	padding-left: 10px;
	max-width: 259px;
}

.propertiesPane .podOptionsGroup .editorList .bool_grp input,
.propertiesPane .podOptionsGroup .editorList .bool_grp label,
.propertiesPane .inputNumeric .negativeGroup .editorList .bool_grp input,
.propertiesPane .inputNumeric .negativeGroup .editorList .bool_grp label,
.propertiesPane .inputNumeric .securityGroup .editorList .bool_grp input,
.propertiesPane .inputNumeric .securityGroup .editorList .bool_grp label
{
	float: left !important;
}

.propertyList .replaceRepeatableHeaderWith .not-use-fieldset fieldset select,
.propertyList .applyScreenSize .not-use-fieldset fieldset select,
.propertyList .adjustWidth .not-use-fieldset fieldset select,
.propertyList .ignoreScreenSize .not-use-fieldset fieldset select,
.propertyList .ignoreAcrossScreenSize .not-use-fieldset fieldset select{
	width: auto !important;
}

.propertiesPane .propertyList.ctrlPOD li.justificationGroup,
.propertiesPane .propertyList.ctrlPOD li.apperance,
.propertiesPane .propertyList.ctrlPOD li.apperance h4,
.propertiesPane .propertyList.ctrlPOD li.apperance a.apperanceInfo,
.propertiesPane .propertyList.ctrlPOD li.shadedHeadings,
.propertiesPane .propertyList.ctrlPOD li.shadedButton,
.propertiesPane .propertyList.ctrlPOD li.removeAnswerBorder,
.propertiesPane .propertyList.ctrlPOD li.answerColor,
.propertiesPane .propertyList.ctrlPOD li.turnOffSelectionOutline,
.propertiesPane .propertyList.ctrlPOD li.removeSpaceGroup,
.propertiesPane .propertyList.ctrlPOD li.shadedRow,
.propertiesPane .propertyList.ctrlPOD li.shadedKind{
	display: none !important;
}

.propertiesPane .propertyList.ctrlPOD.showGroupAppearance li.justificationGroup,
.propertiesPane .propertyList.ctrlPOD.showGroupAppearance li.apperance,
.propertiesPane .propertyList.ctrlPOD.showGroupAppearance li.shadedHeadings,
.propertiesPane .propertyList.ctrlPOD.showGroupAppearance li.shadedButton,
.propertiesPane .propertyList.ctrlPOD.showGroupAppearance li.removeAnswerBorder,
.propertiesPane .propertyList.ctrlPOD.showGroupAppearance li.answerColor,
.propertiesPane .propertyList.ctrlPOD.showGroupAppearance li.turnOffSelectionOutline,
.propertiesPane .propertyList.ctrlPOD.showGroupAppearance li.removeSpaceGroup,
.propertiesPane .propertyList.ctrlPOD.showGroupAppearance li.shadedRow,
.propertiesPane .propertyList.ctrlPOD.showGroupAppearance li.shadedKind{
	display: initial !important;
}

.propertiesPane .propertyList.ctrlPOD li.readOnlyGroup,
.propertiesPane .propertyList.ctrlPOD li.requiredGroup,
.propertiesPane .propertyList.ctrlPOD li.clearGroup,
.propertiesPane .propertyList.ctrlPOD li.hideMobileWebGroup{
	display: none !important;
}

.propertiesPane .propertyList.ctrlPOD.showGroupRulesPermissions li.readOnlyGroup,
.propertiesPane .propertyList.ctrlPOD.showGroupRulesPermissions li.requiredGroup,
.propertiesPane .propertyList.ctrlPOD.showGroupRulesPermissions li.clearGroup,
.propertiesPane .propertyList.ctrlPOD.showGroupRulesPermissions li.hideMobileWebGroup  {
	display: initial !important;
}

.propertiesPane .propertyList.ctrlPOD li.actionGroup,
.propertiesPane .propertyList.ctrlPOD li.actionGroup h4,
.propertiesPane .propertyList.ctrlPOD li.isShowRelevanceCondition,
.propertiesPane .propertyList.ctrlPOD li.relevanceconds,
.propertiesPane .propertyList.ctrlPOD li.isShowITE,
.propertiesPane .propertyList.ctrlPOD li.iteConditions,
.propertiesPane .propertyList.ctrlPOD li.isShowReadOnlyIf,
.propertiesPane .propertyList.ctrlPOD li.readOnlyIfConditions,
.propertiesPane .propertyList.ctrlPOD li.isShowSkipCondition,
.propertiesPane .propertyList.ctrlPOD li.skipconds,
.propertiesPane .propertyList.ctrlPOD li.isShowSkipIf,
.propertiesPane .propertyList.ctrlPOD li.skipIfConditions{
	display: none !important;
}

.propertiesPane .propertyList.ctrlPOD.showGroupActions li.actionGroup,
.propertiesPane .propertyList.ctrlPOD.showGroupActions li.isShowRelevanceCondition,
.propertiesPane .propertyList.ctrlPOD.showGroupActions li.relevanceconds,
.propertiesPane .propertyList.ctrlPOD.showGroupActions li.isShowITE,
.propertiesPane .propertyList.ctrlPOD.showGroupActions li.iteConditions,
.propertiesPane .propertyList.ctrlPOD.showGroupActions li.isShowReadOnlyIf,
.propertiesPane .propertyList.ctrlPOD.showGroupActions li.readOnlyIfConditions,
.propertiesPane .propertyList.ctrlPOD.showGroupActions li.isShowSkipCondition,
.propertiesPane .propertyList.ctrlPOD.showGroupActions li.skipconds,
.propertiesPane .propertyList.ctrlPOD.showGroupActions li.isShowSkipIf,
.propertiesPane .propertyList.ctrlPOD.showGroupActions li.skipIfConditions{
	display: initial !important;
}

.propertiesPane .propertyList.ctrlPOD.showGroupAppearance li.hideSession,
.propertiesPane .propertyList.ctrlPOD.showGroupAppearance li.hideSessionImp,
.propertiesPane .propertyList.ctrlPOD.showGroupRulesPermissions li.hideSession,
.propertiesPane .propertyList.ctrlPOD.showGroupRulesPermissions li.hideSessionImp,
.propertiesPane .propertyList.ctrlPOD.showGroupActions li.hideSession,
.propertiesPane .propertyList.ctrlPOD.showGroupActions li.hideSessionImp{
	display: none !important;
}

.propertiesPane .propertyList.inputShipping li.isShowRelevanceCondition,
.propertiesPane .propertyList.inputShipping li.relevanceconds{
	display: none !important;
}

.propertiesPane .propertyList.inputShipping.showGroupActions li.isShowRelevanceCondition,
.propertiesPane .propertyList.inputShipping.showGroupActions li.relevanceconds{
	display: initial !important;
}

.propertyList.ctrlPOD li.readOnlyGroup .margin-left-10,
.propertyList.ctrlPOD li.requiredGroup .margin-left-10,
.propertyList.ctrlPOD li.clearGroup .margin-left-10,
.propertyList.ctrlPOD li.hideMobileWebGroup .margin-left-10{
	padding-left: 10px;
	max-width: 259px;
}

.propertyList.inputDate .useInterval .useIntervalChild {
	margin-top: -6px;
}

.propertyList.inputDate .advancedFormat .chkGroup,
.propertyList.inputDate .validateValue .chkGroup,
.propertyList.inputNumeric .validateValue .chkGroup{
	float: left;
}

.propertyList.inputLocation .zoomLevel select{
	width: 100% !important;
}

.propertiesPane .propertyList.ctrlTable li.isVariableNumberRow .chkGroup,
.propertiesPane .propertyList.ctrlTable li.autoAddNewRow .chkGroup,
.propertiesPane .propertyList.ctrlTable li.requiredRows .chkGroup,
.propertiesPane .propertyList.ctrlTable li.isRowSequenceDisplay .chkGroup,
.propertiesPane .propertyList.ctrlTable li.isRowCountDisplay .chkGroup,
.propertiesPane .propertyList.ctrlTable li.isUseVerticalCaption .chkGroup,
.propertiesPane .propertyList.ctrlTable li.isVerifyDuplicate .chkGroup,
.propertiesPane .propertyList.ctrlTable li.usechecklist .chkGroup,
.propertiesPane .propertyList.ctrlTable li.isShowAllWhenFilterQuesBlank .chkGroup,
.propertiesPane .propertyList.ctrlTable li.isShowDuplicateValue .chkGroup,
.propertiesPane .propertyList.ctrlTable li.jumpOverChkLst .chkGroup,
.propertiesPane .propertyList.inputTrends li.useCurrentcySymbol .chkGroup,
.propertiesPane .propertyList.inputDate li.showNowBtn .chkGroup,
.propertiesPane .propertyList.inputDate li.autoStamp .chkGroup,
.propertiesPane .propertyList.inputDate li.keyboardOnly .chkGroup,
.propertiesPane .propertyList.inputDate li.advancedFormat .chkGroup,
.propertiesPane .propertyList.inputDate li.isAllowEdit .chkGroup,
.propertiesPane .propertyList.inputDate li.useCalendarView .chkGroup,
.propertiesPane .propertyList.inputDate li.showSeconds .chkGroup,
.propertiesPane .propertyList.inputDate li.militaryTime .chkGroup,
.propertiesPane .propertyList.inputDate li.isVerifyTime .chkGroup,
.propertiesPane .propertyList.inputLocation li.autoStamp .chkGroup,
.propertiesPane .propertyList.inputLocation li.showGPSInfo .chkGroup,
.propertiesPane .propertyList.inputLocation li.showAsDecimal .chkGroup,
.propertiesPane .propertyList.inputLocation li.isVerifyAddress .chkGroup,
.propertiesPane .propertyList.inputLocation li.isGetAddress .chkGroup,
.propertiesPane .propertyList.inputLocation li.hasGPSDestination .chkGroup,
.propertiesPane .propertyList.inputLocation li.dispMapInMobile .chkGroup,
.propertiesPane .propertyList.inputLocation li.dispMapInReport .chkGroup,
.propertiesPane .propertyList.inputLocation li.isAllowEdit .chkGroup,
.propertiesPane .propertyList.inputNumeric li.suppressKeyboard .bool_grp,
.propertiesPane .propertyList.inputNumeric li.useCurrentcySymbol .chkGroup,
.propertiesPane .propertyList.inputNumeric li.isShowComma .chkGroup,
.propertiesPane .propertyList.inputNumeric li.validateValue .chkGroup,
.propertiesPane .propertyList.inputSignature li.isAllowEditOption .chkGroup,
.propertiesPane .propertyList.inputSignature li.isBulkSignature .chkGroup,
.propertiesPane .propertyList.inputImage li.isAllowEdit .chkGroup,
.propertiesPane .propertyList.inputImage li.allowImgSel .chkGroup,
.propertiesPane .propertyList.inputSketch li.isShowAdvanceToolbar .chkGroup,
.propertiesPane .propertyList.inputSketch li.isAllowReplace .chkGroup,
.propertiesPane .propertyList.inputSketch li.isAllowClear .chkGroup,
.propertiesPane .propertyList.inputScoreSummary li.showDecimalValue .chkGroup,
.propertiesPane .propertyList.inputDate li.grayCaption .chkGroup,
.propertiesPane .propertyList.inputDate li.useInterval .chkGroup {
	width: 100%;
}

.propertiesPane .propertyList.ctrlTable li.isVariableNumberRow .chkGroup input,
.propertiesPane .propertyList.ctrlTable li.autoAddNewRow .chkGroup input,
.propertiesPane .propertyList.ctrlTable li.requiredRows .chkGroup input,
.propertiesPane .propertyList.ctrlTable li.isRowSequenceDisplay .chkGroup input,
.propertiesPane .propertyList.ctrlTable li.isRowCountDisplay .chkGroup input,
.propertiesPane .propertyList.ctrlTable li.isUseVerticalCaption .chkGroup input,
.propertiesPane .propertyList.ctrlTable li.isVerifyDuplicate .chkGroup input,
.propertiesPane .propertyList.ctrlTable li.usechecklist .chkGroup input,
.propertiesPane .propertyList.ctrlTable li.isShowAllWhenFilterQuesBlank .chkGroup input,
.propertiesPane .propertyList.ctrlTable li.isShowDuplicateValue .chkGroup input,
.propertiesPane .propertyList.ctrlTable li.jumpOverChkLst .chkGroup input,
.propertiesPane .propertyList.inputTrends li.useCurrentcySymbol .chkGroup input,
.propertiesPane .propertyList.inputDate li.showNowBtn .chkGroup input,
.propertiesPane .propertyList.inputDate li.autoStamp .chkGroup input,
.propertiesPane .propertyList.inputDate li.keyboardOnly .chkGroup input,
.propertiesPane .propertyList.inputDate li.advancedFormat .chkGroup input,
.propertiesPane .propertyList.inputDate li.isAllowEdit .chkGroup input,
.propertiesPane .propertyList.inputDate li.useCalendarView .chkGroup input,
.propertiesPane .propertyList.inputDate li.showSeconds .chkGroup input,
.propertiesPane .propertyList.inputDate li.militaryTime .chkGroup input,
.propertiesPane .propertyList.inputDate li.isVerifyTime .chkGroup input,
.propertiesPane .propertyList.inputLocation li.autoStamp .chkGroup input,
.propertiesPane .propertyList.inputLocation li.showGPSInfo .chkGroup input,
.propertiesPane .propertyList.inputLocation li.showAsDecimal .chkGroup input,
.propertiesPane .propertyList.inputLocation li.isVerifyAddress .chkGroup input,
.propertiesPane .propertyList.inputLocation li.isGetAddress .chkGroup input,
.propertiesPane .propertyList.inputLocation li.hasGPSDestination .chkGroup input,
.propertiesPane .propertyList.inputLocation li.dispMapInMobile .chkGroup input,
.propertiesPane .propertyList.inputLocation li.dispMapInReport .chkGroup input,
.propertiesPane .propertyList.inputLocation li.isAllowEdit .chkGroup input,
.propertiesPane .propertyList.inputNumeric li.suppressKeyboard .bool_grp input,
.propertiesPane .propertyList.inputNumeric li.useCurrentcySymbol .chkGroup input,
.propertiesPane .propertyList.inputNumeric li.isShowComma .chkGroup input,
.propertiesPane .propertyList.inputNumeric li.validateValue .chkGroup input,
.propertiesPane .propertyList.inputSignature li.isAllowEditOption .chkGroup input,
.propertiesPane .propertyList.inputSignature li.isBulkSignature .chkGroup input,
.propertiesPane .propertyList.inputImage li.isAllowEdit .chkGroup input,
.propertiesPane .propertyList.inputImage li.allowImgSel .chkGroup input,
.propertiesPane .propertyList.inputSketch li.isShowAdvanceToolbar .chkGroup input,
.propertiesPane .propertyList.inputSketch li.isAllowReplace .chkGroup input,
.propertiesPane .propertyList.inputSketch li.isAllowClear .chkGroup input,
.propertiesPane .propertyList.inputScoreSummary li.showDecimalValue .chkGroup input,
.propertiesPane .propertyList.inputEmailReport li.coverSheet span input,
.propertiesPane .propertyList.inputDate li.grayCaption .chkGroup input,
.propertiesPane .propertyList.inputDate li.useInterval .chkGroup input,
.propertiesPane .propertyList.inputDate li.limitUserToIntervalValue .chkGroup input{
	float: right;
}

.propertiesPane .propertyList.ctrlTable li.isVariableNumberRow .chkGroup label,
.propertiesPane .propertyList.ctrlTable li.autoAddNewRow .chkGroup label,
.propertiesPane .propertyList.ctrlTable li.requiredRows .chkGroup label,
.propertiesPane .propertyList.ctrlTable li.isRowSequenceDisplay .chkGroup label,
.propertiesPane .propertyList.ctrlTable li.isRowCountDisplay .chkGroup label,
.propertiesPane .propertyList.ctrlTable li.isUseVerticalCaption .chkGroup label,
.propertiesPane .propertyList.ctrlTable li.isVerifyDuplicate .chkGroup label,
.propertiesPane .propertyList.ctrlTable li.usechecklist .chkGroup label,
.propertiesPane .propertyList.ctrlTable li.isShowAllWhenFilterQuesBlank .chkGroup label,
.propertiesPane .propertyList.ctrlTable li.isShowDuplicateValue .chkGroup label,
.propertiesPane .propertyList.ctrlTable li.jumpOverChkLst .chkGroup label,
.propertiesPane .propertyList.inputTrends li.useCurrentcySymbol .chkGroup label,
.propertiesPane .propertyList.inputDate li.showNowBtn .chkGroup label,
.propertiesPane .propertyList.inputDate li.autoStamp .chkGroup label,
.propertiesPane .propertyList.inputDate li.keyboardOnly .chkGroup label,
.propertiesPane .propertyList.inputDate li.advancedFormat .chkGroup label,
.propertiesPane .propertyList.inputDate li.isAllowEdit .chkGroup label,
.propertiesPane .propertyList.inputDate li.useCalendarView .chkGroup label,
.propertiesPane .propertyList.inputDate li.showSeconds .chkGroup label,
.propertiesPane .propertyList.inputDate li.militaryTime .chkGroup label,
.propertiesPane .propertyList.inputDate li.isVerifyTime .chkGroup label,
.propertiesPane .propertyList.inputLocation li.autoStamp .chkGroup label,
.propertiesPane .propertyList.inputLocation li.showGPSInfo .chkGroup label,
.propertiesPane .propertyList.inputLocation li.showAsDecimal .chkGroup label,
.propertiesPane .propertyList.inputLocation li.isVerifyAddress .chkGroup label,
.propertiesPane .propertyList.inputLocation li.isGetAddress .chkGroup label,
.propertiesPane .propertyList.inputLocation li.hasGPSDestination .chkGroup label,
.propertiesPane .propertyList.inputLocation li.dispMapInMobile .chkGroup label,
.propertiesPane .propertyList.inputLocation li.dispMapInReport .chkGroup label,
.propertiesPane .propertyList.inputLocation li.isAllowEdit .chkGroup label,
.propertiesPane .propertyList.inputNumeric li.suppressKeyboard .bool_grp label,
.propertiesPane .propertyList.inputNumeric li.useCurrentcySymbol .chkGroup label,
.propertiesPane .propertyList.inputNumeric li.isShowComma .chkGroup label,
.propertiesPane .propertyList.inputNumeric li.validateValue .chkGroup h4,
.propertiesPane .propertyList.inputSignature li.isAllowEditOption .chkGroup label,
.propertiesPane .propertyList.inputSignature li.isBulkSignature .chkGroup label,
.propertiesPane .propertyList.inputImage li.isAllowEdit .chkGroup label,
.propertiesPane .propertyList.inputImage li.allowImgSel .chkGroup label,
.propertiesPane .propertyList.inputSketch li.isShowAdvanceToolbar .chkGroup label,
.propertiesPane .propertyList.inputSketch li.isAllowReplace .chkGroup label,
.propertiesPane .propertyList.inputSketch li.isAllowClear .chkGroup label,
.propertiesPane .propertyList.inputScoreSummary li.showDecimalValue .chkGroup label,
.propertiesPane .propertyList.inputEmailReport li.coverSheet span label,
.propertiesPane .propertyList.inputDate li.grayCaption .chkGroup label,
.propertiesPane .propertyList.inputDate li.useInterval .chkGroup label,
.propertiesPane .propertyList.inputDate li.limitUserToIntervalValue .chkGroup label{
	float: left;
}

.propertiesPane .propertyList.ctrlTable li.isVariableNumberRow .iconInfo,
.propertiesPane .propertyList.ctrlTable li.autoAddNewRow .iconInfo,
.propertiesPane .propertyList.ctrlTable li.requiredRows .iconInfo,
.propertiesPane .propertyList.ctrlTable li.isRowSequenceDisplay .iconInfo,
.propertiesPane .propertyList.ctrlTable li.isRowCountDisplay .iconInfo,
.propertiesPane .propertyList.ctrlTable li.isUseVerticalCaption .iconInfo,
.propertiesPane .propertyList.ctrlTable li.isVerifyDuplicate .iconInfo,
.propertiesPane .propertyList.ctrlTable li.usechecklist .iconInfo,
.propertiesPane .propertyList.ctrlTable li.isShowAllWhenFilterQuesBlank .iconInfo,
.propertiesPane .propertyList.ctrlTable li.isShowDuplicateValue .iconInfo,
.propertiesPane .propertyList.ctrlTable li.jumpOverChkLst .iconInfo,
.propertiesPane .propertyList.inputDate li.autoStamp .iconInfo,
.propertiesPane .propertyList.inputDate li.advancedFormat .iconInfo,
.propertiesPane .propertyList.inputDate li.isVerifyTime .iconInfo,
.propertiesPane .propertyList.inputLocation li.autoStamp .iconInfo,
.propertiesPane .propertyList.inputLocation li.isVerifyAddress .iconInfo,
.propertiesPane .propertyList.inputLocation li.isGetAddress .iconInfo,
.propertiesPane .propertyList.inputLocation li.hasGPSDestination .iconInfo,
.propertiesPane .propertyList.inputNumeric li.validateValue .iconInfo,
.propertiesPane .propertyList.inputSignature li.isBulkSignature .iconInfo
{
	display: none;
}

.propertiesPane .propertyList.ctrlTable li.isVariableNumberRow div.bool,
.propertiesPane .propertyList.ctrlTable li.autoAddNewRow div.bool,
.propertiesPane .propertyList.ctrlTable li.requiredRows div.bool,
.propertiesPane .propertyList.ctrlTable li.isRowSequenceDisplay div.bool,
.propertiesPane .propertyList.ctrlTable li.isRowCountDisplay div.bool,
.propertiesPane .propertyList.ctrlTable li.isUseVerticalCaption div.bool,
.propertiesPane .propertyList.ctrlTable li.isVerifyDuplicate div.bool,
.propertiesPane .propertyList.ctrlTable li.usechecklist div.bool,
.propertiesPane .propertyList.ctrlTable li.isShowAllWhenFilterQuesBlank div.bool,
.propertiesPane .propertyList.ctrlTable li.isShowDuplicateValue div.bool,
.propertiesPane .propertyList.ctrlTable li.jumpOverChkLst div.bool,
.propertiesPane .propertyList.inputDate li.autoStamp div.bool,
.propertiesPane .propertyList.inputDate li.showSeconds div.bool,
.propertiesPane .propertyList.inputDate li.isVerifyTime div.bool,
.propertiesPane .propertyList.inputLocation li.autoStamp div.bool,
.propertiesPane .propertyList.inputLocation li.isVerifyAddress div.bool,
.propertiesPane .propertyList.inputLocation li.isAllowEdit div.bool,
.propertiesPane .propertyList.inputLocation li.isGetAddress div.bool,
.propertiesPane .propertyList.inputLocation li.hasGPSDestination div.bool,
.propertiesPane .propertyList.inputSignature li.isBulkSignature div.bool,
.propertiesPane .propertyList.inputDate li.keyboardOnly div.bool
{
	width: 270px;
}

.propertiesPane .propertyList.inputDate li.range .textRange,
.propertiesPane .propertyList.inputTrends li.range .textRange{
	padding-top: 0px !important;
}

.propertiesPane .propertyList.ctrlTable li.requiredOptionsGroup .bool_grp input,
.propertiesPane .propertyList.ctrlTable li.requiredOptionsGroup .bool_grp label,
.propertiesPane .propertyList.ctrlTable li.duplicateColumnsGroup .bool_grp input,
.propertiesPane .propertyList.ctrlTable li.duplicateColumnsGroup .bool_grp label{
	float: left !important;
}

.propertiesPane .propertyList.ctrlTable li.requiredOptionsGroup .bool_grp input,
.propertiesPane .propertyList.ctrlTable li.duplicateColumnsGroup .bool_grp input{
	margin-left: 0px;
}

.propertiesPane .propertyList.inputSelectOne li.options fieldset h4{
	float: left;
}

.propertiesPane .propertyList.inputSelectOne li.options fieldset .chkUnderlyingValue{
	padding-top: 0px;
    margin-top: -5px;
}

.propertiesPane .propertyList.inputSelectOne li.switchOption fieldset div.text{
	width: 240px;
}

.propertiesPane .propertyList.inputSelectOne li.switchOption fieldset div.text fieldset,
.propertiesPane .propertyList.inputSelectOne li.switchOption fieldset div.text fieldset input{
	width: 100% !important;
}

.propertiesPane .propertyList .hide-legend{
	padding-top: 5px;
}

.propertiesPane .propertyList .hide-legend legend{
	display: none !important;
}

.propertiesPane .propertyList li.justificationGroup fieldset,
.propertiesPane .propertyList li.imgJustify fieldset{
	border: 0 !important;
}

.propertiesPane .propertyList li.justificationGroup fieldset legend,
.propertiesPane .propertyList li.imgJustify fieldset legend{
	display: none !important;
}

.propertyList  li.justificationGroup fieldset div.propertyHeaderInfo,
.propertyList  li.imgJustify fieldset div.propertyHeaderInfo{
	display: block !important;
}

.propertyList .uploadImage br.breakIfAction{
	display: none !important;
}

.propertiesPane .propertyList.inputNumeric li.validateValue div.numericFieldRange{
	padding-top: 0px !important;
}

.propertiesPane .propertyList li.columnsSpaceType .editorSelect{
	margin-top: -5px;
}

.propertiesPane .propertyList .decPlace .decimalPlace{
	padding-top: 5px;
	width: 100%;
    clear: both;
}

.propertiesPane .propertyList .decPlace legend{
    float: left;
    margin-left: -5px;
}

.propertiesPane .propertyList .decPlace legend h4{
	margin-top: -7px !important;
}

.propertiesPane .propertyList .decPlace .makeAcross h4{
	width: auto !important;
}

.propertiesPane .propertyList .duplicateCheckField .cboDuplicateCheckField,
.propertiesPane .propertyList .duplicateCheckField .cboDuplicateCheckFieldTable{
	width: 240px;
}

.propertiesPane .propertyList.UF .isModifyOnly,
.propertiesPane .propertyList.file .isModifyOnly{
	display: none !important;
}

.propertiesPane .propertyList li.openReviewGroup .dynamic_property_group{
	clear: both;
}

.propertiesPane .propertyList .hideIfFieldsEditor h4{
	text-align: center;
} 
.propertiesPane .propertyList #editorRoute select{
	width: 249px !important;
}
.propertiesPane .propertyList li.route .addRouteStopField{
	padding-left: 10px !important;
}
.propertiesPane .propertyList li.route h5{
	width: 200px !important;
}
.actionDestinationFillEditorValueField .cboActionDestinationFillValue option.optionType_image{
	display: none !important;
}
.actionDestinationFillEditorValueField.image .cboActionDestinationFillValue option.optionType_image{
	display: initial !important;
}
li.actionDestinationData ul.actionDestinationFillList.travel_fm_minutes .actionDestinationFillEditorValueField.number .cboActionDestinationFillValue option.optionType_number_hm,
li.actionDestinationData ul.actionDestinationFillList.travel_fm_hours .actionDestinationFillEditorValueField.number .cboActionDestinationFillValue option.optionType_number_hm{
	display: initial !important;
}

li.addressType .propertyHeaderInfo{
	text-align: center;
}

li.addressType .h4{
	font-size: 1.1em;
    font-weight: normal;
}

li.maxError .not-use-fieldset legend.propertyHeaderInfo,
li.promtAfter .not-use-fieldset legend.propertyHeaderInfo{
	display: none !important;
}

li.maxError .not-use-fieldset div.propertyHeaderInfo{
	display: initial !important;
	width: 125px;
    float: left;
    padding-right: 5px;
}

li.maxError .not-use-fieldset div.propertyHeaderInfo img{
	padding-top: 10px !important;
    width: 11px;
}

li.promtAfter .not-use-fieldset div.propertyHeaderInfo{
	display: initial !important;
}

.propertiesPane ul[data-locationstype="map_coor"].inputLocation li.actionKind,
.propertiesPane ul[data-locationstype="map_coor"].inputLocation li.kind,
.propertiesPane ul[data-locationstype="map_coor"].inputLocation li.useImage,
.propertiesPane ul[data-locationstype="map_coor"].inputLocation li.hintLink,
.propertiesPane ul[data-locationstype="map_coor"].inputLocation li.actionBtnText,
.propertiesPane ul[data-locationstype="map_coor"].inputLocation li.imageText,
.propertiesPane ul[data-locationstype="map_coor"].inputLocation.actionKind_button li.actionKind,
.propertiesPane ul[data-locationstype="map_coor"].inputLocation.actionKind_button li.kind,
.propertiesPane ul[data-locationstype="map_coor"].inputLocation.actionKind_button li.useImage,
.propertiesPane ul[data-locationstype="map_coor"].inputLocation.actionKind_button li.hintLink,
.propertiesPane ul[data-locationstype="map_coor"].inputLocation.actionKind_button li.actionBtnText,
.propertiesPane ul[data-locationstype="map_coor"].inputLocation.actionKind_button li.imageText,
.propertiesPane ul[data-locationstype="map_coor"].inputLocation.showGroupActions li.hideButtonAfterClick,
.propertiesPane ul[data-locationstype="map_coor"].inputLocation.showGroupActions li.isHideIfClick,
.propertiesPane ul[data-locationstype="map_coor"].inputLocation li.hasGPSDestination,
.propertiesPane ul[data-locationstype="map_coor"].inputLocation li.destinationdata,
.propertiesPane ul[data-locationstype="map_coor"].inputLocation li.isGetAddress,
.propertiesPane ul[data-locationstype="map_coor"].inputLocation li.addressData,
.propertiesPane ul[data-locationstype="map_coor"].inputLocation li.imgJustify,
.propertiesPane ul[data-locationstype="map_coor"].inputLocation.showGroupAppearance li.imgJustify,
.propertiesPane ul[data-locationstype="map_coor"].inputLocation li.autoRunTrigger,
.propertiesPane ul[data-locationstype="map_coor"].inputLocation li.autoRunQuestionTrigger{
	display: none !important;
}

ul[data-locationstype="advanced"].inputLocation li.label,
ul[data-locationstype="advanced"].inputLocation li.hint,
.propertiesPane ul[data-locationstype="advanced"].inputLocation.showGroupFormat li.showGPSInfo,
.propertiesPane ul[data-locationstype="advanced"].inputLocation.showGroupFormat li.showAsDecimal,
.propertiesPane ul[data-locationstype="advanced"].inputLocation.showGroupFormat li.dispMapInMobile,
.propertiesPane ul[data-locationstype="advanced"].inputLocation.showGroupFormat li.dispMapInReport,
.propertiesPane ul[data-locationstype="advanced"].inputLocation.showGroupFormat li.showLat,
.propertiesPane ul[data-locationstype="advanced"].inputLocation.showGroupFormat li.showLon,
.propertiesPane ul[data-locationstype="advanced"].inputLocation.showGroupFormat li.showAcc,
.propertiesPane ul[data-locationstype="advanced"].inputLocation.showGroupFormat li.showAlt,
.propertiesPane ul[data-locationstype="advanced"].inputLocation.showGroupRulesPermissions li.readOnlyGroup,
.propertiesPane ul[data-locationstype="advanced"].inputLocation.showGroupRulesPermissions li.requiredGroup,
.propertiesPane ul[data-locationstype="advanced"].inputLocation.showGroupRulesPermissions li.clearGroup,
.propertiesPane ul[data-locationstype="advanced"].inputLocation.showGroupActions li.isShowITE,
.propertiesPane ul[data-locationstype="advanced"].inputLocation.showGroupActions li.iteConditions,
.propertiesPane ul[data-locationstype="advanced"].inputLocation.showGroupActions li.isShowReadOnlyIf,
.propertiesPane ul[data-locationstype="advanced"].inputLocation.showGroupActions li.readOnlyIfConditions,
.propertiesPane ul[data-locationstype="advanced"].inputLocation.showGroupActions li.isShowSkipCondition,
.propertiesPane ul[data-locationstype="advanced"].inputLocation.showGroupActions li.skipconds,
.propertiesPane ul[data-locationstype="advanced"].inputLocation.showGroupActions li.isShowSkipIf,
.propertiesPane ul[data-locationstype="advanced"].inputLocation.showGroupActions li.skipIfConditions,
.propertiesPane ul[data-locationstype="advanced"].inputLocation.showGroupActions li.isHideIfCmpVal,
.propertiesPane ul[data-locationstype="advanced"].inputLocation.showGroupActions li.hideIfCmpVal,
.propertiesPane ul[data-locationstype="advanced"].inputLocation li.autoStamp,
.propertiesPane ul[data-locationstype="advanced"].inputLocation li.autoStampTrigger,
.propertiesPane ul[data-locationstype="advanced"].inputLocation li.autoStampTrigger2Ques,
.propertiesPane ul[data-locationstype="advanced"].inputLocation li.autoStampTrigger4Ques,
.propertiesPane ul[data-locationstype="advanced"].inputLocation.showGroupAppearance li.justificationGroup{
	display: none !important;
}

.propertiesPane ul[data-imgactionparammap="Lat/Lon"].inputAction  li.route option[data='inputLookup_Number'],
.propertiesPane ul[data-imgactionparammap="Lat/Lon"].inputAction  li.route option[data='inputCalculate_Number'],
.propertiesPane ul[data-imgactionparammap="Lat/Lon"].inputAction  li.route option[data='inputCalculate_Date']{
	display: none !important;
}

.propertiesPane ul[data-imgactionparammap="Address"].inputAction  li.route option[data='inputLocation_Button'],
.propertiesPane ul[data-imgactionparammap="Address"].inputAction  li.route option[data='inputLocation_Image']{
	display: none !important;
}

.propertiesPane ul[data-imgactionparammap="Lat/Lon"].inputAction  li.route option[data='inputText'],
.propertiesPane ul[data-imgactionparammap="Lat/Lon"].inputAction  li.route option[data='inputLookup_String'],
.propertiesPane ul[data-imgactionparammap="Lat/Lon"].inputAction  li.route option[data='inputCalculate_String']{
	display: none !important;
}

.propertiesPane li.checklistconds select,
.propertiesPane li.checklistconds input
{
	width: 262px;
}

li.numberOfCopyType .enumeration_add_grp,
li.weekEndingDateType .enumeration_add_grp,
li.weekEndingDateType .numberOfCopyQues .enumeration_add_grp,
li.monthEndingDateType .enumeration_add_grp,
li.zebraTextDirection .enumeration_add_grp,
li.zebraPrinterPaperStyle .enumeration_add_grp,
li.iOSApp .enumeration_add_grp{
	display: block !important;
}

li.numberOfCopyType .enumeration_add_grp input,
li.numberOfCopyType .enumeration_add_grp .numberOfCopyQues fieldset,
li.weekEndingDateType .enumeration_add_grp input,
li.weekEndingDateType .enumeration_add_grp .weekEndingDateField fieldset,
li.monthEndingDateType .enumeration_add_grp input,
li.monthEndingDateType .enumeration_add_grp .monthEndingDateField fieldset,
li.zebraTextDirection .enumeration_add_grp input
li.zebraPrinterPaperStyle .enumeration_add_grp input{
	border: none !important;	
}

.propertyList.kind-time li.isSetWeekEndingDate,
.propertyList.kind-time li.endDay,
.propertyList.kind-time li.weekEndingDateType,
.propertyList.kind-time li.isSetMonthEndingDate,
.propertyList.kind-time li.monthEndingDateType{
	display: none !important;
}

.enumeration_add_grp .numberOfCopyQuesWarning p{
	color: red !important;
}

li.zebraTextDirection .enumeration_add_grp .paperLength h4,
li.zebraPrinterPaperStyle .enumeration_add_grp .zebraPagesPad h4{
	font-size: 12px !important;
    font-weight: normal !important;
	padding-left: 5px;
}

.form-loading .jqmOverlay { 
    background-color: gray !important; 
	opacity: 1 !important;
}

.ActiveSubscriptionsModules .scroll_contain {
	width: 495px;
	float: left;
	position: relative;
	overflow-y: auto;
	height: 130px;
	border: 1px solid #ccc;
}

.modalContents .ActiveSubscriptionsModules a.modalButton {
    margin-top: 10px;
}
.ActiveSubscriptionsModules .second-section-active-subscriptions,
.ActiveSubscriptionsModules .active-subscriptions{
    float: left;
    position: relative;
    width: 100%;
}
.ActiveSubscriptionsModules .line_content_subscription_header .subscription_number_header,
.ActiveSubscriptionsModules .active-subscriptions .subscription_number{
	float: left;
	width: 10%;
	white-space: nowrap;
    overflow: hidden;
    display: list-item;
}
.ActiveSubscriptionsModules .line_content_subscription_header .customer_header,
.ActiveSubscriptionsModules .active-subscriptions .customer{
	float: left;
	width: 25%;
	white-space: nowrap;
    overflow: hidden;
    display: list-item;
}
.ActiveSubscriptionsModules .line_content_subscription_header .next_billing_at_header,
.ActiveSubscriptionsModules .active-subscriptions .next_billing_at{
	float: left;
	width: 10%;
	white-space: nowrap;
    overflow: hidden;
    display: list-item;
}
.ActiveSubscriptionsModules .line_content_subscription_header .plan_code_header,
.ActiveSubscriptionsModules .active-subscriptions .plan_code{
	float: left;
	width: 10%;
	white-space: nowrap;
    overflow: hidden;
    display: list-item;
}
.ActiveSubscriptionsModules .line_content_subscription_header .description_header,
.ActiveSubscriptionsModules .active-subscriptions .description{
	float: left;
	width: 30%;
	white-space: nowrap;
    overflow: hidden;
    display: list-item;
}
.ActiveSubscriptionsModules .line_content_subscription_header .quantity_header,
.ActiveSubscriptionsModules .active-subscriptions .quantity{
	float: left;
	width: 5%;
	text-align: right;
	white-space: nowrap;
    overflow: hidden;
    display: list-item;
}
.ActiveSubscriptionsModules .line_content_subscription_header .total_header,
.ActiveSubscriptionsModules .active-subscriptions .total{
	float: left;
	width: 10%;
	text-align: right;
	white-space: nowrap;
    overflow: hidden;
    display: list-item;
}
.ActiveSubscriptionsModules .second_section_line_content_subscription_header .plan_code_header,
.ActiveSubscriptionsModules .second-section-active-subscriptions .plan_code{
	float: left;
	width: 10%;
	white-space: nowrap;
    overflow: hidden;
    display: list-item;
}
.ActiveSubscriptionsModules .second_section_line_content_subscription_header .quantity_header,
.ActiveSubscriptionsModules .second-section-active-subscriptions .quantity{
	float: left;
	width: 8%;
	text-align: right;
	white-space: nowrap;
    overflow: hidden;
    display: list-item;
}
.ActiveSubscriptionsModules .second_section_line_content_subscription_header .space_header,
.ActiveSubscriptionsModules .second-section-active-subscriptions .space{
	float: left;
	width: 23%;
	white-space: nowrap;
    overflow: hidden;
    display: list-item;
}
.ActiveSubscriptionsModules .second_section_line_content_subscription_header .license_header,
.ActiveSubscriptionsModules .second-section-active-subscriptions .license{
	float: left;
	width: 10%;
	white-space: nowrap;
    overflow: hidden;
    display: list-item;
}
.ActiveSubscriptionsModules .second_section_line_content_subscription_header .license_qty_header,
.ActiveSubscriptionsModules .second-section-active-subscriptions .license_qty{
	float: left;
	width: 8%;
	text-align: right;
	white-space: nowrap;
    overflow: hidden;
    display: list-item;
}
.ActiveSubscriptionsModules .second_section_line_content_subscription_header .interval_header,
.ActiveSubscriptionsModules .second-section-active-subscriptions .interval{
	float: left;
	width: 8%;
	white-space: nowrap;
    overflow: hidden;
    display: list-item;
}
.ActiveSubscriptionsModules .second_section_line_content_subscription_header .total_amount_header,
.ActiveSubscriptionsModules .second-section-active-subscriptions .total_amount{
	float: left;
	width: 10%;
	text-align: right;
	white-space: nowrap;
    overflow: hidden;
    display: list-item;
}
.ActiveSubscriptionsModules .subscription_number_header,
.ActiveSubscriptionsModules .customer_header,
.ActiveSubscriptionsModules .next_billing_at_header,
.ActiveSubscriptionsModules .plan_code_header,
.ActiveSubscriptionsModules .description_header,
.ActiveSubscriptionsModules .quantity_header,
.ActiveSubscriptionsModules .total_header,
.ActiveSubscriptionsModules .interval_header,
.ActiveSubscriptionsModules .total_amount_header,
.ActiveSubscriptionsModules .space_header,
.ActiveSubscriptionsModules .license_header,
.ActiveSubscriptionsModules .license_qty_header{
	background-color: #e8e8e8;
    line-height: 24px;
}
.confirmSendSubscriptionsTitle {
	font-size:1.3em;
	line-height:1.3em;
}
.confirmSendSubscriptionsMessage {
	padding-top:20px;
	text-align:left;
}
.confirmSendSubscriptionsMessage input {
	position: relative;
	top: 2px;
}
.ActiveSubscriptionsModules .border_top{
	border-top: 1px solid #ccc;
}
.ActiveSubscriptionsModules .line_content_subscription,
.ActiveSubscriptionsModules .second_section_line_content_subscription{
	line-height: 17px;
}
li.retrieveKind h4,
li.modifyKind h4{
	padding-top: 0px !important;
}
.narrowModal.ActiveSubscriptionsModules{
    width: 800px;
    margin-left: -45%;
}

li.actionDestinationData4SDF{
	display: none;
}
ul[data-imgaction="SetDestinationFields"] li.actionDestinationData4SDF,
ul[data-imgaction="GetGeoTabData"] li.actionDestinationData4SDF{
	display: initial;
}
.restoreAllDeletedRecords {
	height: 26px;
	font-size: 14px;
	font-weight: bold;
	border-radius: 5px;
	color: #535353;
	background-color: #d9d9d9
}
.propertiesPane .propertyList.inputAction.showGroupActions[data-imgaction="SetDestinationFields"] li.isShowDestinationFields,
.propertiesPane .propertyList.inputAction.showGroupActions[data-imgaction="SetDestinationFields"] li.actionDestinationData{
	display: none !important;
}
.colGeoAction {
	width:10%;
}
.colGeoName {
	width:35%;
}
.colGeoLocation {
	width:35%;
}
.colGeoRadius {
	width:20%;
}
.geofencesAdd {
	width:50px;
}
.propertiesPane .propertyList.inputGeofence li.label,
.propertiesPane .propertyList.inputGeofence li.hint,
.propertiesPane .propertyList.inputGeofence li.defaultValue,
.propertiesPane .propertyList.inputGeofence li.justificationGroup,
.propertiesPane .propertyList.inputGeofence li.removeSpaceGroup,
.propertiesPane .propertyList.inputGeofence li.readOnlyGroup,
.propertiesPane .propertyList.inputGeofence li.requiredGroup,
.propertiesPane .propertyList.inputGeofence li.clearGroup{
	display: none !important;
}
.narrowModal.ActiveSubscriptionsModules .active-subscriptions{
	height: 200px;
}
.narrowModal.ActiveSubscriptionsModules .padding_2{
	padding-bottom: 0px !important;
}
.narrowModal.ActiveSubscriptionsModules .modalButtonContainer .modalButton{
	    line-height: 42px;
}
li.statusText,
li.statusTextQuestion,
li.statusTextValue,
li.statusType{
	display: none;
}
ul[data-imgaction="SetStatusToGPS"] li.statusText,
ul[data-imgaction="SetStatusToGPS"] li.statusTextQuestion,
ul[data-imgaction="SetStatusToGPS"] li.statusTextValue,
ul[data-imgaction="SetStatusToGPS"] li.statusType{
	display: initial;
}

ul[data-imgaction="SetStatusToGPS"] li.statusTextQuestion.hideSession,
ul[data-imgaction="SetStatusToGPS"] li.statusTextValue.hideSession,
ul[data-imgaction="SetStatusToGPS"] li.statusType.hideSession{
	display: none !important;
}

.have-rows .row-required{
	display: none;
}
.ctrlINV .workspaceInner .control.invSpecialCtrl:first-child .moveDownControl{
	display: none;
}
.ctrlINV .workspaceInner .control.invSpecialCtrl.second-element .moveUpControl{
	display: none;
}
.propertiesPane .propertyList.inputShipping li.label,
.propertiesPane .propertyList.inputShipping li.hint,
.propertiesPane .propertyList.inputShipping li.defaultValue,
.propertiesPane .propertyList.inputShipping li.justificationGroup,
.propertiesPane .propertyList.inputShipping li.removeSpaceGroup,
.propertiesPane .propertyList.inputShipping li.readOnlyGroup,
.propertiesPane .propertyList.inputShipping li.requiredGroup,
.propertiesPane .propertyList.inputShipping li.clearGroup{
	display: none !important;
}

.propertyList.actionKind_button.kind_Button li.hintLink,
.propertyList.actionKind_button.kind_Button li.imageText{
	display: none !important;
}
.propertyList.actionKind_button.kind_Image li.hintLink,
.propertyList.actionKind_button.kind_Image li.imageText{
	display: initial !important;
}

.propertyList.actionKind_button.kind_Button li.actionBtnText{
	display: initial !important;
}
.propertyList.actionKind_button.kind_Image li.actionBtnText{
	display: none !important;
}

.parcelTemplateDialog #tableRowsContainer{
	height: 300px;
    overflow: auto;
}

.parcelTemplateDialog .token{
    word-break: break-all;
}

.propertyList li.parcelTemplateLink h4,
.propertyList li.carrierTemplateLink h4,
.propertyList li.serviceLevelTemplateLink h4,
.propertyList li.carrierTemplateLink2 h4,
.propertyList li.serviceLevelTemplateLink2 h4{
	float: left !important;
	font-size: 11px !important;
}
.parcelTemplateDialog .parcelGroup{
	background-color: #04e7fb;
}

.propertyList.hasPacelTemplate li.length a.required,
.propertyList.hasPacelTemplate li.width a.required,
.propertyList.hasPacelTemplate li.height a.required/*,
.propertyList.hasPacelTemplate li.shipDistanceUnit*/{
	display: none !important;
}

ul.addressActionDestinationFillList select,
ul.gpsActionDestinationFillList select,
li .boolWithSelect select{
	width: 242px;
}

ul.inputAction .boolWithSelect .selectGroup{
	text-align: center;
}

.propertyList li.auditInputQuestion,
.propertyList li.auditDataLookup,
.propertyList li.auditFoundInLU,
.propertyList li.auditNotFoundInLU,
.propertyList li.auditNotEnteredButInLU{
	display: none;
}
	
.propertyList[data-imgaction="Audit"] li.auditInputQuestion,
.propertyList[data-imgaction="Audit"] li.auditDataLookup,
.propertyList[data-imgaction="Audit"] li.auditFoundInLU,
.propertyList[data-imgaction="Audit"] li.auditNotFoundInLU,
.propertyList[data-imgaction="Audit"] li.auditNotEnteredButInLU{
	display: initial;
}

.destinationdata .gpsActionDestinationFillList input[type="checkbox"] + label,
.addressData .addressActionDestinationFillList input[type="checkbox"] + label{
	line-height: 19px;
}
.font-size-normal h4{
	font-size: 12px !important;
    font-weight: normal !important;
}
.center-header legend{
	margin-left: 0px !important;
}

#editorActionParamMapAdd #property_imgActionParamMapAdd option[value="Open map of route"],
#editorActionParamMapAdd #property_imgActionParamMapAdd option[value="Route summary"],
#editorActionParamMapAdd #property_imgActionParamMapAdd option[value="Open map of route and route summary"]{
	display: none !important;
}

.paymentType .item_MiPOS input{
	margin-top: 17px;
}
.checkbox-right div.chkGroup {
	width: 100% !important;
}
.checkbox-right div.chkGroup input{
	float: right !important;
}

li.ptouchSettingFile,
li.ptouchPrintFields,
li.ptouchTemplateName,
li.ptouchTemplateKey{
	display: none !important;
}

[data-imgaction="PrintZebra"].zebraPrinter_RJ2150.brotherTemplateType_ptouch li.ptouchSettingFile,
[data-imgaction="PrintZebra"].zebraPrinter_RJ2150.brotherTemplateType_ptouch li.ptouchPrintFields,
[data-imgaction="PrintZebra"].zebraPrinter_RJ2150.brotherTemplateType_ptouch li.ptouchTemplateName,
[data-imgaction="PrintZebra"].zebraPrinter_RJ2150.brotherTemplateType_ptouch li.ptouchTemplateKey{
	display: initial !important;
}

[data-imgaction="PrintZebra"].zebraPrinter_RJ2150.brotherTemplateType_ptouch li.printerSettingFile,
[data-imgaction="PrintZebra"].zebraPrinter_RJ2150.brotherTemplateType_ptouch li.zebraTextDirection,
[data-imgaction="PrintZebra"].zebraPrinter_RJ2150.brotherTemplateType_ptouch li.zebraPrinterColumn,
[data-imgaction="PrintZebra"].zebraPrinter_RJ2150.brotherTemplateType_ptouch li.showPrintCtrlCaptionColon,
[data-imgaction="PrintZebra"].zebraPrinter_RJ2150.brotherTemplateType_ptouch li.zebraPrintColumns{
	display: none !important;
}

.noUseFieldName4Mapping_false .mappingNameSession{
	display: none !important;
}
.propertiesPane .propertyList.inputSelectOne.showGroupAppearance[data-displaytype="dropdown"] li.justificationGroup div.justificationAnswer,
.propertiesPane ul[data-displaytype="dropdown"] li.justificationGroup div.justificationAnswer{
	display: none !important;
}

.propertiesPane .leftPadding .makeAcross h4{
	padding-right: 15px !important;
}

.propertiesPane ul li.leftPadding,
.propertiesPane ul li.rightPadding,
.propertiesPane ul li.noCaptions{
	display: none !important;
}

.propertiesPane ul.gridType_x3 li.leftPadding,
.propertiesPane ul.gridType_x3 li.rightPadding,
.propertiesPane ul.gridType_x3 li.noCaptions{
	display: initial !important;
}

/*.propertiesPane ul.gridType_x3 li.isUtilizingFullScr,
.propertiesPane ul.gridType_x3 li.adjustWidthNormal,
.propertiesPane ul.gridType_x3 li.columnsSpaceType,*/
.propertiesPane ul.gridType_x3 li.isIgnoreGrid{
	display: none !important;
}

.propertiesPane .propertyList.inputLabel[data-addasspace="true"] li.hintLink,
.propertiesPane .propertyList.inputLabel[data-addasspace="true"] li.isFitToScreen,
.propertiesPane .propertyList.inputLabel[data-addasspace="true"] li.hintLogoType,
.propertiesPane .propertyList.inputLabel[data-addasspace="true"] li.showGroupAppearance,
.propertiesPane .propertyList.inputLabel[data-addasspace="true"] li.justificationGroup,
.propertiesPane .propertyList.inputLabel[data-addasspace="true"] li.apperance,
.propertiesPane .propertyList.inputLabel[data-addasspace="true"] li.labelShading,
.propertiesPane .propertyList.inputLabel[data-addasspace="true"] li.linesLineColor,
.propertiesPane .propertyList.inputLabel[data-addasspace="true"] li.linesTextColor,
.propertiesPane .propertyList.inputLabel[data-addasspace="true"] li.shadedColor,
.propertiesPane .propertyList.inputLabel[data-addasspace="true"] li.shadedTextColor,
.propertiesPane .propertyList.inputLabel[data-addasspace="true"] li.nolinesTextColor,
.propertiesPane .propertyList.inputLabel[data-addasspace="true"] li.shadedHeadings,
.propertiesPane .propertyList.inputLabel[data-addasspace="true"] li.removeSpaceGroup,
.propertiesPane .propertyList.inputLabel[data-addasspace="true"] li.hint
{
	display: none !important;
}

.propertiesPane .propertyList.inputLabel[data-addasspace="true"] .bool.addAsSpace{
	padding-top: 5px;
}

.propertyList.inputAction h4 div.caption-4-image,
.propertyList.inputAction .enumeration_radio.justificationCaption,
.propertyList.inputAction .enumeration_radio.justificationHint{
	display: none !important;
}


.propertyList.inputAction[data-kind="Image"] h4 div.caption-4-button{
	display: none !important;
}

.propertyList.inputAction[data-kind="Image"] h4 div.caption-4-image{
	display: initial !important;
}

.propertyList.inputAction[data-kind="Image"] .enumeration_radio.justificationCaption{
	display: block !important;
}

.propertyList.inputAction h4 div.caption-4-button,
.propertyList.inputAction h4 div.caption-4-image{
	font-size: 14px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.propertyList.inputAction[data-zebraprintertype="PDF"] li.zebraPrinterColumn,
.propertyList.inputAction[data-zebraprintertype="PNG"] li.zebraPrinterColumn,
.propertyList.inputAction[data-zebraprintertype="ZPL"] li.zebraPrinterColumn,
.propertyList.inputAction[data-zebraprintertype="PDF"] li.showPrintCtrlCaptionColon,
.propertyList.inputAction[data-zebraprintertype="PNG"] li.showPrintCtrlCaptionColon,
.propertyList.inputAction[data-zebraprintertype="ZPL"] li.showPrintCtrlCaptionColon,
.propertyList.inputAction[data-zebraprintertype="PDF"] li.zebraPrintColumns,
.propertyList.inputAction[data-zebraprintertype="PNG"] li.zebraPrintColumns,
.propertyList.inputAction[data-zebraprintertype="ZPL"] li.zebraPrintColumns{
	display: none !important;
}

.propertyList.inputAction[data-zebraprintertype="Manual"] li.zebraPrintFiles{
	display: none !important;
}

.propertyList.inputAction li.zebraPrintFiles .cboPrintFile option{
	display: none !important;
}

.propertyList.inputAction li.zebraPrintFiles .cboPrintFile option.select-question,
.propertyList.inputAction li.zebraPrintFiles .cboPrintFile option.optionType_string{
	display: initial !important;
}

.propertyList.inputAction li.stampDescField fieldset select{
	width: 222px;
}

.propertyList.inputAction:not(:is([data-imgaction="CloseAndRetrieve"], [data-imgaction="SendAndRetrieve"])) li.submitAction,
.propertyList.inputAction:not(:is([data-imgaction="AttachForm"], [data-imgaction="CloseAndRetrieve"], [data-imgaction="SendAndRetrieve"])) li.retrieveProject,
.propertyList.inputAction:not(:is([data-imgaction="AttachForm"], [data-imgaction="CloseAndRetrieve"], [data-imgaction="SendAndRetrieve"])) li.retrieveForm,
.propertyList.inputAction:not(:is([data-imgaction="AttachForm"], [data-imgaction="CloseAndRetrieve"], [data-imgaction="SendAndRetrieve"])) li.retrieveCondGroup,
.propertyList.inputAction:not(:is([data-imgaction="AttachForm"], [data-imgaction="CloseAndRetrieve"], [data-imgaction="SendAndRetrieve"])) li.restrictByMobile,
.propertyList.inputAction:not(:is([data-imgaction="CloseAndRetrieve"], [data-imgaction="SendAndRetrieve"])) li.removeFromReview,
.propertyList.inputAction:not(:is([data-imgaction="AttachForm"], [data-imgaction="CloseAndRetrieve"], [data-imgaction="SendAndRetrieve"])) li.retrieveDateQuestion,
.propertyList.inputAction:not(:is([data-imgaction="AttachForm"], [data-imgaction="CloseAndRetrieve"], [data-imgaction="SendAndRetrieve"])) li.retrieveCondCreateDate,
.propertyList.inputAction:not(:is([data-imgaction="AttachForm"], [data-imgaction="CloseAndRetrieve"], [data-imgaction="SendAndRetrieve"])) li.retrieveCondCreateDateCustom,
.propertyList.inputAction:not(:is([data-imgaction="AttachForm"], [data-imgaction="CloseAndRetrieve"], [data-imgaction="SendAndRetrieve"])) li.retrieveCondCreateDateCustomBegin,
.propertyList.inputAction:not(:is([data-imgaction="AttachForm"], [data-imgaction="CloseAndRetrieve"], [data-imgaction="SendAndRetrieve"])) li.retrieveCondCreateDateCustomAndGroup,
.propertyList.inputAction:not(:is([data-imgaction="AttachForm"], [data-imgaction="CloseAndRetrieve"], [data-imgaction="SendAndRetrieve"])) li.retrieveCondCreateDateCustomEnd,
.propertyList.inputAction:not(:is([data-imgaction="AttachForm"], [data-imgaction="CloseAndRetrieve"], [data-imgaction="SendAndRetrieve"])) li.retrieveCondCreateDateCustomDate,
.propertyList.inputAction:not(:is([data-imgaction="AttachForm"], [data-imgaction="CloseAndRetrieve"], [data-imgaction="SendAndRetrieve"])) li.retrieveCondQues,
.propertyList.inputAction:not(:is([data-imgaction="AttachForm"], [data-imgaction="CloseAndRetrieve"], [data-imgaction="SendAndRetrieve"])) li.retrieveCondAnsw,
.propertyList.inputAction:not(:is([data-imgaction="AttachForm"], [data-imgaction="CloseAndRetrieve"], [data-imgaction="SendAndRetrieve"])) li.retrieveCondAndGroup,
.propertyList.inputAction:not(:is([data-imgaction="AttachForm"], [data-imgaction="CloseAndRetrieve"], [data-imgaction="SendAndRetrieve"])) li.retrieveCondAndGroup2,
.propertyList.inputAction:not(:is([data-imgaction="AttachForm"], [data-imgaction="CloseAndRetrieve"], [data-imgaction="SendAndRetrieve"])) li.retrieveCondQues2,
.propertyList.inputAction:not(:is([data-imgaction="AttachForm"], [data-imgaction="CloseAndRetrieve"], [data-imgaction="SendAndRetrieve"])) li.retrieveCondAnsw2,
.propertyList.inputAction:not(:is([data-imgaction="AttachForm"], [data-imgaction="CloseAndRetrieve"], [data-imgaction="SendAndRetrieve"])) li.retrieveDisplayFields,
.propertyList.inputAction:not(:is([data-imgaction="ClearQuote"])) li.sendToClearQuoteGroup,
.propertyList.inputAction:not(:is([data-imgaction="ClearQuote"])) li.sendTCQRegistrationNumber,
.propertyList.inputAction:not(:is([data-imgaction="ClearQuote"])) li.returnedFromClearQuoteGroup,
.propertyList.inputAction:not(:is([data-imgaction="ClearQuote"])) li.returnedFCQMessage,
.propertyList.inputAction:not(:is([data-imgaction="ClearQuote"])) li.returnedFCQRegistrationNumber,
.propertyList.inputAction:not(:is([data-imgaction="ClearQuote"])) li.returnedFCQQuoteID,
.propertyList.inputAction:not(:is([data-imgaction="ClearQuote"])) li.returnedFCQPublicUrl,
.propertyList.inputAction:not(:is([data-imgaction="ClearQuote"])) li.returnedStatus{
	display: none !important;
}

.propertyList.inputAction:not([data-retrieveCondCreateDate="custom"]) li.retrieveCondCreateDateCustom,
.propertyList.inputAction:not([data-retrieveCondCreateDate="custom"]) li.retrieveCondCreateDateCustomBegin,
.propertyList.inputAction:not([data-retrieveCondCreateDate="custom"]) li.retrieveCondCreateDateCustomAndGroup,
.propertyList.inputAction:not([data-retrieveCondCreateDate="custom"]) li.retrieveCondCreateDateCustomEnd,
.propertyList.inputAction:not([data-retrieveCondCreateDate="custom"]) li.retrieveCondCreateDateCustomDate{
	display: none !important;
}

.propertyList.inputImage:not([data-isallowautostampimage="true"][data-stampdescription="true"]) li.stampDescField{
	display: none !important;
}

.propertyList.inputShipping[data-transaction="CreateLabel"] li.carrier,
.propertyList.inputShipping[data-transaction="CreateLabel"] li.carrierTemplateLink2,
.propertyList.inputShipping[data-transaction="CreateLabel"] li.level,
.propertyList.inputShipping[data-transaction="CreateLabel"] li.serviceLevelTemplateLink2{
	display: none !important;
}
 
.propertyList.inputAction.showGroupActions:not(:is([data-imgaction="Exit without confirm"], [data-imgaction="Close and open"], [data-imgaction="Close and reload"], [data-imgaction="CloseAndRetrieve"], [data-imgaction="Save complete"], [data-imgaction="Save and exit"], [data-imgaction="Save form"], [data-imgaction="Save and Send"], [data-imgaction="Save and load form"], [data-imgaction="Send and Continue"], [data-imgaction="SendAndRetrieve"])) li.triggerActionNLogic{
	display: none !important;
}

.propertyList.inputAction:not([data-kind="Image"]) li.buttonSize,
.propertyList.inputAction:not([data-kind="Image"]) li.ifScreenSmallerThan,
.propertyList.inputAction:not([data-kind="Image"]) li.applyScreenSize,
.propertyList.inputAction:not([data-kind="Image"]) li.ifScreenSmallerSize,
.propertyList.inputAction:not([data-kind="Image"]) li.hintLink legend.propertyHeaderInfo a{
	display: none !important;
}

.propertiesPaneContent ul.propertyList.inputNumbering.showGroupAppearance[isinsidethegridfreeform="true"] .enumeration_radio.justificationCaption,
.propertiesPaneContent ul.propertyList.inputNumbering.showGroupAppearance[isinsidethegridfreeform="true"] .enumeration_radio.justificationHint,
.propertiesPaneContent ul.propertyList.inputNumbering.showGroupAppearance[isinsidethegridfreeform="true"] li.shadedHeadings,
.propertiesPaneContent ul.propertyList.inputBarcode.showGroupAppearance[isinsidethegridfreeform="true"] .enumeration_radio.justificationCaption,
.propertiesPaneContent ul.propertyList.inputBarcode.showGroupAppearance[isinsidethegridfreeform="true"] .enumeration_radio.justificationHint,
.propertiesPaneContent ul.propertyList.inputBarcode.showGroupAppearance[isinsidethegridfreeform="true"] li.shadedHeadings,
.propertiesPaneContent ul.propertyList.inputCalculate.showGroupAppearance[isinsidethegridfreeform="true"] .enumeration_radio.justificationCaption,
.propertiesPaneContent ul.propertyList.inputCalculate.showGroupAppearance[isinsidethegridfreeform="true"] .enumeration_radio.justificationHint,
.propertiesPaneContent ul.propertyList.inputCalculate.showGroupAppearance[isinsidethegridfreeform="true"] li.shadedHeadings,
.propertiesPaneContent ul.propertyList.inputSelectOne.showGroupAppearance[isinsidethegridfreeform="true"] .enumeration_radio.justificationCaption,
.propertiesPaneContent ul.propertyList.inputSelectOne.showGroupAppearance[isinsidethegridfreeform="true"] .enumeration_radio.justificationHint,
.propertiesPaneContent ul.propertyList.inputSelectOne.showGroupAppearance[isinsidethegridfreeform="true"] li.shadedHeadings,
.propertiesPaneContent ul.propertyList.inputCounter.showGroupAppearance[isinsidethegridfreeform="true"] .enumeration_radio.justificationCaption,
.propertiesPaneContent ul.propertyList.inputCounter.showGroupAppearance[isinsidethegridfreeform="true"] .enumeration_radio.justificationHint,
.propertiesPaneContent ul.propertyList.inputCounter.showGroupAppearance[isinsidethegridfreeform="true"] li.shadedHeadings,
.propertiesPaneContent ul.propertyList.inputLookup.showGroupAppearance[isinsidethegridfreeform="true"] .enumeration_radio.justificationCaption,
.propertiesPaneContent ul.propertyList.inputLookup.showGroupAppearance[isinsidethegridfreeform="true"] .enumeration_radio.justificationHint,
.propertiesPaneContent ul.propertyList.inputLookup.showGroupAppearance[isinsidethegridfreeform="true"] li.shadedHeadings,
.propertiesPaneContent ul.propertyList.inputDate.showGroupAppearance[isinsidethegridfreeform="true"] .enumeration_radio.justificationCaption,
.propertiesPaneContent ul.propertyList.inputDate.showGroupAppearance[isinsidethegridfreeform="true"] .enumeration_radio.justificationHint,
.propertiesPaneContent ul.propertyList.inputDate.showGroupAppearance[isinsidethegridfreeform="true"] li.shadedHeadings,
.propertiesPaneContent ul.propertyList.inputLocation.showGroupAppearance[isinsidethegridfreeform="true"] .enumeration_radio.justificationCaption,
.propertiesPaneContent ul.propertyList.inputLocation.showGroupAppearance[isinsidethegridfreeform="true"] .enumeration_radio.justificationHint,
.propertiesPaneContent ul.propertyList.inputLocation.showGroupAppearance[isinsidethegridfreeform="true"] li.shadedHeadings,
.propertiesPaneContent ul.propertyList.inputLocation.showGroupAppearance[isinsidethegridfreeform="true"] li.justificationGroup,
.propertiesPaneContent ul.propertyList.inputNFC.showGroupAppearance[isinsidethegridfreeform="true"] .enumeration_radio.justificationCaption,
.propertiesPaneContent ul.propertyList.inputNFC.showGroupAppearance[isinsidethegridfreeform="true"] .enumeration_radio.justificationHint,
.propertiesPaneContent ul.propertyList.inputNFC.showGroupAppearance[isinsidethegridfreeform="true"] li.shadedHeadings,
.propertiesPaneContent ul.propertyList.inputNFC.showGroupAppearance[isinsidethegridfreeform="true"] li.justificationGroup,
.propertiesPaneContent ul.propertyList.inputNumeric.showGroupAppearance[isinsidethegridfreeform="true"] .enumeration_radio.justificationCaption,
.propertiesPaneContent ul.propertyList.inputNumeric.showGroupAppearance[isinsidethegridfreeform="true"] .enumeration_radio.justificationHint,
.propertiesPaneContent ul.propertyList.inputNumeric.showGroupAppearance[isinsidethegridfreeform="true"] li.shadedHeadings,
.propertiesPaneContent ul.propertyList.inputSelectMany.showGroupAppearance[isinsidethegridfreeform="true"] .enumeration_radio.justificationCaption,
.propertiesPaneContent ul.propertyList.inputSelectMany.showGroupAppearance[isinsidethegridfreeform="true"] .enumeration_radio.justificationHint,
.propertiesPaneContent ul.propertyList.inputSelectMany.showGroupAppearance[isinsidethegridfreeform="true"] li.shadedHeadings,
.propertiesPaneContent ul.propertyList.inputSignature.showGroupAppearance[isinsidethegridfreeform="true"] .enumeration_radio.justificationCaption,
.propertiesPaneContent ul.propertyList.inputSignature.showGroupAppearance[isinsidethegridfreeform="true"] .enumeration_radio.justificationHint,
.propertiesPaneContent ul.propertyList.inputSignature.showGroupAppearance[isinsidethegridfreeform="true"] li.shadedHeadings,
.propertiesPaneContent ul.propertyList.inputSignature.showGroupAppearance[isinsidethegridfreeform="true"] li.justificationGroup,
.propertiesPaneContent ul.propertyList.inputText.showGroupAppearance[isinsidethegridfreeform="true"] .enumeration_radio.justificationCaption,
.propertiesPaneContent ul.propertyList.inputText.showGroupAppearance[isinsidethegridfreeform="true"] .enumeration_radio.justificationHint,
.propertiesPaneContent ul.propertyList.inputText.showGroupAppearance[isinsidethegridfreeform="true"] li.shadedHeadings,
.propertiesPaneContent ul.propertyList.inputImage.showGroupAppearance[isinsidethegridfreeform="true"] .enumeration_radio.justificationCaption,
.propertiesPaneContent ul.propertyList.inputImage.showGroupAppearance[isinsidethegridfreeform="true"] .enumeration_radio.justificationHint,
.propertiesPaneContent ul.propertyList.inputImage.showGroupAppearance[isinsidethegridfreeform="true"] li.shadedHeadings,
.propertiesPaneContent ul.propertyList.inputImage.showGroupAppearance[isinsidethegridfreeform="true"] li.justificationGroup{
	display: none !important;
}

.propertiesPaneContent ul.propertyList.gridTypeNormal li.isUseVerticalCaption,
.propertiesPaneContent ul.propertyList.gridTypeNormal li.captionHeight{
	display: none !important;
}

.mainMenuBarScroll.hide-scrollbar-4-10-items{
	overflow-x: hidden !important;
}

.mainMenuBarScroll.hide-scrollbar-4-10-items .accountMMBItem{
	width: 79.5px !important;
}

.mainMenuBarScroll.hide-scrollbar-4-10-items .accountMMBItem .accountMMBIcon{
	width: 69px !important;
    height: 69px !important;
    background-size: 70px 70px !important;
    margin-left: 5px !important;
}

.propertiesPane .propertyList li.rounding fieldset .propertyHeaderInfo,
.propertiesPane .propertyList li.minuteInterval fieldset .propertyHeaderInfo{
	float: left;
}

.propertiesPane .propertyList li.rounding fieldset .propertyHeaderInfo h4,
.propertiesPane .propertyList li.minuteInterval fieldset .propertyHeaderInfo h4{
	font-size: 12px;
    font-weight: normal;
}

.propertiesPane .propertyList li.rounding fieldset select,
.propertiesPane .propertyList li.minuteInterval fieldset select{
	float: left;
    width: 90px !important;
    margin-left: 14px !important;
}
.propertiesPane .propertyList .cboReRunCalculationField{
	width: 205px !important;
}
.propertiesPane .text.makeAcross legend{
	float: left;
}
.propertiesPane .text.makeAcross input{
	float: left;
}
.propertiesPane .text.makeAcross legend h4{
	margin-top: -6px;
    font-size: 12px !important;
    font-weight: normal;
}
.propertiesPane li.replyLink .text.makeAcross input{
	width: 218px
}
.propertiesPane .propertyList li.rounding fieldset .propertyHeaderInfo,
.propertiesPane .propertyList li.minuteInterval fieldset .propertyHeaderInfo{
	width: 64px
}
.propertiesPane .propertyList.inputDate li.limitUserToIntervalValue .chkGroup {
	width: 176px;
}

.propertiesPane .propertyList.inputAction #property_imgAction option[value="AttachForm"]{
	display: none !important;
}

.propertiesPane .propertyList[data-imgaction="AttachForm"] li.imgAction,
.propertiesPane .propertyList[data-imgaction="AttachForm"] li.actionKind,
.propertiesPane .propertyList[data-imgaction="AttachForm"] li.kind,
.propertiesPane .propertyList[data-imgaction="AttachForm"] li.useImage,
.propertiesPane .propertyList[data-imgaction="AttachForm"] li.hintLink,
.propertiesPane .propertyList[data-imgaction="AttachForm"] li.actionBtnText,
.propertiesPane .propertyList[data-imgaction="AttachForm"] li.hideButtonAfterClick,
.propertiesPane .propertyList[data-imgaction="AttachForm"] li.hideMobileWebGroup,
.propertiesPane .propertyList.inputAction.showGroupRulesPermissions[data-imgaction="AttachForm"] li.hideMobileWebGroup{
	display: none !important;
}

.propertyList.inputAction[data-imgaction="AttachForm"] .enumeration_radio.justificationCaption,
.propertyList.inputAction[data-imgaction="AttachForm"] .enumeration_radio.justificationHint{
	display: block !important;
}

.propertyList.inputAction[data-imgaction="AttachForm"] .enumeration_radio.imgJustify{
	display: none !important;
}

.propertyList.inputAction:not([data-imgaction="AttachForm"]){
	
}

.propertiesPane .propertyList li.trackAsRelatedRecord{
	display: none !important;
}

.propertiesPane .propertyList.UFAuto li.trackAsRelatedRecord,
.propertiesPane .propertyList.UF li.trackAsRelatedRecord{
	display: block !important;
}

.propertiesPane .propertyList.ctrlTable.showGroupRulesPermissions[data-ismessagewidget="true"] li.readOnlyGroup,
.propertiesPane .propertyList.ctrlTable.showGroupRulesPermissions[data-ismessagewidget="true"] li.requiredGroup,
.propertiesPane .propertyList.ctrlTable.showGroupRulesPermissions[data-ismessagewidget="true"] li.clearGroup,
.propertiesPane .propertyList.ctrlTable.showGroupRulesPermissions[data-ismessagewidget="true"] li.hideMobileWebGroup,
.propertiesPane .propertyList.ctrlTable[data-ismessagewidget="true"] li.showGroupRulesPermissions,
.propertiesPane .propertyList.ctrlTable[data-ismessagewidget="true"] li.showGroupFormat,
.propertiesPane .propertyList.ctrlTable.showGroupFormat[data-ismessagewidget="true"] li.isVariableNumberRow,
.propertiesPane .propertyList.ctrlTable.showGroupFormat[data-ismessagewidget="true"] li.rowValSource,
.propertiesPane .propertyList.ctrlTable.showGroupFormat[data-ismessagewidget="true"] li.isAllRowRequired,
.propertiesPane .propertyList.ctrlTable.showGroupFormat[data-ismessagewidget="true"] li.isRowSequenceDisplay,
.propertiesPane .propertyList.ctrlTable.showGroupFormat[data-ismessagewidget="true"] li.isRowCountDisplay,
.propertiesPane .propertyList.ctrlTable.showGroupFormat[data-ismessagewidget="true"] li.autoAddNewRow,
.propertiesPane .propertyList.ctrlTable.showGroupFormat[data-ismessagewidget="true"] li.maxLoop,
.propertiesPane .propertyList.ctrlTable.showGroupFormat[data-ismessagewidget="true"] li.requiredRows,
.propertiesPane .propertyList.ctrlTable.showGroupFormat[data-ismessagewidget="true"] li.requiredOptionsGroup,
.propertiesPane .propertyList.ctrlTable.showGroupFormat[data-ismessagewidget="true"] li.isUseVerticalCaption,
.propertiesPane .propertyList.ctrlTable.showGroupFormat[data-ismessagewidget="true"] li.captionHeight,
.propertiesPane .propertyList.ctrlTable.showGroupFormat[data-ismessagewidget="true"] li.isVerifyDuplicate,
.propertiesPane .propertyList.ctrlTable.showGroupFormat[data-ismessagewidget="true"] li.isAllowDuplicate,
.propertiesPane .propertyList.ctrlTable.showGroupFormat[data-ismessagewidget="true"] li.duplicateColumnsGroup,
.propertiesPane .propertyList.ctrlTable.showGroupFormat[data-ismessagewidget="true"] li.isPlayAChime,
.propertiesPane .propertyList.ctrlTable.showGroupFormat[data-ismessagewidget="true"] li.playAChimeOnSuccess,
.propertiesPane .propertyList.ctrlTable.showGroupFormat[data-ismessagewidget="true"] li.playAChimeOnFailure,
.propertiesPane .propertyList.ctrlTable.showGroupFormat[data-ismessagewidget="true"] li.usechecklist,
.propertiesPane .propertyList.ctrlTable.showGroupFormat[data-ismessagewidget="true"] li.checklistconds,
.propertiesPane .propertyList.ctrlTable.showGroupFormat[data-ismessagewidget="true"] li.isShowAllWhenFilterQuesBlank,
.propertiesPane .propertyList.ctrlTable.showGroupFormat[data-ismessagewidget="true"] li.isShowDuplicateValue,
.propertiesPane .propertyList.ctrlTable.showGroupFormat[data-ismessagewidget="true"] li.hideFlag,
.propertiesPane .propertyList.ctrlTable.showGroupFormat[data-ismessagewidget="true"] li.jumpOverChkLst,
.propertiesPane .propertyList.ctrlTable.showGroupFormat[data-ismessagewidget="true"] li.dispChkLstCol{
	display: none !important;
}

#fvmain_menu li.mainMenuIcon #mainMenuIcon{
	cursor: pointer;
}

li.sendReport h4{
	padding-top: 0px !important;
}

a.shipppo-account-process-link{
	cursor: pointer;
}

.bf-shippo-info-message,
.bf-shippo-info-message a{
	color: red !important;
}

.bf-shippo-info-message a{
	cursor: pointer;
}

.reportDateRange #nDaysBefore2{
	float: left;
	margin-left: 5px;
}

.modifyAddFields .lookupRetrieveModifyFieldList select{
	width: 230px !important;
}

li.modifyAddFields .lookupRetrieveModifyFieldAction{
	display: none !important;
}

li.retrieveRecordKind div.item_all label{
	display: flex !important;
}

.propertyList.inputLocation:not([data-kind="Image"]) li.buttonSize,
.propertyList.inputLocation:not([data-locationstype="advanced"]) li.buttonSize,
.propertyList.inputLocation:not([data-actionKind="button"]) li.buttonSize
{
	display: none !important;
}

li.actionGeoTabVehicle{
	display: none;
}

ul[data-imgaction="GetGeoTabData"] li.actionGeoTabVehicle{
	display: initial;
}

ul:not([data-imgaction="GetGeoTabData"]) .cboActionDestinationFillValue option.GeoTab{
	display: none !important;
}

ul[data-imgaction="GetGeoTabData"] .cboActionDestinationFillValue option.GeoTab{
	display: initial !important;
}

ul[data-imgaction="GetGeoTabData"] .cboActionDestinationFillValue option:not(.GeoTab){
	display: none !important;
}

ul[data-imgaction="GetGeoTabData"] .cboActionDestinationFillValue option.blank{
	display: initial !important;
}

.propertiesPane .propertyList.group li.requiredOptionsGroup .bool_grp input,
.propertiesPane .propertyList.group li.requiredOptionsGroup .bool_grp label,
.propertiesPane .propertyList.group li.requiredOptionsGroup .bool_grp input,
.propertiesPane .propertyList.group li.requiredOptionsGroup .bool_grp label{
	float: left !important;
}

.propertiesPane .propertyList.group li.requiredOptionsGroup .bool_grp input{
	margin-left: 0px;
}
.propertiesPane .propertyList.group li.requiredOptionsGroup h4{
	font-weight: normal;
    padding-top: initial;
	font-size: 12px !important;
}
.toolBar4MenuBuildForm .inputDiable .svgIconContainer .svg-icon path {
	fill: #969696;
}
.propertiesPane .propertyList.group li.requiredOptionsGroup .editorList{
	padding-left: 10px;
}
.propertiesPane .propertyList.ctrlRepeatableSummary li.defaultValue,
.propertiesPane .propertyList.ctrlRepeatableSummary li.readOnlyGroup,
.propertiesPane .propertyList.ctrlRepeatableSummary li.requiredGroup,
.propertiesPane .propertyList.ctrlRepeatableSummary li.clearGroup,
.propertiesPane .propertyList.ctrlRepeatableSummary li.hint{
	display: none !important;
}

.propertiesPane .propertyList.inputImageViewer li.defaultValue,
.propertiesPane .propertyList.inputImageViewer li.justificationGroup,
.propertiesPane .propertyList.inputImageViewer li.apperance,
.propertiesPane .propertyList.inputImageViewer li.apperance h4,
.propertiesPane .propertyList.inputImageViewer li.apperance a.apperanceInfo,
.propertiesPane .propertyList.inputImageViewer li.shadedHeadings,
.propertiesPane .propertyList.inputImageViewer li.shadedButton,
.propertiesPane .propertyList.inputImageViewer li.removeAnswerBorder,
.propertiesPane .propertyList.inputImageViewer li.answerColor,
.propertiesPane .propertyList.inputImageViewer li.turnOffSelectionOutline,
.propertiesPane .propertyList.inputImageViewer li.removeSpaceGroup{
	display: none !important;
}

.propertiesPane .propertyList.inputImageViewer.showGroupAppearance li.justificationGroup,
.propertiesPane .propertyList.inputImageViewer.showGroupAppearance li.apperance,
.propertiesPane .propertyList.inputImageViewer.showGroupAppearance li.shadedHeadings,
.propertiesPane .propertyList.inputImageViewer.showGroupAppearance li.shadedButton,
.propertiesPane .propertyList.inputImageViewer.showGroupAppearance li.removeAnswerBorder,
.propertiesPane .propertyList.inputImageViewer.showGroupAppearance li.answerColor,
.propertiesPane .propertyList.inputImageViewer.showGroupAppearance li.turnOffSelectionOutline,
.propertiesPane .propertyList.inputImageViewer.showGroupAppearance li.removeSpaceGroup{
	display: initial !important;
}

.propertiesPane .propertyList.inputImageViewer li.readOnlyGroup,
.propertiesPane .propertyList.inputImageViewer li.requiredGroup,
.propertiesPane .propertyList.inputImageViewer li.clearGroup,
.propertiesPane .propertyList.inputImageViewer li.hideMobileWebGroup{
	display: none !important;
}

.propertiesPane .propertyList.inputImageViewer.showGroupRulesPermissions li.hideMobileWebGroup  {
	display: initial !important;
}

.propertiesPane .propertyList.inputImageViewer li.actionGroup,
.propertiesPane .propertyList.inputImageViewer li.actionGroup h4,
.propertiesPane .propertyList.inputImageViewer li.isShowRelevanceCondition,
.propertiesPane .propertyList.inputImageViewer li.relevanceconds,
.propertiesPane .propertyList.inputImageViewer li.isShowITE,
.propertiesPane .propertyList.inputImageViewer li.iteConditions,
.propertiesPane .propertyList.inputImageViewer li.isShowReadOnlyIf,
.propertiesPane .propertyList.inputImageViewer li.readOnlyIfConditions,
.propertiesPane .propertyList.inputImageViewer li.isShowSkipCondition,
.propertiesPane .propertyList.inputImageViewer li.skipconds,
.propertiesPane .propertyList.inputImageViewer li.isShowSkipIf,
.propertiesPane .propertyList.inputImageViewer li.skipIfConditions{
	display: none !important;
}

.propertiesPane .propertyList.inputImageViewer.showGroupActions li.actionGroup,
.propertiesPane .propertyList.inputImageViewer.showGroupActions li.isShowRelevanceCondition,
.propertiesPane .propertyList.inputImageViewer.showGroupActions li.relevanceconds,
.propertiesPane .propertyList.inputImageViewer.showGroupActions li.isShowITE,
.propertiesPane .propertyList.inputImageViewer.showGroupActions li.iteConditions,
.propertiesPane .propertyList.inputImageViewer.showGroupActions li.isShowReadOnlyIf,
.propertiesPane .propertyList.inputImageViewer.showGroupActions li.readOnlyIfConditions,
.propertiesPane .propertyList.inputImageViewer.showGroupActions li.isShowSkipCondition,
.propertiesPane .propertyList.inputImageViewer.showGroupActions li.skipconds,
.propertiesPane .propertyList.inputImageViewer.showGroupActions li.isShowSkipIf,
.propertiesPane .propertyList.inputImageViewer.showGroupActions li.skipIfConditions{
	display: initial !important;
}

.propertiesPane .propertyList.inputImageViewer.showGroupFormat li.hideSession,
.propertiesPane .propertyList.inputImageViewer.showGroupFormat li.hideSessionImp,
.propertiesPane .propertyList.inputImageViewer.showGroupAppearance li.hideSession,
.propertiesPane .propertyList.inputImageViewer.showGroupAppearance li.hideSessionImp,
.propertiesPane .propertyList.inputImageViewer.showGroupRulesPermissions li.hideSession,
.propertiesPane .propertyList.inputImageViewer.showGroupRulesPermissions li.hideSessionImp,
.propertiesPane .propertyList.inputImageViewer.showGroupActions li.hideSession,
.propertiesPane .propertyList.inputImageViewer.showGroupActions li.hideSessionImp{
	display: none !important;
}

.propertyList.inputImageViewer li.readOnlyGroup .margin-left-10,
.propertyList.inputImageViewer li.requiredGroup .margin-left-10,
.propertyList.inputImageViewer li.clearGroup .margin-left-10,
.propertyList.inputImageViewer li.hideMobileWebGroup .margin-left-10{
	padding-left: 10px;
	max-width: 259px;
}

.propertiesPane .propertyList.inputImageViewer[data-addasspace="true"] li.isFitToScreen,
.propertiesPane .propertyList.inputImageViewer[data-addasspace="true"] li.showGroupAppearance,
.propertiesPane .propertyList.inputImageViewer[data-addasspace="true"] li.justificationGroup,
.propertiesPane .propertyList.inputImageViewer[data-addasspace="true"] li.apperance,
.propertiesPane .propertyList.inputImageViewer[data-addasspace="true"] li.labelShading,
.propertiesPane .propertyList.inputImageViewer[data-addasspace="true"] li.linesLineColor,
.propertiesPane .propertyList.inputImageViewer[data-addasspace="true"] li.linesTextColor,
.propertiesPane .propertyList.inputImageViewer[data-addasspace="true"] li.shadedColor,
.propertiesPane .propertyList.inputImageViewer[data-addasspace="true"] li.shadedTextColor,
.propertiesPane .propertyList.inputImageViewer[data-addasspace="true"] li.nolinesTextColor,
.propertiesPane .propertyList.inputImageViewer[data-addasspace="true"] li.shadedHeadings,
.propertiesPane .propertyList.inputImageViewer[data-addasspace="true"] li.removeSpaceGroup,
.propertiesPane .propertyList.inputImageViewer[data-addasspace="true"] li.hint,
.propertiesPane .propertyList.inputImageViewer[data-addasspace="true"] li.imageUrl,
.propertiesPane .propertyList.inputImageViewer[data-addasspace="true"] li.shadedButton,
.propertiesPane .propertyList.inputImageViewer[data-addasspace="true"] li.removeAnswerBorder
{
	display: none !important;
}

.propertiesPane .propertyList.inputImageViewer[data-addasspace="true"] li .bool.addAsSpace{
	padding-top: 5px;
}

.propertiesPane .propertyList.inputAction:not(:is([data-imgaction="Launch program"])) li.androidApp,
.propertiesPane .propertyList.inputAction:not(:is([data-imgaction="Launch program"]))  li.iOSApp,
.propertiesPane .propertyList.inputAction:not(:is([data-imgaction="Launch program"]))  li.imgiOSActionParam{
	display: none;
}

.propertiesPane .propertyList.inputAction li.iOSApp .enumeration_add_grp legend,
.propertiesPane .propertyList.inputAction li.iOSApp .enumeration_add_grp #editoriOSActionParam{
	display: none;
}

.propertiesPane .propertyList.inputAction li.iOSApp #property_iOSApp[data-iOSApp="constant"]  ~ .enumeration_add_grp #editoriOSActionParam{
	display: block;
}

.propertiesPane .propertyList.inputAttachment li.justificationGroup,
.propertiesPane .propertyList.inputAttachment li.apperance,
.propertiesPane .propertyList.inputAttachment li.apperance h4,
.propertiesPane .propertyList.inputAttachment li.apperance a.apperanceInfo,
.propertiesPane .propertyList.inputAttachment li.shadedHeadings,
.propertiesPane .propertyList.inputAttachment li.shadedButton,
.propertiesPane .propertyList.inputAttachment li.removeAnswerBorder,
.propertiesPane .propertyList.inputAttachment li.answerColor,
.propertiesPane .propertyList.inputAttachment li.turnOffSelectionOutline,
.propertiesPane .propertyList.inputAttachment li.removeSpaceGroup{
	display: none !important;
}

.propertiesPane .propertyList.inputAttachment.showGroupAppearance li.justificationGroup,
.propertiesPane .propertyList.inputAttachment.showGroupAppearance li.apperance,
.propertiesPane .propertyList.inputAttachment.showGroupAppearance li.shadedHeadings,
.propertiesPane .propertyList.inputAttachment.showGroupAppearance li.shadedButton,
.propertiesPane .propertyList.inputAttachment.showGroupAppearance li.removeAnswerBorder,
.propertiesPane .propertyList.inputAttachment.showGroupAppearance li.answerColor,
.propertiesPane .propertyList.inputAttachment.showGroupAppearance li.turnOffSelectionOutline,
.propertiesPane .propertyList.inputAttachment.showGroupAppearance li.removeSpaceGroup{
	display: initial !important;
}

.propertiesPane .propertyList.inputAttachment li.readOnlyGroup,
.propertiesPane .propertyList.inputAttachment li.requiredGroup,
.propertiesPane .propertyList.inputAttachment li.clearGroup,
.propertiesPane .propertyList.inputAttachment li.hideMobileWebGroup{
	display: none !important;
}

.propertiesPane .propertyList.inputAttachment.showGroupRulesPermissions li.readOnlyGroup,
.propertiesPane .propertyList.inputAttachment.showGroupRulesPermissions li.requiredGroup,
.propertiesPane .propertyList.inputAttachment.showGroupRulesPermissions li.clearGroup,
.propertiesPane .propertyList.inputAttachment.showGroupRulesPermissions li.hideMobileWebGroup  {
	display: initial !important;
}

.propertiesPane .propertyList.inputAttachment li.actionGroup,
.propertiesPane .propertyList.inputAttachment li.actionGroup h4,
.propertiesPane .propertyList.inputAttachment li.isShowRelevanceCondition,
.propertiesPane .propertyList.inputAttachment li.relevanceconds,
.propertiesPane .propertyList.inputAttachment li.isShowITE,
.propertiesPane .propertyList.inputAttachment li.iteConditions,
.propertiesPane .propertyList.inputAttachment li.isShowReadOnlyIf,
.propertiesPane .propertyList.inputAttachment li.readOnlyIfConditions,
.propertiesPane .propertyList.inputAttachment li.isShowSkipCondition,
.propertiesPane .propertyList.inputAttachment li.skipconds,
.propertiesPane .propertyList.inputAttachment li.isShowSkipIf,
.propertiesPane .propertyList.inputAttachment li.skipIfConditions{
	display: none !important;
}

.propertiesPane .propertyList.inputAttachment.showGroupActions li.actionGroup,
.propertiesPane .propertyList.inputAttachment.showGroupActions li.isShowRelevanceCondition,
.propertiesPane .propertyList.inputAttachment.showGroupActions li.relevanceconds,
.propertiesPane .propertyList.inputAttachment.showGroupActions li.isShowITE,
.propertiesPane .propertyList.inputAttachment.showGroupActions li.iteConditions,
.propertiesPane .propertyList.inputAttachment.showGroupActions li.isShowReadOnlyIf,
.propertiesPane .propertyList.inputAttachment.showGroupActions li.readOnlyIfConditions,
.propertiesPane .propertyList.inputAttachment.showGroupActions li.isShowSkipCondition,
.propertiesPane .propertyList.inputAttachment.showGroupActions li.skipconds,
.propertiesPane .propertyList.inputAttachment.showGroupActions li.isShowSkipIf,
.propertiesPane .propertyList.inputAttachment.showGroupActions li.skipIfConditions{
	display: initial !important;
}

.propertiesPane .propertyList.inputAttachment.showGroupAppearance li.hideSession,
.propertiesPane .propertyList.inputAttachment.showGroupAppearance li.hideSessionImp,
.propertiesPane .propertyList.inputAttachment.showGroupRulesPermissions li.hideSession,
.propertiesPane .propertyList.inputAttachment.showGroupRulesPermissions li.hideSessionImp,
.propertiesPane .propertyList.inputAttachment.showGroupActions li.hideSession,
.propertiesPane .propertyList.inputAttachment.showGroupActions li.hideSessionImp{
	display: none !important;
}

.propertyList.inputAttachment li.readOnlyGroup .margin-left-10,
.propertyList.inputAttachment li.requiredGroup .margin-left-10,
.propertyList.inputAttachment li.clearGroup .margin-left-10,
.propertyList.inputAttachment li.hideMobileWebGroup .margin-left-10{
	padding-left: 10px;
	max-width: 259px;
}

a.inputAvailableAdvancedAccountOnly { 
	display: none !important;
}

.propertyList.inputAction:not([data-kind="Image"]) li.hintLink legend.propertyHeaderInfo .lbl-4-Image{
    display: none !important;
}

.propertyList.inputAction[data-kind="Image"] li.hintLink legend.propertyHeaderInfo .lbl-4-Button{
	display: none !important; 
}

.propertyList.inputAction:not([data-kind="Image"]) li.hintLink legend.propertyHeaderInfo .lbl-4-Button{
    display: initial !important;
}

.openReportScheduleDialog .ui-customDatepicker .ui-datepicker-next,
.openReportScheduleDialog .ui-customDatepicker .ui-datepicker-prev{
	cursor: pointer;
}

li .text.not-use-fieldset.hide-legend div.propertyHeaderInfo{
	display: initial !important;
}

li .text.not-use-fieldset.hide-legend.makeAcross div.propertyHeaderInfo{
	display: initial !important;
    float: left;
    width: initial;
}

li .text.not-use-fieldset.hide-legend.makeAcross div.propertyHeaderInfo h4{
	margin-top: -3px !important;
}

li .text.not-use-fieldset.hide-legend.makeAcross input{
	float: left;
    width: 100px;
    margin-left: 10px !important;
}

.propertiesPane ul.propertyList.inputCalculate.showGroupFormat[data-result="Hours"] li.showDateOnly,
.propertiesPane ul.propertyList.inputCalculate.showGroupFormat[data-result="Time"] li.showDateOnly{
	display: none !important;
}

.propertiesPane ul.propertyList.inputCalculate.showGroupFormat[data-result="Time"] li.decPlace,
.propertiesPane ul.propertyList.inputCalculate.showGroupFormat[data-result="Date:Time"] li.decPlace{
	display: none !important;
}

.propertiesPane ul.propertyList li.dataSourceDateFilter #property_dataSourceDateFilter > div:not(.item___BREAK__){
	clear: both;
}

.propertiesPane .propertyList.inputCalculate.showGroupFormat:not(:is([data-kind="Date"])) li.result {
	display: none !important;
}

li.footersGroup .editorList span{
	display: block;
    clear: both;
}
#homepage_thirty_day_demo_timeboard{
	display: none !important;
}
#trialCanvas{
	cursor: pointer;
}

.fvmodalContents .data-center{
	width: 100%;
	background-color: lightgray;
	color: white;
	font-size: 20px;
	padding: 5px;
	clear: both;
}

.selectAccountDialog div.padding_2{
	padding: 2em !important;
}

.selectAccountDialog .fvmodalContents .scroll_contain{
	width: 100% !important;
}

.comfirmDeleteAllRecord {
	width: 700px;
    height: 150px;
    border-radius: 7px;
    background: #ccc;
    font-size: 15px;
    margin-left: -20%;
}
.comfirmDeleteAllRecord .container {
	padding: 30px 50px;
	width: auto;
}
.comfirmDeleteAllRecord .message {
	text-align: center;
    font-size: 15px;
}
.comfirmDeleteAllRecord .optional_delete_background {
	margin-top: 15px;
}
.comfirmDeleteAllRecord .button_area {
	margin-top: 15px;
    text-align: center;
}
.comfirmDeleteAllRecord .ok {
	width: 50px;
    height: 22px;
    background: #e45424;
    border: none;
    color: #fff;
}
.comfirmDeleteAllRecord .cancel {
    border: none;
    background: #146793;
    height: 22px;
    width: 70px;
    color: #fff;
}

.hideOtherGroupTable{
    display: none;
}

.propertiesPane ul[data-zebraprinter="Senraise"].inputAction #property_paperWidth option[value="3"],
.propertiesPane ul[data-zebraprinter="Senraise"].inputAction #property_paperWidth option[value="4"],
.propertiesPane ul[data-zebraprinter="Senraise"].inputAction #property_zebraPrinterPaperStyle option[value="1"],
.propertiesPane ul[data-zebraprinter="Senraise"].inputAction #property_zebraPrinterPaperStyle option[value="2"],
.propertiesPane ul[data-zebraprinter="Senraise"].inputAction #property_zebraPrinterPaperStyle option[value="4"],
.propertiesPane ul[data-zebraprinter="Senraise"].inputAction #property_zebraPrinterType .item_PDF,
.propertiesPane ul[data-zebraprinter="Senraise"].inputAction #property_zebraPrinterType .item_PNG,
.propertiesPane ul[data-zebraprinter="Senraise"].inputAction #property_zebraPrinterType .item_ZPL
{
	display: none !important;
}

