
@import url(colors.css);

.middle-position-inputfield {
  margin-left: auto;
  margin-right: auto;
}
/*.header-sticky.fixed > .navbar > .header-container > .navbar-header > a.top-menu > img*/
.info-wrapper, .archive-wrapper {
  padding: 0 30px;
}
.disableInput {
  /*border: 2px solid #fff0f0 !important;*/
  background-color: #f0fff0 !important;
  opacity: 0.5 !important;
  /*border: 2px solid #fff0f0 !important;*/
}
.drag-and-dropp-hover-effect {
  cursor: pointer;
}
.drag-and-dropp-hover-effect > td {
  word-break: break-all;
  max-width: 120px;
}
.customer-name-indicator {
  height: 39px;
  display: flex;
  font: 20px/28px 'Open Sans', Helvetica, Arial, sans-serif;
  align-items: center;
}
.input-field-for-modification {
  vertical-align: middle !important;
  padding: 0px !important;
}
.border-only-on-hover {
  background: transparent !important;
  border-color: transparent !important;
}
.border-only-on-hover:hover {
  border-color: #666 !important;
  /*border-color: #e5e5e5 !important;*/
}
.no-bottom-border {
  border-bottom: none;
}
.custom-padding-fieldset {

}
.maximised-width {
  max-width: 100%;
}

.csv-import-container {
  padding-top: 50px;
}

input[type="file"] {
    display: none;
}
.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 10px 10px;
    font-size: 16px;
    cursor: pointer;
}

.panel-heading {
  background-color: #72c02c;
}
.panel-import-title {
  color: white;
  font-size: 24px;
}

