
body.mainpopup {
	background-repeat : no-repeat;
    background-position: 0px 138px;
}

.centeredFirst
{
	float:left;
	height:50%;
	margin-bottom:-13.75em;
	width:1px;
}


/** FORM ELEMENTS**/

/*
.LocalElementRequireError
{
	background-color: #ffc0cb !important;
    border: solid 1px #aaaaaa;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .LocalElementRequireError { background-color: #ffc0cb !important; }
}


select.LocalElementRequireError 
{
    background: url(images/Pink.png) !important;
}
.LocalElementRequireError  option 
{
    background-color: transparent;
}

.LocalRequireDateValidator {
    border: solid 1px #aaaaaa;
}

.LocalYellowError {
	 background-color:  #F9E98E !important;
	border: solid 1px #A27D35;
    background-image: none; 
} */


/* modal window style */
.modalPopup 
{
	border:2px solid #75a3ed;
	border-style: solid;	
	margin:0px;
	background-color:White;	
}
.modalBackground 
{	
	background-color:Gray;
	filter:alpha(opacity=20);
	opacity:0.7;
}

.btnHidden
{
	visibility:hidden;
}

.Local_CompenentRequiredStarLabel
{
	color: Red;
	font-weight:bold;
	font-size: 20px;
	vertical-align:middle;
}
.attach_ComboBox_Tooltip
{
	display:block;
	background-color: LemonChiffon;
	/*border:solid 1px Blue;*/
	padding: 2px 2px 2px 2px;
	position:absolute;
	z-index:20000;
}
.attach_ComboBox_IFrame
{
	position : absolute;
    z-index : -1;
    top : 0px;
    left : 0px;
}
SPAN TABLE TR 
{
	vertical-align: top;
}

table.mainTable td
{
	padding: 0; margin:0;
}
table.mainTable tr
{
	vertical-align: top; border-top-style: none; border-right-style: none; border-left-style: none; text-align: left; border-bottom-style: none;
}
table.mainTable
{
	border-collapse:collapse; border-top-style: none; border-right-style: none; border-left-style: none; border-bottom-style: none;
}

/*
.DisableInput
{	
	background-color : Silver;
	color: Green;
}
.EnableInput
{	
	background-color : White;
}
*/
.exportGridContainer
{
    overflow-y:auto;
}
.exportGrid td, .exportGrid th
{
	border-left: 1px solid black;
}
.exportGrid
{
    width: 100%;
    border: 1px solid;
}
.exportGrid
{
    background-color:#AEAEAE;
    font-weight:bold;
    color:White;
    height:20px;
    vertical-align:middle;
}
.exportGridRow
{
    background-color:#EEEEEE;
    vertical-align:middle;
    text-align:center;
    height:20px;
    border-top: 1px solid;
}
.exportGridRowAlter
{
    background-color:#FFFFFF;
    vertical-align:middle;
    text-align:center;
    height:20px;
}

.computationDialogErrorStyle
{
	color: Red;
	width:100%;
	border-bottom:1px solid black;
	background-color:lightyellow;
	left:0;
	top:0;
	padding: 3px 0;
	text-indent: 5px;
	font: normal 11px Verdana;
}

.timeoutloginformstyle
{
	font-style:normal;
	font-size:small;
	font-family:Arial;
	color:#006d52;
	background-color:#e9f4d2;
	visibility:hidden;
}


/* ---------	COMBOBOXES    -----------------------------*/
.Local_ComboBox_containerSpan
{
    box-sizing: border-box;
    display: block;
	border: solid 1px #aaaaaa;
    width: 100%;
    cursor : pointer !important;
    width: 100%;
    cursor : pointer !important;
}

.Local_ComboBox_containerSpan > input.Local_ComboBox_containerDivLabel {
    cursor : pointer !important;
}

.Local_ComboBox_containerDivLabel
{
	border: none 0px;
    background-color:transparent;
}

.Local_ComboBox_PopupDiv_CSS
{
	z-index: 10000;
	background-color: White;
	position: absolute;
	overflow-x: hidden;
	overflow-y: auto;
	width: auto;
	border: solid 1px #808080;
	/* font */
	font-weight: normal;
	font-size: 8pt;
	text-transform: none;
	color: black;
	font-style: normal;
	font-family: Arial;
	font-variant: normal;
	text-decoration: none;
}
.Local_ComboBox_Item_CSS
{
	white-space:nowrap;
	background-color: White;
	cursor : pointer;
    padding-left: 2px;
}

.Local_ComboBox_Item_CSS:hover {
    background-color: #e6e6e6;
}

.Local_ComboBox_Item_CSS.selected
{
	background-color: #e6e6e6;
}

