@font-face {
 font-family: 'Ubuntu';
 src: url('/web/fonts/ubuntu-regular-webfont.eot');
 src: url('/web/fonts/ubuntu-regular-webfont.eot?#iefix') format('embedded-opentype'),
 url('/web/fonts/ubuntu-regular-webfont.woff') format('woff'),
 url('/web/fonts/ubuntu-regular-webfont.ttf') format('truetype'),
 url('/web/fonts/ubuntu-regular-webfont.svg#UbuntuRegular') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'Ubuntu';
 src: url('/web/fonts/ubuntu-bold-webfont.eot');
 src: url('/web/fonts/ubuntu-bold-webfont.eot?#iefix') format('embedded-opentype'),
 url('/web/fonts/ubuntu-bold-webfont.woff') format('woff'),
 url('/web/fonts/ubuntu-bold-webfont.ttf') format('truetype'),
 url('/web/fonts/ubuntu-bold-webfont.svg#UbuntuBold') format('svg');
 font-weight: bold;
 font-style: normal;
}

/*Override jquery styles*/

.ui-icon, .ui-state-default, .ui-widget-header {
	background-image: none !important;
}

.ui-widget-content {
  background: #ffffff  50% 50% repeat-x;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background: #dadada 50% 50% repeat-x;
}



body {
  font-size: 12px;
}

div.graphComponent, div.container{
  height:100%;
  width: 100%;
  background-color : #FFFFFF;
}

#graphComponent.fullScreen, #graphContainer.fullScreen {
  width : 100%;
  height : 100%;
}

#graphContainer{
  width: 818px; 
 height: 550px;
 /* height:400px;
  */ box-shadow: 2px 2px 3px #eee;
  border: 1px solid #eee;
}

#contextualMenu {
  position: fixed;
  background-color: #eee;
  text-align: left;
  z-index: 3;
  font-size: 12px;
}

/* #contextualMenu ul{
  padding:0px;
} */

#contextualMenu li {
  list-style: none;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
}

/* #contextualMenu li:hover {
    border: 1px solid #999999;
    color: #212121;
    font-weight: normal;
} */

#contextualMenu li:layout:after{
  content:">";
}

#contextualMenu li.layoutSelected:after{
  content:"X";
}

#layoutOptions{
  float:right;
  width : calc(100% - 832px);
  display:none;
}

h1 {
  /*padding: 20px;*/
  font-size: 14px;
  font-weight: bold;
}

#additionalData {
  float: right;
  min-height: 34px;
  max-height: 120px;
  width: calc(100% - 20px);
  background-color: #eee;
  margin-bottom: 20px;
  max-height: 120px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 10px;
}

ul {
  padding: 0;
}

ul li{
  list-style: none;
}

span.info{
  display: block;
  margin: 5px;
}

#additionalDataInCanvas{
  /*border: 1px solid #AAAAAA;*/
   background: #eee;
  border-radius: 5px;
  color: black;
  padding: 5px 15px;
  position: absolute;
  z-index: 1;   
  border: 1px solid black;
}

#additionalDataInCanvas span:first-child {
	margin-top:5px;
}

#additionalDataInCanvas span {
	margin-bottom:5px;
  display: inherit;
  float:none;
}

#additionalDataInCanvas span>label{
	margin-right:5px;
}


#additionalDataInCanvas:before, #additionalDataInCanvas:after {
    border: solid;
    border-color: #eee transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 5px;
    top: 100%;
    position: absolute;
    z-index: 2;
}

#additionalDataInCanvas:after {
	border-top: 10px solid rgba(0, 0, 0);
	margin-top: 0px;
}

#additionalDataInCanvas:before{
	border-top: 10px solid #eee;
	margin-top: -2px;
	z-index: 5;
}

#additionalDataInCanvas span label {
  font-weight: bold;
}

button #showKeywords{
   border-radius: 4px;
    float: right;
    margin-top: 10px;
}

#dialogKeywords {
  z-index: 2;
  font-size: 12px;
}

#dialogsKeywords input {
  width: 100%;
}

/*Full screen mode hides any layer in the stack*/
.ui-dialog {
  z-index: 2147483647 !important;
}

#generalOptions {
  width:80px;
  position:absolute; 
  top:268px; 
  left:20px;
}

#generalOptions>ul>li{
  cursor: pointer;
  margin: 5px;
  padding:5px;
  color:transparent;
  border:1px solid rgb(153, 153, 153);
  height:15px;
  width: 15px;
  box-shadow: 2px 2px 4px 0px rgb(153, 153, 153);
  margin-bottom: 15px;
}

#generalOptions ul li:hover{
  box-shadow: 2px 2px 4px 1px rgb(153, 153, 153);
}

