div,
body {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
}
:focus {
  outline-color: transparent;
  outline-style: none;
}
ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul li {
  margin: 0px;
  padding: 0px;
}
.unselectable {
  -webkit-user-select: none;
}

em {
  font-style: normal;
  font-weight: bold;
}

i {
  font-style: italic;
}

/* ATTENTION :not(.input) is not the best choice - used because of updating angular tags */
input:not(.form-control):not(.input):not(.bootstrap-theme-class){
  border: 1px solid grey;
  width: 100%;
  padding: 7px;
  /*border-radius: 3px;*/
}

input:not(.form-control):not(.input):not(.bootstrap-theme-class):focus{
  border: 1px solid #e96027;
}

input:not(.form-control):not(.input):not(.bootstrap-theme-class).input-small {
  display: inline;
  width: 3em;
  padding: 1px;
}
/* END ATTENTION */

/* To change colors on input-tags. */
.suggestion-item.selected, .tag-item:not(.selected) {
  background-color: #428bca !important;
  color: white !important;
}
.suggestion-item.selected em {
  color: white !important;
  background-color: transparent !important;
}
.tag-item {
  border-color : #acacac !important;
}
.tag-item a {
  color : white !important;
}
/* End to change colors on input-tags */

.button-clem {
  width: 100%;
  background-color: grey;
  padding: 7px;
  border: 1px solid grey;
  border-radius: 3px;
  color: white !important;
  font-size: 0.8em !important;
  text-align: center;
}
.button-clem:hover {
  background-color: #676767;
  border-color: #676767;
  color: white;
}
.button-clem:active {
  border-color: #676767;
}
.button-clem.primary {
  width: 100%;
  background-color: #e96027;
  padding: 7px;
  border: 1px solid #e96027;
  border-radius: 3px;
  color: white !important;
  font-size: 0.8em !important;
  text-align: center;
}
.button-clem.primary:hover {
  background-color: #c94914;
  border-color: #c94914;
  color: white;
}
.button-clem.primary:active {
  border-color: #c94914;
}
button.primary {
  width: 100%;
  background-color: #e96027;
  padding: 7px;
  border: 1px solid #e96027;
  /*border-radius: 3px;*/
  color: white !important;
  font-size: 0.8em !important;
  text-align: center;
  -webkit-font-smoothing: initial;
}
button.primary:hover {
  background-color: #c94914;
  border-color: #c94914;
  color: white;
}
button.primary:active {
  border-color: #c94914;
}
.button-file {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: grey;
  padding: 7px;
  border: 1px solid grey;
  border-radius: 3px;
  color: white !important;
  font-size: 0.8em !important;
  text-align: center;
}
.button-file:hover {
  background-color: #676767;
  border-color: #676767;
  color: white;
}
.button-file:active {
  border-color: #676767;
}
.button-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 999px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.labeled > label {
  width: 50%;
  padding: 5px 0;
  border-right: 5px solid transparent;
  overflow: hidden;
  float: left;
  margin-top: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.labeled > input {
  width: 40%;
  display: inline-block;
  float: right;
}
.labeled:after {
  content: "";
  display: table;
  clear: both;
}
.form-line {
  padding: 5px 0;
}
.dialog {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
  z-index: 1000000;
  cursor: default !important;
}
.dialog button {
  cursor: pointer;
}
.dialog > div.pannel {
  width: 350px;
  margin: 180px auto 0px;
  padding: 5px;
  background-color: #fafafa;
  border-radius: 3px;
  border: 1px solid #adadad;
  box-shadow: 0px 0px 3px 3px #666666;
}
.dialog > div.pannel > div.title {
  margin: -5px;
  margin-bottom: 5px;
  padding: 5px;
  background-color: #337ab7;
  color: white;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
html {
  background-color: #fcfcfc;
  margin: 0px;
  padding: 0px;
  height: 100%;
  overflow-x: auto;
}
.block-unique {
  position: relative;
  background-color: #fafafa;
  height: 100%;
}
.block-unique > div.title {
  position: relative;
  padding: 5px;
  font-size: 16px;
  color: #1056bc;
  font-weight: bold;
  overflow: hidden;
  border-bottom: 1px solid #c7c7c7;
  border-top: 1px solid #c7c7c7;
  height: 55px;
  background-color : #eeeeee;
}
.block-unique > div.title:first-of-type {
  border-top-width: 0px;
}
.block-unique > div.title > ul {
  margin: 0px;
  border-width: 0px;
  padding: 0px;
  width: 100%;
  position: relative;
}
.block-unique > div.title > ul > li {
  display: inline-block;
  margin-left: 10px;
}
.block-unique > div.title > ul > li:first-of-type {
  position: relative;
  top: 2px;
  width: 100%;
  max-width: 330px;
  margin-left: 0px;
}
.block-unique > div.title > ul > li:first-of-type > .icon-search {
  position: absolute;
  top: -1px;
  font-size: 20px;
}
.block-unique > div.title > ul > li:first-of-type > input {
  display: block;
  width: 100%;
  border: 0px;
  background-color: transparent;
  font-size: 16px;
  border-radius: 0px;
  padding: 0px;
  padding-bottom: 1px;
  margin: 0px;
  padding-left: 20px;
}
.block-unique > div.title > ul > li:first-of-type > input:focus {
  border-bottom: 2px solid #1056bc;
}
.block-unique > div.title > ul > li:first-of-type > input:focus::-webkit-input-placeholder {
  color: #fafafa;
  font-weight: normal;
}
.block-unique > div.title > ul > li:first-of-type > input::-webkit-input-placeholder {
  color: #1056bc;
  font-weight: bold;
}
.block-unique > div.title > ul > li.search-input-style {
  position: relative;
  top: 2px;
  width: 100%;
  max-width: 330px;
  margin-left: 0px;
}
.block-unique > div.title > ul > li.search-input-style > .icon-search {
  position: absolute;
  top: -1px;
  font-size: 20px;
}
.block-unique > div.title > ul > li.search-input-style > input {
  display: block;
  width: 100%;
  border: 0px;
  background-color: transparent;
  font-size: 16px;
  border-radius: 0px;
  padding: 0px;
  padding-bottom: 1px;
  margin: 0px;
  padding-left: 20px;
}
.block-unique > div.title > ul > li.search-input-style > input:focus {
  border-bottom: 2px solid #1056bc;
}
.block-unique > div.title > ul > li.search-input-style > input:focus::-webkit-input-placeholder {
  color: #fafafa;
  font-weight: normal;
}
.block-unique > div.title > ul > li.search-input-style > input::-webkit-input-placeholder {
  color: #1056bc;
  font-weight: bold;
}
.block-unique > div.tool {
  padding: 5px;
  border-bottom: 1px solid #adadad;
  height: 46px;
}
.block-unique > div.content {
  margin: 0px;
  padding: 0px;
}
.block-unique > div.after-tool {
  position: absolute;
  top: 93px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: auto;
}
.block-unique > div.scroll {
  position: absolute;
  top: 55px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  overflow-y: auto;
  overflow-x: hidden;
}
.block-unique > div.scroll div.screen {
  margin: 5px;
  margin-bottom: 0px;
  background-color: black;
  position: relative;
}
.block-unique > div.scroll div.screen .resolution {
  color: white;
  padding-top: 3px;
  padding-right: 5px;
  padding-bottom: 5px;
  text-align: right;
  font-size: 13px;
}
.block-unique > div.scroll div.screen .resolution-cell {
  font-size: 11px;
  color: white;
  background-color: black;
  padding-right: 3px;
  padding-top: 2px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.block-unique > .list > .list-item {
  padding: 10px;
  cursor: pointer;
}
.block-unique > .list > .list-item > .icon {
  display: none;
  float: right;
}
.block-unique > .list > .list-item:hover > .icon {
  display: block;
}
.block-unique > .list > .list-item:hover {
  background-color: #d9d9d9;
}
.block-unique > .list > .list-item {
  border-bottom: 1px solid #c7c7c7;
}
.block-main {
  position: relative;
  background-color: white;
  height: 100%;
  /*margin-right: 210px;*/
  overflow-y: auto;
}
.block-main > div.title {
  position: relative;
  padding: 5px;
  font-size: 16px;
  color: #1056bc;
  font-weight: bold;
  overflow: hidden;
  border-bottom: 1px solid #c7c7c7;
  border-top: 1px solid #c7c7c7;
  height: 55px;
  background-color: #eeeeee;
}
.block-main > div.title:first-of-type {
  border-top-width: 0px;
}
.block-main > div.title > ul {
  margin: 0px;
  border-width: 0px;
  padding: 0px;
  width: 100%;
  position: relative;
}
.block-main > div.title > ul > li {
  display: inline-block;
  margin-left: 10px;
}
.block-main > div.title > ul > li:first-of-type {
  position: relative;
  top: 2px;
  width: 100%;
  max-width: 330px;
  margin-left: 0px;
}
.block-main > div.title > ul > li:first-of-type > .icon-search {
  position: absolute;
  top: -1px;
  font-size: 20px;
}
.block-main > div.title > ul > li:first-of-type > input {
  display: block;
  width: 100%;
  border: 0px;
  background-color: transparent;
  font-size: 16px;
  border-radius: 0px;
  padding: 0px;
  padding-bottom: 1px;
  margin: 0px;
  padding-left: 20px;
}
.block-main > div.title > ul > li:first-of-type > input:focus {
  border-bottom: 2px solid #1056bc;
}
.block-main > div.title > ul > li:first-of-type > input:focus::-webkit-input-placeholder {
  color: #fafafa;
  font-weight: normal;
}
.block-main > div.title > ul > li:first-of-type > input::-webkit-input-placeholder {
  color: #1056bc;
  font-weight: bold;
}
.block-main > div.title > ul > li.search-input-style {
  position: relative;
  top: 2px;
  width: 100%;
  max-width: 330px;
  margin-left: 0px;
}
.block-main > div.title > ul > li.search-input-style > .icon-search {
  position: absolute;
  top: -1px;
  font-size: 20px;
}
.block-main > div.title > ul > li.search-input-style > input {
  display: block;
  width: 100%;
  border: 0px;
  background-color: transparent;
  font-size: 16px;
  border-radius: 0px;
  padding: 0px;
  padding-bottom: 1px;
  margin: 0px;
  padding-left: 20px;
}
.block-main > div.title > ul > li.search-input-style > input:focus {
  border-bottom: 2px solid #1056bc;
}
.block-main > div.title > ul > li.search-input-style > input:focus::-webkit-input-placeholder {
  color: #fafafa;
  font-weight: normal;
}
.block-main > div.title > ul > li.search-input-style > input::-webkit-input-placeholder {
  color: #1056bc;
  font-weight: bold;
}
.block-main > div.tool {
  padding: 5px;
  border-bottom: 1px solid #adadad;
  height: 46px;
}
.block-main > div.content {
  margin: 0px;
  padding: 0px;
}
.block-main > div.after-tool {
  position: absolute;
  top: 93px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: auto;
}
.block-main > div.scroll {
  position: absolute;
  top: 55px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  overflow-y: auto;
  overflow-x: hidden;
}
.block-main > div.scroll div.screen {
  margin: 5px;
  margin-bottom: 0px;
  background-color: black;
  position: relative;
}
.block-main > div.scroll div.screen .resolution {
  color: white;
  padding-top: 3px;
  padding-right: 5px;
  padding-bottom: 5px;
  text-align: right;
  font-size: 13px;
}
.block-main > div.scroll div.screen .resolution-cell {
  font-size: 11px;
  color: white;
  background-color: black;
  padding-right: 3px;
  padding-top: 2px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.block-main > .list > .list-item {
  padding: 10px;
  cursor: pointer;
}
.block-main > .list > .list-item > .icon {
  display: none;
  float: right;
}
.block-main > .list > .list-item:hover > .icon {
  display: block;
}
.block-main > .list > .list-item:hover {
  background-color: #d9d9d9;
}
.block-main > .list > .list-item {
  border-bottom: 1px solid #c7c7c7;
}


.block-mainer > .list > .list-item {
    padding: 10px;
    cursor: pointer;
}
.block-mainer > .list > .list-item > .icon {
    display: none;
    float: right;
}
.block-mainer > .list > .list-item:hover > .icon {
    display: block;
}
.block-mainer > .list > .list-item:hover {
    background-color: #d9d9d9;
}
.block-mainer > .list > .list-item {
    border-bottom: 1px solid #c7c7c7;
}


.block-centered {
  position: relative;
  background-color: #fafafa;
  height: 100%;
  position: static !important;
  height: auto !important;
  width: 300px;
  margin: 0px auto;
  margin-top: 100px;
}
.block-centered > div.title {
  position: relative;
  padding: 5px;
  font-size: 16px;
  color: #1056bc;
  font-weight: bold;
  overflow: hidden;
  border-bottom: 1px solid #c7c7c7;
  border-top: 1px solid #c7c7c7;
  height: 50px;
}
.block-centered > div.title:first-of-type {
  border-top-width: 0px;
}
.block-centered > div.title > ul {
  margin: 0px;
  border-width: 0px;
  padding: 0px;
  width: 100%;
  position: relative;
}
.block-centered > div.title > ul > li {
  display: inline-block;
  margin-left: 10px;
}
.block-centered > div.title > ul > li:first-of-type {
  position: relative;
  top: 2px;
  width: 100%;
  max-width: 330px;
  margin-left: 0px;
}
.block-centered > div.title > ul > li:first-of-type > .icon-search {
  position: absolute;
  top: -1px;
  font-size: 20px;
}
.block-centered > div.title > ul > li:first-of-type > input {
  display: block;
  width: 100%;
  border: 0px;
  background-color: transparent;
  font-size: 16px;
  border-radius: 0px;
  padding: 0px;
  padding-bottom: 1px;
  margin: 0px;
  padding-left: 20px;
}
.block-centered > div.title > ul > li:first-of-type > input:focus {
  border-bottom: 2px solid #1056bc;
}
.block-centered > div.title > ul > li:first-of-type > input:focus::-webkit-input-placeholder {
  color: #fafafa;
  font-weight: normal;
}
.block-centered > div.title > ul > li:first-of-type > input::-webkit-input-placeholder {
  color: #1056bc;
  font-weight: bold;
}
.block-centered > div.title > ul > li.search-input-style {
  position: relative;
  top: 2px;
  width: 100%;
  max-width: 330px;
  margin-left: 0px;
}
.block-centered > div.title > ul > li.search-input-style > .icon-search {
  position: absolute;
  top: -1px;
  font-size: 20px;
}
.block-centered > div.title > ul > li.search-input-style > input {
  display: block;
  width: 100%;
  border: 0px;
  background-color: transparent;
  font-size: 16px;
  border-radius: 0px;
  padding: 0px;
  padding-bottom: 1px;
  margin: 0px;
  padding-left: 20px;
}
.block-centered > div.title > ul > li.search-input-style > input:focus {
  border-bottom: 2px solid #1056bc;
}
.block-centered > div.title > ul > li.search-input-style > input:focus::-webkit-input-placeholder {
  color: #fafafa;
  font-weight: normal;
}
.block-centered > div.title > ul > li.search-input-style > input::-webkit-input-placeholder {
  color: #1056bc;
  font-weight: bold;
}
.block-centered > div.tool {
  padding: 5px;
  border-bottom: 1px solid #adadad;
  height: 46px;
}
.block-centered > div.content {
  margin: 0px;
  padding: 0px;
}
.block-centered > div.after-tool {
  position: absolute;
  top: 93px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: auto;
}
.block-centered > div.scroll {
  position: absolute;
  top: 47px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  overflow-y: auto;
  overflow-x: hidden;
}
.block-centered > div.scroll div.screen {
  margin: 5px;
  margin-bottom: 0px;
  background-color: black;
  position: relative;
}
.block-centered > div.scroll div.screen .resolution {
  color: white;
  padding-top: 3px;
  padding-right: 5px;
  padding-bottom: 5px;
  text-align: right;
  font-size: 13px;
}
.block-centered > div.scroll div.screen .resolution-cell {
  font-size: 11px;
  color: white;
  background-color: black;
  padding-right: 3px;
  padding-top: 2px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.block-side {
  position: relative;
  background-color: #eeeeee;
  height: 100%;
  width: 210px;
  float: right;
  box-shadow: inset 7px 0 5px -5px hsla(0,0%,40%,.25);
}
.block-side > div.title {
  position: relative;
  padding: 5px;
  font-size: 16px;
  color: #474747;
  font-weight: bold;
  overflow: hidden;
  border-bottom: 1px solid #a1a1a1;
  border-top: 1px solid #a1a1a1;
  height: 55px;
}
.block-side > div.title:first-of-type {
  border-top-width: 0px;
}
.block-side > div.title > ul {
  margin: 0px;
  border-width: 0px;
  padding: 0px;
  width: 100%;
  position: relative;
}
.block-side > div.title > ul > li {
  display: inline-block;
  margin-left: 10px;
}
.block-side > div.title > ul > li:first-of-type {
  position: relative;
  top: 2px;
  width: 100%;
  max-width: 330px;
  margin-left: 0px;
}
.block-side > div.title > ul > li:first-of-type > .icon-search {
  position: absolute;
  top: -1px;
  font-size: 20px;
}
.block-side > div.title > ul > li:first-of-type > input {
  display: block;
  width: 100%;
  border: 0px;
  background-color: transparent;
  font-size: 16px;
  border-radius: 0px;
  padding: 0px;
  padding-bottom: 1px;
  margin: 0px;
  padding-left: 20px;
}
.block-side > div.title > ul > li:first-of-type > input:focus {
  border-bottom: 2px solid #474747;
}
.block-side > div.title > ul > li:first-of-type > input:focus::-webkit-input-placeholder {
  color: #d4d4d4;
  font-weight: normal;
}
.block-side > div.title > ul > li:first-of-type > input::-webkit-input-placeholder {
  color: #474747;
  font-weight: bold;
}
.block-side > div.title > ul > li.search-input-style {
  position: relative;
  top: 2px;
  width: 100%;
  max-width: 330px;
  margin-left: 0px;
}
.block-side > div.title > ul > li.search-input-style > .icon-search {
  position: absolute;
  top: -1px;
  font-size: 20px;
}
.block-side > div.title > ul > li.search-input-style > input {
  display: block;
  width: 100%;
  border: 0px;
  background-color: transparent;
  font-size: 16px;
  border-radius: 0px;
  padding: 0px;
  padding-bottom: 1px;
  margin: 0px;
  padding-left: 20px;
}
.block-side > div.title > ul > li.search-input-style > input:focus {
  border-bottom: 2px solid #474747;
}
.block-side > div.title > ul > li.search-input-style > input:focus::-webkit-input-placeholder {
  color: #d4d4d4;
  font-weight: normal;
}
.block-side > div.title > ul > li.search-input-style > input::-webkit-input-placeholder {
  color: #474747;
  font-weight: bold;
}
.block-side > div.tool {
  padding: 5px;
  border-bottom: 1px solid #adadad;
  height: 46px;
}
.block-side > div.content {
  margin: 0px;
  padding: 0px;
}
.block-side > div.after-tool {
  position: absolute;
  top: 93px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: auto;
}
.block-side > div.scroll {
  position: absolute;
  top: 47px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  overflow-y: auto;
  overflow-x: hidden;
}
.block-side > div.scroll div.screen {
  margin: 5px;
  margin-bottom: 0px;
  background-color: black;
  position: relative;
}
.block-side > div.scroll div.screen .resolution {
  color: white;
  padding-top: 3px;
  padding-right: 5px;
  padding-bottom: 5px;
  text-align: right;
  font-size: 13px;
}
.block-side > div.scroll div.screen .resolution-cell {
  font-size: 11px;
  color: white;
  background-color: black;
  padding-right: 3px;
  padding-top: 2px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.block-side > .list {
  color: #474747;
}
.block-side > .list > .list-item {
  padding: 5px;
  cursor: pointer;
}
.block-side > .list > .new-user-container {
  padding: 5px;
  cursor: default !important;
}
.block-side > .list > .list-item > .icon {
  display: none;
  float: right;
}
.block-side > .list > .list-item:hover > .icon {
  display: block;
}
.block-side > .list > .list-item:hover {
  background-color: #d9d9d9;
}
.block-side > .list > .list-item {
  border-bottom: 1px solid #c7c7c7;
}
body {
    height: 100%;
}
#content {
    z-index: 1;
    position: absolute;
    top: 50px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: auto;
}

/* HEADER Style */
#header {
  width: 100%;
  z-index: 100;
  background-color: #1056bc;
  color: white;
  height: 46px;
  border-bottom: 1px solid #0c408d;
  margin-bottom: 5px;
}
#header h1 {
  margin: 0px;
  margin-top: 10px;
  padding-left: 10px;
  margin-right: 20px;
  display: inline;
  float: left;
  font-size: 25px;
}
#header div:first-of-type {
  margin-right: 7px;
  text-align: right;
}
#header div {
  margin: 0px;
  height: 20px;
  margin-left: 240px;
}
#header ul {
  height: 25px;
  margin: 0px;
  padding: 0px;
  display: block;
  list-style: none;
}
#header li {
  margin: 0px;
  display: inline-block;
  padding: 7px;
  padding-top: 0px;
  margin-top: 3px;
  padding-bottom: 0px;
  cursor: pointer;
}
#header li:hover {
  border-bottom: 3px solid grey;
}
#header li.active {
  border-bottom: 3px solid #e96027;
}
#header li.last {
  float: right;
}
#header li a {
  color: inherit;
  text-decoration: inherit;
}
/* END Header STYLE */