.button-panel-radius > a {
  border-radius: 0px !important;
}
.flexbox-fix input {
  /*width: 160% !important;*/
}
.main-layout {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.main-page-layout {
  flex: 1;
}

.fixed {
  position: fixed;
  top:0; left:0;
  width: 100%; }

.color-picker-wrapper :first-child {
  margin: 0px;
  width: 38px !important;
  padding: 1.5px !important;
  border: 5px solid #C2C2CD;
  cursor: pointer;
}

.formulare-status-indicator {
  transform: translateY(100%);
}

.button-panel-radius > a:hover, .fa-home:hover, .underscored-news:hover, .startzeite-a:hover, .basicHref {
  color: #72c02c
}

li.active > a.page-number {
  background-color: #72c02c !important;
  border-color: #72c02c !important;
}

html {
  overflow-x: hidden;
}
.float-right-button {
  float: right;
}

.nav-tabs {
  border-bottom: solid 12px #72c02c;
}

a:focus {
  text-decoration: none;
}

.note-editable.panel-body {
  height: 300px;
}

.carousel.slide.carousel {
  height: 430px;
}

.carousel-inner {
  max-height: 430px;
}

.carousel-control {
  width: 149px !important;
  height: 430px;
}

.carousel-indicators {
  display: none;
}

.modal-logout-reverse-ordered-buttons {
  display: flex;
  flex-direction: row-reverse;
}

.nav>li>a:hover {
  text-decoration: none;
  background-color: #eee;
}

.time-entries>tbody>tr>th, .time-entries>tbody>tr>td, .time-entries>thead>tr>th {
  border: 0px;
}
p {
  margin:0px 0px 0px 0px;
}

.footer-v1 .container {
  border-color: "#222";
}

.side-picture {
  background-color: white;
  position: fixed;
  top: 350px;
  left: 20px;
  z-index: -1;
}
.login-form {
  margin-top: -150px;
}
.footer-v1.sticky-footer {
  background: none;
}

.sky-form {
  border-left: none;
  border-right: none;
}

a {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.container {
  position: relative;
}
.cindii-header-logo {

  width: 175px;
  right: -265px;
  top: 105px;
  position: absolute;

}

.topbarA + .tooltip > .tooltip-inner{
  background-color: white;
  color:#717984;
  border: 1px solid #717984;
}
.template_image {
  background-image: url("http://imageurlhere.com");
  background-repeat: no-repeat;
  width: auto; /*or your image's width*/
  height: auto; /*or your image's height*/
  margin: 0;
  padding: 0;

}

#login-buttons {
  width: 100%;
  margin-top: -35px;
  font-size: 16px;
  display: flex;
  justify-content: flex-end;
  line-height: 2;
  padding-right: 30px;
}

.login-wrapper{
  width:500px;
  right: 50px;
}
.login-wrapper {
  position: absolute;
  left: 0;
  margin-left:auto;
  margin-right:auto;
}
.cindi-logo {
  height: 110vh;
  margin-top: -10vh;
  background-image: url("drawing.svg");
  background-repeat: no-repeat;
  background-color: #dee1e8;
  width: 100%;
  background-position-x: center;
}

.tablesorter {
  width: 100%;
  border-collapse: collapse;
}

.tablesorter > tbody > tr > td:last-child {
  white-space: nowrap;
}

.panel-default>.panel-heading {
  background: none;
}
.panel {
  background: none;
}

.panel-footer {
  display: flex;
  justify-content: center;
  background: none;
  border-top: none;
  padding: 10px 30px;
}
.main-loginbutton {
  /*background: #72c02c;*/
  /*color: white;*/
  width: 50%;
  font-size: 18px;
}
/*.main-loginbutton:hover {
  color: white;
  background: #5BB50A;
}*/

div.container > br:first-child {
  display: none;
}

.header-v3, .header-container {
  margin-right: auto;
  margin-left: auto;
}

.top-menu {
  font-size: 20px;
  padding-right: 0px;
}

@media (min-width: 1200px) {
  .header-v3 {
    width: 1170px;
  }
  .header-container {
    width: 1170px;
  }
  .secondHead1 {
    width: 1170px;
  }
}

@media (min-width: 991px) and (max-width: 1200px) {
  .header-v3 {
    width: 970px;
  }
  .header-container {
    width: 970px;
  }
  .secondHead1 {
    width: 970px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-v3 {
    width: 750px;
  }
  .secondHead1 {
    width: 750px;
  }
}
@media (max-width: 768px) {
  .secondHead1 {
    width: 650px;
  }
}
@media (max-width: 650px) {
  .secondHead1 {
    width: 500px;
  }
}
@media (max-width: 500px) {
  .secondHead1 {
    width: 100%;
  }
  .breadcrumb-header{
    margin-left: 15px;
  }
  .breadcrumbs .secondHead {
    margin-right: 5%;
  }
  .break-word-max-width-120px {
    width: auto;
    word-break: normal !important;
  }
  .table-row-commands-wrapper i {
    padding: 6%;
  }
}
@media (max-width: 350px) {
  .secondHead1 {
    width: 290px;
  }
  .breadcrumb-header{
    margin-left: 15px;
  }
  .breadcrumbs .secondHead {
    margin-right: 5%;
  }
  .break-word-max-width-120px {
    width: auto;
    word-break: normal !important;
  }
  .table-row-commands-wrapper {
    padding: 6%;
  }
}


hr {
  border-top:1px solid transparent;
}

.tooltip{
  width: 300px;

}
.topbarA{
  text-decoration: none !important;
  cursor: default;
}
.topbarB{
  text-decoration: none !important;
  cursor:default;
}
.header {
    border-bottom:none;
}
.header-v3 .dropdown > a::after {
    content: "";
}
.header-v3 .dropdown > a::after, .header-v3 .dropdown-submenu > a::after {
    content: "";
}
  .t1 , .t2 {
    display: none;
  }


input[type=checkbox] {
  display:none;
  cursor: pointer;
  cursor: hand;
}
input[type=checkbox].groupSelectCheckbox {
  display: none;
}

input[type=checkbox] + label:before{
   content: "\2715\ ";
   color: red;
   cursor: pointer;
    cursor: hand;
}

input[type=checkbox]:disabled + label:before{
  content: "\2715\ ";
  color: grey;
  cursor: pointer;
   cursor: hand;
}

.dropdown-button{
  padding: 0px;
}

#contentTable > tbody > tr > td > input[type="checkbox"],
#playersTable > tbody > tr > td > input[type="checkbox"],
#medienTable > tbody > tr > td > input[type="checkbox"]
{
  display: block;
  height: 15px;
  width: 15px;
  box-sizing: border-box;
  font-size: 15px;
}

input[type=checkbox]:checked + label:before
{
  content: "\2714\ ";
  color: green;
  cursor: pointer;
   cursor: hand;
}

/*radio*/
input[type=radio] {
display:none;
}
input[type=radio]:checked + label:before
{
  content: "\2714\ ";
  color: green;
  cursor: pointer;
   cursor: hand;
}
input[type=radio] + label:before{
   content: "\2715\ ";
   color: red;
   cursor: pointer;
    cursor: hand;
}
.editIcon , .deleteIcon , .infoIcon, .playIcon{
  cursor: pointer;
   cursor: hand;
}

.sky-form .input input:focus{
}
.ui-datepicker {
      background: rgba(255,255,255,1);
}
.ui-widget-content {
    /*border: 1px solid #72c02c;*/
    border: 1px solid #72c02c;
  }
 .ui-icon-circle-triangle-e{
  margin-left: 30px;
}
.ui-datepicker .ui-datepicker-next {
  left: 0;
margin-left: 212px;
top: 0;
margin-top: 0px;
}

.sky-form .toggle i:before {
    background-color: #404040;
}

input[type='checkbox'].tags-checkbox:checked + label > i:first-of-type,
input[type='checkbox'].tags-checkbox + label > i:last-of-type{
    display: none;
}
input[type='checkbox'].tags-checkbox:checked + label > i:last-of-type{
    display: inline-block;
}
@media (min-width: 768px) {
  .modalRoles {
    width: 700px;
    margin: 30px auto;
  }
}
@media (min-width: 991px) {
  .header-content {
    display: block !important;
  }

  .modalRoles {
    width: 991px;
  }

}
.sky-form a {
    color: #404040;
}
.btnGrp{
  border-radius: 0px;
  height: 39px;
  padding: 6px 10px;
  outline: none;
    border-width: 2px;
    border-style: solid;
    border-radius: 0;
    background: #fff;
    color: #404040;
    font: 15px/23px 'Open Sans', Helvetica, Arial, sans-serif;

}
.pagination>li>a, .pagination>li>span{
  color:#717984;
}
.pagination-sm>li:last-child>a{
  border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.pagination-sm>li:first-child>a{
  border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pagination>.active>a, .pagination>.active>a:focus,
 .pagination>.active>a:hover, .pagination>.active>span,
  .pagination>.active>span:focus, .pagination>.active>span:hover{

  background-color:#72c02c;
  border-color: #72c02c;
  /*background-color: #72c02c;
  border-color: #72c02c;*/

}
.sButton{
  margin-left:5px;
  /*background-color:#72c02c;*/
  background-color: rgb(114, 192, 44);
  /*border:none; color:white;*/
  border:none; color: white;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 8px;
  width: fit-content;
}
.cButton{
  margin-left:5px;
  color:#717984;
  border:none;padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 8px;
  width: fit-content;
}
.secondHead {
    background-image: var(--headerBackgroundImage);
    background-color: var(--headerBackgroundColor);
    border-bottom: solid 2px #eee;
    border-top: solid 2px #eee;
}

.secondHead1{
  background-color: rgba(255, 255, 255, 0.0);
  top:inherit;

  overflow:hidden;
}

.pull-left{

}

.contentHeader .glyphicon-remove {
    margin-top: 0px;
    margin-right: 10px;
    color: red;
    cursor: pointer;
    float: right;
    font-size: 2.2em;
}
.contentHeader{
  border-bottom: 1px solid #ddd;
  background-color: #f5f5f5;
}
.row{
  border: 1px solid;
  padding-top: 10px;
  border-color: #ddd;
}
fieldset .row, fieldset .panel-body {
  border: none;
}
h3{
  color:#717984;
}
.nav-tabs {
  padding-top: 10px;
    border-bottom: solid 2px #72c02c;
    padding-bottom: 2px;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    list-style-type: none;
    list-style-position: initial;
    list-style-image: initial;
}
ul.nav.nav-tabs a{
  height: 30px;
  padding-top: 5px;

}
.tab-v1 .nav-tabs {
    border: none;
    background: none;
    border-bottom: solid 2px #72c02c;
    padding-top: 10px;
    padding-bottom: 0px;
}
.nav-tabs > li > a, .nav-pills > li > a, .nav-tabs.nav-justified > li > a {
    border-radius: 0;

}
.tab-v1 .nav-tabs > .active > a, .tab-v1 .nav-tabs > .active > a:hover, .tab-v1 .nav-tabs > .active > a:focus {
    color: #fff;
    border: none;
    background: #72c02c;
    padding-bottom: 12px;
}
.navTabs > li.list-group-item.active > a{
  background-color: #717984;
  color:#fff;
}

.list-group-item {
  background-color:rgba(255, 255, 255, 0.85);
}
.note-editable {
  opacity: 0.9;
}

.navTabs >li.list-group-item.active{
  background-color: #717984;
  border:1px solid;
  border-color:#717984;
}

.glyphicon-ok{

  cursor: pointer;
   cursor: hand;

}
.glyphicon-remove{

  cursor: pointer;
   cursor: hand;

}

.link-disabled {
  pointer-events: none;
}

div.p1, div.p2,div.p3{
    display:none;
}
/*screenshot*/
.snapshot_generator {
  display: block;
  height: 1px;
  left: 0;
  object-fit: contain;
  position: fixed;
  top: 0;
  width: 1px;
  z-index: -1;
}

.sky-form .toggle i:before {
    top: 5px;
    right: 6px;
}

.sky-form .toggle i:after {
    content: 'OFF';
    position: absolute;
    top: 2px;
    right: 21px;
    left: 20px;
    font-style: normal;
    font-size: 9px;
    line-height: 13px;
    font-weight: 700;
    text-align: left;
}

.sky-form .toggle i {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-width: 0.666667px;
  border-left-width: 0.666667px;
  border-right-width: 0.666667px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top-width: 0.666667px;
  height: 21px;
  line-height: 27px;
  width: 54px;
}
/*screenshot*/

#heading-btn-row{
  float: right;
}

.header-sticky .navbar-header img{
  cursor: default;
  margin-top: 1px;
  height: 80px;
  max-width: 300px;
  margin-top: -15px;
}
.header-sticky.fixed .navbar-header img{
  height: 72px !important;
  left: 8px;
  margin-top: -2px;
}

.panel-table{
  box-shadow: 0 0 20px rgba(0,0,0,.3);
}
 .input-group-addon{
  border-bottom-color: rgb(204, 204, 204);
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 4px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-collapse: separate;
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: rgb(85, 85, 85);
  border-left-style: none;
  border-left-width: 0px;
  border-right-color: rgb(204, 204, 204);
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: rgb(204, 204, 204);
  border-top-left-radius: 0px;
  border-top-right-radius: 4px;
  border-top-style: solid;
  border-top-width: 1px;
  box-sizing: border-box;
  color: rgb(85, 85, 85);
  display: table-cell;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  height: 34px;
  line-height: 14px;
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
  text-align: center;
  text-size-adjust: 100%;
  vertical-align: middle;
  white-space: nowrap;
  width: 41px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.input-group-addon i{
  border-collapse: separate;
  box-sizing: border-box;
  color: rgb(85, 85, 85);
  cursor: pointer;
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
  height: 16px;
  line-height: 14px;
  text-align: center;
  text-size-adjust: 100%;
  vertical-align: text-top;
  white-space: nowrap;
  width: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.panel-heading button{
  float: right;
  font-weight: 800;
  line-height: 26px;
}

 #media-form, .panel-heading{
  position: relative;
  font-size: 24px;
}


.fa-check-square-o  {
  /*margin-top: 2px;*/
}

.fa-trash, .fa-pencil, .fa-play-circle-o, .fa-times, .fa-eye, .fa-check-square-o, .fa-square-o, .fa-folder-open, .fa-undo {
  margin-right: 5px;
  cursor: pointer;
  float: right;
  font-size: 1.5em;
}

.fa-info-circle{
  cursor: pointer;
  font-size: 1.5em;
  /*
  margin-right: 5px;
  float: right;
  margin-top: 30%;
  */
}

.fa-hand-o-right {
  color: #72c02c;
  background-color: #72c02c;
}

#media-collection-fieldset, .sky-form{
  position: relative;
}



.filter-input{
  float: right;
  width: auto;
  height: auto;
  margin-right: 10px;
}

.content-form header{
  position: relative;
}

#button-close-media-form{
  margin-top: 20px;
  margin-right: 15px;
  color: red;
  cursor: pointer;
  position: absolute;
  top: 1px;
  right: 5px;
  font-size: 1.5em;
}

.player-form .fa-floppy-o{
  margin-left: 15px;
  color: #0082C8;
  cursor: pointer;
  float: left;
  font-size: 3em;
}

.player-form footer{
  position: relative;
}

.panel-heading .glyphicon-remove{
  margin-top: 0px;
  margin-right: 10px;
  color: red;
  cursor: pointer;
  float: right;
  font-size: 1.8em;
}

#media-form .fa-floppy-o{
  color: #0082C8;
  cursor: pointer;
  position: absolute;
  bottom: 0px;
  right: 6px;
  font-size: 1.5em;
}

.glyphicon-pencil{
  color: #0082C8;
  cursor: pointer;
  margin: 2px;
}

.glyphicon-trash{
  color: red;
  cursor: pointer;
  margin: 2px;
}

.login-password-form {
  margin: 0px;
}
.accounts-dialog {
  margin: -195px -12px 0 -170px;
}

.form-weekly-schedule-part p{
  font-weight: bold;
}

.schedule-day{
  width: 62px;
  display: inline-block;
  margin-left: 10px;
}

.schedule-day p{
  text-align: center;
  margin-bottom: 1px;
  font-weight: bold;
}

.schedule-day-part-1{
  margin-bottom: 15px;
}

#currentUser, #currentRole, #currentNetwork{
  float: left;
}


