@charset "UTF-8";
/* ------------------------------------------------
	                CSS reset ( http://meyerweb.com/eric/tools/css/reset/ )
--------------------------------------------------*/
/*html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size: 1.0em;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}*/
/* ------------------------------------------------
	              Compass importok
--------------------------------------------------*/
/* ------------------------------------------------
	             Egyedi betűtípusok
--------------------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,600,700|Play:400,700|Open+Sans:300,400,600,700);
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ------------------------------------------------
            	   Stílus változók
--------------------------------------------------*/
html, body {
  background-color: #eaeff2;
  color: #374d59;
  font-family: "Open Sans", "Helvetica Neue", "Tahoma", sans-serif;
  overflow: hidden;
  font-size: 16px;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-smoothing: antialiased;
  font-size: 1.0em;
}

/* ------------------------------------------------
	         Általános stílusok
--------------------------------------------------*/
#app {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

input, select {
  background-color: white;
  color: #374d59;
}
input.placeholder, select.placeholder {
  color: #9bb4c1;
  font-style: italic;
  font-weight: 300;
}
input:-moz-placeholder, select:-moz-placeholder {
  color: #9bb4c1;
  font-style: italic;
  font-weight: 300;
}
input::-moz-placeholder, select::-moz-placeholder {
  color: #9bb4c1;
  font-style: italic;
  font-weight: 300;
}
input:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #9bb4c1;
  font-style: italic;
  font-weight: 300;
}
input::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #9bb4c1;
  font-style: italic;
  font-weight: 300;
}

