﻿html {    
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;

	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
}


.VRule {
  /*background-color: #D9D9D9;*/
}

.ScrollBar {
	background-color: #c7e2eb;
	transition: opacity 0.3s linear;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.ScrollBarDisabled {
	background-color: #EEEEEE;
}

.ScrollBarDark {
    background-color: #025777;
    transition: opacity 0.3s linear;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}



.WbComponent {
    border-width: 1px;
    border-color: transparent;
    border-style: solid;
}

.WbComponentCurrent
{
	border-width: 1px;
	border-color: #0000FF;
	border-style: dotted; 
}

.DialogTitle {
	/*color: #4165A1;*/
}

.TabPanel {
	background-color: #ffffff;
	font-family: Arial;
	color: #000000;
	/*font-size: 30px;
	font-weight: 400;
	letter-spacing: -1.5px;
	line-height: 22px;*/
}

.TabButton {
	font-family: Arial;
	color: #000000;
	/*font-size: 18px;*/
	/*font-weight: 400;
	letter-spacing: -0.9px;
	line-height: 18px;*/
}

.TabButtonSelected {
	background-color: #A0A0A0;
}

.TbLabel {
	font-family: Arial;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.48px;
	line-height: 18px;
}

.DrawerListPopUp {
	background-color: #FFFFFF;
}

.DimPanel_tree {
    border: 1px solid #EEEEEE;
}

.StoryList {
	background-color: rgba(141, 159, 187, 0.2);
}

.DrawerListButton {
	font-family: Arial;
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.48px;
	line-height: 40px;
	background-color: #EBEFF8;
}

	.DrawerListButton:hover {
		background-color: #A4E5F7;
	}

.DrawerListButtonSelected {
	background-color: #38DAE5;
}

.StoryListButton {
	font-family: Arial;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.48px;
	line-height: 40px;
}

	.StoryListButton:hover {
		background-color: #8E9FBB;
	}

.StoryListButtonSelected {
	background-color: rgba(51, 203, 213, 0.5);
}

.StoryListCombo {
	border: 0px solid white;
	background-color: white;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-right-radius: 17px;
	-webkit-border-top-left-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
	-moz-border-radius-topright: 17px;
	-moz-border-radius-bottomright: 17px;
	-moz-border-radius-topleft: 17px;
	-moz-border-radius-bottomleft: 17px;
	border-top-right-radius: 17px;
	border-bottom-right-radius: 17px;
	border-top-left-radius: 17px;
	border-bottom-left-radius: 17px;
	padding: 2px;
}

.StoryListComboPopUp {
	font-family: Arial;
	color: #696969;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: -0.6px;
	line-height: 14px;
	background-color: #FFFFFF;
}

.StoryListComboLabel {
	font-family: Arial;
	color: #696969;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: -0.6px;
	line-height: 14px;
}


.Folder {
	/*background-image: url('img/dir.jpg');*/
	background-size: 20px 20px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.Leaf {
	/*background-image: url('img/leaf.jpg');*/
	padding-left: 40px;
	margin-left: 40px;
	background-size: 20px 20px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.active {
	background-color: lightblue;
}


#Search_historyCombo {
	z-index: 100 !important;
	margin-left: 0px;
	margin-right: 100%;
}

/*
.SystemButton_Cancel {
	/ *border: none;* /
	border: 1px solid #3B67A6;
	font-family: arial;
	color: #3B67A6 !important;
	font-size: 14px;
	box-shadow: 1px 1px 3px #A6A6A6;
	/ *padding: 5px 5px;* /
	background: #FFFFFF;
}

	.SystemButton_Cancel:hover {
		border: 1px solid #5A87CA;
		color: #5A87CA !important;
		background: #FFFFFF;
	}

	.SystemButton_Cancel:active {
		border: 1px solid #294A75;
		color: #294A75 !important;
		background: #FFFFFF;
	}
*/    


/* OK button */

.SystemButton, #membersSearch_Dialog_Cancel {
	border-style: none;
	/* border: 1px solid #3B67A6; */
	font-family: arial;
	font-size: 12px;
	/* box-shadow: 1px 1px 3px #A6A6A6; */
	/* padding: 5px 5px; */
	color: #FFFFFF !important;
	background: #37A8FF; /*#3B67A6;*/
    -webkit-appearance: none;
}

.SystemButton:hover, #membersSearch_Dialog_Cancel:hover {
	background-color: #5A87CA;
	border: 1px solid #5A87CA;    
    -webkit-appearance: none;
}