/* ---------	COMBOBOXES END     ------------------------*/

.cbText input:focus {
    background-color: #CCF;
}
.ajax__itemPicker_Tooltip 
{
	display:block;
	background-color: LemonChiffon;
	border:solid 1px Blue;
	padding: 2px 2px 2px 2px;
	position:absolute;
	z-index:20000;
}


.UserSelection span
{
	display:inline;
	float:left;
	padding-right: 10pt;
	padding-bottom: 10pt;
	padding-top: 5pt;
}

.dxtcPageContent
{
	background-color: rgb(242,252,224);
}

.dxtcActiveTab
{
	
	background: url(images/TabGradient.gif) repeat-x top;
}
.dxtcTab
{
	background: url(images/InactiveTabGradient.gif) repeat-x top;
}
.dxtcActiveTabWithTabPositionRight
{
	background: #f2fce0 url(images/TabGradientHorisontal.gif) repeat-y 100% top;
}
.dxtcTabWithTabPositionRight
{
	background: #D8DBD1 url(images/InactiveTabGradientHorisontal.gif) repeat-y 100% top;
}
.dxtcTabHoverWithTabPositionRight
{
	background-color: #D8DBD1;
}
.OTPButton
{
	background-color:rgb(224, 238, 181);
	background: url(images/GradientButton.gif) repeat-x 50% top;
}

.LinedElementHolder
{
	float: left;
	display: inline;
	margin: 20px 20px 20px 0px;
}
.KPParams
{
	display: none;
}
.FloatLeft
{
	float: left
}
.ClearBoth
{
	clear: both;
}
br.ClearBoth
{
    padding: 0;
    margin: 0;
    line-height: 0;
    height: 0;
}
.centerTable
{
	height: 99%;
	width: 100%;
}
.centerTable td
{
    vertical-align: middle;
}
.CmdEvenRow
{
	background: #ffffcc;
}

.BlockedElement
{
	
}
.GridContainerDiv
{
    padding: 4px 4px 4px 4px;
}

/*Disable radiobox frame*/
.DPRadioButtons input
{
    border-style: none;
}

.DPRadioButtons { display: block; }
.DPRadioButtons > table { width: 100%; }

.DPCheckBox {
    table-layout: fixed;
}

.DPCheckBox span {
    display:table-cell;
    vertical-align:middle;
    width:20px;
}

.DPCheckBox label {
    display:table-cell;
    vertical-align:middle;
}

.DPCheckBox input
{
    border-style: none;
}

/* ---------	GroupBoxes      -----------------------------*/
.GroupBox'LatoWeb', 'ArimoRegular', Arial
{
    overflow: hidden;
    vertical-align: middle;
}
.GroupBox'LatoWeb', 'ArimoRegular', Arial span.GroupBoxTitle 
{
    margin-top: 6px;
    margin-left: 7px;
    margin-bottom: 6px;
    display: inline-block;
}

.dpcollapsed, .dpexpanded, .dpgroupboximg
{
    margin-right: 4px;
    width: 24px;
    height: 24px;
    background-image:url(images/GroupBox/groupbox-sprites.png);
    float: right;
}
.dpcollapsed
{
    background-position: top center;
}
.dpexpanded
{
    background-position: bottom center;
}
.dpinvisible 
{
    display:none !important;
}
div.dpinvisible {
    display: none !important;
}
/* ---------	ExportResult    -----------------------------*/
.ExportResultIconSuccess
{
    width: 24px; height:24px; background-image:url(images/ExportResults/status_ok.gif);
}
.ExportResultIconError
{
    width: 24px; height:24px; background-image:url(images/ExportResults/status_error.gif);
}
.ExportResultIconWarning
{
    width: 24px; height:24px; background-image:url(images/ExportResults/status_warning.gif);
}
/* MenuHider */
.menuHider
{
	position: absolute;
	width: 19px;
	height: 16px;
	cursor: pointer;
    margin-top: 10px;
}
.MenuHider
{
	Width: 15px;
	Height: 15px;
	cursor: pointer;
}
.leftArrow
{
	background-image:url(images/but_menu2.png);
}
.rightArrow
{
	background-image:url(images/but_menu1.png);
}

/* LoanMart */
.LM_AppError
{
    width: 24px; height:24px; background-image:url(images/warning.png);
}
.LM_AppLocked
{
    width: 24px; height:24px; background-image:url(images/lock.png);
}
.modalPopupLM
{
	border:2px solid #96D766;
	border-style: solid;
	/*padding:2px;*/
	margin:0px;
	background-color:White;
	text-align: center;
    height: 68px;line-height: 68px;
}
.spin
{
	width: 24px; 
	height:30px;
	background-image:url(/PluginWebapp/Content/img/Loading.svg);
	background-position: bottom center;
	background-repeat: no-repeat;
	margin-bottom: -4px;
    display: inline-block;
}
.updatePanelProgressBar
{
	margin: 4px 16 px 4 px 16px;
	background-color: Teal;
	border: solid 2px black;
}