#generalOptions>ul>li>span{
  display: inline-block;
  height:15px;
  width: 15px;
}

#generalOptions ul li#standard span{
  background-image: url("../img/Redo.png");
  background-repeat: no-repeat;
}

#generalOptions ul li#tweak span{
  background-image: url("../img/tweak-01.png");
  background-repeat: no-repeat;
}

#generalOptions ul li#fullScreen span{
  background-image: url("../img/expand.png");
  background-repeat: no-repeat;
}

#generalOptions ul li#fullScreen.fullScreen span{
  background-image: url("../img/collapse.png");
  background-repeat: no-repeat;
}

#generalOptions > ul > li#takeToForeground > span{
  background-image: url("../img/foreground.png");
  background-repeat: no-repeat;
}

#generalOptions ul li.restartBrowser span{
  background-image: url("../img/restart.png");
  background-repeat: no-repeat;
}

#generalOptions ul li.addDomain span{
  background-image: url("../img/addDomain.png");
  background-repeat: no-repeat;
}

#generalOptions > ul > li#switchCountry > span{
  background-image: url("../img/switchCountry.png");
  background-repeat: no-repeat;
}

#generalOptions ul li#standard:hover span{
  background-image: url("../img/redoHover.png");
  background-repeat: no-repeat;
}

#generalOptions ul li#tweak:hover span{
  background-image: url("../img/tweakHover-01.png");
  background-repeat: no-repeat;
}

#generalOptions ul li#fullScreen:hover span{
  background-image: url("../img/expandHover.png");
  background-repeat: no-repeat;
}

#generalOptions ul li#fullScreen.fullScreen:hover span{
  background-image: url("../img/collapseHover.png");
  background-repeat: no-repeat;
}

#generalOptions > ul > li#takeToForeground:hover > span{
  background-image: url("../img/foregroundHover.png");
  background-repeat: no-repeat;
}

#generalOptions>ul>li.restartBrowser:hover span{
  background-image: url("../img/restartHover.png");
  background-repeat: no-repeat;
}

#generalOptions>ul>li.addDomain:hover span{
  background-image: url("../img/addDomainHover.png");
  background-repeat: no-repeat;
}

#generalOptions>ul>li#switchCountry:hover > span{
  background-image: url("../img/switchCountryHover.png");
  background-repeat: no-repeat;
}

#generalOptions ul li#switchCountry, #generalOptions ul li#takeToForeground {
	position:relative;
}

#generalOptions ul li ul#switchCountryOptions, #generalOptions ul li ul#takeToForegroundOptions {
	position:absolute;
	top: 0px;
	left: 30px;
	overflow: hidden;
}

#generalOptions ul li ul#switchCountryOptions{
	overflow-x: hidden;
	overflow-y: scroll;
}

#switchCountryOptions > li{
	padding: 5px;
}

ul#takeToForegroundOptions li > span{
	display:block;
	width: 50px;
}

ul#switchCountryOptions li > span{
	display:block;
	width: 120px;
}

#switchCountryOptions .currentCountry{
  font-weight: bold;
}

#dialogKeywords .searchContainer {
	width: 100%; 
	overflow: hidden;
}

#dialogKeywords input#searchKeyword{
  width: 89%;
  float: left;
}

#dialogKeywords a {
	color:transparent;
	float: right;
	margin-left: 2px;
	margin-top: 2px;
}

#dialogKeywords div#listKeywords {
  margin: 10px 0;
  float: left;
  width: 100%;
  border: 1px solid #808080;
}

#dialogKeywords div#listKeywords div{
  margin:5px;
  overflow:hidden;
}

#dialogKeywords div#listKeywords div > * {
    display: block;
    float: left;
    margin-right: 5px;
    max-width: 90%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#dialogKeywords div#listKeywords div > input{
  margin-top:2px;
}

#dialogKeywords div#listKeywords button{
    float: right;
  }

.ui-state-default .ui-icon {
  background-image: url("../img/closeDialog.png") !important;
  background-repeat: no-repeat;
}

.ui-icon-closethick {
    background-position: 2px 2px;
}

div.popupContent #defaultDomain a {
  display:inline-block;
  float:right;  
}

div.popupContent #defaultDomain .content {
  float:none;
  clear:both;
  overflow:hidden;
}

div.popupContent #defaultDomain {
  float:none;
  margin: 10px;
  display:block;
}

div.popupContent #defaultDomain div.actionsPanel{
  float:right;
  width:auto;
}

div.authorsAvailable {
	margin: 10px 0 0;	
}

select#authorSelected {
	margin-left: 17px;	
}

div#newKeywordGroup {
	margin-top: 10px;
}

div#newKeywordGroup span{
	float:left;
}

div#newKeywordGroup button{
	float: left;
	margin-top: 10px;
}