#button-add-user{
  border-radius: 0;
  background-color: #72c02c;
  color: white;
}

.breadcrumb-header{
  display: inline-block;
}

#player-filter-input,
#media-filter-input,
#content-filter-input,
#contentGroup-filter-input,
#playlist-filter-input,
#users-filter-input{
  float: right;
  margin-top:15px;
  display: inline-block;
}

.content{
  padding-left: 0;
  padding-right: 30px;

  display: flex;
  flex-flow: column wrap;
}

.sticky-footer{
  background-color: white;
  display: flex;
  flex-flow: column wrap;
}

#cms-footer{
  width: 100%;
  /*margin-left: 15px;*/
  /*margin-right: 15px;*/
}

.container{
  padding-left: 0px;
  padding-right: 0px;
}

.star-required-field{
  color: red;
  margin-left: 2px;
}

.sort-arrow{
  padding-left: 15px;
  /*font-size: 1.2em;*/
}

.page-table{
  min-height: 500px;
}
.sky-form .page-table{
  min-height: auto;
}

#playTimeHours{
  display: flex;
}

.update-status-ok{
  color: green;
  font-size: 1.5em;
}

.update-status-not-ok{
  color: red;
  font-size: 1.5em;
}

.content-active-yes{
  color: green;
  font-size: 1.5em;
}

.content-active-no{
  color: grey;
  font-size: 1.5em;
}

.th-clickable{
  cursor: pointer;
}

.media-form  div  div{
  padding-left: 5px;
  padding-right: 5px;
}

.content #medienTable tbody tr:hover{
  background-color: #f0fff0;
  cursor: pointer;
}

.content-group-form #contentTable tbody tr:hover{
  background-color: #f0fff0;
  cursor: pointer;
}

#contentGroup-collection-fieldset tbody tr:hover{
  background-color: #f0fff0;
  cursor: pointer;
}

#playlist-form #contentTable > tbody > .content-row:not(.ui-state-enabled){
  opacity: 0.7;
}

#home-hello{
  background-color: #f6fed5;
}

#contentsTableForStatistics{
  min-height: auto;
}

.table {
  background: rgba(255,255,255,.9);
}

#statistics-table-head {
  background-color: rgb(245, 247, 250);

}

#statistics-table > tbody > tr > td:first-of-type {
  background-color: rgb(245, 247, 250);
  text-align: center;
}

#welcome-text{
  float: right;
}

#welcome-text-player-online{
  color: green;
}

#welcome-text-player-offline{
  color: red;
}
