
/* Mouse */
.stiPublishWebClientCheckBox_Mouse {
    border: 0;
    font-size: 12px;
    font-family: Arial;
    color: #444444;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.stiPublishWebClientCheckBoxDisabled_Mouse {
    border: 0;
    font-size: 12px;
    font-family: Arial;
    color: #d6d3d6;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.stiPublishWebClientCheckBoxImageBlock_Mouse {
    width: 13px;
    height: 13px;
    border: 1px solid #ababab;
    border-radius: 3px;
    background: #ffffff;
}

.stiPublishWebClientCheckBoxImageBlockOver_Mouse {
    width: 13px;
    height: 13px;
    border: 1px solid #6b6b6b;
    border-radius: 3px;
    background: #eaeaea;
}

.stiPublishWebClientCheckBoxImageBlockDisabled_Mouse {
    width: 13px;
    height: 13px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    background: #f7f7f7;
}

/* Touch */
table.stiPublishWebClientCheckBox_Touch {
    border-width: 0;
    font-size: 12px;
    font-family: Arial;
    color: #444444;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

table.stiPublishWebClientCheckBoxDisabled_Touch {
    border-width: 0;
    font-size: 12px;
    font-family: Arial;
    color: #d6d3d6;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.stiPublishWebClientCheckBoxImageBlock_Touch {
    width: 16px;
    height: 16px;
    border: 1px solid #ababab;
    border-radius: 3px;
    background: #ffffff;
}

.stiPublishWebClientCheckBoxImageBlockOver_Touch {
    width: 16px;
    height: 16px;
    border: 1px solid #6b6b6b;
    border-radius: 3px;
    background: #eaeaea;
}

.stiPublishWebClientCheckBoxImageBlockDisabled_Touch {
    width: 16px;
    height: 16px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    background: #f7f7f7;
}

/* Mouse */
.stiPublishWebClientDropDownList {
    border: 1px solid #ababab;
    border-radius: 3px;
    background: #ffffff;
}

.stiPublishWebClientDropDownListOver {
    border: 1px solid #6b6b6b;
    border-radius: 3px;
    background: #ffffff;
}

.stiPublishWebClientDropDownListDisabled {
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    background: #ffffff;
}

.stiPublishWebClientDropDownList_TextBox {
    font-size: 12px;
    border: 0px;
    margin: 0px;
    padding: 0px 0px 0px 4px;
    -webkit-border-radius: 0px;
    outline: none;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(hsla(0,0%,100%,0)), to(hsla(0,0%,100%,0)));
    background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0));
    background: #ffffff;
    color: #444444;
}

.stiPublishWebClientDropDownListImage {
    height: 17px;
    width: 32px;
    margin: 0 3px 0 3px;
}