.SystemButton:active, #membersSearch_Dialog_Cancel:active {
	background-color: #294A75;
	border: 1px solid #294A75;    
    -webkit-appearance: none;
}

.SystemButton:disabled, #membersSearch_Dialog_Cancel:disabled {
	border: none;
	border: 1px solid #DFDFDF;
	background-color: #DFDFDF !important;
	box-shadow: none;
	color: #9F9F9F !important;
	cursor: default;    
    -webkit-appearance: none;
}

.SimpleButtonsList {
  /*border: 1px solid #294A75;*/
  /*box-sizing: border-box;*/
}

/* FlatButton */

.FlatButton, .FlatButton_selected  {
	border: none;
	border-radius: 4px;
	/*font-family: arial;*/
	/*font-size: 12px;*/
	cursor:default;
	text-overflow: ellipsis;
	padding-left: 6px;
	padding-right: 6px;
	box-sizing: border-box;
}

.FlatButton {
	background-color: #E6E6E7;
	border-width: 0px;
}

.FlatButton_selected {
	background-color: #BBD0E3;
	border-width: 0px;
}

.FlatButton:hover, .FlatButton_selected:hover {
	border: 1px solid #000000 !important; 
}

.FlatButton:active, .FlatButton_selected:active {
	border: 1px solid #000000 !important;
	background-color: #C3C4C4 !important;
}


.MainToolbar
{
  border-bottom: 1px solid #E0E0E0;
}

.WbPane
{
  border-top: 1px solid #E0E0E0; /* BG21176 */
}


.PropertiesTable
{
  border-top: 1px solid #E0E0E0; /* BG21176 */
  background-color: #ffffff
}


/* PnDialog */
/*
.PnDialog_Footer {
	border-radius: 6px;
	border-color: orangered;
	__border-width: 1px;
	border-style: dashed;
}
*/

/* PnPanel */

.PnPanel {
	/* display:table-row; */
	/*
	border-radius: 12px;
	border: blueviolet 1px dashed;
	*/
}

/*
.PnPanel_Header {
	background-color: #A9A9A9;
	border-radius: 6px;
	border-color: #00FF00;
}

.PnPanel_Title {
  border: blue 1px dashed;
  border-radius: 10px;
}

.PnPanel_SubHeader {
	__background: #3cb0fd;
	border-radius: 6px;
	border-width: 1px;
	border-color: chocolate;
	//border-style: dotted;
}

.PnPanel_Body {
	__background: #ffd800;
	border-radius: 8px;
	border: chocolate 1px solid;
}
*/

/*
.TextFilter {
	border-radius: 6px;
	border: green 1px solid;
}
*/

/* navigation bar */

.SbBar  {
	background-color: #E0E0E0;
}

.SbBar_content  {
	/*
	background-color: #33cbd5;
	border-radius: 12px;
	border: black 1px dashed;
	*/
}

.SbItem {
	background-color: #FFFFFF;
}


.SbItemTitle, .SbItemValue, .SbSlicedItemValue  {
	cursor:default;
	text-overflow: ellipsis;
	font-size: 12px;
}

.SbItemTitle  {
	color:#000000;
}

.SbSlicedItemValue  { /*BG22949*/
	color:#0094FF;
}

.SbItemValue  {
	color:#0094FF;
}

.SbItem:hover {
	border: 1px solid #A0A0A0;
	background: #F6F6F6;
}

.SbItem:active {
	border: 1px solid #BBBBBB;
	background-color: #C3C4C4;
}

.SbMemSelectCompo {
	border: 1px solid #BBBBBB;
	box-sizing: border-box;
}

.DataMembers_GridContainer {
    border-width: 1px;
    border-color: #DDDDDD;
    border-style: solid;
}