.rotate90 {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari */
  transform: rotate(90deg);
  /* Standard syntax */
}
.center-element {
  display: inline-block;
  margin: 0 auto;
  left: 50%;
}
.container-file {
  cursor: default !important;
}
.container-file .drop-box {
  background: #F8F8F8;
  border: 5px dashed #DDD;
  width: 250px;
  height: 140px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  display: table;
}
.container-file .list-file-to-upload {
  max-height: 250px;
  overflow-y: auto;
}
.container-file .drop-box .inner {
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 180px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
.container-file .dragover {
  border: 5px dashed #1056bc;
}
.cut-text-with-ellipses {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sel-file {
  padding: 7px 15px;
  font-size: 15px;
  border: 1px solid #DDD;
  margin-bottom: 10px;
  position: relative;
}
.list-file-to-upload ul {
  padding-left: 25px;
  padding-right: 25px;
}
.response {
  padding: 0;
  padding-top: 10px;
  margin: 3px 0;
  clear: both;
}
.response .sel-file li,
.response .reqh {
  color: blue;
  padding-bottom: 5px;
}
.progress-multiupload {
  display: inline-block;
  width: 100px;
  border: 0.5px solid #DDD;
}
.progress-multiupload div {
    font-size: smaller;
    background: seagreen;
    width: 0;
    color: white;
}
#homepage {
    height: 100%;
    width: 100%;
    background-image: url('../../images/background/home-background-blur.jpg');
    background-repeat: no-repeat;
    background: url('../../images/background/home-background-blur.jpg') no-repeat top left;
    -webkit-background-size: 110%;
    -moz-background-size: 110%;
    -o-background-size: 110%;
    background-size: 110%;
    background-position-x: -30px;
    background-position-y: -24px;
}
.btn {
  background-image: none !important;
}
div.btn-primary,
span.btn-primary {
  color: white;
  background-color: #4285f4 !important;
}
.header-menu-section-buttons {
  margin-top: 11px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 9px;
  border-bottom: 1px #c7c7c7 solid;
}
.header-menu-section-buttons .name-item {
  color: #4285f4;
  font-weight: bold;
}
.fc-event .fc-bg {
  opacity: 0 !important;
}
.custom-calendar-playlist .fc-today {
  background: #fafafa !important;
}
.custom-calendar-playlist .fc-toolbar {
  height: 0px !important;
}
.timepicker .dropdown-menu {
  padding-left: 15px;
  padding-right: 15px;
}
.calendar-player-config .fc-toolbar {
  margin-bottom: 5px !important;
  margin-top: 5px !important;
}
.calendar-player-config .fc-toolbar h2 {
  font-size: 20px;
  font-weight: bold;
}
.tags input {
  width: 100px;
}
.expires {
  color: white;
  font-weight: bold;
  font-size: 12px;
  position: absolute;
  right: 7px;
  margin-top: 2px;
}
.expires > .active {
  border: 1px solid #001a00;
  background-color: green;
  border-radius: 3px;
  padding: 3px;
}
.expires > .inactive {
  border: 1px solid #990000;
  background-color: red;
  border-radius: 3px;
  padding: 3px;
}
.label-green {
  color: white;
  font-weight: bold;
  font-size: 12px;
  position: absolute;
  margin-top: 2px;
}
.label-admin, .label-user {
  /*color: white;*/
  font-size: 12px;
}

.label-green > .active {
  border: 1px solid #001a00;
  background-color: green;
  border-radius: 3px;
  padding: 3px;
}
.label-admin > .active {
  /*border: 1px solid #4CAF50;
  background-color: #4CAF50;*/
  border-radius: 3px;
  padding: 3px;
  font-weight: bold;
}
.label-user > .active {
 /* border: 1px solid #01579B;
  background-color: #01579B; */
  border-radius: 3px;
  padding: 3px;
}
.label-user .active, .label-admin .active {
  min-width: 50px;
  text-align: center;
  display: inline-block;
}
.error {
  background-color: #ff7d7d;
  color: #e30000;
  font-weight: bold;
}
.info {
  background-color: #e96027;
  color: #6c280b;
  font-weight: bold;
}
.register-button {
  background-color: #1056bc;
}
.buttons {
  position: absolute;
  top: 3px;
  right: 0px;
  font-size: 0px;
  -webkit-user-select: none;
}
.buttons .button {
  background-color: #a6a6a6;
  border: 1px solid #737373;
  transition: 1s;
  font-size: 16px;
  display: inline;
  padding: 3px 8px ;
  margin: 3px;
  color: white;
  text-align: center;
  font-weight: normal;
  background-color: #b3b3b3;
  /*border-radius: 3px;*/
  box-shadow: inset 0px 0px 1px 0px black;
  cursor: pointer;
}
.buttons .button:hover {
  background-color: #737373;
}
.buttons .button.active {
  background-color: orange;
  border: 1px solid #996300;
}
.buttons .button.active:hover {
  background-color: #996300;
}
.buttons .button.cta {
  background-color: red;
  border: 1px solid #990000;
}
.buttons .button.cta:hover {
  background-color: #990000;
}
.buttons .button.green {
  background-color: green;
  border: 1px solid #001a00;
}
.buttons .button.green:hover {
  background-color: #001a00;
}
.buttons .button-group .button {
  margin: 0px;
  border-radius: 0px;
  border-left-width: 0px;
}
.buttons .button-group .button:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.buttons .button-group .button:first-of-type {
  border-left-width: 1px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cell {
  height: 100%;
}
img.fitslotimage {
  object-fit: contain;
}
img.centercrop {
  object-fit: cover;
}
img.real {
  display: none;
}
.img-preview {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: block;
}
.iframe-preview {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  /*display: block;*/
}

.iframe-presentation-preview {
  width: 100%;
  height: calc(30px + 100%);
  margin: 0 auto;
  display: block;
}

.video-preview {
  background-color: black;
  height: 100%;
}
.audio-preview {
  /*background-color: black;*/
  height: 100%;
}
.audio-preview audio{
  height: 100%;
  width: 100%;
}
.text-preview {
  color: white;
  padding: 5px;
  margin: 0px;
}
.preview {
  background-color: black;
}
.preview-constrained {
  height: 100%;
  overflow: hidden;
}
.layout-screen-vertical {
  width: 900px;
  margin: 0 auto !important;
}
.element {
  height: 100%;
  background-color: #fafafa;
}
.element > .scheduler {
  text-align: center;
  width: 90px;
  float: right;
  border-left: 1px solid #c7c7c7;
  height: 100%;
  overflow: auto;
  background-color: #c7c7c7;
}
.element > .scheduler > .list-item {
  padding: 10px;
  cursor: pointer;
}
.element > .scheduler > .list-item > .icon {
  display: none;
  float: right;
}
.element > .scheduler > .list-item:hover > .icon {
  display: block;
}
.element > .scheduler > .list-item:hover {
  background-color: #d9d9d9;
}
.element > .scheduler > .list-item {
  background-color: #e0e0e0;
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
}
.element > .scheduler > .list-item.active {
  background-color: #305aba;
  color: white;
}
.element > .assets {
  height: 100%;
  overflow: auto;
}
.element > .assets .list-item {
  position: relative;
  display: inline-block;
  width: 100%;
}
.element > .assets > .list-item {
  padding: 10px;
  cursor: pointer;
}
.element > .assets > .list-item > .icon {
  display: none;
  float: right;
}
.element > .assets > .list-item:hover > .icon {
  display: block;
}
.element > .assets > .list-item:hover {
  background-color: #d9d9d9;
}
.element > .assets > .list-item {
  border-bottom: 1px solid #adadad;
}
.asset-list {
  position: absolute;
  top: 47px;
  left: 0px;
  right: 0px;
  bottom: 150px;
  overflow: auto;
  border-bottom: 1px solid #adadad;
}
.asset-preview {
  position: absolute;
  height: 150px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: black;
  overflow: hidden;
}
.asset-eye {
  float: right;
  cursor: pointer;
  background-color: inherit;
}
.asset-drag {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: 30px;
  cursor: pointer;
}
.select-blue {
  padding: 6px;
  padding-left: 15px;
  border: 1px solid #0e4ba4;
  min-width: 100px;
  border-radius: 3px;
}
.select-grey {
  border: 1px solid #737373;
  min-width: 100px;
  border-radius: 3px;
  background-color: #c0c0c0;
}
.select-orange {
  border: 1px solid grey;
  min-width: 100px;
  border-radius: 3px;
  padding: 6px;
}
.select-orange:focus {
  border: 1px solid #FF6700;
}
.marquee {
  width: 100%;
  background: #000000;
  font-family: "Times New Roman", Times, serif;
  font-size: 40px;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
/** The Magic **/
.btn-breadcrumb .btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid #adadad;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}
/** The Spacing **/
.btn-breadcrumb .btn {
  padding: 6px 12px 6px 24px;
  margin-left: 0px !important;
}
.btn-breadcrumb .btn:first-child {
  padding: 6px 6px 6px 10px;
}
.btn-breadcrumb .btn:last-child {
  padding: 6px 18px 6px 24px;
}
/** Default button **/
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
  border-left: 10px solid #fff;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):before {
  border-left: 10px solid #ccc;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
  border-left: 10px solid #e0e0e0;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
  border-left: 10px solid #adadad;
}
/** Primary button **/
.btn-breadcrumb .btn.btn-primary:not(:last-child):after {
  border-left: 10px solid #428bca;
}
.btn-breadcrumb .btn.btn-primary:not(:last-child):before {
  border-left: 10px solid #357ebd;
}
.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):after {
  border-left: 10px solid #3276b1;
}
.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):before {
  border-left: 10px solid #285e8e;
}
/** Success button **/
.btn-breadcrumb .btn.btn-success:not(:last-child):after {
  border-left: 10px solid #5cb85c;
}
.btn-breadcrumb .btn.btn-success:not(:last-child):before {
  border-left: 10px solid #4cae4c;
}
.btn-breadcrumb .btn.btn-success:hover:not(:last-child):after {
  border-left: 10px solid #47a447;
}
.btn-breadcrumb .btn.btn-success:hover:not(:last-child):before {
  border-left: 10px solid #398439;
}
/** Danger button **/
.btn-breadcrumb .btn.btn-danger:not(:last-child):after {
  border-left: 10px solid #d9534f;
}
.btn-breadcrumb .btn.btn-danger:not(:last-child):before {
  border-left: 10px solid #d43f3a;
}
.btn-breadcrumb .btn.btn-danger:hover:not(:last-child):after {
  border-left: 10px solid #d2322d;
}
.btn-breadcrumb .btn.btn-danger:hover:not(:last-child):before {
  border-left: 10px solid #ac2925;
}
/** Warning button **/
.btn-breadcrumb .btn.btn-warning:not(:last-child):after {
  border-left: 10px solid #f0ad4e;
}
.btn-breadcrumb .btn.btn-warning:not(:last-child):before {
  border-left: 10px solid #eea236;
}
.btn-breadcrumb .btn.btn-warning:hover:not(:last-child):after {
  border-left: 10px solid #eb9316;
}
.btn-breadcrumb .btn.btn-warning:hover:not(:last-child):before {
  border-left: 10px solid #d58512;
}
/** Info button **/
.btn-breadcrumb .btn.btn-info:not(:last-child):after {
  border-left: 10px solid #5bc0de;
}
.btn-breadcrumb .btn.btn-info:not(:last-child):before {
  border-left: 10px solid #46b8da;
}
.btn-breadcrumb .btn.btn-info:hover:not(:last-child):after {
  border-left: 10px solid #39b3d7;
}
.btn-breadcrumb .btn.btn-info:hover:not(:last-child):before {
  border-left: 10px solid #269abc;
}
.btn-breadcrumb .btn span {
  font-size: 16px;
}
.btn-breadcrumb .btn:active {
  box-shadow: inset 0px 0px 0px #000;
}
.li-multiple-selection {
  margin: 0px;
  padding: 0px;
}
.label-multiple-selection {
  display: block;
  margin: 0px;
  padding: 6px;
  width: 100%;
  font-size: 14px;
}
.label-multiple-selection:hover {
  background-color: Highlight;
  color: HighlightText;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
#loading {
  position: absolute;
  z-index: 10000;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fcfcfc;
  color: #b3b3b3;
  font-size: 5em;
  top: 0px;
  opacity: 0.5;
}
#loading > div {
  /*width: 300px;
  margin: 0px auto;
  margin-top: 180px;*/
  width: 300px;
  margin-top: -180px;
  height: 360px;
  top: 50%;
  position: absolute;
  left: 50%;
  margin-left: -150px;
}
#loading p {
  z-index: 10110;
  position: absolute;
  margin: 0px;
  padding: 0px;
  text-align: center;
  text-shadow: -3px -3px 0 #ffffff, 3px -3px 0 #ffffff, -3px 3px 0 #ffffff, 3px 3px 0 #ffffff;
}
#loading .loading-gear, #loading-screen .loading-gear{
  /*text-align: left;
  width: 100px;
  height: 100px;
  position: relative;
  top: 100px;
  right: 60px;
  z-index: 10010;
  font-size: 100px;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;*/
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #b3b3b3 /*#4285f4*/;
  animation:pulsate .6s ease-in-out infinite alternate;
  -webkit-animation:pulsate .6s ease-in-out infinite alternate;
  -webkit-mask-image:url(https://storage.googleapis.com/rp-widgets-static-assets/icon/icon-500-wt.png);
  mask-image:url(https://storage.googleapis.com/rp-widgets-static-assets/icon/icon-500-wt.png);
  width: 100px;
  height: 100px;
  float: left;
  margin-left: -100px;
}

#loading-screen {
  position: absolute;
  z-index: 10000;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fcfcfc;
  color: #b3b3b3;
  font-size: 5em;
  top: 0px;
}