button {
  padding: 5px 10px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhiYThiNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU0NzY4OCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8ba8b7), color-stop(100%, #547688));
  background-image: -moz-linear-gradient(#8ba8b7, #547688);
  background-image: -webkit-linear-gradient(#8ba8b7, #547688);
  background-image: linear-gradient(#8ba8b7, #547688);
  background-image: -ms-linear-gradient(#8ba8b7, #547688);
  border-radius: 5px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  color: #374d59;
  font-size: 1.15em;
  font-family: "Open Sans", "Helvetica Neue", "Tahoma", sans-serif;
  font-weight: 500;
  text-align: center;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
button:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FiYzBjYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZjOTBhNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #abc0cb), color-stop(100%, #6c90a4));
  background-image: -moz-linear-gradient(#abc0cb, #6c90a4);
  background-image: -webkit-linear-gradient(#abc0cb, #6c90a4);
  background-image: linear-gradient(#abc0cb, #6c90a4);
  background-image: -ms-linear-gradient(#abc0cb, #6c90a4);
  box-shadow: 0 0 15px rgba(84, 118, 136, 0.8);
}
button:active {
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.4);
}
button.disabled {
  opacity: 0.5;
  cursor: default;
}
button.disabled:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

header {
  position: absolute;
  top: 0;
  left: 250px;
  right: 0;
  height: 60px;
  z-index: 100;
  background-color: #dae3e8;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  border-bottom: 1px solid #e6e6e6;
}
header .dropList {
  position: absolute;
  display: none;
  z-index: 110;
  transition: all 0.3s;
  width: 210px;
  top: 58px;
  right: 5px;
  background-color: #547688;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  color: #FFFFFF;
}
header .dropList ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
header .dropList ul li {
  padding: 0px 10px;
  line-height: 30px;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-family: "Open Sans", "Helvetica Neue", "Tahoma", sans-serif;
  font-size: 0.8em;
  /* A kiválasztott elem */
}
header .dropList ul li i {
  width: 30px;
}
header .dropList ul li a {
  color: #FFFFFF !important;
  text-decoration: none;
  width: 100%;
  display: block;
}
header .dropList ul li.separator {
  border-bottom: 1px solid #bfbfbf;
  padding: 0px;
  margin-left: 10px;
  margin-right: 10px;
}
header .dropList ul li:hover {
  background-color: #415b69;
}
header .dropList ul li.active, header .dropList ul li:active {
  background-color: #374d59;
  -moz-box-shadow: inset 5px 0 0 #fab000;
  -webkit-box-shadow: inset 5px 0 0 #fab000;
  box-shadow: inset 5px 0 0 #fab000;
  font-weight: bold;
}
header .menu {
  float: left;
  margin-left: 10px;
  font-size: 1.5em;
  cursor: pointer;
  height: 60px;
  height: 60px;
  line-height: 60px;
}
header .menu .menuDropList {
  width: 210px;
  top: 45px;
  left: 5px;
  font-size: 0.7em;
}
header .menu:hover .menuDropList {
  display: block;
}
header .pageTitle {
  float: left;
  padding: 0px 10px;
  height: 60px;
  line-height: 60px;
  color: #374d59;
  font-family: "Play", "Open Sans", "Helvetica Neue", "Tahoma", sans-serif;
  font-size: 1.6em;
  vertical-align: middle;
}
header .pageTitle > .title {
  float: left;
  cursor: pointer;
}
header .pageTitle > .subTitle {
  float: left;
  margin-left: 1em;
  font-size: 0.8em;
}
header .icons {
  display: none;
  float: right;
  height: 40px;
  line-height: 40px;
  margin: 10px 0px;
  color: #9bb4c1;
  text-shadow: 0px 1px 1px white;
  font-size: 1.2em;
}
header .icons > * {
  width: 30px;
  display: inline-block;
  margin: 0px 10px;
  cursor: pointer;
}
header .icons > * span {
  display: none;
  position: relative;
  top: -16px;
  font-family: "Open Sans", "Helvetica Neue", "Tahoma", sans-serif;
  font-size: 0.6em;
}
header .icons > *.active, header .icons > *:active {
  color: #cc0000;
  text-shadow: 0px 0px 6px rgba(255, 0, 0, 0.6);
}
header .icons > *.active span, header .icons > *:active span {
  display: inline-block;
}
header .saveApply {
  position: absolute;
  width: 220px;
  height: 28px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #ffd061;
  border: 1px solid #fab000;
  -moz-border-radius: 0px 0px 8px 8px;
  -webkit-border-radius: 0px;
  border-radius: 0px 0px 8px 8px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  padding: 3px;
  font-size: 0.9em;
  font-weight: 600;
  text-align: center;
}
header .saveApply i {
  margin-right: 5px;
}
header .saveApply .save, header .saveApply .rollback {
  text-decoration: underline;
  cursor: pointer;
}
header .saveApply span:nth-child(3) {
  margin: 0 5px;
}
header .userPanel {
  float: right;
  margin-right: 20px;
  height: 100%;
  cursor: pointer;
}
header .userPanel .pic {
  float: left;
  background-image: url("../base/images/manager/user.png");
  background-size: 40px 40px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
  width: 40px;
  height: 40px;
  margin: 10px;
  border-radius: 6px;
}
header .userPanel .welcome {
  float: left;
  height: 40px;
  padding-top: 10px;
  font-family: "Segoe UI Light", "Lato", "Tahoma", sans-serif;
  font-size: 0.8em;
}
header .userPanel .welcome span {
  display: block;
}
header .userPanel .welcome span.name {
  font-family: "Open Sans", "Helvetica Neue", "Tahoma", sans-serif;
  font-weight: 400;
  font-size: 1.2em;
  margin-top: 0px;
  color: #73b9de;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
header .userPanel .arrow {
  margin-left: 6px;
  font-size: 1.2em;
  line-height: 60px;
}
header .userPanel:hover .userDropList {
  display: block;
}
header .userPanel:after {
  content: '';
  display: block;
  clear: both;
}

nav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 250px;
  background-color: #547688;
  overflow: auto;
  overflow-x: hidden;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  color: #FFFFFF;
}
nav .logo {
  background-color: #194f6c;
  width: 250px;
  height: 60px;
  line-height: 30px;
  font-family: "Play", "Open Sans", "Helvetica Neue", "Tahoma", sans-serif;
  font-size: 1.0em;
  text-align: center;
  vertical-align: middle;
  color: #fab000;
  text-shadow: 0px 0px 7px rgba(250, 176, 0, 0.8);
}
nav .logo .pic {
  background-image: url("../base/images/manager/qnet_logo_shadow.png");
  background-size: 35%;
  height: 30px;
  line-height: 30px;
  background-repeat: no-repeat;
  background-position: 50%;
}
nav .group {
  margin: 20px 0px 20px 0px;
}
nav .group .title {
  position: relative;
  cursor: pointer;
  font-family: "Play", "Open Sans", "Helvetica Neue", "Tahoma", sans-serif;
  font-weight: 400;
  font-size: 1.2em;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-left: 10px;
  padding-right: 25px;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
}
nav .group .title:before {
  position: absolute;
  right: 10px;
  top: -5px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 1.4em;
  content: "\f107";
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
nav .group ul {
  display: none;
  list-style: none;
  padding-left: 0px;
  margin: 18px 0;
  font-family: "Open Sans", "Helvetica Neue", "Tahoma", sans-serif;
  font-weight: 400;
  font-size: 1.1em;
}
nav .group ul li {
  cursor: pointer;
  font-size: 0.8em;
  margin: 0px;
  padding: 10px 10px;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  /* A kiválasztott elem */
}
nav .group ul li i {
  width: 20px;
}
nav .group ul li .changed {
  margin-left: 0.3rem;
  font-size: 0.6rem;
  font-weight: 600;
  background-color: #fab000;
  padding: 1px 5px;
  border-radius: 4px;
  position: relative;
  top: -7px;
  color: white;
}
nav .group ul li.separator {
  border-bottom: 1px solid #bfbfbf;
  padding: 0px;
  margin-left: 10px;
  margin-right: 10px;
}
nav .group ul li.new {
  color: #73b9de;
  font-style: italic;
}
nav .group ul li:hover {
  background-color: #415b69;
}
nav .group ul li.active, nav .group ul li:active {
  background-color: #eaeff2;
  color: #374d59;
  -moz-box-shadow: inset 5px 0 0 #fab000;
  -webkit-box-shadow: inset 5px 0 0 #fab000;
  box-shadow: inset 5px 0 0 #fab000;
  font-weight: bold;
}
nav .group.expanded ul {
  display: block;
}
nav .group.expanded .title:before {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.content {
  position: absolute;
  top: 60px;
  left: 250px;
  right: 0;
  bottom: 0;
  overflow: auto;
  background-color: #eaeff2;
}

.propertyEditor {
  flex: 1;
  position: relative !important;
  background-color: #cad7de;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  width: 80%;
  max-width: 800px;
  margin-left: 10%;
  margin-top: 2rem;
  color: #374d59;
}
.propertyEditor table thead {
  display: none;
}
.propertyEditor table tr td {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.propertyEditor table tr.group {
  background-color: rgba(255, 255, 255, 0.2);
}
.propertyEditor table tr td:nth-child(2) select, .propertyEditor table tr td:nth-child(2) input:not([type="checkbox"]), .propertyEditor table tr td:nth-child(2) textarea {
  border: 1px solid #547688;
  background-color: #FFFFFF;
  color: #374d59;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.propertyEditor table tr td:nth-child(2) button {
  background-color: #547688;
}
.propertyEditor table tr td:nth-child(2) .hint {
  color: #6D6D6D;
}
.propertyEditor table tfoot {
  display: none;
}
.propertyEditor.right-side {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: initial;
  margin: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* always present */
.slideDown-transition {
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* .expand-enter defines the starting state for entering */
/* .expand-leave defines the ending state for leaving */
.slideDown-enter, .slideDown-leave {
  -moz-transform: translate(0, -200%);
  -ms-transform: translate(0, -200%);
  -webkit-transform: translate(0, -200%);
  transform: translate(0, -200%);
}

.playlist-editor, .storage-editor, .template-editor {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  align-items: stretch;
}
.playlist-editor .header h1, .storage-editor .header h1, .template-editor .header h1 {
  float: left;
  margin: 1rem;
  font-weight: 300;
  font-size: 1.5rem;
}
.playlist-editor .header .add, .storage-editor .header .add, .template-editor .header .add {
  float: right;
  margin: 1rem 0;
}
.playlist-editor .header .add button, .storage-editor .header .add button, .template-editor .header .add button {
  background-color: #547688;
  color: #FFFFFF;
  font-size: 0.9rem;
}
.playlist-editor .header .add button i, .storage-editor .header .add button i, .template-editor .header .add button i {
  margin-right: 0.5rem;
}
.playlist-editor .header .searchBar, .storage-editor .header .searchBar, .template-editor .header .searchBar {
  float: right;
  margin: 1rem;
  border: 1px solid #e6e6e6;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 10px;
}
.playlist-editor .header .searchBar input, .storage-editor .header .searchBar input, .template-editor .header .searchBar input {
  font-size: 1.2rem;
  color: #374d59;
  border: none;
  outline: none;
  width: 200px;
}
.playlist-editor .header .searchBar i, .storage-editor .header .searchBar i, .template-editor .header .searchBar i {
  color: #9bb4c1;
}
.playlist-editor .header .searchBar.filled, .storage-editor .header .searchBar.filled, .template-editor .header .searchBar.filled {
  background-color: #eaeff2;
  border: 2px solid #fab000;
}
.playlist-editor .header .searchBar.filled input, .storage-editor .header .searchBar.filled input, .template-editor .header .searchBar.filled input {
  background-color: #eaeff2;
}
.playlist-editor .header:before, .playlist-editor .header:after, .storage-editor .header:before, .storage-editor .header:after, .template-editor .header:before, .template-editor .header:after {
  content: "";
  display: table;
}
.playlist-editor .header:after, .storage-editor .header:after, .template-editor .header:after {
  clear: both;
}
.playlist-editor .properties, .storage-editor .properties, .template-editor .properties {
  -webkit-flex: 0 0 30%;
  flex: 0 0 30%;
  order: 1;
  position: relative;
  overflow: hidden;
}

.storage-editor .preview {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 70%;
  height: 70%;
  margin: auto;
  overflow: hidden;
  z-index: 100;
  background-color: #547688;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.7);
}
.storage-editor .preview .header {
  height: 50px;
  padding: 1rem;
  overflow: hidden;
}
.storage-editor .preview .header .title {
  float: left;
  font-family: "Play", "Open Sans", "Helvetica Neue", "Tahoma", sans-serif;
  color: #FFFFFF;
  font-size: 1.6rem;
}
.storage-editor .preview .header .close {
  float: right;
  cursor: pointer;
  font-size: 1.6rem;
}
.storage-editor .preview .header .close:hover {
  color: #FFFFFF;
}
.storage-editor .preview .header:before, .storage-editor .preview .header:after {
  content: "";
  display: table;
}
.storage-editor .preview .header:after {
  clear: both;
}
.storage-editor .preview video {
  position: absolute;
  width: 100%;
  height: 90%;
}
.storage-editor .preview img {
  position: absolute;
  width: 100%;
  height: 90%;
  object-fit: contain;
}

.template-layout {
  -webkit-flex: 1;
  flex: 1;
  overflow: scroll;
  position: relative;
}
.template-layout .layout-editor {
  position: relative;
  width: 500px;
  height: 300px;
  margin: 0 auto;
  background-color: #456;
}
.template-layout .layout-editor.grid {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 24%, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0.1) 26%, rgba(0, 0, 0, 0) 27%, rgba(0, 0, 0, 0) 74%, rgba(255, 255, 255, 0.1) 75%, rgba(255, 255, 255, 0.1) 76%, rgba(0, 0, 0, 0) 77%, rgba(0, 0, 0, 0)), linear-gradient(90deg, rgba(0, 0, 0, 0) 24%, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0.1) 26%, rgba(0, 0, 0, 0) 27%, rgba(0, 0, 0, 0) 74%, rgba(255, 255, 255, 0.1) 75%, rgba(255, 255, 255, 0.1) 76%, rgba(0, 0, 0, 0) 77%, rgba(0, 0, 0, 0));
}
.template-layout .layout-editor .layout-object .position-info {
  font-family: monospace;
  color: White;
  font-size: 0.8rem;
}
.template-layout .layout-editor .layout-object .object-preview {
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
}
.template-layout .layout-editor .layout-object .caption {
  position: absolute;
  left: 1%;
  right: 1%;
  top: 1%;
  bottom: 1%;
  margin: auto;
  text-align: center;
  vertical-align: middle;
  font-size: 1.0rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.2);
  cursor: default;
}
.template-layout .layout-editor .layout-object.selected > .caption {
  color: white;
}
.template-layout .layout-editor .layout-object.arrow {
  border: 1px dashed Coral;
  background-color: rgba(255, 127, 80, 0.2);
}
.template-layout .layout-editor .layout-object.arrow.selected {
  border: 1px solid Coral;
  background-color: rgba(255, 127, 80, 0.5);
}
.template-layout .layout-editor .layout-object.callinfo {
  border: 1px dashed SeaGreen;
  background-color: rgba(46, 139, 87, 0.2);
}
.template-layout .layout-editor .layout-object.callinfo.selected {
  border: 1px solid SeaGreen;
  background-color: rgba(46, 139, 87, 0.5);
}
.template-layout .layout-editor .layout-object.clock {
  border: 1px dashed Sienna;
  background-color: rgba(160, 82, 45, 0.2);
}
.template-layout .layout-editor .layout-object.clock.selected {
  border: 1px solid Sienna;
  background-color: rgba(160, 82, 45, 0.5);
}
.template-layout .layout-editor .layout-object.image {
  border: 1px dashed Cyan;
  background-color: rgba(0, 255, 255, 0.2);
}
.template-layout .layout-editor .layout-object.image.selected {
  border: 1px solid Cyan;
  background-color: rgba(0, 255, 255, 0.5);
}
.template-layout .layout-editor .layout-object.infobox {
  border: 1px dashed Blue;
  background-color: rgba(0, 0, 255, 0.2);
}
.template-layout .layout-editor .layout-object.infobox.selected {
  border: 1px solid Blue;
  background-color: rgba(0, 0, 255, 0.5);
}
.template-layout .layout-editor .layout-object.media {
  border: 1px dashed Red;
  background-color: rgba(255, 0, 0, 0.2);
}
.template-layout .layout-editor .layout-object.media.selected {
  border: 1px solid Red;
  background-color: rgba(255, 0, 0, 0.5);
}
.template-layout .layout-editor .layout-object.newsticker {
  border: 1px dashed Violet;
  background-color: rgba(238, 130, 238, 0.2);
}
.template-layout .layout-editor .layout-object.newsticker.selected {
  border: 1px solid Violet;
  background-color: rgba(238, 130, 238, 0.5);
}
.template-layout .layout-editor .layout-object.scroll {
  border: 1px dashed Green;
  background-color: rgba(0, 128, 0, 0.2);
}
.template-layout .layout-editor .layout-object.scroll.selected {
  border: 1px solid Green;
  background-color: rgba(0, 128, 0, 0.5);
}
.template-layout .layout-editor .layout-object.text {
  border: 1px dashed Orange;
  background-color: rgba(255, 165, 0, 0.2);
}
.template-layout .layout-editor .layout-object.text.selected {
  border: 1px solid Orange;
  background-color: rgba(255, 165, 0, 0.5);
}
.template-layout .layout-editor .layout-object.web {
  border: 1px dashed Gold;
  background-color: rgba(255, 215, 0, 0.2);
}
.template-layout .layout-editor .layout-object.web.selected {
  border: 1px solid Gold;
  background-color: rgba(255, 215, 0, 0.5);
}
.template-layout .layout-editor .layout-object.disable-resize > .resize-helper {
  display: none;
}

.list, .storageFileList {
  -webkit-flex: 1;
  flex: 1;
  overflow: scroll;
  background-color: White;
}
.list ul, .storageFileList ul {
  margin: 0;
  padding: 0 1rem;
  list-style: none;
}
.list ul li, .storageFileList ul li {
  position: relative;
  cursor: pointer;
  padding: 0.5rem 1rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  /*&[dragging="true"]{
  	position: absolute;
  	top: 0;
  	transition: all 0s linear;
  	opacity: 0.8;
  	box-shadow: 0px 0px 4px hsla( 233, 20%, 5%, 1);
  }
  &[dragging="true"][fin="true"]{
  	opacity: 1;
  	transition: all 0.3s ease-in-out;
  	box-shadow: 0px 1px 0px hsla( 233, 20%, 5%, 1), 0px -1px 0px hsla( 233, 20%, 5%, 1);
  }
  &[drag_after="true"]{
  	transform: translate3d(0,52px,0);
  }*/
}
.list ul li i, .storageFileList ul li i {
  width: 2.0rem;
  font-size: 1.4rem;
  height: 1.4rem;
  line-height: 0rem;
  vertical-align: middle;
}
.list ul li .info, .storageFileList ul li .info {
  display: inline-block;
}
.list ul li .info .title, .storageFileList ul li .info .title {
  font-weight: 600;
  font-size: 1.2rem;
  height: 1.6rem;
}
.list ul li .info .subTitle, .storageFileList ul li .info .subTitle {
  font-weight: 300;
  font-size: 0.8rem;
  font-style: italic;
}
.list ul li .sort, .storageFileList ul li .sort {
  position: absolute;
  right: 0;
  top: 1.6rem;
  width: 2.0rem;
  font-size: 1.4rem;
  height: 1.4rem;
  color: rgba(55, 77, 89, 0.8);
  cursor: move;
}
.list ul li .checked, .storageFileList ul li .checked {
  display: none;
  width: 2.0rem;
  font-size: 1.4rem;
  height: 1.4rem;
  color: rgba(55, 77, 89, 0.8);
}
.list ul li .warning, .storageFileList ul li .warning {
  position: absolute;
  top: 15px;
  left: 10px;
  color: Orange;
}
.list ul li .warning i, .storageFileList ul li .warning i {
  font-size: 1.2rem;
}
.list ul li:hover, .storageFileList ul li:hover {
  background-color: #eaeff2;
}
.list ul li.selected, .storageFileList ul li.selected {
  background-color: #cad7de;
}
.list ul li.new, .storageFileList ul li.new {
  font-style: italic;
  color: rgba(55, 77, 89, 0.7);
}
.list ul li.new:hover, .storageFileList ul li.new:hover {
  color: #374d59;
}

.dropZone {
  display: none;
  position: absolute;
  left: 1%;
  top: 1%;
  bottom: 1%;
  right: 1%;
  background-color: rgba(234, 239, 242, 0.6);
  padding: 5%;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.dropZone .outer {
  width: 100%;
  height: 100%;
  border: 10px dashed rgba(55, 77, 89, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
}
.dropZone .outer .inner {
  width: 50%;
  text-align: center;
  font-size: 4.0rem;
  font-weight: 800;
  color: rgba(55, 77, 89, 0.4);
}
.dropZone .outer .inner i {
  font-size: 12rem;
}

.uploadPanel {
  position: absolute;
  width: 400px;
  height: 200px;
  bottom: 0%;
  right: 2%;
  background-color: #547688;
  color: #FFFFFF;
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px;
  border-radius: 8px 8px 0 0;
  -moz-box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.6);
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.6);
}
.uploadPanel .header {
  padding: 5px;
}
.uploadPanel .header .title {
  font-family: "Play", "Open Sans", "Helvetica Neue", "Tahoma", sans-serif;
  float: left;
  color: #fab000;
  text-shadow: 0px 0px 7px rgba(250, 176, 0, 0.8);
}
.uploadPanel .header .pause {
  float: right;
  color: white;
  padding: 0px 10px;
  font-size: 0.8em;
}
.uploadPanel .header:before, .uploadPanel .header:after {
  content: "";
  display: table;
}
.uploadPanel .header:after {
  clear: both;
}
.uploadPanel ul {
  list-style: none;
  padding: 0px 10px;
}
.uploadPanel ul li {
  position: relative;
  padding: 10px 5px;
  margin: 10px 0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.uploadPanel ul li .info {
  font-weight: 300;
}
.uploadPanel ul li .info i {
  width: 50px;
  height: 40px;
  line-heigh: 40px;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
}
.uploadPanel ul li .info > div {
  display: inline-block;
  width: 80%;
}
.uploadPanel ul li .info .filename {
  font-weight: 800;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.uploadPanel ul li .info .size {
  font-size: 0.7rem;
}
.uploadPanel ul li .progress {
  position: relative;
  overflow: hidden;
  margin-right: 30px;
  margin-bottom: 8px;
  height: 6px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
}
.uploadPanel ul li .progress .value {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #fab000;
  box-shadow: 0px 0px 2px #333 inset;
}
.uploadPanel ul li .func {
  position: absolute;
  right: 8px;
  bottom: 13px;
  font-size: 0.8rem;
  font-weight: 400;
}
.uploadPanel ul li:not(:last-child) {
  border-bottom: 1px solid #6c90a4;
}

.loading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 500px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #547688;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
  font-size: 1.2rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

pre.json {
  background-color: #EEE;
  border: 1px solid #ccc;
  padding: 5px;
  margin: 2%;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: Black;
  overflow: auto;
}
pre.json .string {
  color: #885800;
}
pre.json .number {
  color: blue;
}
pre.json .boolean {
  color: magenta;
}
pre.json .null {
  color: red;
}
pre.json .key {
  color: green;
}

@media only screen and (max-width: 1000px) {
  .pageTitle .subTitle {
    display: none;
  }

  .playlist-editor, .storage-editor {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .playlist-editor .properties, .storage-editor .properties {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media only screen and (max-width: 700px) {
  .pageTitle .title {
    display: none;
  }
}
.template-editor {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

/* ------------------------------------------------
	              Animációk
--------------------------------------------------*/
/* ------------------------------------------------
	              Scrollbar stílus
--------------------------------------------------*/
/* scrollbar design Chrome */
::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}

::-webkit-scrollbar-thumb, .ui-datatable-scrollable-body::-webkit-scrollbar-thumb {
  background-color: #baccd5;
  -webkit-border-radius: 1ex;
  border: none;
}

::-webkit-scrollbar-corner {
  background: #FFFFFF;
}

/* scrollbar design IE */
body {
  scrollbar-track-color: #dae3e8;
  scrollbar-face-color: #baccd5;
}

/* ------------------------------------------------
	   Tablet specifikus performace stílusok
--------------------------------------------------*/
/* Tablet performance & disable shadow effect */
@media only screen and (min-width: 600px) and (max-width: 1281px) {
  * {
    text-shadow: none !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
  }

  .main {
    border: none;
    -moz-border-radius: none;
    -webkit-border-radius: none;
    border-radius: none;
    margin: 0;
  }
}
.regionSelect {
  width: 100%;
  font-family: "Open Sans","Helvetica Neue",Arial,sans-serif;
  border-radius: 3px;
  border: 1px solid #547688;
  background-color: #FFFFFF;
  color: #374d59;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  margin: 2px;
  padding: 2px;
  font-size: 0.8em !important;
}

.disabledElement {
  font-style: italic;
  opacity: 0.6;
  cursor: default !important;
}
.disabledElement a {
  pointer-events: none;
}