.DataMembers_SearchFailed {
    /* font-size: 14px; DIDNT WORK */
    color: #FF0000;
}

.DataMembers_Grid {
    /*background-color: greenyellow;*/
}

.Persona_Desc {
    border: 1px solid #EEEEEE;
    white-space: pre-line;
}

.Persona_Details {
    border: 1px solid #EEEEEE;
    white-space: pre-line;
}



.Search_Btn {
	border-style: none;
	background: #3498db;
	background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
	background-image: -moz-linear-gradient(top, #3498db, #2980b9);
	background-image: -ms-linear-gradient(top, #3498db, #2980b9);
	background-image: -o-linear-gradient(top, #3498db, #2980b9);
	background-image: linear-gradient(to bottom, #3498db, #2980b9);
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	font-family: Arial;
	color: #ffffff;
	font-size: 20px;
	text-decoration: none;
	padding: 2px;
}

.Search_Btn:hover {
	background: #3cb0fd;
	background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
	background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
	text-decoration: none;
}


.tagsHistoryDiv:hover {
	background-color: #EBEFF8;
}
/*.tagsHistoryDiv:hover  .Xtag{
  color:blue;
	}*/


.tagsHistoryDiv {
	padding: 10px;
}

.Xtag {
	color: white;
}

.historyTags {
	cursor: pointer;
	display: block;
	float: left;
	color: black;
	background: #ffffff;
	padding: 2px;
	padding-right: 25px;
	margin: 5px;
	border: 1px solid black;
	border-radius: 60px;
	position: relative !important;
}


#dialogCanvas {
	float: left;
	margin-top: 50px;
	margin-right: 200px;
	border: 1px solid black;
	width: 500px;
	height: 600px;
	padding-right: 200px;
	background-color: lightGray;
	z-index: 100000;
}

#tagsInputDivCover {
	height: 500px;
}

#tagsInput {
	/*background-color: lightgray;
	border: 1px solid black;
	border-radius: 60px;
	z-index: 20000;*/
	top: 7px !important;
}

	#tagsInput > span {
		cursor: pointer;
		display: block;
		float: left;
		color: black;
		background: #ffffff;
		padding: 2px;
		padding-right: 25px;
		margin: 5px;
		border: 1px solid black;
		border-radius: 60px;
	}

		#tagsInput > span:hover {
			opacity: 0.7;
		}

		#tagsInput > span:after {
			position: absolute;
			content: "×";
			padding: 2px 4px;
			margin-left: 3px;
			font-size: 11px;
			float: right;
			width: auto;
		}

	#tagsInput > input {
		background: #eee;
		border: 0;
		margin: 4px;
		padding: 7px;
		width: auto;
	}

.Tags {
	font-size: 10px !important;
}

#newLabel, #renameLabel, #duplicateLabel, #deleteLabel {
	margin-top: 50px;
	margin-left: 20px;
	padding-top: 20px;
	font-size: large;
	width: 100px;
	margin-right: 30px;
}

.textInputRename {
	position: absolute;
	overflow: hidden;
	height: 35px;
	cursor: pointer;
	width: 98%;
	border: 1px solid rgb(127, 127, 127);
	background-color: yellow;
	left: 3px;
}

#renameDiv, #deleteDiv, #newDiv, #duplicateDiv {
	cursor: pointer !important;
}

	#renameDiv:hover, #deleteDiv:hover, #newDiv:hover, #duplicateDiv:hover {
		background-color: lightgray;
	}

#hBoxSearch {
	padding-bottom: 10px;
}

	#hBoxSearch:hover {
		background-color: rgba(51, 203, 213, 0.5);
	}

		#hBoxSearch:hover .addButton {
			background-color: white;
			border: 1px solid #294A75;
			color: #294A75;
		}




#hBox:hover {
	color: blue;
	border-color: blue;
	border-style: solid;
	background-color: white;
}


.addButton {
	/*width: 80%;*/
	background: transparent;
	color: white;
	/*border-color: white;
	border-style: solid;*/
	margin-top: 0px;
	border: none;
}

.img {
	padding: 5px;
	height: 20px;
	width: 20px;
}