@keyframes pulsate{0%{transform:scale(.9)}100%{transform:scale(1)}}

#loading-screen > div {
 /*width: 300px;
  margin: 0px auto;
  margin-top: 180px;*/
  width: 300px;
  margin-top: -180px;
  height: 360px;
  top: 50%;
  position: absolute;
  left: 50%;
  margin-left: -150px;
}
#loading-screen p {
  z-index: 10110;
  position: absolute;
  margin: 0px;
  padding: 0px;
  text-align: center;
  text-shadow: -3px -3px 0 #ffffff, 3px -3px 0 #ffffff, -3px 3px 0 #ffffff, 3px 3px 0 #ffffff;
}

.slide-h-container {
  position: absolute;
  width: 30px;
  right: 0px;
  top: 0px;
  height: 100%;
  z-index: 99;
  background-color: #bfbfbf;
}
.slide-h-container .slide-h {
  position: relative;
  top: -10px;
  bottom: 10px;
  z-index: 200;
}
.slide-h-container .slide-h .cursor-h {
  border-radius: 3px;
  z-index: 300;
  position: absolute;
  height: 20px;
  border: 2px solid #fafafa;
  background-color: #c7c7c7;
  left: -3px;
  right: -3px;
  cursor: ns-resize;
}
.slide-v-container {
  position: absolute;
  height: 25px;
  left: 2px;
  right: 2px;
  top: 2px;
  background-color: #bfbfbf;
  z-index: 999;
}
.slide-v-container .slide-v {
  z-index: 200;
  position: absolute;
  height: 25px;
  left: -9.5px;
  right: 5.5px;
  top: -2px;
}
.slide-v-container .slide-v .cursor-v {
  z-index: 300;
  position: absolute;
  top: 0px;
  bottom: -3px;
  background-color: #c7c7c7;
  width: 15px;
  border: 2px solid #fafafa;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-width: 0px;
  cursor: ew-resize;
}
.layout-editor {
  margin-right: 30px;
  padding-top: 10px;
  padding-bottom: 25px;
}
.layout-editor .layout-cell {
  border: 2px solid #fafafa;
  overflow: hidden;
  padding: 10px;
  padding-top: 25px;
  z-index: 100;
  font-size: 12px;
  float: left;
}
.layout-editor .layout-cell .resolution {
  top: 50%;
  position: absolute;
  color: white;
}
.layout-editor .layout-cell .black-text {
  color: black;
}
.layout-editor .layout-cell button {
  font-size: 0.7em;
}
.layout-editor .layout-row .onhover {
  opacity: 0;
  transition: 0.6s;
}
.layout-editor .layout-row:hover .onhover {
  opacity: 1;
}
.def-cell {
  background-color: black;
}
.layout-editor-vertical {
  width: 900px;
  float: right;
}
.config {
  background-color: #fafafa;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: auto;
}
.config .pannel {
  width: 50%;
  float: left;
  padding: 5px;
}
.config .pannel h1 {
  font-size: 1em;
  font-weight: bold;
  color: #1056bc;
  margin: 0px;
  padding: 5px;
}
.config .pannel .playlist-container {
  border: 3px solid #c7c7c7;
  width: 100%;
  float: left;
  height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}
