.login-dialog
{
  border: 0px;
}

.login-dialog-header
{
  background-color: #3096ff !important;

  height: 30px;

  font: 100% Arial, sans-serif;
  font-weight: bold;
  color: white;

  -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;

  padding-left: 7px;
  padding-top: 7px;
}

.description-title-label
{
	display: inline-block;
	overflow-x:hidden;
	text-overflow:ellipsis;
	font-weight: normal;
	cursor: default;
}

.login-dialog-body
{
  background-color: white;

  font: 100% Arial, sans-serif;

  -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;

  border: 2px solid #3096ff;
}

.serif
{
  font-family: Arial, sans-serif;
}

.preview-label
{
  cursor: pointer;
  color: black;
  font-family: sans-serif;
  font-size: 10px;
  background-color: white;
  padding: 2px 4px;
  opacity: 0.8;
  position: absolute;
  bottom: 2px;
  border-radius: 2px;
  border: 1px solid gray;
}

.preview-label.duration {
  right: 5px;
}

.preview-label.source {
  left: 2px;
  max-width: 130px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.preview-label.source.list-item {
  max-width: 90px;
}

.preview-label span {

}

.preview-label a {
  font-size: 10px;
}

.channel-preview-img-box .preview-label {
  right: 5px;
}

.category-normal
{
  font-weight: normal;
  font-size: 12.0px;
}

.category-new
{
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

a
{
  font-family: Arial, sans-serif;
  font-size: 12px;
}

body, html
{
  height: 100%;
  margin: 0;
  padding: 0;
}

.Wt-itemview .Wt-selected
{
  color: #ffffff;
  background-color: #454ca9;
}

.Wt-itemview {
  font-size: 14px;
}

.btn-group {
  display: inline-block;
}

.fake-link {
  cursor: pointer;
  cursor: hand;
  color: #454ca9;
  text-decoration: underline;

}

.fake-link.Wt-disabled {
	color: gray !important;
}

a {
  color: #454ca9;
}

.page-group-caption {
  font-size: 18px;
  font-family: Arial, sans-serif;
  text-decoration: none;
  color: black;
  border-bottom: 1px solid;
}

a.page-group-caption {
  font-size: 18px;
  text-decoration: none;
  color: black;
}

a.page-group-caption:hover {
  color: #0080D0;
}

.search-warning .Wt-msgbox-text {
  overflow: auto;
}

.search-warning .Wt-msgbox-text p {
  margin-top: 0;
  margin-bottom: 10px;
}

.search-warning .Wt-msgbox-icon {
  margin-right: 25px;
  height: 40px;
}

.service-header-cont .service-header {
	display: block;
	font-size: 24px;
	margin-top: 5px;
	color: #454ca9;
	font-weight: bold;
}

.service-header-logo {
	height: 60px;
	background-color: #454ca9;
	text-align: left;
	position: relative;
	display: inline-block;
	padding: 0 20px;
}

.service-header-logo > a {
	display-inline: block;
	height: 60px;
}

.service-header-logo > a > span {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.service-header-logo > a > img {
	display-inline: block;
	height: 25px;
	vertical-align: middle;
}

.programlisting {
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.search-help-text {
  font-size: 12px;
}

.search-help-text .search-type {
  font-weight: bold;
}

.two-column {
  -webkit-column-count: 2;
	 -moz-column-count: 2;
		  column-count: 2;
}

.two-column div {
  display: inline-block;
}

.Wt-selected .my-anchor {
  color: white;
}

.press-dialog-caption {
  font-size: large;
  text-decoration: underline;
}

.press-dialog-input {
  width: 250px !important;
  height: 22px;
}

input.press-invalid, .press-invalid > input {
  background-color: #f7dada;
}

.press-dialog-upload {
	width: 200.0px;
	height: 240.0px;
	border: 2px dashed lightblue;
	line-height: 240px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.press-dialog-upload > span {
	vertical-align: middle;
	display: inline-block;
	line-height: normal;
	font-size: 14px;
}

.press-dialog-upload input {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	opacity: 0;
	cursor: pointer;
}

.press-dialog-preview-label {
	font-size: 12px;
}

.press-dialog-preview {
	width: 200px;
	height: 240px;
}

.press-dialog-preview .pdf-slide-cont {
	width: 100%;
	height: 100%;
}

.press-dialog-preview-warning {
	font-size: 12px;
	margin-bottom: 30px;
}

.press-dialog-preview-warning > div:first-child {
	margin-bottom: 15px;
	font-size: 14px;
}

.press-dialog-preview-warning > div {
	margin-bottom: 5px;
}

.press-dialog-preview-warning > div:last-child {
	margin-top: 5px;
}
.press-dialog-show-preview-btn, .press-dialog-files-btn {
	display: inline-block;
	cursor: pointer;
	text-decoration: underline;
	color: #454ca92;
}

.press-dialog-file-count > img {
	margin-left: 8px;
	cursor: pointer;
	opacity: 0.5;
}

.press-dialog-file-count > img:hover {
	opacity: 0.8;
}

.date-time-edit {
  white-space: nowrap;
  background-color: white;
  display: inline-block;
}

.date-time-edit img {
  margin-left: 2px;
}

.date-time-edit input {
  text-align:right;
  border: 0;
}

.date-time-edit input:focus {
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.date-time-edit .sep {
  margin-left: 1px;
  margin-right: 1px;
}

.date-time-edit .d2 {
  width: 16px;
}

.date-time-edit .d4 {
  width: 32px;
}

.date-time-edit .wrap {
  vertical-align: middle;
}

.wa-loading-img {
  width: 100px;
  height: 100px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  padding-left: 100px;
  z-index: 10000;
  /* hack to prevent flickering in firefox */
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
}

.about-item {
	font-size: 14px;
}

.about-item.about-header {
	font-size: 16px;
	margin-bottom: 5px;
}

.Wt-suggest {
    background: #FAFAFA;
    font: normal 13px/22px "Trebuchet MS", Verdana, Arial, Helvetica,
      sans-serif;
    color: #515B66;
    cursor: default;
    overflow-y: auto;
    list-style: none;
    margin: 0;
    padding: 1px;
}

.Wt-suggest li {
    padding: 0px 3px;
}

.Wt-suggest .active {
    background: lightgrey;
    color: white;
}

.intedit
{
    /*background-image: none !important;*/
    width: 50px;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    /* border-radius: 4px; */
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.deleted-button
{
	display: inline-block !important;
	font-family: sans-serif !important;
	font-size: 0.9em;
	line-height: 1.2em;
	height:1.2em;
	overflow-x : auto;
}

.position-obj-label, .position-title-label,
.position-obj-edit, .position-title-edit,
.classificator-label, .classificator-edit
{
	display: inline-block;
	padding:1px;
	margin-right: 10px;
	//border: solid 1px lightgray;
	overflow-x:hidden;
	text-overflow:ellipsis;
	font-family: sans-serif !important;
	font-size: 0.9em;
	line-height: 1.2em;
	height:1.2em;
}

.position-obj-label, .position-obj-edit
{
	width: 250px !important;
}

.position-title-label, .position-title-edit
{
	width: 450px;
}

.classificator-label, .classificator-edit, .classificator-popup
{
	width: 600px !important;
}

.position-button
{
	display: inline-block !important;
	font-family: sans-serif !important;
	font-size: 0.9em;
	line-height: 1.2em;
	height:1.2em;
}

.position-title-edit, .position-obj-edit
{
	border: solid 1px gray;
}

.position-list
{
	margin-top: 5px;
	margin-bottom: 20px;
}

.position-list tr:nth-child(odd)
{
	background: whitesmoke;
}

.wa-help-popup {
	border: none !important;
}

.wa-help-popup > div {
	margin-top: 10px;
	background-color: white;
	border: 1px solid lightgray;
	box-shadow: 0px 0px 5px #a7a3a7;
}

.wa-help-popup .wa-help-popup-item {
	padding: 8px 10px;
}
.wa-help-popup .wa-help-popup-item:hover {
	background-color: whitesmoke;
}

.upload-link-btn {
	cursor: pointer;
}

.upload-link-btn:hover {
	cursor: pointer;
	text-decoration: underline;
}

.side-panel-tooltip-button.wa-tutorial-discard-btn {
	color: lightgray;
}

.side-panel-tooltip-button.wa-tutorial-discard-btn:hover {
	color: #4F95FF;
}

.entity-search {
	position: absolute;
	right: 30px;
}

.header {
	width: 100%;
	height: 70px;
	font-family: Arial, Helvetica, sans-serif;
}

.header::after {
	content:"";
	display:block;
	clear:both;
}

.header-logo {
	float: left;
	width: 240px;
	height: 70px;
	background-color: #454ca9;
	text-align: center;
	position: relative;
}

.header-logo > .header-logo-link {
	display: inline-block;
	height: 70px;
}

.header-logo > .header-logo-link > span {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.header-logo > .header-logo-link > img {
	display: inline-block;
	height: 25px;
	vertical-align: middle;
}

.header-content {
	height: 70px;
	width: auto;
	margin-left: 240px;
	white-space: nowrap;
}

.header-content > * {
	white-space: normal;
}

.header-sp {
	width: 75%;
	height: 70px;
	display: inline-block;
	background-color: #454ca9;
	position: relative;
}

.header-right {
	width: 25%;
	height: 70px;
	background-color: #454ca9;
	display: inline-block;
	position: relative;
}

.header .abs-wrap {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 5;
}

.header-right > .abs-wrap > .right-cont {

}

.header-right > .abs-wrap > .right-cont td {
	white-space: nowrap;
	vertical-align: middle;
}

.header-right > .abs-wrap > .right-cont td:nth-child(2) {
	text-align: center;
}

.header-button {
	display: inline-block;
	color: white;
	text-align: center;
	font-family: serif;
	line-height: 20px;
	font-size: 1.0em;
	text-decoration: none;
	margin-left: 15px;
	cursor: pointer;
}

.header-button:first-child {
	margin-left: 10px;
}

.header-button:hover {
	opacity: 0.6;
}

.header-sp .search-panel {
	border: none;
	border-radius: 0;
	background-color: #d0cceb;
	border-bottom: 2px solid #d0cceb;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.header-sp .search-panel.advanced,
.header-sp .search-panel.multi-line {
	-webkit-box-shadow: 0px 0px 32px 2px rgba(69,76,169,0.55);
	-moz-box-shadow: 0px 0px 32px 2px rgba(69,76,169,0.55);
	box-shadow: 0px 0px 32px 2px rgba(69,76,169,0.55);
}

.custom-checkbox {
	position: relative;
}

.custom-checkbox > input[type=checkbox] {
	display: none
}

.custom-checkbox > span {

}

.custom-checkbox > span:before {
	content: "\f096";
	color: #454ca9;
	position: relative;
	/*top: 2px;*/
	font-family: FontAwesome;
	margin-right: 2px;
	display: inline-block;
	font-size: 1.2em;
	width: 1em;
	vertical-align: middle;
}

.custom-checkbox > input[type=checkbox]:checked + span:before {
	content: "\f046";
}

.custom-checkbox > input[type=checkbox]:disabled + span:before {
	color: gray;
}

.tag-cont.disabled .custom-checkbox > span {
	color: gray;
}

.tag-box label.custom-checkbox span {
	padding-left: 5px;
}

.header-sp .search-panel .date-time-edit {
	background-color: #d0cceb;
}

.header-sp .search-panel .date-time-edit input {
	background-color: #d0cceb;
	border-bottom: 1px dotted #454ca9;
}

.header-sp .search-panel .date-time-edit input:focus {
	background-color: white;
}

.header-sp .search-panel .date-time-edit .date-picker > img {
	opacity: 0;
}

.header-sp .search-panel .date-time-edit .date-picker:after {
	font-family: FontAwesome;
	content: "\f073";
	margin-left: -15px;
	font-size: 1.2em;
	pointer-events: none;
	vertical-align: text-bottom;
}

.header-sp .search-panel select {
	background-color: white;
}

.search-buttons {
	margin-top: 2px;
}

.search-buttons td:first-child {
	width: 100%;
}

.search-buttons td:last-child {
	text-align: right;
}

.search-panel .search-mode-btn {
	color: #454ca9;
	white-space: nowrap;
}

.search-panel .search-mode-btn:after {
	content: "\f107";
	font-family: FontAwesome;
	margin-left: 5px;
	text-decoration: none;
	display: inline-block;
}

.search-panel.advanced .search-mode-btn:after {
	content: "\f106";
}

.tutorial-add-expr-btn {
	color: #454ca9;
}

.entity-add-table td {
	padding-bottom: 25px;
	vertical-align: middle;
}

.entity-add-table td > span {
	font-weight: bold;
}

.entity-add-table td:first-child {
	padding-right: 20px
}

.entity-add-table tr:last-child td:last-child {
	padding: 0;
	text-align: right;
}

.multi-line-mb p {
	margin-left: 5em;
	margin-top: 0;
	line-height: 1.5em;
}