#br1, #br2, #br3, #br4, #br5 {
	margin: 10px;
	cursor: pointer !important;
}

#contextMenu {
	z-index: 20001;
}

.ExceptionTitle {
	font-family: Arial;
	color: #FFFFFF;
	font-size: 20px;
}

.Noinsightsfound {
	font-family: Arial;
	color: #FFFFFF;
	font-size: 40px;
	background-color: transparent;
	border-color: transparent;
}



/* Components */

.PnDialog {
	z-index: 100;
	border-radius: 4px;
	border: #DDDDDD 2px solid;
	/* or:    
	border-width: 2px;
	border-color: #DDDDDD;
	border-style: solid;
	*/
	background-color: white;
	-webkit-box-shadow: 10px 15px 60px -5px rgba(0,0,0,0.40);
	-moz-box-shadow: 10px 15px 60px -5px rgba(0,0,0,0.40);
	box-shadow: 10px 15px 60px -5px rgba(0,0,0,0.40);
}


.PnDialogWithoutShadow {
	z-index: 100;
	border-radius: 4px;
	border: #DDDDDD 2px solid;	

    background-color: white;
}


.LabelInDialog
{
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;  
}


.List {
	border-radius: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #DDDDDD;    
}

.ComboEx {    
    border: #888888 1px solid;    
    box-sizing: border-box;
}




/* Navigation */

.NavBarOnRight {
  /*
	border-radius: 16px;
	border-color: orangered;
	border-width: 1px;
	border-style: dashed;
	*/
}

.NavParam {
 /*
  background: #ecd3b2;
	border-radius: 12px;
	border: blueviolet 1px dashed;
 */
}

.NavParamTitle {
	/*
	height: 22px;
	line-height: 22px;
	*/
	background-color: #C7E6FF;
	border-radius: 6px;
	text-align: center;
	text-overflow: ellipsis;
	padding-left: 6px;
	padding-right: 6px;
	box-sizing: border-box; /*BG21240*/
}

.NavParamComp {
 /*
	border-radius: 12px;
	border: green 1px dashed;
 */
}

/* .NavParamTitleSb {
} */

/* .NavParamTitleLabel{
	text-align: center;
	right: 3px;
	left: 3px;
} */

.NavTxtInput {  
    border: 1px solid #888888;
    padding-left: 2px;
}

.NavGuiFont {  /* font to be used in param body */
	font-family: Arial;
	font-size: 11px;
	/* color: #FF0000; */
}

.NavGuiSlider {
	/*
	background: yellow;
	border-radius: 20px;
	border: forestgreen 1px solid;
	*/ 
}

/*
.NavGuiList {
	border-radius: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #DDDDDD;
}
*/

.NavGuiCombo {
	border-radius: 4px;
	border-width: 1px;
	border-style: solid;
	border-color: #888888;    
	box-sizing: border-box;
}

.NavGuiTreeCombo {
	border-radius: 4px;
	border-width: 1px;
	border-style: solid;
	border-color: #888888; 
	height: 18px;
	box-sizing: border-box;
}

.NavHighligher {
    top: 2px;
    bottom: 2px;
    right: 2px;
    left: 2px;
    /*background-color: rgba(50, 50, 50, 0.1);*/
    border-radius: 8px;
    border: 4px solid rgba(0, 0, 0, 0.2);
}

.TitlePositionPicker {
    background-color: #EEEEEE;
    border-style: solid;
    border-color: #FFFFFF;
    border-width: 1px;
    border-radius: 8px;
}

.TitlePositionPicker_Button {
}

.TitlePositionPicker_Button_selected {
    background-color: #C7E6FF;
    border-style: solid;
    border-color: #AAAAAA;
    border-width: 2px;
}


/* SimpleList */

.SimpleList
{
	box-sizing: border-box;
	border: 1px solid #DDDDDD;
}

.ListItem, .ListItem_selected, .ComboListItem, .ComboListItem_selected  {
	border: 0px;
	/*border-radius: 4px;*/
	/*font-size: 12px; Removed. see also BG21797*/
	cursor:default;
	text-overflow: ellipsis;
	padding-left: 1px;
	padding-right: 1px;
	box-sizing: border-box;
}

