.attach-tag {
  padding: 3px;
  margin-right: 5px;
  border: 1px solid #254da2;
  background-color: rgb(224, 234, 241);
  display: inline-block;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  text-decoration: none;
}

a.attach-tag:hover {
  text-decoration: underline;
}

.tag-rem-btn {
  background-image: url(../pics/rem_tag.png);
  background-repeat: no-repeat;
  display: inline-block;
}

.tag-rem-btn:hover {
  background-image: url(../pics/rem_tag_hover.png);
  background-repeat: no-repeat;
}

.tag-link {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  text-decoration: none;
}

.tag-link:hover {
  text-decoration: underline;
}

.dotted-link {
  text-decoration: none;
  font-size: 16px;
  border-bottom: 1px dotted;
  color: #454ca9;
  cursor: pointer;
}

.dotted-link:hover {
  color:#4F95FF;
}

.dotted-link img {
  vertical-align: sub;
  padding-right: 2px;
  height: 18px;
  width: 18px;
}

.sel-editor, .pretty-dialog {
  -webkit-box-shadow: 0px 0px 20px #0169DE;
  -moz-box-shadow: 0px 0px 20px #0169DE;
  box-shadow: 0px 0px 20px #0169DE;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: white;
}

.sel-editor .titlebar,
.pretty-dialog .titlebar
{
  background-color: white;
  color: black;
  border-bottom: 1px solid #e5e5e5;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-weight: normal;
  padding-top: 5px;
  padding-bottom: 5px;
  white-space: nowrap;
}

.sel-editor .titlebar h3,
.pretty-dialog .titlebar h3
{
  font-weight: normal;
  font-size: x-large;
}

.sel-editor .titlebar .closeicon {
	background          : transparent url(../pics/cross_15.png) no-repeat;
	width               : 16px;
	height              : 16px;
	background-position : right 0px;
	cursor              : default;
	vertical-align      : center;
	position            : absolute;
	right               : 5px;
	top                 : 5px;
}

.sel-editor.small-header .titlebar h3,
.pretty-dialog.small-header  .titlebar h3
{
	font-weight: bold;
	font-size: inherit;
}

