@import "reset.css";
.flex-column {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.flex {
  display: -webkit-flex;
  display: flex;
}
.flex-grow-column {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.flex-no-shrink {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.flex-no-grow {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.scrollable {
  overflow: auto;
}
.width50 {
  width: 50%;
}
.width100 {
  width: 100%;
}
.invisible {
  visibility: hidden;
}
.hidden {
  display: none;
}
.bordered {
  display: inline-block;
  border: 1px solid #c8c8c8;
  padding: 8px;
}
#progressbox {
  border: 1px solid #8dc73f;
  padding: 1px;
  position: relative;
  width: 100%;
  height: 24px;
  text-align: left;
}
#progressbox #progressbar {
  position: absolute;
  display: inline-block;
  height: 20px;
  background-color: #619c40;
  width: 1%;
}
#progressbox #statustxt {
  line-height: 20px;
  left: 50%;
  position: absolute;
  display: inline-block;
  color: #000000;
}
.flex-split-2 {
  flex-shrink: 0;
  flex-grow: 0;
}
.flex-split-2 > div {
  flex: 1;
}
.flex-split-2 > div:first-child {
  margin-right: 15px;
}
.flex-split-2 > div:last-child {
  flex-shrink: 1;
}
.flex-split-2 > div:last-child .selected-list {
  max-height: 310px;
  overflow: auto;
}
.bold {
  font-weight: bold;
}
.color-blue {
  color: #00aef0;
}
.opacity01 {
  opacity: 0.1;
}
.btn {
  display: inline-block;
  margin: 18px 0 0 0;
  cursor: pointer;
  border: 0;
  color: #ffffff;
  padding: 8.5px 18px;
  font-size: 17px;
  text-align: center;
  text-decoration: none;
  -moz-transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  transition: backround-color 0.2s linear;
  background-color: #c8c8c8;
}
.btn:hover {
  background-color: #808080;
}
.btn.btn-icon {
  background-color: transparent;
}
.btn.btn-icon:hover {
  background-color: transparent;
}
.btn.btn-white {
  color: #000000;
  border: 1px solid #000000;
  background-color: #ffffff;
}
.btn.btn-white:hover {
  background-color: #c8c8c8;
}
.btn.btn-red {
  background-color: #f15755;
}
.btn.btn-red:hover {
  background-color: #e42f37;
}
.btn.btn-purple {
  background-color: #b47ef1;
}
.btn.btn-purple:hover {
  background-color: #b47ef1;
}
.btn.btn-green {
  background-color: #8dc73f;
}
.btn.btn-green:hover {
  background-color: #619c40;
}
.btn.btn-lightgreen {
  background-color: #DBFFDB;
}
.btn.btn-lightgreen:hover {
  background-color: #8dc73f;
}
.btn.btn-blue {
  background-color: #00aef0;
}
.btn.btn-blue:hover {
  background-color: #428bca;
}
.btn.btn-orange {
  background-color: #f8941d;
}
.btn.btn-orange:hover {
  background-color: #e1781d;
}
.btn.btn-gray {
  background-color: #c8c8c8;
}
.btn.btn-gray:hover {
  background-color: #808080;
}
a.btn-mini-add {
  color: #f15755;
  text-decoration: none;
  font-weight: bold;
}
a.subsystem {
  color: white !important;
  padding: 2px;
  font-size: 12px;
  text-decoration: none;
}
a.subsystem.trailers {
  background-color: #f8941d;
}
a.subsystem.csv {
  background-color: #8dc73f;
}
a.subsystem.premiera {
  background-color: #b47ef1;
}
a.subsystem.displayscheme {
  background-color: #00aef0;
}
td > .btn {
  margin: 0;
}
.controls {
  display: -webkit-flex;
  display: flex;
}
.controls > div {
  margin-right: 5px;
  padding-bottom: 3px;
}
.controls > div.active {
  border-bottom: 3px solid;
}
.controls > div.active.csv {
  border-color: #8dc73f;
}
.controls > div.active.trailers {
  border-color: #f8941d;
}
.controls > div.active.premiera {
  border-color: #b47ef1;
}
.controls > div.active.displayscheme {
  border-color: #00aef0;
}
.icon-gear {
  background: url(../img/icon-gear.png) no-repeat;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
}
#edit-types {
  margin-left: 5px;
  margin-right: 5px;
}
.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
label {
  font-size: 17px;
  font-weight: 100;
  margin-bottom: 15px;
  margin-top: 15px;
}
input[type=text],
input[type=password],
select {
  border: 1px #c8c8c8 solid;
  width: 100%;
  padding: 8px;
  font-size: 17px;
}
.disemovie-cover {
  max-width: 300px;
  max-height: 300px;
}
table {
  border-collapse: collapse;
  margin-bottom: 50px;
}
table tr td {
  padding: 8px;
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  border-left: 1px solid #c8c8c8;
}
table tr td:first-child {
  border-left: none;
}
table tr:first-child td {
  border-top: none;
}
table tr:last-child td {
  border-bottom: none;
}
table .editable {
  background-color: #DBFFDB;
}
table .editable input {
  margin: -8px;
  border: none;
  font-size: 1em;
}
table .header {
  background-color: #c8c8c8;
  color: #000000;
  font-weight: bold;
  border-color: #ffffff;
}
.subsystems-to-add {
  padding: 1px 3px 1px 3px;
  margin-left: 3px;
  visibility: hidden;
}
.schemeWrapper {
  min-height: 180px;
}
.schemeWrapper div.screen-list {
  margin-top: 15px;
  display: flex;
  display: -webkit-box;
}
.schemeWrapper div.screen {
  border: 2px solid #000000;
  margin-right: 2px;
  overflow: hidden;
  position: relative;
}
#scheme {
  margin-top: 15px;
  display: flex;
  display: -webkit-box;
}
#scheme > .screen {
  border: 2px solid #000000;
  margin-right: 2px;
  position: relative;
}
#scheme > .screen.underline:after {
  content: ' ';
  width: 240px;
  border-bottom: 4px solid red;
  height: 1px;
  position: absolute;
  bottom: -8px;
}
#scheme > .screen .scheme {
  position: absolute;
  border: 1px solid black;
}
#scheme > .screen .scheme.dimmed:not(.forbidden) {
  background-color: #000000;
  opacity: 0.5;
}
#scheme > .screen .scheme.forbidden {
  background-image: none !important;
  background-color: black !important;
}
#scheme > .screen .scheme-privilege {
  position: absolute;
  background-position: center;
  background-size: 90%;
  background-repeat: no-repeat;
  background-image: url('../img/granted.png');
}
#scheme > .screen .scheme-privilege.forbidden {
  background-image: url('../img/denied.png');
}
div.users-priv ul {
  margin: 30px 0;
  border: 1px solid #808080;
}
div.users-priv ul dt {
  padding-left: 20px;
  height: 35px;
  line-height: 35px;
  font-weight: bold;
}
div.users-priv ul li {
  padding-left: 20px;
  height: 35px;
  line-height: 35px;
  border-bottom: 1px solid #808080;
}
div.users-priv ul li:nth-child(2n) {
  background-color: #e2e3ff;
}
div.users-priv ul li.current-user {
  background-color: #27d723;
}
div.users-priv ul li:last-child {
  border: none;
}
div.users-priv ul li:hover {
  cursor: pointer;
  background-color: #dedede;
}
#movies-block {
  margin: 20px 0 0 0;
}
#movies-block div.title {
  font-weight: bold;
  margin: 0 0 10px 5px;
}
#movies-block div.item {
  cursor: pointer;
  padding: 5px;
  overflow: hidden;
}
#movies-block div.item div.props {
  float: left;
  font-size: 12px;
  margin: 0 0 0 10px;
}
#movies-block div.item div.props * {
  font-size: 12px;
}
#movies-block div.item div.props span {
  color: #999;
}
#movies-block div.item div.props span.link {
  color: #00aef0;
  cursor: pointer;
  text-decoration: underline;
}
#movies-block div.item div.props i.glyphicon {
  font-size: 11px;
}
#movies-block div.item div.name {
  margin: 0 20px 5px 0;
}
#movies-block div.item div.image {
  float: left;
  width: 100px;
}
#movies-block div.item div.image img {
  max-height: 100px;
  max-width: 100px;
}
#movies-block div.item div.controls {
  display: none;
  float: right;
  margin: -4px 0 0 0;
}
#movies-block div.item div.controls i {
  cursor: pointer;
  display: block;
  margin: 7px 3px 0 0;
}
#movies-block div.item div.controls i.glyphicon-remove {
  color: red;
}
#movies-block div.item div.controls i.glyphicon-arrow-up,
#movies-block div.item div.controls i.glyphicon-arrow-down {
  color: green;
  padding: 0 3px 0 0;
}
#movies-block div.item div.timesheet {
  float: left;
  font-size: 12px;
  padding: 0 0 10px 10px;
}
#movies-block div.item div.timesheet * {
  font-size: 12px;
}
#movies-block div.item div.timesheet span {
  cursor: pointer;
  display: inline-block;
  width: 20px;
}
#movies-block div.item div.timesheet span.disabled {
  color: #ccc;
}
#movies-block div.item div.timesheet span.holiday {
  color: red;
}
#movies-block div.item div.timesheet span.holiday.disabled {
  color: #ffcccc;
}
#movies-block div.item div.timesheet button {
  min-width: 100px;
}
#movies-block div.item div.timesheet button.btn-green {
  margin-right: 10px;
}
#movies-block div.item:hover div.controls {
  display: block;
}
#movies-block div.scheme-movies div.item {
  cursor: default;
}
#movies-block div.item:hover {
  background: #f5f5f5;
}
html {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
html body {
  position: relative;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px 0 15px;
  box-sizing: border-box;
  border-left: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
}
.login-form {
  width: 400px;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #c8c8c8;
  padding: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
}
.login-form .form-title {
  margin-bottom: 10px;
  font-weight: bold;
  width: 100%;
}
.login-form .form-field {
  width: 100%;
  line-height: 30px;
}
.login-form h2 {
  text-align: center;
  font-size: 18px;
}
.login-form .submit-button {
  margin: 18px 0 0 0;
  cursor: pointer;
  border: 0;
  color: #ffffff;
  padding: 8.5px 18px;
  text-decoration: none;
}
.app-header {
  margin-bottom: 14px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.app-header .logo {
  font-family: EurofontC, serif;
  color: #808080;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.8px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.app-header .logo a {
  text-decoration: none;
}
.app-header .logo div.username {
  color: #c8c8c8;
  font-size: 10px;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  box-sizing: border-box;
}
.app-header .control-buttons {
  display: flex;
}
.app-header .control-buttons div.nav-button {
  margin-right: 25px;
}
.app-header .control-buttons div.nav-button.active {
  border-bottom: 2px solid #f15755;
}
.app-header .control-buttons div.nav-button:not(.active) a.add {
  visibility: hidden;
}
.app-header .control-buttons div.nav-button a {
  color: #f15755;
  text-decoration: none;
}
.app-header .control-buttons div.nav-button a:hover {
  text-decoration: none;
}
.app-header .control-buttons div.nav-button a.add {
  font-weight: bold;
}
.app-header .control-buttons div.nav-button.logout {
  margin-right: 0;
  margin-left: auto;
}
#content {
  height: calc(20%);
  flex: 2 0 auto;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
ul.list {
  margin-top: 14px;
  margin-bottom: 5px;
}
ul.list li {
  margin-bottom: 10px;
}
ul.list a {
  text-decoration: none;
  color: black;
}
ul.list a .id {
  color: #808080;
}
span.id {
  display: inline-block;
  min-width: 28px;
  text-align: right;
}
.item-info {
  color: #c8c8c8;
  padding: 0 0 0 20px;
}
.item-info span {
  padding: 0 0 0 10px;
}
.h460px {
  height: 460px;
}
.h600px {
  height: 600px;
}
/* Disemovie weekday scheduling */
#all-disemovies div.weekday-schedule {
  display: none;
}
#selected-movies div.weekday-schedule {
  cursor: default;
  display: block;
  margin: 5px 0 0 -3px;
}
#selected-movies div.weekday-schedule span {
  font-size: 12px;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  margin: 0 0 0 3px;
}
#selected-movies div.weekday-schedule span.inactive {
  color: #ccc;
}
#selected-movies div.weekday-schedule span.holiday {
  color: red;
}
#selected-movies div.weekday-schedule span.holiday.inactive {
  color: #ffcccc;
}
/* CSV scheme */
#item-table td.sorting {
  text-align: center;
  border-right: none;
}
#item-table td.sorting i {
  color: #999999;
  cursor: pointer;
  display: inline-block;
  margin: 0 3px;
}
#item-table td.sorting i:hover {
  color: #000000;
}
#item-table td.swapping {
  text-align: center;
  border-left: none;
  padding-left: 0;
}
#item-table td.swapping i {
  color: #999999;
  cursor: pointer;
  display: inline-block;
  margin: 0 3px;
}
#item-table td.swapping i:hover {
  color: #000000;
}
#item-table td.swapping.active i {
  color: #ff9900;
}