.ListItem {
}

.ListItem_selected {
	background-color: #BBD0E3;
}

.ListItem:hover, .ListItem_selected:hover {
	background-color: #E6E6E7;
}

.ComboListItem_selected {
	background-color: #7FCEFF;
}

.ComboListItem:hover, .ComboListItem_selected:hover {
	background-color: rgba(179, 226, 255, 0.5); /*#B3E2FF alpha=0.5*/
}








/* Tree */


.PnTree {
	/*
	border-radius: 6px;
	border-width: 3px;
	border-color: chocolate;
	border-style: dotted;
	*/
}

.PnTree_TreeComponent {
	/*
	border-radius: 25px;
	border-width: 1px;
	border-color: blue;
	border-style: solid;
	*/
}

.__InfoLabel {
	font-weight: bold;
	font-size: 13px;
	background-color: rgba(230, 206, 52, 0.43);  /*b4: background-color: #FFC125;*/
	text-align: center;
}

.aboutTitle {font-size:20px;font-weight:bold;}
.aboutDialog {font-size:10px;font-family:Arial}
.aboutLinks {font-size:10px;color:blue;margin-left:12px}

/*chart tooltip align left CR-21167*/
.k-chart-tooltip {
	text-align: left !important;
}

/* kendo slider */
.k-slider-selection {
	display: none;
 }

.k-calendar 
{
	font-size: 11px;
}

.k-today
{
	background-color: #37A8FF !important;
}

.k-link 
{
	font-size: 11px;
}

.k-content th 
{
	font-size: 11px !important;
}

/* CR 21248 */
input[type=text]::-ms-clear {
	display: none; width : 0; height: 0; 
}
input[type=text]::-ms-reveal {  
	display: none; width : 0; height: 0; 

}



/* THIS SHOULD'T BE. SEE BG21797: Nav comp: Text size is incorrect 
label {
  cursor: pointer;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;  
}*/


/* checkbox styles */
input[type="checkbox"] {
	display:none;
}

input[type="checkbox"] + label span {
	display:inline-block;
	width:16px;
	height:16px;
	margin: 0 7px 0 0;
	vertical-align:middle;
	background:url(/panorama/html/config/images/checkbox_up.png) left top no-repeat;
	cursor:pointer;
}

input[type="checkbox"]:checked + label span {
	background:url(/panorama/html/config/images/checkbox_check.png) left top no-repeat;
}

/* end checkbox styles */


/* radiobutton styles */
input[type="radio"] {
	display:none;
}

input[type="radio"] + label span {
	display:inline-block;
	width:16px;
	height:16px;
	margin: 0 7px 0 0;
	vertical-align:middle;
	background:url(/panorama/html/config/images/radiobox_up.png) left top no-repeat;
	cursor:pointer;
}

input[type="radio"]:checked + label span {
	background:url(/panorama/html/config/images/radiobox_check.png) left top no-repeat;
}

/* end radiobutton styles */

.numeric-stepper-container {
	display: inline-block;
	border: 1px solid #888888;
	/*margin: 1px;*/
	/*width: 100%;*/
	box-sizing: border-box;
}

/*.numeric-stepper-input {
	width: calc(100% - 12px);
	margin: 1px;
	border: none;
}

.numeric-stepper-input::-ms-clear {
	display: none;
}*/

 .numeric-stepper:focus{
	/*?? outline: none;*/
 }

.number-spin-btn {
	border-width: 1px;
	border-color: transparent transparent transparent transparent;
	border-style: solid;
	background-color: #F1F1F1;
	width: 0.8em;
	box-sizing: border-box;
	padding-left: 2px;
	white-space: nowrap;
	text-align: center;	
	right: 1px;
	width: 15px;
}
  .number-spin-btn:hover {
	cursor: default; 
    background-color: #B2DCF6;
  }
  .number-spin-btn:active {
	background-color: #787878;
  }
	
  .number-spin-btn-container 
  {
	  display: inline-block;
	  height: 100%;
	  vertical-align: middle;
  }
 .number-spin-btn-up {
      border-bottom-color: #787878;
}
	  
  .number-spin-btn-up:before {
		border-width: 0 0.2em 0.2em 0.2em;
		border-color: transparent transparent black transparent;
		top: 25%; 
	}
  .number-spin-btn-up:active {
	border-bottom-width: 1px; 
	}
	
  .number-spin-btn-up:active:before {
	border-bottom-color: white;
	top: 26%;
	left: 51%; }