/* Mouse */
.stiPublishWebClientDropDownListButton {
    cursor: default;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.stiPublishWebClientDropDownListButtonDefault {
    background: #ffffff;
}

.stiPublishWebClientDropDownListButtonOver {
    background: #dadada;
}

.stiPublishWebClientDropDownListButtonSelected {
    background: #e5e5e5;
}

.stiPublishWebClientDropDownListButtonDisabled {
    color: @PublishWebClientControlsFontDisabledColor;
}

/* Mouse */
.stiPublishWebClientFormButton_Mouse {
    background: #ffffff;
    border: 1px solid #ababab;
    border-radius: 3px;
    height: 23px;
    color: #444444;
    cursor: default;
    font-family: Arial;
    font-size: 12px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.stiPublishWebClientFormButtonOver_Mouse {
    background: #dadada;
    border: 1px solid #ababab;
    border-radius: 3px;
    height: 23px;
    color: #444444;
    cursor: default;
    font-family: Arial;
    font-size: 12px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.stiPublishWebClientFormButtonSelected_Mouse {
    background: #e5e5e5;
    border: 1px solid #ababab;
    border-radius: 3px;
    height: 23px;
    color: #444444;
    cursor: default;
    font-family: Arial;
    font-size: 12px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.stiPublishWebClientFormButtonDisabled_Mouse {
    background: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    height: 23px;
    color: #d6d3d6;
    cursor: default;
    font-family: Arial;
    font-size: 12px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

/* Touch */
.stiPublishWebClientFormButton_Touch {
    background: #ffffff;
    border: 1px solid #ababab;
    border-radius: 3px;
    height: 29px;
    color: #444444;
    cursor: default;
    font-family: Arial;
    font-size: 12px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.stiPublishWebClientFormButtonOver_Touch {
    background: #dadada;
    border: 1px solid #ababab;
    border-radius: 3px;
    height: 29px;
    color: #444444;
    cursor: default;
    font-family: Arial;
    font-size: 12px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.stiPublishWebClientFormButtonSelected_Touch {
    background: #e5e5e5;
    border: 1px solid #ababab;
    border-radius: 3px;
    height: 29px;
    color: #444444;
    cursor: default;
    font-family: Arial;
    font-size: 12px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.stiPublishWebClientFormButtonDisabled_Touch {
    background: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    color: #d6d3d6;
    height: 29px;
    cursor: default;
    font-family: Arial;
    font-size: 12px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.stiPublishWebClientForm {
	position: absolute;	
	border:1px solid #19478a;	
	background: #ffffff;
	color: #444444;	
	-moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.6); 
    -webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.6);
    box-shadow: 0 0 7px rgba(0,0,0,0.3);
    cursor: default;
}

.stiPublishWebClientFormHeader {
    background: #ffffff;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    color: #19478a;
    text-align: center;
    cursor: default;
}

.stiPublishWebClientFormContainer {	
	background: #ffffff;
	border-top: 1px dotted #c6c6c6;
}

.stiPublishWebClientFormSeparator {
	height: 0px;
	margin-left: 1px;
	margin-right: 1px;
}

.stiPublishWebClientFormButtonsPanel {
	float: right;
}

.stiPublishWebClientFormBlock {
	background: #ffffff;
	color: #444444;
	font-family: Arial;
    font-size: 12px;
}

.stiPublishWebClientFormBlockHeader {	
	color: #949494;
	font-family: Arial;
    font-size: 12px;
	background: #eeeeee;	
}

.stiPublishWebClientFormPanelArrow {
	overflow: hidden;
	position: absolute;  
	top: 10px;
	width: 21px;
	height: 21px; 
	left: -21px;
}

.stiPublishWebClientFormPanelArrow:after {
	overflow: hidden;
	position: absolute;
	background: #ffffff;
	border: 1px solid #19478a;
	left: 17px;
	width: 21px;
	height: 21px;
	content: "";
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.stiPublishWebClientMessagesFormDescription {
	border: 0px;
	margin: 0px;
	padding: 20px 30px 20px 0;
	overflow: hidden;
	min-width: 350px;
	max-width: 650px;
	font-family: Arial;
	font-size: 12px;
    color: #444444;
	text-align: left;
    cursor: default;
}

.stiPublishWebClientTextContainer {
    white-space: nowrap;
    border: 0px;
    font-family: Arial;
    font-size: 12px;
    color: #444444;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.stiCloudDemoPanel {
    text-align: center;
    font-family: Arial;
    font-size: 15px;
    line-height: 1.3;
    color: #888888;
    padding: 10px 0 10px 0;
    width: 550px;
    height: 500px;
}

.stiPublishWebClientUnselectable {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.stiPublishWebClientNotificationFormDescription {
    text-align: center;
    font-family: Arial;
    font-size: 14px;
    line-height: 1.3;
    color: #888888;
    width: 450px;
    padding: 10px 50px 10px 50px;
}

.stiPublishWebClientNotificationFormMessage {
    text-align: center;
    font-family: Arial;
    font-size: 16px;
    line-height: 1.3;
    color: #19478a;
    width: 450px;
    padding: 10px 50px 10px 50px;
}

.stiPublishWebClientThemeBar {
    border-radius: 3px;
}

/* Mouse */
.stiCloudReportsWebClientHeaderButton_Mouse {
    cursor: pointer;
	float: left;	
    color: #444444;
	opacity: 0.75;
    font-family: Arial;    
	font-size: 13px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;	
	font-weight: bold;
}

.stiCloudReportsWebClientHeaderButtonOver_Mouse {
    cursor: pointer;
	float: left;
    color: #19478a;
    opacity: 1;
	font-family: Arial;  
    font-size: 13px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
	font-weight: bold;
}

.stiCloudReportsWebClientHeaderButtonSelected_Mouse {
    cursor: pointer;
	float: left;
    color: #19478a;
    opacity: 1;
	font-family: Arial;  
    font-size: 13px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
	font-weight: bold;
}

.stiCloudReportsWebClientHeaderButtonDisabled_Mouse {
    cursor: pointer;
	float: left;
    color: #444444;
    font-family: Arial;  
    font-size: 13px;
    color: #d6d3d6;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
	font-weight: bold;
}

/* Touch */
.stiCloudReportsWebClientHeaderButton_Touch {
	float: left;
    color: #444444;
    opacity: 0.75;
	cursor: pointer;
    font-family: Arial;
    font-size: 13px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.stiCloudReportsWebClientHeaderButtonOver_Touch {
	text-decoration: underline;
	float: left;
    opacity: 1;
	color: #19478a;
    cursor: pointer;
    font-family: Arial;
    font-size: 13px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.stiCloudReportsWebClientHeaderButtonSelected_Touch {
	float: left;
    color: #19478a;
    opacity: 1;
	cursor: pointer;
    font-family: Arial;
    font-size: 13px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none; 
}

.stiCloudReportsWebClientHeaderButtonDisabled_Touch {
	float: left;
    color: #d6d3d6;
    cursor: pointer;
    font-family: Arial;
    font-size: 13px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.stiCloudReportsFormHeader {
	color: #19478a;	
    font-family: Arial;
    font-size: 14px;
	background: #ffffff;
}

.stiCloudReportsWebClientFormContainer {	
	padding: 5px 10px 0px 10px;
	background: #ffffff;
    overflow-y:auto;
    overflow-x:hidden;
}

.stiCloudReportsWebClientForm,.stiCloudReportsWebClientFormPanel{
	position: absolute;
	border: 1px solid #19478a;
	background: #fafafa;
	color: #444444;
	-moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.6);
    box-shadow: 0 0 7px rgba(0,0,0,0.3);
    cursor: default;
}

.stiDesignerLoginFormCaption{
    font-family: Arial;
    color: #7a8d8e;
    font-size: 28px;
}

.stiCloudReportsWebClientFormHeader {
	background: #ffffff;
	font-family: Corbel;
    font-size: 25px;
    color: #19478a;
	text-align: center;
    cursor: default;
}

.stiCloudReportsWebClientAuthFormTextCell {
	white-space: nowrap;
    color: #444444;
    cursor: default;
    font-family: Arial;
    font-size: 12px;
	padding: 3px 4px 3px 0;
}

.stiCloudReportsWebClientAuthFormSuccessfullyText {
	white-space: normal;
    color: #444444;
    cursor: default;
    font-family: Arial;
    font-size: 12px;
	margin: 0px 0 40px 0;
	line-height: 1.5;
}

.stiCloudReportsSmallProgressMarker {    
	position: relative;	
	height: 18px;
	width: 18px;
}

.stiCloudReportsBigProgressMarker {    
	position: absolute;	
	height: 76px;
	width: 76px;
	z-index: 100;
}

.stiCloudReportsWebClientUserMenu {
	position: absolute;
	z-index: 5;
	padding: 1px;
	border:1px solid #c6c6c6;	
	background: #ffffff;
	color: #444444;	
    cursor: default;
	-moz-box-shadow: -5px 5px 5px rgba(0,0,0,0.06); 
    -webkit-box-shadow: -5px 5px 5px rgba(0,0,0,0.06);
    box-shadow: -5px 5px 5px rgba(0,0,0,0.06);
}

.stiCloudReportsToolbarUserNameCell {
	text-align: right;
	padding-left: 10px;
}

.stiCloudReportsWebClientSchedulerFormTextBeforeControlInActions {
    color: #444444;
    cursor: default;
    font-family: Arial;
    font-size: 12px;
	padding-left: 8px;
	white-space: nowrap;
}

.stiBlockHeader{
    font-family: Arial;
    font-size: 12px;
    color: #949494;
    width:100%; 
    height:24px; 
    background-color:#eeeeee;
    font-weight: bold;
    line-height:24px;
    padding-left: 12px;
}

.stiCloudReportsWebClientTextBeforeControl {
	white-space: nowrap;
    color: #444444;
    cursor: default;
    font-family: Arial;
    font-size: 12px;
    vertical-align: top;
    padding-top: 9px;
}

.stiCloudReportsWebClientFormSeparator {
	height: 0px;
	border-top: 1px dotted #c6c6c6;
	margin-left: 1px;
	margin-right: 1px;
}

.stiCloudReportsWebClientFormPanelDisabled {
    position: absolute;
    background-color: White;
    filter: alpha(Opacity=50);
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
}

.stiCloudReportsWebClientFormArrow {
    overflow: hidden;
    position: absolute;  
    left: -8px;
    top: 13px;
    width: 14px;
    height: 14px;
    background: none repeat scroll 0 0 #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform:    rotate(45deg);
    -ms-transform:     rotate(45deg);
    -o-transform:      rotate(45deg);
}

.stiCloudReportsWebClientFormArrow:after {    
    border: 1px solid #19478a;
    content: "";
    height: 14px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: -2px;
    width: 14px;
    -moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.6); 
    -webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.6);
}

.stiWebClientLocalizationCaption {
    font-family: Arial;
    font-size: 13px;
    padding: 8px 0;
}

.stiWebClientLocalizationRow {
    background: transparent;	
}

.stiWebClientLocalizationRow:hover {
    background: #d5e1f2;	
}

.stiWebClientLocalizationIndicator {
    width: 48px;
    height: 48px;
    vertical-align: bottom;
    background-position: center center;
    background-repeat: no-repeat;
}

.stiWebClientLocalizationIndicatorText {
    font-family: Arial;
    font-size: 12px;
    color: #ffffff;
    padding: 2px 3px;
}

.stiWebClientLocalizationNames {
    font-family: Arial;
    font-size: 15px;
    line-height: 22px;
    width: 200px;
	background: transparent;
}

.stiCloudReportsWebClientHeaderFormButtonsSeparator {
	width: 0px;
	height: 16px;
	border-right: 1px solid #c6c6c6;
    float: left;
}

.stiCloudReportsWebClientInfoPanelSeparator {
	border-top: 1px dotted #c6c6c6;
	margin: 1px 5px 1px 5px;
	height: 0px;
}

.stiColorButton{
    width: 25px;
    height: 25px;
    border: 1px solid #c5c5c5;
    float: left;
    margin-right: 5px;
}
.stiColorButton:hover{
    border: 1px solid #f29436;
}

.stiColorButtonIn{
    width: 23px;
    height: 23px;
}

.stiColorButtonIn:hover{
    border: 1px solid #ffe294;
}

.stiCloudReportsToolbarUserImage {
	border-radius: 40px;
	margin: 0 5px 0 5px;
}

/* Mouse */
.stiCloudReportsWebClientHyperlinkButton_Mouse {
    cursor: pointer;		
    color: #5a83ad;
    font-family: Arial;
    font-size: 14px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.stiCloudReportsWebClientHyperlinkButtonOver_Mouse {
    cursor: pointer;
	text-decoration: underline;	
    color: #5a83ad;
    font-family: Arial;
    font-size: 14px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.stiCloudReportsWebClientHyperlinkButtonSelected_Mouse {
    cursor: pointer;	
    color: #5a83ad;
    font-family: Arial;
    font-size: 14px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;   
}

.stiCloudReportsWebClientHyperlinkButtonDisabled_Mouse {
    cursor: pointer;	
    color: #5a83ad;
    font-family: Arial;
    font-size: 14px;
    color: #d6d3d6;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;   
}

/* Touch */
.stiCloudReportsWebClientHyperlinkButton_Touch {	
    color: #5a83ad;
    cursor: pointer;
    font-family: Arial;
    font-size: 14px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.stiCloudReportsWebClientHyperlinkButtonOver_Touch {
	text-decoration: underline;	
    color: #5a83ad;
    cursor: pointer;
    font-family: Arial;
    font-size: 14px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.stiCloudReportsWebClientHyperlinkButtonSelected_Touch {	
    color: #5a83ad;
    cursor: pointer;
    font-family: Arial;
    font-size: 14px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;   
}

.stiCloudReportsWebClientHyperlinkButtonDisabled_Touch {	
    color: #5a83ad;
    cursor: pointer;
    font-family: Arial;
    font-size: 14px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

/* Mouse */
.stiCloudReportsWebClientLoginButton_Mouse {
    background: #19478a;
    border-radius: 3px;
    border: none;
    height: 40px;
    color: white;
    cursor: default;
    font-family: Arial;
    font-size: 19px;
    width: 100%;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.stiCloudReportsWebClientLoginButtonOver_Mouse {
    background: #3b629b;
    border-radius: 3px;
    border: none;
    height: 40px;
    color: white;
    cursor: default;
    font-family: Arial;
    font-size: 19px;
    width: 100%;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.stiCloudReportsWebClientLoginButtonSelected_Mouse {
    background: #19478a;
    border-radius: 3px;
    border: none;
    height: 40px;
    color: white;
    cursor: default;
    font-family: Arial;
    font-size: 19px;
    width: 100%;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.stiCloudReportsWebClientLoginButtonDisabled_Mouse {
    background: #19478a;
    border-radius: 3px;
    border: none;
    height: 40px;
    color: white;
    cursor: default;
    font-family: Arial;
    font-size: 19px;
    width: 100%;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

/* Touch */
.stiCloudReportsWebClientLoginButton_Touch {
    background: #19478a;
    border-radius: 3px;
    border: none;
    height: 40px;
    color: white;
    cursor: default;
    font-family: Arial;
    font-size: 19px;
    width: 100%;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.stiCloudReportsWebClientLoginButtonOver_Touch {
    background: #3b629b;
    border-radius: 3px;
    border: none;
    height: 40px;
    color: white;
    cursor: default;
    font-family: Arial;
    font-size: 19px;
    width: 100%;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.stiCloudReportsWebClientLoginButtonSelected_Touch {
    background: #19478a;
    border-radius: 3px;
    border: none;
    height: 40px;
    color: white;
    cursor: default;
    font-family: Arial;
    font-size: 19px;
    width: 100%;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.stiCloudReportsWebClientLoginButtonDisabled_Touch {
    background: #19478a;
    border-radius: 3px;
    border: none;
    height: 40px;
    color: white;
    cursor: default;
    font-family: Arial;
    font-size: 19px;
    width: 100%;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

/* Error */
.stiErrorMessagesTooltip, .stiErrorMessagesTooltipArrow:after {
  background: #ff0000;
  border: 1px solid #ff0000;
  color: #ffffff;
  text-align: left;
  font-family: Arial;
  font-size: 13px;
}

/* Info */
.stiInfoMessagesTooltip, .stiInfoMessagesTooltipArrow:after {
  background: #ffffff;
  border: 1px solid #0070b8;
  color: #444444;
  text-align: left;
  font-family: Arial;
  font-size: 13px;
}

/* Tooltip */
.stiMessagesTooltip {
  opacity: 0;
  display: inline-block;
  position: absolute;  
  /*font-stretch: condensed;*/
  text-decoration: none;
  z-index: 1000000;
  -moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.6); 
  -webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.6);
  box-shadow: 0 0 7px rgba(0,0,0,0.3);
}

.stiMessagesTooltipArrow {
  overflow: hidden;
  position: absolute;  
}

.stiMessagesTooltipArrow:after {
  content: "";
  position: absolute;  
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
}

/* Arrow Left */
.stiMessagesTooltipArrowLeft {
  left: -14px;  
  bottom: 38%;
  width: 17px;
  height: 17px;
}

.stiMessagesTooltipArrowLeft:after {
	left: 8px;
	top: 0px;
	width: 15px;
	height: 15px;
}

/* Arrow Top */
.stiMessagesTooltipArrowTop {
  left: 45%;  
  top: -14px;
  width: 17px;
  height: 17px;
}

.stiMessagesTooltipArrowTop:after {
	left: 0px;
	top: 8px;
	width: 15px;
	height: 15px;
}

/* Arrow Right */
.stiMessagesTooltipArrowRight {
  left: 100%;  
  bottom: 38%;
  width: 17px;
  height: 17px;
}

.stiMessagesTooltipArrowRight:after {
	left: -11px;
	top: 0px;
	width: 15px;
	height: 15px;
}

/* Arrow Bottom */
.stiMessagesTooltipArrowBottom {
  left: 45%;  
  top: 100%;
  width: 17px;
  height: 17px;
}

.stiMessagesTooltipArrowBottom:after {
	left: 0px;
	top: -11px;
	width: 15px;
	height: 15px;
}

.client_navigator_loader {
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 6px solid rgba(25,71,138, 0.2);
  border-right: 6px solid rgba(25,71,138, 0.2);
  border-bottom: 6px solid rgba(25,71,138, 0.2);
  border-left: 6px solid #11315f;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.client_navigator_loader,
.client_navigator_loader:after {
  border-radius: 50%;
  width: 64px;
  height: 64px;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*loader-mini*/

.client_navigator_loader_mini {
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 3px solid rgba(25,71,138, 0.2);
  border-right: 3px solid rgba(25,71,138, 0.2);
  border-bottom: 3px solid rgba(25,71,138, 0.2);
  border-left: 3px solid #11315f;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.client_navigator_loader_mini,
.client_navigator_loader_mini:after {
  border-radius: 50%;
  width: 12px;
  height: 12px;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Mouse */
.stiCloudReportsWebClientSmallButtonWithBorders_Mouse {
    height: 21px;
    border-radius: 3px;
    border: 1px solid #ababab;
    background: #ffffff;
    color: #444444;
    cursor: default;
    font-family: Arial;
    font-size: 12px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.stiCloudReportsWebClientSmallButtonWithBordersOver_Mouse {
    height: 21px;
    border-radius: 3px;
    color: #444444;
    cursor: default;
    font-family: Arial;
    font-size: 12px;
    border: 1px solid #a3bde3;
    background: #e6eefa;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.stiCloudReportsWebClientSmallButtonWithBordersSelected_Mouse {
    height: 21px;
    border-radius: 3px;
    color: #444444;
    cursor: default;
    font-family: Arial;
    font-size: 12px;
    border: 1px solid #c2d5f2;
    background: #c2d5f2;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.stiCloudReportsWebClientSmallButtonWithBordersDisabled_Mouse {
    height: 21px;
    border-radius: 3px;
    border: 1px solid #b7b4b7;
    cursor: default;
    font-family: Arial;
    font-size: 12px;
    color: #d6d3d6;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

/* Touch */
.stiCloudReportsWebClientSmallButtonWithBorders_Touch {
    height: 26px;
    border-radius: 3px;
    border: 1px solid #ababab;
    background: #ffffff;
    color: #444444;
    cursor: default;
    font-family: Arial;
    font-size: 12px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.stiCloudReportsWebClientSmallButtonWithBordersOver_Touch {
    height: 26px;
    border-radius: 3px;
    color: #444444;
    border: 1px solid #a3bde3;
    background: #e6eefa;
    cursor: default;
    font-family: Arial;
    font-size: 12px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.stiCloudReportsWebClientSmallButtonWithBordersSelected_Touch {
    height: 26px;
    border-radius: 3px;
    color: #444444;
    border: 1px solid #c2d5f2;
    background: #c2d5f2;
    cursor: default;
    font-family: Arial;
    font-size: 12px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.stiCloudReportsWebClientSmallButtonWithBordersDisabled_Touch {
    height: 26px;
    border-radius: 3px;
    border: 1px solid #b7b4b7;
    cursor: default;
    font-family: Arial;
    font-size: 12px;
    color: #d6d3d6;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}
/* Mouse */
.stiCloudReportsWebClientToolButton_Mouse {    
    height: 26px;
	min-width: 26px;
    white-space: nowrap;
	border: 0px;
    color: #ffffff;
    font-family: Arial;
    font-size: 12px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
	cursor: pointer;
}

.stiCloudReportsWebClientToolButtonOver_Mouse {
	height: 26px;
	min-width: 26px;
	white-space: nowrap;
    background: #3b629b;
    color: #ffffff;
	border: 0px;
    font-family: Arial;
    font-size: 12px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
	cursor: pointer;
}

.stiCloudReportsWebClientToolButtonSelected_Mouse {
    height: 26px;
    min-width: 26px;
	white-space: nowrap;
    background: #ffffff;
    color: #444444;
	border: 0px;
    font-family: Arial;
    font-size: 12px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
	cursor: pointer;
}

.stiCloudReportsWebClientToolButtonDisabled_Mouse {
    height: 26px;
    min-width: 26px;
	white-space: nowrap;
    color: #d6d3d6;
	border: 0px;
    font-family: Arial;
    font-size: 12px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
	cursor: pointer;
}

/* Touch */
.stiCloudReportsWebClientToolButton_Touch {    
    height: 28px;
    min-width: 28px;
	white-space: nowrap;
	border: 0px;
    color: #ffffff;
    cursor: pointer;
    font-family: Arial;
    font-size: 12px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.stiCloudReportsWebClientToolButtonOver_Touch {
	height: 28px;
	min-width: 28px;
	white-space: nowrap;
    background: #3b629b;
    color: #ffffff;
	border: 0px;
    cursor: pointer;
    font-family: Arial;
    font-size: 12px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.stiCloudReportsWebClientToolButtonSelected_Touch {
    height: 28px;
    min-width: 28px;
	white-space: nowrap;
    background: #ffffff;
    color: #444444;
	border: 0px;
	cursor: pointer;
    font-family: Arial;
    font-size: 12px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.stiCloudReportsWebClientToolButtonDisabled_Touch {
    height: 28px;
    min-width: 28px;
	white-space: nowrap;
    color: #d6d3d6;
	border: 0px;
	cursor: pointer;
    font-family: Arial;
    font-size: 12px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.stiUpdateFormItem {    
    border-bottom: 1px dotted #c6c6c6;
    font-family: Arial;
    font-size: 12px;
    color: #444444;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.stiUpdateFormItemHeader {    
    font-family: Arial;
    font-size: 17px;
    margin: 10px 0 0 13px;
}

.stiUpdateFormItemDate {    
    font-family: Arial;
    font-size: 11px;
    margin: 15px 0 0 13px;
}

.stiUpdateFormItemDescription {    
    font-family: Arial;
    font-size: 12px;
    margin: 15px 10px 0 13px;
    line-height: 1.3;
}

.stiModificationsFormContainer {
    border-top: 1px dotted #c6c6c6;
}

.stiModificationsFormContainerHeaderItem {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    margin: 25px 0 5px 13px;
}

.stiModificationsFormContainerItem {
    font-family: Arial;
    font-size: 12px;
    padding: 5px 0 5px 5px;
    margin: 5px 0 5px 13px;
}

.stiUpdateFormEmptyItem {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #777777;
}


.stiPublishWebClientParentMenu {
    z-index: 35;
    position: absolute;
    font-family: Arial;
    font-size: 12px;
    color: #444444;
}

.stiPublishWebClientMenu,
.stiPublishWebClientDropdownMenu,
.stiPublishWebClientDropdownPanel {
    position: absolute;
    padding: 1px;
    font-size: 12px;
    border: 1px solid #c6c6c6;
    border-radius: 3px;
    background: #ffffff;
    -moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.6);
    box-shadow: 0 0 7px rgba(0,0,0,0.3);
    cursor: default;
    color: #444444;
}

.stiPublishWebClientVerticalMenuSeparator {
    height: 1px;
    background: #c6c6c6;
    margin: 1px 2px 1px 2px;
}

.stiPublishWebClientMenuStandartItem {
    border-radius: 3px;
    white-space: nowrap;
    cursor: default;
    font-size: 12px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.stiPublishWebClientMenuStandartItemOver {
    background: #dadada;
}

.stiPublishWebClientMenuStandartItemSelected {
    background: #e5e5e5;
}

.stiPublishWebClientMenuStandartItemDisabled {
    color: @PublishWebClientControlsFontDisabledColor;
}
.publishwebclient_loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 6px solid rgba(25,71,138, 0.2);
  border-right: 6px solid rgba(25,71,138, 0.2);
  border-bottom: 6px solid rgba(25,71,138, 0.2);
  border-left: 6px solid #19478a;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.publishwebclient_loader,
.publishwebclient_loader:after {
  border-radius: 50%;
  width: 64px;
  height: 64px;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*loader-mini*/

.publishwebclient_loader_mini_white {
  /*margin: 60px auto;*/
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 3px solid rgba(255, 255, 255, 0.2);
  border-right: 3px solid rgba(255, 255, 255, 0.2);
  border-bottom: 3px solid rgba(255, 255, 255, 0.2);
  border-left: 3px solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.publishwebclient_loader_mini_white,
.publishwebclient_loader_mini_white:after {
  border-radius: 50%;
  width: 12px;
  height: 12px;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*loader-mini*/

.publishwebclient_loader_mini_color {
  /*margin: 60px auto;*/
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 3px solid rgba(25,71,138, 0.2);
  border-right: 3px solid rgba(25,71,138, 0.2);
  border-bottom: 3px solid rgba(25,71,138, 0.2);
  border-left: 3px solid #19478a;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.publishwebclient_loader_mini_color,
.publishwebclient_loader_mini_color:after {
  border-radius: 50%;
  width: 12px;
  height: 12px;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.stiPublishWebClientPublishForm {
	position: absolute;
	background: #ffffff;
	color: #444444;	
    cursor: default;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
}

.stiPublishWebClientPublishFormHeader {
    position: absolute;
    top: 0px;
    height: 50px;
    background: #ffffff;
    font-family: Corbel;
    font-size: 25px;
    color: #19478a;
    text-align: center;
    cursor: default;
    width: 100%;
    z-index: 100;    
}

.stiPublishWebClientPublishFormContainer {	
	background: #ffffff;
    position: absolute;
    top: 51px;
    left: 0px;
    bottom: 50px;
    right: 0px;
    overflow: auto;
}

.stiPublishWebClientPublishFormOptionsPanel {
	width: 100%;
    overflow: hidden;
}

.stiPublishWebClientPublishFormErrorsText {
	font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #ClientNavigatorFontColor;
    padding-bottom: 15px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.stiPublishWebClientPublishFormErrorsPanel {
    text-align: center;
    width: 100%;
    margin-top: calc(50% - 180px);
}

.stiPublishWebClientPublishFormCodeTabsPanel {	
	border-left: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
    border-right: 1px solid #c6c6c6;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: auto;
    cursor: text;
}

.stiPublishWebClientPublishFormCodeContainer {
    width: calc(100% - 16px);
    font-size: 13px;
    border: 0px;
    margin: 0px;
    font-family: Consolas,Monaco,Melno,"Lucida Console",monospace;
    color: #444444;
    background: #ffffff;
    overflow: visible;
    line-height: 1.3;
}

.stiPublishWebClientPublishFormCodeTabsCell {
    border: 1px solid #c6c6c6;
}

.stiPublishWebClientPublishFormCodeTabsCellSelected {    
    border-left: 1px solid #c6c6c6;
    border-top: 1px solid #c6c6c6;
    border-right: 1px solid #c6c6c6;
    border-bottom: 1px solid transparent;    
}

.stiPublishWebClientPublishFormCodeTabsSpaceCell {
    border-bottom: 1px solid #c6c6c6;    
}

.stiPublishWebClientPublishFormCodeTabButton {
    font-family: Arial;
    font-size: 12px;
    cursor: default;
    height: 22px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    color: #ClientNavigatorFontColor;
}

.stiPublishWebClientPublishFormCodeTabButtonOver {
    background: #dadada;
}

.stiPublishWebClientPublishFormCodeTabButtonSelected {    
    color: #19478a;
    font-weight: bold;
}

.stiPublishWebClientPublishFormCodeTabButtonDisabled {
   
}

.stiPublishWebClientPublishFormGroupPanelCaption {
    padding: 6px 10px 6px 1px;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #949494;
    background: #eeeeee;
    cursor: default;
    width: 100%;
    height: 12px;
    left: 0;
    z-index: -1;
}

/* PublishFormButton Mouse */
.stiPublishWebClientPublishFormButton_Mouse {
    height: 22px;
    border: 1px solid #aaaaaa;
    border-radius: 3px;
    background: #aaaaaa;
    color: #ffffff;
    cursor: default;
    font-family: Arial;
    font-size: 12px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.stiPublishWebClientPublishFormButtonOver_Mouse {
    height: 22px;
    border: 1px solid #aaaaaa;
    border-radius: 3px;
    background: #aaaaaa;
    color: #ffffff;
    cursor: default;
    font-family: Arial;
    font-size: 12px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.stiPublishWebClientPublishFormButtonSelected_Mouse {
    height: 22px;
    color: #ffffff;
    cursor: default;
    font-family: Arial;
    font-size: 12px;
    border: 1px solid #19478a;
    border-radius: 3px;
    background: #19478a;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.stiPublishWebClientPublishFormButtonDisabled_Mouse {
    height: 22px;
    background: #dddddd;
    border: 1px solid #dddddd;
    border-radius: 3px;
    cursor: default;
    font-family: Arial;
    font-size: 12px;
    color: #ffffff;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

/* PublishFormButton Touch */
.stiPublishWebClientPublishFormButton_Touch {
    height: 26px;
    border: 1px solid #aaaaaa;
    border-radius: 3px;
    background: #aaaaaa;
    color: #ffffff;
    cursor: default;
    font-family: Arial;
    font-size: 12px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.stiPublishWebClientPublishFormButtonOver_Touch {
    height: 26px;
    border: 1px solid #aaaaaa;
    border-radius: 3px;
    background: #aaaaaa;
    color: #ffffff;
    cursor: default;
    font-family: Arial;
    font-size: 12px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.stiPublishWebClientPublishFormButtonSelected_Touch {
    height: 26px;
    color: #ffffff;
    cursor: default;
    font-family: Arial;
    font-size: 12px;
    border: 1px solid #19478a;
    border-radius: 3px;
    background: #19478a;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.stiPublishWebClientPublishFormButtonDisabled_Touch {
    height: 26px;
    background: #dddddd;
    border: 1px solid #dddddd;
    border-radius: 3px;
    cursor: default;
    font-family: Arial;
    font-size: 12px;
    color: #ffffff;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

/*PublishFormButtonWithoutBackground*/

.stiPublishWebClientPublishFormButtonWithoutBackground {
    color: #444444;
}

.stiPublishWebClientPublishFormButtonWithoutBackgroundSelected {
    color: #19478a;
}

.stiPublishWebClientClearAllStyles {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.stiPublishWebClientMainPanel {
	overflow: visible;
	width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
    background: #ffffff;
    cursor: default;
}

.stiPublishWebClientMainPanel > table,
.stiPublishWebClientMainPanel > tr,
.stiPublishWebClientMainPanel > td,
.stiPublishWebClientMainPanel > div {
	line-height: 1;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
	padding: 0px;
	margin: 0px;
}

.stiPublishWebClientMainPanel *,
.stiPublishWebClientMainPanel *:before,
.stiPublishWebClientMainPanel *:after {	
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}

.stiPublishWebClientDisabledPanel {
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	position: absolute;
	background: white;
    opacity: 0.5;
}


.stiPublishWebClientRadioButton {
    font-size: 12px;
    font-family: Arial;
    color: #444444;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.stiPublishWebClientRadioButtonDisabled {
    font-size: 12px;
    font-family: Arial;
    color: #d6d3d6;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.stiPublishWebClientRadioButtonOutCircle {
    border: 1px solid #ababab;
    background: #ffffff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.stiPublishWebClientRadioButtonOutCircleOver {
    border: 1px solid #6b6b6b;
    background: #eaeaea;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.stiPublishWebClientRadioButtonOutCircleDisabled {
    border: 1px solid #e1e1e1;
    background: #f7f7f7;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

/* Mouse */
.stiPublishWebClientRadioButtonInnerCircle_Mouse {    
    margin: 3px;
	width: 7px;
    height: 7px;
    border: 1px solid #ababab;
    background: #ababab;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

/* Touch */
.stiPublishWebClientRadioButtonInnerCircle_Touch {    
    margin: 4px;
	width: 9px;
    height: 9px;
    border: 1px solid #ababab;
    background: #ababab;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

/* Mouse */
.stiPublishWebClientStandartSmallButton_Mouse {
    height: 23px;
    border-radius: 3px;
    color: #444444;
    cursor: default;
    font-family: Arial;
    font-size: 12px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.stiPublishWebClientStandartSmallButtonOver_Mouse {
    height: 23px;
    border-radius: 3px;
    color: #444444;
    cursor: default;
    font-family: Arial;
    font-size: 12px;
    background: #dadada;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.stiPublishWebClientStandartSmallButtonSelected_Mouse {
    height: 23px;
    border-radius: 3px;
    color: #444444;
    cursor: default;
    font-family: Arial;
    font-size: 12px;
    background: #e5e5e5;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.stiPublishWebClientStandartSmallButtonDisabled_Mouse {
    height: 23px;
    border-radius: 3px;
    color: #444444;
    cursor: default;
    font-family: Arial;
    font-size: 12px;
    color: #d6d3d6;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

/* Touch */
.stiPublishWebClientStandartSmallButton_Touch {
    height: 28px;
    border-radius: 3px;
    color: #444444;
    cursor: default;
    font-family: Arial;
    font-size: 12px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.stiPublishWebClientStandartSmallButtonOver_Touch {
    height: 28px;
    border-radius: 3px;
    color: #444444;
    cursor: default;
    font-family: Arial;
    font-size: 12px;
    background: #dadada;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.stiPublishWebClientStandartSmallButtonSelected_Touch {
    height: 28px;
    border-radius: 3px;
    color: #444444;
    cursor: default;
    font-family: Arial;
    font-size: 12px;
    background: #e5e5e5;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.stiPublishWebClientStandartSmallButtonDisabled_Touch {
    height: 28px;
    border-radius: 3px;
    color: #444444;
    cursor: default;
    font-family: Arial;
    font-size: 12px;
    color: #d6d3d6;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.stiPublishWebClientTextBoxEditButton {
    border: 1px solid #ababab;
    border-radius: 3px;
    background: #ffffff;
    border-Left: 0px;
    padding: 0px;
    margin: 0px;
    font-size: 0px;
}

.stiPublishWebClientTextBoxEditButtonDisabled {
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    background: #ffffff;
    border-Left: 0px;
    padding: 0px;
    margin: 0px;
    font-size: 0px;
}

/*Margins Control*/
.stiPublishWebClientMarginsControl {
    font-size: 12px;
    background: #ffffff;
    margin: 0px;
    padding: 0px;
    font-family: Arial;
    -webkit-border-radius: 0px;
    outline: none;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(hsla(0,0%,100%,0)), to(hsla(0,0%,100%,0)));
    background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0));
    color: #444444;
}

.stiPublishWebClientMarginsControlInnerCell {
    border-right: 1px solid #ababab;
}

.stiPublishWebClientMarginsControlInnerCellOver {
    border-right: 1px solid #6b6b6b;
}

.stiPublishWebClientMarginsControlDefault {
    border: 1px solid #ababab;
}

.stiPublishWebClientMarginsControlOver {
    border: 1px solid #6b6b6b;
}

.stiPublishWebClientMarginsControlDisabled {
    border: 1px solid #e1e1e1;
}

/* Mouse */
.stiPublishWebClientTextBox_Mouse {
    font-size: 12px;
    border: 1px solid #ababab;
    border-radius: 3px;
    margin: 0px;
    padding: 0px 0px 0px 4px;
    font-family: Arial;
    outline: none;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(hsla(0,0%,100%,0)), to(hsla(0,0%,100%,0)));
    background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0));
    background: #ffffff;
    color: #444444;
}

.stiPublishWebClientTextBoxOver_Mouse {
    font-size: 12px;
    border: 1px solid #6b6b6b;
    border-radius: 3px;
    margin: 0px;
    padding: 0px 0px 0px 4px;
    font-family: Arial;
    outline: none;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(hsla(0,0%,100%,0)), to(hsla(0,0%,100%,0)));
    background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0));
    background: #ffffff;
    color: #444444;
}

.stiPublishWebClientTextBoxDisabled_Mouse {
    font-size: 12px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    margin: 0px;
    padding: 0px 0px 0px 4px;
    font-family: Arial;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    outline: none;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(hsla(0,0%,100%,0)), to(hsla(0,0%,100%,0)));
    background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0));
    background: #f7f7f7;
    color: #d6d3d6;
}

/* Touch */
.stiPublishWebClientTextBox_Touch {
    font-size: 12px;
    border: 1px solid #ababab;
    border-radius: 3px;
    margin: 0px;
    padding: 0px 0px 0px 4px;
    font-family: Arial;
    outline: none;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(hsla(0,0%,100%,0)), to(hsla(0,0%,100%,0)));
    background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0));
    background: #ffffff;
    color: #444444;
}

.stiPublishWebClientTextBoxOver_Touch {
    font-size: 12px;
    border: 1px solid #6b6b6b;
    border-radius: 3px;
    margin: 0px;
    padding: 0px 0px 0px 4px;
    font-family: Arial;
    outline: none;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(hsla(0,0%,100%,0)), to(hsla(0,0%,100%,0)));
    background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0));
    background: #ffffff;
}

.stiPublishWebClientTextBoxDisabled_Touch {
    font-size: 12px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    margin: 0px;
    padding: 0px 0px 0px 4px;
    font-family: Arial;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    outline: none;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(hsla(0,0%,100%,0)), to(hsla(0,0%,100%,0)));
    background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0));
    background: #f7f7f7;
    color: #d6d3d6;
}

.stiPublishWebClientToolBar {
	-moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
	background: #11315f;
	height: 40px;
	overflow-x: auto;
    overflow-y: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
}

.stiPublishWebClientLogo {
	font-family: Arial;
    font-size: 18px;
    color: #ffffff;
    width: 170px;
    text-align: center;
    white-space: nowrap;
}

.stiPublishWebClientToolbarUserNameCell {
	text-align: right;
	padding-left: 10px;
}
/* Mouse */
.stiPublishWebClientToolButton_Mouse {    
    height: 26px;
	min-width: 26px;
    white-space: nowrap;
	border: 0px;
    color: #ffffff;
    font-family: Arial;
    font-size: 12px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
	cursor: pointer;
}

.stiPublishWebClientToolButtonOver_Mouse {
	height: 26px;
	min-width: 26px;
	white-space: nowrap;
    background: #3b629b;
    color: #ffffff;
	border: 0px;
    font-family: Arial;
    font-size: 12px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
	cursor: pointer;
}

.stiPublishWebClientToolButtonSelected_Mouse {
    height: 26px;
    min-width: 26px;
	white-space: nowrap;
    background: #ffffff;
    color: #444444;
	border: 0px;
    font-family: Arial;
    font-size: 12px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
	cursor: pointer;
}

.stiPublishWebClientToolButtonDisabled_Mouse {
    height: 26px;
    min-width: 26px;
	white-space: nowrap;
    color: #d6d3d6;
	border: 0px;
    font-family: Arial;
    font-size: 12px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
	cursor: pointer;
}

/* Touch */
.stiPublishWebClientToolButton_Touch {    
    height: 28px;
    min-width: 28px;
	white-space: nowrap;
	border: 0px;
    color: #ffffff;
    cursor: pointer;
    font-family: Arial;
    font-size: 12px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.stiPublishWebClientToolButtonOver_Touch {
	height: 28px;
	min-width: 28px;
	white-space: nowrap;
    background: #3b629b;
    color: #ffffff;
	border: 0px;
    cursor: pointer;
    font-family: Arial;
    font-size: 12px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.stiPublishWebClientToolButtonSelected_Touch {
    height: 28px;
    min-width: 28px;
	white-space: nowrap;
    background: #ffffff;
    color: #444444;
	border: 0px;
	cursor: pointer;
    font-family: Arial;
    font-size: 12px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.stiPublishWebClientToolButtonDisabled_Touch {
    height: 28px;
    min-width: 28px;
	white-space: nowrap;
    color: #d6d3d6;
	border: 0px;
	cursor: pointer;
    font-family: Arial;
    font-size: 12px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

/* Mouse */
.stiPublishWebClientFormButtonTheme_Mouse {
    background: #19478a;
    border: 1px solid #19478a;
    border-radius: 3px;
    height: 23px;
    color: #ffffff;
    cursor: default;
    font-family: Arial;
    font-size: 12px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.stiPublishWebClientFormButtonThemeOver_Mouse {
    background: #3b629b;
    border: 1px solid #3b629b;
    border-radius: 3px;
    height: 23px;
    color: #ffffff;
    cursor: default;
    font-family: Arial;
    font-size: 12px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.stiPublishWebClientFormButtonThemeSelected_Mouse {
    background: #11315f;
    border: 1px solid #11315f;
    border-radius: 3px;
    height: 23px;
    color: #ffffff;
    cursor: default;
    font-family: Arial;
    font-size: 12px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.stiPublishWebClientFormButtonThemeDisabled_Mouse {
    background: #19478a;
    border: 1px solid #19478a;
    border-radius: 3px;
    height: 23px;
    color: #d6d3d6;
    cursor: default;
    font-family: Arial;
    font-size: 12px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

/* Touch */
.stiPublishWebClientFormButtonTheme_Touch {
    background: #19478a;
    border: 1px solid #19478a;
    border-radius: 3px;
    height: 29px;
    color: #ffffff;
    cursor: default;
    font-family: Arial;
    font-size: 12px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.stiPublishWebClientFormButtonThemeOver_Touch {
    background: #3b629b;
    border: 1px solid #3b629b;
    border-radius: 3px;
    height: 29px;
    color: #ffffff;
    cursor: default;
    font-family: Arial;
    font-size: 12px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.stiPublishWebClientFormButtonThemeSelected_Touch {
    background: #11315f;
    border: 1px solid #11315f;
    border-radius: 3px;
    height: 29px;
    color: #ffffff;
    cursor: default;
    font-family: Arial;
    font-size: 12px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.stiPublishWebClientFormButtonThemeDisabled_Touch {
    background: #19478a;
    border: 1px solid #19478a;
    border-radius: 3px;
    color: #d6d3d6;
    height: 29px;
    cursor: default;
    font-family: Arial;
    font-size: 12px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}
.hljs {
    display: block;
    padding: 0.5em;
}

.hljs, .hljs-subst {
    color: #444444;
}

.hljs-comment {
    color: #888888
}

.hljs-keyword, .hljs-attribute, .hljs-selector-tag, .hljs-meta-keyword, .hljs-doctag, .hljs-name {
    font-weight: bold;
    color: #0000ff;
}

.hljs-type, .hljs-string, .hljs-number, .hljs-selector-id, .hljs-selector-class, .hljs-quote, .hljs-template-tag, .hljs-deletion {
    color: #880000;
}

.hljs-title, .hljs-section {
    color: #880000;
    font-weight: bold
}

.hljs-regexp, .hljs-symbol, .hljs-variable, .hljs-template-variable, .hljs-link, .hljs-selector-attr, .hljs-selector-pseudo {
    color: #BC6060
}

.hljs-literal {
    color: #78A960
}

.hljs-built_in, .hljs-bullet, .hljs-code, .hljs-addition {
    color: #397300
}

.hljs-meta {
    color: #1f7199;
}

.hljs-meta-string {
    color: #4d99bf
}

.hljs-emphasis {
    font-style: italic
}

.hljs-strong {
    font-weight: bold
}