.config .pannel .playlist-container .list-item-playlist {
  border-bottom: 3px solid #c7c7c7;
  padding: 12px;
}
.config .pannel .playlist-container .title-item-playlist {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  color: #464646;
}
.config .pannel .playlist-container .playlist-icon-item {
  float: right;
  cursor: pointer;
  background-color: inherit;
  padding-right: 13px;
}
.text-color-rev {
  color: #1056bc;
  font-weight: bold;
}
.button-blue-color-rev,
.button-blue-color-rev :hover {
  background-color: #1056bc;
  font-weight: bold;
  color: white;
}
.title-config h1 {
  font-size: 1em;
  font-weight: bold;
  color: #1056bc;
  margin: 0px;
  padding: 5px;
}
#screen-to-player {
  border: 1px solid grey;
  border-radius: 3px;
  position: relative;
  background-color: white;
}
#screen-to-player > div:first-child {
  padding: 0px 2px;
  border-bottom: 1px solid grey;
}
#screen-to-player .filter {
  margin-right: 145px;
}
#screen-to-player .filter input {
  border-color: transparent !important;
  background-color: transparent !important;
}
#screen-to-player .btn {
  width: 140px;
  float: right;
}
#screen-to-player .list > div {
  position: relative;
  padding: 5px;
  border-top: 1px solid grey;
}
#screen-to-player .list > div:first-child {
  border-top-width: 0px;
}
#screen-to-player .list > div > .icon {
  position: absolute;
  right: 6px;
  top: 6px;
}
body {
  overflow: hidden;
}
@-webkit-keyframes ciao {
  0% {
    top: 0px;
    left: 0px;
  }
  10% {
    top: 3px;
    left: 0px;
  }
  48% {
    top: 3px;
    left: 2000px;
  }
  49% {
    top: -100px;
    left: 2000px;
  }
  50% {
    top: -100px;
    left: -2000px;
  }
  51% {
    top: 3px;
    left: -2000px;
  }
  90% {
    top: 3px;
    left: 0px;
    display: none;
  }
  100% {
    top: 0px;
    left: 0px;
  }
}
.ciao {
  position: relative;
  -webkit-animation-name: ciao;
  -webkit-animation-duration: 30s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.bar {
  clear: left;
  border-radius: 3px;
  margin: 5px;
  border: 1px solid #adadad;
  background-color: #ededed;
  padding: 5px;
}
.bar > .choices {
  width: 100%;
}
.bar > .choices > .choice {
  width: 50%;
  float: left;
  padding: 5px;
}
.gallery {
  width: 20%;
  height: 170px;
  padding: 5px;
  float: left;
  border-radius: 3px;
  overflow: hidden;
}
.gallery > .name {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #1056bc;
  color: white;
  text-align: center;
  overflow: hidden;
  height: 20px;
}
.gallery > .view {
  position: relative;
  background-color: black;
  overflow: hidden;
  height: 140px;
  border: 5px solid transparent;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.gallery > .view > .button-bar {
  position: absolute;
  top: 3px;
  right: -8px;
  display: none;
  z-index: 1000;
}
.gallery > .view > .button-bar > .button {
  margin: 3px;
  background-color: #fafafa;
  border-radius: 3px;
  padding: 5px;
}
.gallery > .view:hover > .button-bar {
  display: block;
}
.gallery > .view.fullscreen {
  z-index: 10000;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-animation-name: fadein;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
}
.gallery > .view.fullscreen > .button-bar {
  z-index: 10011;
}
.card-container-homepage h2 a {
  text-decoration: none;
  color: #4285f4;
}
.card-container-homepage {
  width: 400px;
  font-size: 14px;
  font-family: "Ubuntu";
  margin: 3em auto 1em auto;
  padding: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding-bottom: 1.5em;
  background-color: #f1f1f1;
  -webkit-box-shadow: #bdc3c7 0 5px 5px;
  -moz-box-shadow: #bdc3c7 0 5px 5px;
  box-shadow: #bdc3c7 0 5px 5px;
  text-align: center;
    position: fixed;
    left: 0;
    right: 0;
}
.card-container-homepage .content {
  margin-top: 25px;
}
.card-container-homepage .data {
  color: #81878b;
  margin-top: 1em;
}
.card-container-homepage .data ul {
  -webkit-padding-start: 0;
}
.card-container-homepage .data li {
  width: 32%;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  font-size: 2em;
  border-right: solid 1px #bdc3c7;
}
.card-container-homepage .data li:last-child {
  border: none;
}
.card-container-homepage .num {
  color: #4285f4;
  font-size: 46px;
}
.card-container-homepage .data li span.title {
  display: block;
  text-transform: uppercase;
  font-size: .5em;
  margin-top: .6em;
  font-weight: 400;
  margin: 10px;
  background-color: #1056bc;
  color: white;
  padding: .5em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
}
.card-container-homepage .actions {
  text-align: center;
  margin-top: 2em;
}
.card-container-homepage .actions a {
  margin: 10px 15px;
  background-color: #1056bc;
  width: 150px;
  color: white;
  padding: .5em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 12-mag-2015, 9.58.47
    Author     : Simone
*/
.table-users {
  width: 100%;
  text-align: center;
}
.table-users span {
  cursor: pointer;
}
.table-users tr {
  line-height: 30px;
}
.tags-permission-container {
  width: 100%;
  position: relative;
}
.tags-permission-container .first-column {
  float: left;
  width: 35%;
  margin-bottom: 15px;
}
.tags-permission-container .second-column {
  float: left;
  width: 65%;
  padding: 10px;
}
.tags-permission-container .host {
  height: 270px;
}
.custom-list-tags-container {
  overflow-y: auto;
  max-height: 270px;
}
.custom-list-tags {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  padding: 1px;
  overflow: hidden;
  word-wrap: break-word;
  cursor: text;
  background-color: white;
  padding: 5px;
  height: 100%;
}
.custom-list-tags.focused {
  outline: none;
  -webkit-box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6);
  -moz-box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6);
  box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6);
}
.custom-list-tags .tag-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.custom-list-tags .tag-item {
  margin: 2px;
  padding: 0 10px;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 26px;
  line-height: 25px;
  border: 1px solid #acacac;
  border-radius: 3px;
  background: #1056bc;
  color: white;
}
.custom-list-tags .tag-item.selected {
  border: 1px solid #acacac;
  border-radius: 3px;
  background: #1056bc;
  color: white;
}
.custom-list-tags .tag-item .remove-button {
  margin: 0 0 0 5px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  vertical-align: middle;
  font: bold 16px Arial, sans-serif;
  color: #585858;
}
.custom-list-tags .tag-item .remove-button:active {
  color: red;
}
.badge1 {
  position: relative;
}
.badge1[data-badge]:after {
  content: attr(data-badge);
  position: absolute;
  top: -12px;
  right: -18px;
  font-size: .7em;
  background: green;
  color: white;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  border-radius: 50%;
  box-shadow: 0 0 1px #e96027;
}
.col-tags-table {
  font-size: 14px;
  text-align: left;
}



/* PLAYER LOG POPUP */
#playerlog-popup {
  width: 1200px;
  margin-top: 80px;
  padding-left: 15px;
}
.title-new {
  margin-left: 10px;
  color: #666;
}

/*
* PLAYER LOG SECTION
*/

.playerLogGrid {
  width: 1170px;
  height: 600px;
}

#playerlog-popup .close-button {
  float: right;
  margin-top: -31px;
  vertical-align: top;
  margin-right: 10px;
}

.grid-msg-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.grid-msg-overlay .msg {
  opacity: 1;
  position: absolute;
  top: 20%;
  left: 20%;
  width: 60%;
  height: 50%;
  background-color: #eee;
  border-radius: 4px;
  border: 1px solid #555;
  text-align: center;
  font-size: 14px;
  display: table;
}

.grid-msg-overlay .msg span {
  display: table-cell;
  vertical-align: middle;
}

/*
* END PLAYER LOG SECTION
*/

/*# sourceMappingURL=style.css.map */