[ng-cloak] {
  display: none;
}
.lazy {
  background-color: white;
  background-image: url("/Content/images/loading.gif");
  background-size: 100px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 40%;
  left: 40%;
  border-radius: 20px;
}
[background-image] {
  position: relative;
}
[background-image].contained {
  background-size: contain !important;
}
[background-image].covered {
  background-size: cover !important;
}
[background-image].portrait {
  width: 112px;
  height: 200px;
}
[background-image].landscape {
  width: 200px;
  height: 125px;
}
.ui-sortable {
  position: relative;
}
.ui-sortable-handle {
  cursor: move !important;
}
.ui-sortable-helper {
  opacity: 0.9;
}
.ui-sortable-placeholder {
  background-color: silver !important;
  visibility: visible !important;
  border: 1px dashed black;
  display: inline-block;
}
[ng-repeat].btn {
  margin-right: 5px;
}
[ng-controller] .list-group-item {
  line-height: 2em;
  min-height: 3.5em;
  padding: 7px 10px;
}
[ng-controller] .list-group-item > span,
[ng-controller] .list-group-item > div > span {
  float: left;
}
[ng-controller] .list-group-item div > .buttons.bottom-right {
  top: auto !important;
}
[ng-controller] .list-group-item > .buttons,
[ng-controller] .list-group-item div > .buttons {
  position: absolute;
  right: 1em;
  top: 0.5em;
}
[ng-controller] .list-group-item > .buttons .btn,
[ng-controller] .list-group-item div > .buttons .btn {
  min-width: 0;
  padding: 6px 12px;
}
[ng-controller] .list-group-item > .buttons .glyphicon,
[ng-controller] .list-group-item div > .buttons .glyphicon {
  margin: 0;
}
.photo {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  margin-right: 5px;
  background-color: white !important;
}
.photo.sm {
  width: 50px;
  height: 50px;
}
.photo.xs {
  width: 30px;
  height: 30px;
}
.photo.top-right {
  top: 10px;
  right: 10px;
  position: absolute;
}
.photo.picker {
  cursor: pointer;
}
.padded-all-md {
  padding: 10px;
}
*:hover > .btn-group-justified {
  opacity: 1;
}
.btn-group-justified {
  opacity: 0.2;
}
.btn-group-justified > .btn {
  border-right-color: #dfdfdf;
}
.btn-group-justified > .btn:last-child {
  border-right-color: transparent;
}
.btn-group-justified.overlay {
  position: absolute;
}
.form-control {
  background-color: #fdfdfd;
}
br,
hr {
  clear: both;
}
section .panel {
  margin-bottom: 20px;
}
section .panel > label {
  line-height: 2.5em;
}
section .panel-heading {
  border: 1px solid #dddddd !important;
  padding: 0;
}
section .panel-heading h4 {
  padding: 10px 15px;
  line-height: 1.5em;
}
section .panel-title[data-toggle] {
  cursor: pointer;
}
section .panel-body {
  border: 1px solid #dddddd;
  border-top: none;
  padding: 15px;
}
.cursor-not-allowed {
  cursor: not-allowed !important;
}
.help-li {
  color: #cccccc;
}
.new.modal-backdrop {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.new.modal-backdrop.active {
  display: block;
}
.new.modal-body {
  top: 5%;
  left: 10%;
  right: 10%;
  margin: auto;
  background-color: white;
  position: absolute;
  -webkit-box-shadow: 0px 0px 25px 5px black;
  -moz-box-shadow: 0px 0px 25px 5px black;
  box-shadow: 0px 0px 25px 5px black;
}
.new.modal-body .modal-content {
  box-shadow: none;
  border: none;
}
.new.modal-body .modal-content .image-strip {
  height: 550px;
}
@media only screen and (max-height: 800px) {
  .new.modal-body .modal-content .image-strip {
    height: 370px;
  }
}
.new.modal-body .handle .icon {
  position: absolute;
  right: 0;
  top: 5px;
  font-size: 1.5em;
}
.new.image-strip {
  width: 100%;
  overflow-y: auto;
}
.new.image-strip .img-thumbnail {
  margin: 10px;
  margin-left: 0;
  margin-bottom: 0;
  cursor: default;
  padding: 0;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: black;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.new.image-strip .img-thumbnail.selected > span {
  background-color: rgba(129, 186, 39, 0.7);
  color: white;
}
.new.image-strip .img-thumbnail > span {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.7);
  display: block;
  text-align: center;
  padding: 2px;
}
@media only screen and (max-height: 800px) {
  .new.image-strip .img-thumbnail > span {
    font-size: 0.8em;
  }
}
.new.image-strip .img-thumbnail > div > div > .btn {
  padding: 2px;
  -moz-min-width: auto;
  -ms-min-width: auto;
  -o-min-width: auto;
  -webkit-min-width: auto;
  min-width: auto;
  margin: 0 !important;
  -ms-opacity: 0.2;
  opacity: 0.2;
}
.new.image-strip .img-thumbnail:hover > div > div > .btn {
  -ms-opacity: 0.8;
  opacity: 0.8;
}
.new.image-strip .img-thumbnail .hover-effect {
  -ms-opacity: 0.8 !important;
  opacity: 0.8 !important;
}
.new.image-strip .img-thumbnail .dimming-overlay {
  background-color: black;
  opacity: 0.8;
}
.new.image-strip .img-thumbnail .full-size {
  height: 100%;
  width: 100%;
}
.new.image-strip .img-thumbnail .cursor-default {
  cursor: default !important;
}
.new.image-strip .img-thumbnail .decorative-text {
  position: absolute;
  color: white;
  text-align: center;
}
.new.image-strip .img-thumbnail .decorative-text.header {
  font-size: calc(10px);
  border-radius: 10px;
  opacity: 0.7;
  background-color: black;
  width: calc(43px);
  left: calc(77px);
}
.new.image-strip .img-thumbnail .decorative-text.header.start {
  top: calc(9px);
}
.new.image-strip .img-thumbnail .decorative-text.header.end {
  top: calc(54px);
}
.new.image-strip .img-thumbnail .decorative-text.column {
  left: calc(97px);
}
.new.image-strip .img-thumbnail .decorative-text.column.start {
  top: 26px;
}
.new.image-strip .img-thumbnail .decorative-text.column.end {
  top: calc(71px);
}
.new.image-strip .img-thumbnail input {
  padding-left: 2px;
  position: absolute;
  width: 28px;
  font-size: 22px;
  height: 26px;
  line-height: 26px;
  padding-bottom: 2px;
  background-color: transparent;
  outline: none;
  border: none;
  color: white !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.new.image-strip .img-thumbnail input.new-hours-start {
  top: 24px;
  left: 65px;
}
.new.image-strip .img-thumbnail input.new-minutes-start {
  top: 24px;
  left: calc(103px);
}
.new.image-strip .img-thumbnail input.new-hours-end {
  top: calc(69px);
  left: 65px;
}
.new.image-strip .img-thumbnail input.new-minutes-end {
  top: calc(69px);
  left: calc(103px);
}
.new.image-strip .img-thumbnail input.invalid {
  border-bottom: red solid 1px;
}
.new.image-strip .img-thumbnail .btn-top {
  position: absolute;
  top: 0px;
}
.new.image-strip .img-thumbnail .btn-top.left {
  left: 0px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.new.image-strip .img-thumbnail .btn-top.right {
  position: absolute;
  right: 0px;
}
.new.image-strip .img-thumbnail .btn-bottom {
  position: absolute;
  bottom: 0px;
  border: none;
}
.new.image-strip .img-thumbnail .btn-bottom.bg-black {
  background-color: black;
}
.new.image-strip .img-thumbnail .btn-bottom.bg-gray {
  background-color: gray;
}
.new.image-strip .img-thumbnail .btn-bottom.bg-orange {
  background-color: darkorange;
}
.new.image-strip .img-thumbnail .btn-bottom.left {
  left: 0px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.new.image-strip .img-thumbnail .btn-bottom.right {
  position: absolute;
  right: 0px;
}
.new.image-strip .img-thumbnail .btn-bottom:hover {
  background-color: #303030;
}
.new.image-strip .img-thumbnail button:disabled {
  background-color: gray;
}
.panel-heading .dock-right {
  float: right;
}
.btn-xs,
.btn-group-xs .btn {
  padding: 2px 5px;
  min-width: 3em;
}
.btn-x2 {
  min-width: 6em;
}
[modal-overlay],
.new.modal-backdrop {
  display: none;
}
.horizontal-scrolling-list {
  background-color: #fdfdfd;
  padding: 0 !important;
  text-align: left;
  position: relative;
}
.horizontal-scrolling-list .ui-sortable-placeholder {
  margin: 9px;
}
.horizontal-scrolling-list [background-image],
.horizontal-scrolling-list .item-placeholder {
  display: inline-block;
  margin: 10px;
  max-width: 15rem;
  min-width: 15rem;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  background-size: cover;
}
.horizontal-scrolling-list [background-image] > .context-menu,
.horizontal-scrolling-list .item-placeholder > .context-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  cursor: default;
  padding: 0;
  color: inherit;
}
.horizontal-scrolling-list [background-image]:hover > .context-menu,
.horizontal-scrolling-list .item-placeholder:hover > .context-menu {
  display: block;
}
.horizontal-scrolling-list [background-image] > span,
.horizontal-scrolling-list .item-placeholder > span {
  padding: 0 1rem;
  height: 10rem;
  max-width: 15rem;
  min-width: 15rem;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: color;
  text-transform: uppercase;
  line-height: 1.5em;
  font-size: 1em;
  white-space: normal;
}
.horizontal-scrolling-list .item-placeholder .icon {
  font-size: 1.5em;
  cursor: pointer;
}
.drop-shadow {
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
}
.fa {
  color: inherit;
}
.icon::before {
  display: inline-block;
  margin-right: 0.5em;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.input-group-addon.no-style {
  border: none;
  background: none;
}
[static-banner-widget] [background-image] {
  width: 400px;
  min-height: 150px;
  width: 335px;
  display: inline-block;
  border: 1px solid silver;
  color: black;
}
[static-banner-widget] [background-image] [ckeditor] {
  min-height: 150px;
  overflow-y: auto;
  text-align: center;
  padding: 0 20px 30px 30px;
  text-align: left;
}
[static-banner-widget] [background-image] [ckeditor] p {
  margin-bottom: 20px;
}
[static-banner-widget] [background-image] [ckeditor] h1 {
  margin-bottom: 30px;
  margin-top: 30px;
}
[static-banner-widget] [background-image] [ckeditor] h3 {
  margin-bottom: 10px;
  margin-top: 10px;
}
.modal-header.rounded {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.modal-header.warning {
  background-color: #fcf8e3;
  color: black;
}
.active .btn.btn-success,
.active .btn.btn-success:hover {
  border-color: #20c4cb;
}
[ng-controller='groupSettingsController'] .badge {
  padding: 5px 10px;
}
.form-control::placeholder {
  font-style: italic;
}