.number-spin-btn-down {
    border-top-color: #FFFFFF;
}
  
  .number-spin-btn-down:before {
	border-width: 0.2em 0.2em 0 0.2em;
	border-color: black transparent transparent transparent;
	top: 74%; }
	
  .number-spin-btn-down:active {
	border-top-width: 1px; }
	
  .number-spin-btn-down:active:before {
	border-top-color: white;
	top: 74%;
	left: 51%; }

.MapWaitingMsg {
	background-color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #0000ff; 
}

.EgLayerSelector {
    background-color: #F8F8F8;
}

.EgLayerSelector_Title {
    /*font-weight: bold; doesn't work, overriden by this.applySystemFont()*/
}

.EgLayerSelector_Tree {
    border: 1px solid #B7BABC;
}



.MapLegend {
	background-color: #F8F8F8; /*BG23027*/
/*
	background-color: #f8b75c;
	border-radius: 12px;
	 
	border: blueviolet 1px dashed;
*/
}

.MapLegendItem {
    border-bottom: 2px solid #E8E8E8; /*BG21937*/
    /*
    background: #EEEEEE;
    border-radius: 5px;
    border: green 1px solid;
    */
}

.MapLegendItemTop {
    /*
	background-color: #E0E383;
    */
}

.MapLegendItemTitle {
	font-weight: bold;
	text-indent: 3px;
}

.LegendShapesInVbox {
 /*
	border-radius: 6px;
	border: gray 2px dotted;
 */
}

.btnFixIt {
    text-align: center;
    border-radius: 8px;
    border: #aaaaaa 2px solid;
    background-color: #cccccc;
    font-size: 16px !important;
    padding: 10px;
}

.Reorderer_Seperator {
	background-color: #000000;
}


.rotated-up {
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	filter: none; /* Mandatory for IE9 to show the vertical text correctly */ 
	
	-ms-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	
}

.rotated-down {
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	filter: none; /* Mandatory for IE9 to show the vertical text correctly */ 
	
	-ms-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	
}

.disabled 
{
	pointer-events: none;
	opacity: 0.4;
}

.mirrored {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: none; /* Mandatory for IE9 to show the vertical text correctly */ 
    
    -ms-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    
}


.mirrored {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: none; /* Mandatory for IE9 to show the vertical text correctly */ 
    
    -ms-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    
}


.Ribbon {
  /*background: #F6F5F5;*/
  /*background: #4DC727;*/
  font-size: 11px;
  font-family: Arial;  
}

.RibbonToolbar {
  background: #F6F5F5;
  /*background: #00FFFF;*/
}

.RibbonTabsPane {
  background: #8B9395;
}

.RibbonTabButton {
  /*background: #FF9900;*/
  color: #FFFFFF;
  bottom: 0px;
}

.RibbonTabButton_selected {
  background: #F6F5F5;
  color: #000000;
  bottom: 0px;
}

.RibbonTabButton_Label {
  font-size: 13px;
}

.RibbonPanel {
  background: #888888;
  /*font-size: 11px;*/
}

.RibbonPanel_Label {
  /*background: #EEEEEE;*/
  /*bottom: 0px;*/
  /*width: 100%;*/
  text-align: center;
  /*line-height: 25px;*/
  /*font-size: 13px;*/
}

.RcButton_L {
  /*height: 45px;*/
  /*width: 60px;*/
}

.RcButton_S {
}

.RcButton, .RcButton_selected {
  /*border: 1px dashed #AAAAAA;*/
  /*border-radius: 7px;*/
}

.RcButton_selected {
  background: #D6DAE3;
}

.RcButton:hover, .RcButton_selected:hover {
  background: #CDE6F7;
}

.RcButton:active, .RcButton_selected:active {
  border: 1px solid #000000 !important;
  background-color: #C3C4C4;
}