.sel-editor .footer,
.pretty-dialog .footer {
  background-color: white;
  color: black;
  border-top: 1px solid #e5e5e5;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.footer button,
.pretty-dialog .footer button {
  margin: 2px;
}

.pretty-dialog .footer button {
	height: 2em;
}

.sel-editor-drop {
  background-color: #a6d2ff;
}

.external-possible-table-cont
{
    overflow: auto;
}

.external-possible-table
{
    border: 4px double black;
    width : 100%;
}

.external-possible-table-td
{
    border: solid 1px black;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.drop-fail {
  background-color: #dca7a7;
}

.drop-ok {
  background-color: #dff0d8;
 }


.image-preview {
    position:relative;
    display:block;
    height:140px;
}

.image-preview-popup {
    position:absolute;
    height:120px;
    padding:10px;
    word-wrap:break-word;
    overflow:hidden;
    color: black;
}

.image-preview-pic {
    position:relative;
    height:140px;
    min-height:140px;
    max-height:140px;
    top:0px;
    left:0px;
    opacity:1;
}

.image-preview-pic:hover {
    opacity:0.2;
}

.image-preview-pic img {
    height:140px;
}


.tab-label {
    display: inline-block;
    padding: 10px 10px 7px 0px;
    font-size: 14px;
    font-family: Arial, sans-serif;
}

.tab-active {
    display: inline-block;
    padding-left: 2px;
    padding-right: 2px;
}

.tab-active a {
    padding: 10px 20px 7px 20px;
	border-bottom: 3px solid #454ca9;
    margin-bottom: 10px;
    color: black;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    font-family: Arial, sans-serif;
}

.tab-inactive {
    display: inline-block;
    padding-left: 2px;
    padding-right: 2px;
}

.tab-inactive a {
    padding: 10px 20px 7px 20px;
    border-bottom: 3px solid transparent;
    margin-bottom: 10px;
    color: black;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    font-family: Arial, sans-serif;
}

.tab-inactive a:hover {
    border-bottom: 3px solid #f71717;
    color: #f71717;
}

.tab-container {
    margin-bottom: 10px;
    border-bottom: 1px solid #b0b0b0;
    background: -webkit-linear-gradient(180deg, white 0%, white 75%, whitesmoke 100%);
    background: -moz-linear-gradient(180deg, white 0%, white 75%, whitesmoke 100%);
    background: linear-gradient(180deg, white 0%, white 75%, whitesmoke 100%);
}

.content-group-header {
    border-bottom: 1px solid #b0b0b0;
    background: -webkit-linear-gradient(180deg, white 0%, white 75%, whitesmoke 100%);
    background: -moz-linear-gradient(180deg, white 0%, white 75%, whitesmoke 100%);
    background: linear-gradient(180deg, white 0%, white 75%, whitesmoke 100%);
}

.content-group-caption {
    padding-right: 20px;
    padding-bottom: 1px;
	border-bottom: 3px solid #454ca9;
    color: black;
    font-weight: bold;
    font-size: 18px;
    font-family: sans-serif;
    text-decoration: none;
}

.content-group-details {
	padding-left: 20px;
	text-decoration: none;
}

.content-group-details:hover {
	color: #4F95FF;
}

.content-group-paginator {
	margin-left: 30px;
}

.content-group-paginator a {
    padding-bottom: 2px;
    text-decoration: none;
    color: black;
    font-size: 14px;
    font-family: sans-serif;
}

.content-group-paginator a.active {
	border-bottom: 3px solid #454ca9;
}

.content-group-paginator a:hover {
	border-bottom: 3px solid #a2a5d4;
	/*color: red;*/
}

.content-group {
    background: radial-gradient(whitesmoke 0%, white 100%);
}

.side-panel {
	width: 240px;
    overflow: hidden;
    -webkit-transition: width 0.5s ease-in-out,opacity 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out,opacity 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out,opacity 0.5s ease-in-out;
    transition: width 0.5s ease-in-out,opacity 0.5s ease-in-out;

}

.side-panel-hidden {
    width: 0px !important;
    opacity: 0 !important;
}

.side-panel-hidden .cssmenu li.submenu > input + span {
    background: none !important;
}

.side-panel-button {
	cursor: pointer;
	display: block;
	position: absolute;
	color: white;
	left: 10px;
	top: 50%;
	margin-top: -12.5px;
	height: 25px;
	width: 25px;
	background-image: url(../pics/menu_icon.png);
	background-size: 25px;
}

.side-panel-button:hover {
	opacity: 0.6;
}

.side-panel-tooltip {
	display: none;
	position: absolute;
	background: white;
	border: 2px solid #c2e1f5;
	left: 30px;
	top: 2px;
	border-radius: 2px;
	padding: 5px 10px;
	box-shadow: 2px 2px 10px 0px lightgray;
}

.side-panel-tooltip:after, .side-panel-tooltip:before {
	right: 100%;
	top: 10px;
	border: solid transparent;
	content: ' ';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.side-panel-tooltip:after {
	border-color: rgba(136, 183, 213, 0);
	border-right-color: white;
	border-width: 6px;
	margin-top: -6px;
}
.side-panel-tooltip:before {
	border-color: rgba(194, 225, 245, 0);
	border-right-color: #c2e1f5;
	border-width: 9px;
	margin-top: -9px;
}

.side-panel-tooltip-label {
	font-weight: bold;
	margin-bottom: 5px;
}

.side-panel-tooltip-text {
	margin-bottom: 10px;
	font-size: 12px;
}

.side-panel-tooltip-button {
	text-align: right;
	font-size: 12px;
	float: right;
}

.top-link-item {
  display: inline-block;
  margin: 0 5px;
}

.lang-picker {
	white-space: nowrap;
	line-height: 24px;
	margin-right: 10px;
}

.lang-picker .lang-label {
	color: gray;
}

.lang-picker .lang-label:hover {
	color: whitesmoke;
}

.lang-picker .lang-active, .lang-picker .lang-active:hover
{
	color: white;
}

.lang-picker .sep {
	color: lightgray;
	margin: 0 5px;
}

.neg-label {
  color: #770000;
}

.Wt-selected .neg-label {
  color: #ffffff;
}

.pos-label {
  color: #007700;
}

.Wt-selected .pos-label {
  color: #ffffff;
}

.summary-table .Wt-tv-c {
  font-family: monospace;
  border-bottom: 1px solid lightgray;
  margin-bottom: -1px;
}

.summary-table .Wt-tv-c a span {
  font-family: monospace;
}

.summary-table .Wt-tv-c1 .Wt-tv-c a span {
  font-family: sans-serif;
}

.summary-table .Wt-tv-c1 .Wt-tv-c a  {
  text-decoration: none;
}

.summary-table .Wt-tv-c1 .Wt-tv-c a :hover {
  text-decoration: underline;
}

.summary-table .Wt-header {
  background: white;
  border-bottom: 1px solid darkgray;
}

.trend-table {
    margin-top: 10px;
}

.trend-table th {
    font-weight: bold;
    text-align: left;
}

.trend-table td, th {
    padding: 5px;
    border-bottom: 1px solid silver;
    height: 20px;
}

.trend-table thead th {
    border-top: 2px solid gray;
    border-bottom: 2px solid gray;
}

.trend-column-object {
    min-width: 200px;
}

.trend-column-gain {
    text-align: center;
}

.trend-column-peak {
    text-align: center;
}

.trend-table .highcharts-tooltip>span 
{
	background: white;
	border: 1px solid silver;
	border-radius: 3px;
	box-shadow: 1px 1px 2px #888;
	padding: 8px;
}

.Wt-disabled
{
  color: gray;
}

.report-settings-button
{
  background: none;
  border: none;
}

.report-settings
{
  font-family: sans-serif;
  padding: 5px 10px;
  font-size: 12px;
}

.report-settings-caption
{
  padding-top: 10px;
  text-decoration: underline;
}

.report-settings label 
{
  padding: 5px 0px;
  vertical-align: super;
}

.report-settings-details
{
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  margin-bottom: -5px;
  margin-top: -5px;
  display: block;
}

.report-settings-details label {
	display: inline-block;
}

.report-settings-details input {
	margin: 3px 3px 0px 0px !important;
}

.report-settings-details span {
	vertical-align: top;
	margin-right: 10px;
}

.report-settings-radio 
{
  display: inline-block;
}





.download-in-process
{
  visibility: hidden;
}
.download-in-process:after
{
  content: 'отчет формируется...';
  visibility: visible;
  display: inline;
  position: absolute;
  top:0px;
  left:0px;
  padding: 7px;
}

.graph-pic
{
  padding: 0 10px;
  vertical-align: sub;
  cursor: pointer;
}

.graph-pic span
{
  vertical-align: super;
}

.graph-pic.Wt-disabled
{
	opacity: 0.3;
}

.switch-text-button
{
	background-size: 20px 20px;
	height: 14px;
	width: 14px;
	opacity : 1.0;
	padding: 5px;
	float : left;
}

.switch-text-button-selected
{
	opacity : 0.58;
	background-color: #f0f0f0;
}

.twitter-translate-button 
{
    background-size: 25px 25px;
    height: 14px;  
    width: 14px;
    opacity : 0.6;
    padding : 0px;
    float : right;
}

.twitter-translate-button.row {
	height         : 12px;
	width          : 12px;
	float          : unset !important;
	vertical-align : unset !important;
}

.twitter-translate-button-selected
{
     opacity : 1;
 }
 
 .twitter-translate-button:active
{
     opacity : 1;
 }

.item-with-basket {
  position: relative;
}

.item-with-basket .fragment-preview-source {
  padding-right: 20px !important;
}

.item-with-basket .item-basket {
  display: none;
}

.item-with-basket .item-basket.selected,
.item-with-basket:hover .item-basket {
  display: initial;
  position: absolute;
  left: 2px;
  bottom: -4px;
  opacity: 0.8;
  cursor: pointer;
}

.item-with-basket:hover .item-basket:hover {
  opacity: 1;
}

.item-with-basket .item-basket.selected:hover img {
  opacity: 0 !important;
}

.item-with-basket .item-basket.selected:hover {
  background: url('/static/pics/basket-remove.png');
}

.graph-view-picker img {
    vertical-align: middle;
    margin-left: 10px; 
    cursor:pointer;   
    border: 1px solid white;
}

.graph-view-picker.graph-view-current img {
    border: 1px solid #7CB5EC;
    background: #eee;
}

.graph-view-picker img:hover {
    border: 1px solid #7CB5EC;
    background: #eee;
    box-shadow: inset 0 0 10px #aaa;
}

.graph-view-table {
    display: block;
    overflow: auto;
}

.graph-view-table tbody tr td {
    padding-left: 10px;
    padding-right: 10px;
    text-align: right;
}

.graph-view-table thead tr th span {
	display: block;
	max-height: 3.5em;
	overflow: hidden;
}

.graph-view-table tbody tr td:nth-child(1) {
	white-space: nowrap;
	max-width: 300px;
	text-overflow: ellipsis;
	text-align: left;
}

.graph-view-table tbody tr td:nth-child(1) span {
	display: inline-block;
	text-overflow: ellipsis;
	max-width: 100%;
	overflow: hidden;
}

.graph-view-table tbody tr:nth-child(odd) {
	background: whitesmoke;
}

.graph-view-table thead tr th.headerSortUp { 
    //background-image: url(../img/small_asc.gif); 
    background-color: #ddddFF; 
} 

.graph-view-table thead tr th.headerSortDown { 
    //background-image: url(../img/small_desc.gif); 
    background-color: #ddddFF; 
} 

.graph-view-table thead tr th.header { 
    cursor: pointer; 
    //font-weight: bold; 
    //background-repeat: no-repeat; 
    //background-position: center left; 
    //padding-left: 20px; 
    //border-right: 1px solid #dad9c7; 
    //margin-left: -1px; 
}

.graph-view-table thead tr th.header + th.header{ 
    border-left: solid 1px lightgray;
}

.summary-table .my-anchor {
  text-decoration: none !important;
}
 
.keyword-label {
	display: inline;
	margin-right: 10px;
	font-weight: bold;
}

.keyword-label > span {
	vertical-align: middle;
	cursor: default
}

.keyword-label > img {
	margin-left: 2px;
	vertical-align: middle;
	cursor: pointer;
}

.empty-chart
{
    width : 100%;
    height : 100%;
    text-align : center;
    display : table;
    background-repeat: no-repeat;
    background-size: 100%;
}

.empty-chart-label
{
    color: black;
    font-size: 24px;
    display : table-cell;
    vertical-align : middle;
}

.page-control-panel
{
	position   : relative;
	text-align : left;
	display    : table;
	width      : 100%;
	margin-top : 5px;
}

.page-control-panel-search-result
{
	position   : relative;
	text-align : right;
	display    : table-cell;
}