.HIDESQUARE INPUT[type="radio"]
{
	border: none;
}


/** Layout styles **/

.controlsSpace
{
	padding: 4px 32px 4px 0px;
}
.controlInline
{
	display: inline;
	float: left;
}
.lmWorkPplace {
	background-image: url(images/workplace-'LatoWeb', 'ArimoRegular', Arial.png);
	background-repeat : no-repeat;
    background-position: right top;
    
}


.wpLocalLogo
{
	background-image: url(images/scorto-logo.png);
	background-repeat : no-repeat;
	background-position: left top;
    background-size: 100% auto;
	height: 120px;
	width: 188px;
	position: absolute;
	top: 20px;
	left: 10px;
}
.wpLocalLogo span.wpLogoText
{
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 15px;
	font-weight: bold;
	color: Black;
}

.wpCurrentRates {
    font-size: 12px;
    color: #000000;
    width: 220px;
}

.leftcolumn .wpCurrentRates ul li {
    background: none;
}
.leftcolumn .wpCurrentRates span {
    margin-left: 31px;
}

.wpApplicationRates {
    font-size: 12px;
    color: #000000;
    width: 220px;
    visibility: hidden;
}

.leftcolumn .wpApplicationRates ul li {
    background: none;
}

.leftcolumn .wpApplicationRates span {
    margin-left: 31px;
}


.cultureSelector 
{
    position: absolute;
    top: 5px;
    right: 150px;
}

.OverFlowAuto
{
	overflow: auto;
}

div[dptype=dpform]{
	/* border: 1px solid black; */
}
.LocalReadOnlyDPForm .LocalTextBoxString  textarea[readonly]
{
	color: #aca8ac;
}

.ArabicStyle {
    direction: rtl;
}

.input-elm {
    width: 100px;
}

/* .ui-widget-header a:hover { color: black; } */

#aspnetForm span.invisible_control { display: none !important; }


.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; }
.ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; }

.mainSetDateTimeofResponse {
   margin-left: 10px;
}

#dlgStatisticOfCreditBureau.ui-dialog-content{
    height: 355px !important;
}


input[dptype=dpcheckbox]:focus, select[dptype=dpcheckbox]:focus {
  /*outline:1px dotted #000000;*/
}

.ArabicStyle 
{
    direction: rtl;
}

input.no-border 
{
    border-style:none;
}

input.ui-helper-hidden 
{ 
    display: none!important; 
}


/* switched-off styles
.wpWorkplaceName
{
	margin-right: 0px;
    margin-left: 249px;
	font-size: 24px;
	color: black;
	text-align: left;
    height: 80px;
    padding-top: 30px;
}
.wpUserName
{
	font-size: 18px;
	color: #8c8a8c;
	float: left;
	margin-right: 0px;
    margin-top: -40px;
    margin-left: 249px;
}

.wpUserRoles
{
	font-size: 16px;
	color: #8c8a8c;
	float: left;
	margin-right: 0px;
    margin-top: -15px;
    margin-left: 249px;
}

.wpApplicationInfo
{
    position: absolute;
	font-size: 12px;
	color: #000000;
	float: left;
	margin-right: 0px;
    margin-top: 8px;
    margin-left: 249px;
}

#main
{
	width: 100%
}

{
	width: 100%;
	height: 138px;
}

.content-holder
{
	padding: 10px 10px 0 250px;
    border-bottom-color: #de2439;
}

.content-holder-hide
{
	padding: 10px 10px 0 10px;
    border-bottom-color: #de2439;
}

#leftcolumn
{
	width:250px;
	float: left;
	display:inline;
	position:relative;
	margin-left: -250px;
}
#content
{
    min-width: 600px;
	float:left;
    width: 100%;
}


#leftcolumn.hiddableMenu a {
    color: black;
    text-decoration: none;
    font-weight: normal;
	font-size: 14px;
    line-height: 1.4em;
}

#leftcolumn.hiddableMenu a:visited, a:active { color: black; }
#leftcolumn.hiddableMenu a:hover { color:#de2439; }

#leftcolumn ul li
{
    margin-left: 17px;
    padding-top: 5px;
    background: url(images/cfc-bul.png) no-repeat left 65%;
    padding-left: 10px;
}

#leftcolumn a
{
	margin-left: 5px;
}



*/

.dxtcLite_Aqua > .dxtc-content {
    background-color: transparent;
    padding: 0px;
}