.RcButton_Label {
  /*text-align: center;*/
  /*width: 100%;*/
  top: 37px;
}

.RcButton_Img {
  display: block;
  margin: auto;
  /*margin-left: auto;*/
  /*margin-right: auto;*/
  /*top: 5px;*/
}

.RcButton_Arrow {
  /*display: block;*/
  /*margin: auto;*/
  /*margin-left: auto;*/
  /*margin-right: auto;*/
}

.RibbonTabs_GroupTitle {
  color: #FFFFFF;
  text-align: center;
  background: #628FB4; /*#888800;*/
  /*top: 2px;*/
}

.RcHBox {
  /*border: 1px dashed #3c921a;*/
  /*box-sizing: border-box;*/
  /*border-radius: 7px;*/
}

.RcVBox {
  /*border: 1px dashed #9857d7;*/
  /*box-sizing: border-box;*/
  /*border-radius: 7px;*/
}

.RcColorPicker {
  /*background: #FFAAFF;*/
  /*border: 1px dashed #660000;*/
  /*border-radius: 7px;*/
  /*font-size: 11px;*/
  /*font-family: Arial;*/
}

.KCombo {
  border-width: 1px;
  border-color: #CCCCCC;
  border-style: solid;
  box-sizing: border-box;
  background: #FFFFFF;
  font-size: 11px;
  font-family: Arial;
}

.KCombo_Text {
  /*border: none;*/
}

.KCombo_Arrow:hover {
  background: #DDDDDD;
}

.KComboDropDown {
  border-width: 1px;
  border-color: #CCCCCC;
  border-style: solid;
  background: #FFFFFF;
}



.Oci {
}

.OciGL:hover, .OciTreshold:hover, .OciPeriod:hover {
  background: #CDE6F7;
}

.OciGL {
  box-sizing: border-box;
  border: 1px solid #000000;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.OciTreshold {
  box-sizing: border-box;
  border: 1px solid #000000;
}

.OciPeriod {
  box-sizing: border-box;
  border: 1px solid #000000;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}



.WbLabel {
  font-size: 14px;
  color: #7A7A7A;
}


@keyframes openImagePickerAnimation {
    0%   {height : 0px; width: 0px; visibility: hidden}
    100% {height : 330px; width: 320px; visibility: visible; }
}

@keyframes closeImagePickerAnimation {
    0% {height : 330px; width: 320px; visibility: visible}
    100%   {height : 0px; width: 0px; visibility: hidden}
}

@keyframes openPassEditorAnimation {
    0%   {height : 0px;  visibility: hidden}
    100% {height : 80px; visibility: visible; }
}

@keyframes closePassEditorAnimation {
    0% {height : 80px; visibility: visible}
    100%   {height : 0px; visibility: hidden}
}

/*System Table*/

.TableCell {
    border: 1px solid #ddd;
    box-sizing: border-box;
    white-space:nowrap;
}

.TableHeader {
    border: 1px solid #ddd;
    background-color:#f2f2f2;
}

.TableComponent {
    border: 1px solid #ddd;
    border-collapse: collapse;
}

.CategoryRowTable {
    background-color: #bde2ff;
}

.DataPropertiesRow {
    height: 24px;
}


.ListHeader {
    border-radius: 4px;
    background-color:#999999;
}


.ImgButton, .ImgButton_selected {
  /*border: 1px dashed #AAAAAA;*/
}

.ImgButton_selected {
  background: #CCCCCC;
}

.ImgButton:hover, .ImgButton_selected:hover {
  background: #CDE6F7;
}

.ImgButton:active, .ImgButton_selected:active {
  /*border: 1px solid #888888 !important;*/
  background-color: #AAAAAA;
}


.WgTitleCell {
    border: 1px solid rgba(255,255,255,0.8);
    background-color: #E0E0E0;
}

.WgDataCell {
}

.WgTextInput {
    border: 1px solid rgba(0,0,0,0.07)!important;
}

.discussionLink {
    color: blue;
    text-decoration: underline;
}
.discussionLink:hover {
    cursor: pointer;
}
*, input, select, textarea, option, button {
	outline: none;
}