/* =============================================================================
   Normalize
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  display: inline;
  zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea,
a {
  font-family: "Open Sans", sans-serif;
  color: #222;
}

body {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
}

::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

a {
  color: #444;
  text-decoration: none;
}

a:hover {
  color: #00b2d9;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0 !important;
}

button,
i {
  outline: 0 !important;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0 1.5em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

dd {
  margin: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

img.carousel-slide {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

form .group {
  margin-bottom: 10px;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  margin-left: -7px;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  overflow: visible;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  width: 13px;
  height: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* input:valid,
textarea:valid {

}
input:invalid,
textarea:invalid {
  background-color: #ffebeb;
} */

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100% !important;
}

td {
  vertical-align: top;
}

div {
  vertical-align: top;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.w25 {
  width: 25%;
}

.w33 {
  width: 33.3333333%;
}

.w40 {
  width: 40%;
  padding: 0 20px;
}

.w50 {
  width: 50%;
}

.w60 {
  width: 60%;
  padding: 0 20px;
}

.w67 {
  width: 66.6666667%;
}

.w75 {
  width: 75%;
}

.w100 {
  width: 100%;
}

.txt-primary {
  color: #333 !important;
}

.txt-success {
  color: #37a70b !important;
}

.txt-info {
  color: #05628f !important;
}

.txt-warning {
  color: #eea804 !important;
}

.txt-danger {
  color: #cc2200 !important;
}

/*Font icons*/

#omiMain .fas.fa-check {
  color: #4ac70c !important;
}

#omiMain .fas.fa-cloud {
  color: #aeb9a9 !important;
}

#omiMain .fas.fa-cogs {
  color: #f3a200 !important;
}

#omiMain .fas.fa-eye {
  color: #6d7b86 !important;
}

#omiMain .fas.fa-times {
  color: #bd1313 !important;
}

#omiMain .fas.fa-envelope-o.manager,
#omiMain .fas.fa-envelope.manager,
#omiMain .fas.fa-plus,
#omiMain .fas.fa-times,
#omiMain .fas.fa-file-export,
#omiMain .fas.fa-file-chart-line {
  cursor: pointer;
}

#omiMain .fas.fa-envelope.green,
#omiMain .fas.fa-plus.green,
#omiMain .fas.fa-calendar-plus.green {
  color: #4ac70c !important;
}

#omiMain .fas.fa-envelope.red,
#omiMain .fas.fa-times.red,
#omiMain .fas.fa-calendar-minus.red {
  color: #bd1313 !important;
}

#omiMain .fas.fa-envelope.blue,
#omiMain .fas.fa-file-chart-line.green {
  color: #4ac70c !important;
}

/* #omiMain .fas.fa-trash {
  color: #bd1313 !important;
} */

/* ===== Primary Styles ========================================================
   Author:
   ========================================================================== */
html {
  height: 100% !important;
}

body {
  background: #fff;
  height: 100% !important;
}

h1,
h2,
h3,
p {
  margin-top: 0 !important;
  margin-bottom: 15px;
  line-height: 1em;
}

h1 {
  color: #222;
  margin-left: 0;
  padding: 0;
  font-weight: 300;
  font-size: 2em;
}

h2 {
  font-size: 1.4em;
  color: #444;
  font-weight: 400;
}

h3 {
  font-size: 1.1em;
  font-weight: 400;
  color: #222;
}

#omiWrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  text-align: left;
  background: #fff;
}

/* HEADER */
#omiHeader.omi {
  background: #f4f4f4;
  border-bottom: 1px solid #fff;
  position: fixed;
  width: 100%;
  z-index: 2995;
}

#omiHeader.ccp {
  background: #fff;
  border-bottom: 1px solid #fff;
  position: fixed;
  width: 100%;
  padding-left: 10px;
  z-index: 2995;
}

#omiHeader.warexpo {
  background: #005ca9;
  border-bottom: 1px solid #fff;
  position: fixed;
  width: 100%;
  z-index: 2995;
}

#omiHeader.publicis {
  background: #ffffff;
  border-bottom: 1px solid #fff;
  position: fixed;
  width: 100%;
  z-index: 2995;
}

#omiLogo,
#omiUserMenu {
  display: inline-block;
}

#omiLogo {
  width: 40% !important;
  min-width: 280px;
  margin-bottom: 7px;
  cursor: pointer;
}

#omiLogo figure {
  margin: 0;
  height: 40px;
  clear: both;
  display: block;
}

#omiLogo figure img {
  height: 46px;
}

#omiUserMenu {
  text-align: right;
  width: 59%;
}

#omiUserMenu button {
  background: none;
  border: none;
  border-radius: 5px;
}

#omiUserMenu .inside {
  margin: 5px 10px;
}

/* FOOTER */
#omiFooter {
  background: #f4f4f4;
  color: #aaa;
  display: block;
  height: 20px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
  font-size: 0.8em;
  line-height: 2em;
}

#omiFooter .xeneco-footer a,
#omiFooter .clearchannel-footer a {
  color: #aaa;
  margin: 0px 10px;
}

#omiFooter .xeneco-footer a {
  letter-spacing: 1px;
}

#omiFooter .clearchannel-footer a {
  letter-spacing: normal;
}

/* Status Bar */
#omiStatusBar {
  padding: 8px 20px;
  margin-top: 48px;
  position: fixed;
  width: 100%;
  z-index: 2995;
}

#omiStatusBar div {
  padding: 0;
  margin: 0;
  display: inline;
}

#omiStatusBar .details span {
  margin-right: 20px;
  display: inline-block;
}

#omiStatusBar .details i {
  font-style: normal !important;
}

#omiStatusBar strong {
  font-weight: 600;
  margin-right: 5px;
}

#omiStatusBar .buttons {
  float: right;
}

#omiStatusBar .dropdown.buttons.open>.dropdown-menu {
  left: -135px;
}

#omiStatusBar button {
  background: none;
  border: none !important;
  border-radius: 5px;
  margin-right: 20px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 1px;
}

#omiStatusBar a {
  text-decoration: none;
  background: none;
  border: none !important;
  border-radius: 5px;
  margin-right: 5px;
  padding: 3px 10px;
}

#omiStatusBar button:hover {
  background: #fff;
}

#omiStatusBar a:hover {
  background: #fff;
  color: #000;
}

#omiStatusBar.bg-active .date {
  color: #00cc22 !important;
}

#omiStatusBar.bg-success .date {
  color: #00cc22 !important;
}

#omiStatusBar.bg-warning .date {
  color: #f87e05;
}

#omiStatusBar.bg-danger .date {
  color: #cc2200;
}

#omiStatusBar.bg-info .date {
  color: #aaa;
  text-decoration: line-through;
}

/* CONTAINER */
#omiContent {}

#omiContainter {
  height: 100%;
  padding-top: 85px;
}

#omiLeft {
  width: 35px;
  height: 100%;
  vertical-align: top;
  background: #f4f4f4;
  border-right: 1px solid #fff;
  position: fixed;
  z-index: 999;
}

.omiSettings #omiLeft {
  width: 135px;
}

#omiMain {
  margin: 0 35px;
}

#omiMain.noLeft {
  margin-left: 0;
}

.omiSettings #omiMain {
  margin-left: 135px;
}

#omiMain #omiForm {
  margin-top: 30px;
}

#omiMain .content {
  padding: 20px 30px;
}

/* LEFT NAV */
#omiNav {
  margin: 0 !important;
  padding: 0 !important;
  width: 35px;
}

#omiNav li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border-left: #f4f4f4 4px solid;
}

#omiNav li.active {
  border-left: #00b2d9 4px solid;
  background-color: #fff;
}

#omiNav li.enable {
  background-color: #e1f8ff;
  border-left: #e1f8ff 4px solid;
}

#omiNav li.enable a {
  color: #00b2d9 !important;
}

#omiNav li:hover {
  border-left: #fff 4px solid;
  background-color: #fff;
  color: #000;
}

#omiNav button,
#omiNav a {
  display: block;
  text-decoration: none;
  color: #666;
  background-color: transparent;
  padding-left: 1px;
  border: none;
  letter-spacing: -0.02em;
  cursor: pointer;
}

#omiNav li.active button,
#omiNav li.active a {
  color: #000;
  font-weight: 600 !important;
}

#omiNav i.fas,
#omiNav i.far {
  font-size: 16px;
  padding: 10px 5px;
}

.omiSettings #omiNav i.fas,
.omiSettings #omiNav i.far {
  width: 35px;
}

#omiNav button span {
  display: none;
}

#omiNav .ams {
  background: url("../icons/ams.png") center center no-repeat;
  height: 32px;
  width: 26px;
  display: block;
}

#omiNav .ooh {
  background: url("../icons/ooh.png") center center no-repeat;
  height: 32px;
  width: 26px;
  display: block;
}

#omiNav .bus {
  background: url("../icons/bus.png") center center no-repeat;
  height: 32px;
  width: 26px;
  display: block;
}

.omiSettings #omiNav {
  margin: 0 !important;
  padding: 0 !important;
  width: 135px;
  border-right: #f4f4f4 1px solid;
}

.omiSettings #omiNav button {
  width: 100%;
  text-align: left;
}

/* TOP USER NAV */
#omiUserNav {
  margin: 0 !important;
  padding: 0 !important;
}

#omiUserNav li {
  list-style: none !important;
  margin: 0 !important;
  padding: 2px 7px !important;
  display: inline-block;
  border-radius: 3px;
}

#omiUserNav li:hover {
  background: #fff;
}

#omiUserNav li.ng-binding:hover {
  background: none;
}

#omiUserNav a {
  display: block;
  text-decoration: none;
  color: #444;
  padding: 3px 0;
  vertical-align: middle;
  line-height: 1;
}

#omiUserNav i.fas,
#omiUserNav i.far {
  font-size: 18px;
  padding: 5px;
}

/* MAIN CONTAINER */

#omiSelection {
  white-space: nowrap;
  overflow: hidden;
}

#omiSelection .selectionTable {
  display: inline-block;
  overflow: hidden;
}

#omiSelection .selectionTable .inside {
  margin: 0px 15px;
}

#omiSelection .selectionTable th {
  padding: 0 0 20px 0;
}

#omiSelection .selectionTable .table-simple th {
  padding: 8px;
}

#omiSelection .selectionTable th.last {
  width: 50px;
}

#omiSelection .selectionTable .buttons {
  width: 80px;
}

#omiSelection .selectionTable .buttons button {
  display: inline-block;
  border: none;
  margin: 8px 3px 0px 3px;
  padding: 0;
  height: 12px;
  width: 12px;
  background: #eee;
}

#omiSelection .selectionTable .buttons button.status {
  border-radius: 8px;
}

#omiSelection .selectionTable .buttons a {
  display: inline-block;
  height: 12px;
  width: 8px;
  background: #eee;
}

#omiSelection .selectionTable .buttons a.status {
  border-radius: 8px;
}

#omiSelection .selectionTable .buttons a.visible {
  background: url(../icons/visible.png) center center no-repeat;
  width: 16px;
  margin-left: 3px;
}

#omiSelection .selectionTable .buttons a.hidden {
  background: url(../icons/hidden.png) center center no-repeat;
  width: 16px;
  margin-left: 3px;
  visibility: visible !important;
  display: inline-block !important;
}

#omiSelection .selectionTable .buttons a.edit {
  background: url(../icons/edit.png) center center no-repeat;
  width: 16px;
  margin-left: 3px;
}

#omiSelection .selectionTable .buttons a.disabled {
  background: url(../icons/edit-disabled.png) center center no-repeat;
  width: 16px;
  margin-left: 3px;
}

#omiSelection .selectionTable .buttons a.approved {
  background: #00cc22;
}

#omiSelection .selectionTable .buttons a.onhold {
  background: #ffaa00;
}

#omiSelection .selectionTable .buttons a.deleted {
  background: #ee2200;
}

#omiSelection .selectionTable .buttons button.approved {
  background: #00cc22;
}

#omiSelection .selectionTable .buttons button.onhold {
  background: #ffaa00;
}

#omiSelection .selectionTable .buttons button.deleted {
  background: #ee2200;
}

#omiSelection .selectionTable .buttons button.fas.fa-trash {
  background: none;
  color: #ee2200;
  transform: scale(0.8);
  margin-top: 3px;
}

#omiSelection .selectionMap {
  display: inline-block;
  height: 100%;
}

#omiSelection .selectionMap .inside {
  margin: 0px;
  height: 100%;
}

#omiSelection .selectionMap .map {
  margin: 0px;
  height: 100%;
}

#omiSelection .selectionMap .buttons {
  margin-bottom: 20px;
}

#omiSelection .selectionMap .buttons a {
  margin-left: 10px;
  padding-left: 20px;
  background: url(../icons/layouts.png) left center no-repeat;
}

#omiSelection .selectionMap .buttons a.formats {
  background-image: url(../icons/formats.png);
}

#omiSelection .selectionMap .buttons a.layouts {
  background-image: url(../icons/layouts.png);
}

#omiSelection .selectionSummary {
  white-space: nowrap;
  background: #f4f4f4;
  padding: 10px;
  font-size: 13px;
  overflow: hidden;
}

#omiSelection .selectionSummary.green {
  background: #dcfde1;
}

#omiSelection .selectionTable .selectionSummary,
#omiSelection .selectionTable .interactions {
  margin: 0 auto;
  width: 100%;
}

#omiSelection .selectionSummary div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
}

#omiSelection .selectionSummary span {
  font-weight: 600;
}

#omiSelection .selectionSummary p {
  margin-bottom: 0;
}

#omiSelection .selectionTable a.status {
  display: inline-block;
  height: 12px;
  width: 12px;
  background: #eee;
  border-radius: 8px;
  margin: 0 5px;
}

#omiSelection .selectionTable .interactions table {
  margin-top: 10px;
}

#omiSelection .selectionTable .interactions th {
  padding: 0;
}

#omiSelection .selectionSummary a.approved {
  background: #00cc22;
}

#omiSelection .selectionSummary a.onhold {
  background: #ffaa00;
}

#omiSelection .selectionSummary a.deleted {
  background: #ee2200;
}

#omiSelection .market-window-promoted {
  white-space: nowrap;
  background: #f4f4f4;
  position: relative;
  margin-top: 53px;
  font-size: 13px;
  display: inline-block;
  max-width: 568px;
}

.discount-badge {
  position: absolute;
  top: 10px;
  left: 0px;
  height: 20px;
  z-index: 3;
  text-align: center;
  line-height: 20px;
  background-color: red;
  box-shadow: rgba(0, 0, 0, 0.2) 3px 3px 1px;
  padding: 0 10px;
  color: white;
}

#omiSelection .market-window-promoted>div {
  display: inline-block;
  /* width: 100%; */
}

#omiSelection .market-window-promoted span {
  font-weight: 600;
}

.board-list-container {
  margin-bottom: 10px;
}

/* div.metricsDetails,
.interactions {
  width: 49%;
  float: left;
  margin-top: 10px;
  white-space: initial;
  background: #f4f4f4;
  padding: 8px 10px 10px 10px;
} */
.metricsDetails {
  margin-left: 2%;
}

div.metricsDetails b {
  line-height: 1;
}

div.metricsDetails .metrics_value {
  color: #d5213e;
  font-weight: 600;
  text-align: right;
}

div.metricsDetails td {
  border-top: #ddd 1px solid;
  padding-top: 3px;
  padding-bottom: 3px;
}

div.metricsDetails tr:hover td {
  background: #fff;
}

.offer-info>.metricsDetails {
  width: 100%;
  float: right;
}

img.offer-info {
  max-height: 70vh;
  max-width: 100%;
}

/*#omiSelection .selectionStats {display: inline-block; float: left; background: #fffdd5; border: #fbe7a9 1px solid; width: 100%; height: 20px; margin-top: 15px;}*/
#omiSelection .selectionInfo {
  overflow: hidden;
  font-size: x-small;
  position: absolute;
  bottom: 0;
  z-index: 1999;
  background: #f4f4f4;
  width: 100% !important;
  margin-left: -35px;
}

#omiSelection .selectionInfo span {
  margin-left: 0 !important;
}

#omiSelection .selectionInfo .inside {
  margin: 10px 10px 10px 50px;
}

#omiSearch {
  margin-bottom: 10px;
  margin-top: 10px;
}

/* Notification */

div#omiNotification,
div#omiMaintenanceNotification {
  position: relative;
  width: 100%;
  height: 20px;
  top: 0px;
  background-color: #ff4136;
  text-align: center;
  color: white;
}

div#omiNotification a {
  color: white;
  cursor: pointer;
}

/*Loader*/

div#omiLoader {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden !important;
  background: rgba(255, 255, 255, 0.95) url("../img/loader.gif") center center no-repeat;
  z-index: 999999;
}

#omiLoader>span {
  margin-top: 150px;
  font-size: 1.6em;
  color: rgb(121, 121, 121);
}

/* Overlay */

div#omi-overlay {
  position: absolute;
  right: 0;
  display: none;
  height: 100vh;
  background: rgba(255, 255, 255);
  z-index: 999998;
}

div#omi-overlay header {
  position: relative;
  top: 10px;
  left: 10px;
  height: 2em;
}

div#omi-overlay header span {
  position: relative;
  display: block;
  left: 10px;
  font-size: 2em;
  cursor: pointer;
}

div#omi-overlay.on {
  width: 50vw;
  transition: width 0.2s ease-in;
  overflow: auto;
  display: block;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
}

div#omi-overlay.on main {
  padding: 2em 3em;
  max-width: 700px;
  margin: auto;
}

div#omi-overlay.on h1 {
  text-align: center;
}

div#omi-overlay.off {
  width: 0vw;
  display: none;
  transition: width 0.2s ease-in;
}

/* Bootstrap */

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}

input[readonly] {
  background-color: white !important;
  cursor: text !important;
}

.tooltip {
  z-index: 99999 !important;
}

.tooltip.statusTooltip * {
  color: white !important;
}

.panel.with-nav-tabs .panel-heading {
  padding: 5px 5px 0 5px;
}

.panel.with-nav-tabs .nav-tabs {
  border-bottom: none;
}

.panel.with-nav-tabs .nav-justified {
  margin-bottom: -1px;
}

.with-nav-tabs .glyphicon {
  margin-right: 5px;
}

/********************************************************************/
/*** PANEL DEFAULT ***/
.with-nav-tabs.panel-default .nav-tabs>li>a,
.with-nav-tabs.panel-default .nav-tabs>li>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li>a:focus {
  color: #777;
}

.with-nav-tabs.panel-default .nav-tabs>.open>a,
.with-nav-tabs.panel-default .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-default .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-default .nav-tabs>li>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li>a:focus {
  color: #777;
  background-color: #ddd;
  border-color: transparent;
}

.with-nav-tabs.panel-default .nav-tabs>li.active>a,
.with-nav-tabs.panel-default .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li.active>a:focus {
  color: #555;
  background-color: #fff;
  border-color: #ddd;
  border-bottom-color: transparent;
}

.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu {
  background-color: #f5f5f5;
  border-color: #ddd;
}

.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>li>a {
  color: #777;
}

.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
  background-color: #ddd;
}

.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
  color: #fff;
  background-color: #555;
}

.range {
  /*display: table;*/
  position: relative;
  height: 25px;
  margin-top: 10px;
  background-color: rgb(245, 245, 245);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.range input[type="range"] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;

  display: table-cell;
  width: 100%;
  background-color: transparent;
  height: 25px;
  cursor: pointer;
}

.range input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;

  width: 11px;
  height: 25px;
  color: rgb(255, 255, 255);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0px;
  background-color: rgb(153, 153, 153);
}

.range input[type="range"]::-moz-slider-thumb {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;

  width: 11px;
  height: 25px;
  color: rgb(255, 255, 255);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0px;
  background-color: rgb(153, 153, 153);
}

.range output {
  display: table-cell;
  padding: 3px 5px 2px;
  min-width: 40px;
  color: rgb(255, 255, 255);
  background-color: rgb(153, 153, 153);
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;

  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;

  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  -ms-user-select: none;
}

.range input[type="range"] {
  outline: none;
}

.range.range-primary input[type="range"]::-webkit-slider-thumb {
  background-color: rgb(66, 139, 202);
}

.range.range-primary input[type="range"]::-moz-slider-thumb {
  background-color: rgb(66, 139, 202);
}

.range.range-primary output {
  background-color: rgb(66, 139, 202);
}

.range.range-primary input[type="range"] {
  outline-color: rgb(66, 139, 202);
}

/*BUTTONS*/
.btn span.glyphicon {
  opacity: 0;
}

.btn.active span.glyphicon {
  opacity: 1;
}

.btn-group {
  padding: 3px;
}

.checkbox label {
  margin-right: 20px;
}

.tooltip {
  z-index: 99999999 !important;
}

.citysize {
  padding: 3px 5px;
  height: auto;
  line-height: 1;
  width: 50px !important;
  display: inline-block;
}

.avatar {}

.input-group-addon.scale {
  padding-top: 0;
  padding-bottom: 0;
}

.scale label.radio-inline {
  padding-top: 0 !important;
}

.input-group-addon.stars {
  width: 100px;
}

/*UIB Dropdowns*/
.uib-dropdown-menu {
  padding: 10px;
  background: #fdfdfd;
}

.uib-dropdown-menu label {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 13px;
}

.uib-dropdown-menu button {
  margin-bottom: 5px;
}

.uib-dropdown-menu li {
  padding: 3px;
}

.uib-dropdown-menu li {
  background: #fdfdfd;
  padding: 3px;
}

/*Map leaflet*/
.leaflet-top {
  z-index: 900 !important;
  padding-right: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  margin-left: 20px;
}

.leaflet-popup select {
  display: inline-block;
  padding: 1px !important;
  height: 25px;
  line-height: 25px;
  width: auto;
}

.leaflet-popup-content .form-horizontal {
  width: 290px;
  margin: 10px;
}

.leaflet-popup-content .form-group {
  margin-bottom: 2px;
  overflow: auto;
}

.leaflet-popup-content label {
  text-align: right;
}

.leaflet-popup-content .image {
  background: url("../img/image-placeholder.png") center center no-repeat;
  margin-bottom: 10px;
  margin-top: 10px;
}

.leaflet-popup-content select {
  padding: 1px 15px 1px 4px !important;
  border: #eee 1px solid;
  appearance: none !important;
  font-size: 13px !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background: #fff url("../img/down.png") right center no-repeat;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.leaflet-control button {
  box-shadow: none !important;
  background: #fff;
  border: 0;
  border-radius: 3px;
  width: 26px !important;
  height: 26px !important;
  line-height: 26px !important;
}

.leaflet-bar {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

div [omi-grid-action] {
  margin-bottom: 5px;
  overflow: hidden;
  height: auto;
  background: #fafafa;
  white-space: initial;
  line-height: 2em;
  padding: 5px;
  margin-left: 2px;
}

div [omi-grid-action] select {
  padding: 1px !important;
  border: #eee 1px solid;
  x-webkit-appearance: listbox;
  font-size: 13px !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background: #fff url("../img/down.png") right center no-repeat;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

div [omi-grid-action] select[disabled] {
  background: #f4f4f4;
}

div [omi-grid-action] span {
  padding: 0px 5px 5px 0px;
}

div [omi-grid-action] .btn {
  padding: 3px !important;
  border: none;
  background: none;
  box-shadow: none !important;
}

div [omi-grid-action] .btn.btn-success.top-panel-actions {
  background: #00cc22;
  margin-left: 5px;
  box-shadow: initial;
}

div [omi-grid-action] .btn.btn-success.top-panel-actions[disabled] {
  background: lightgrey;
  box-shadow: initial;
}

div [omi-grid-action] .fa-trash {
  font-size: 16px;
  margin-left: 10px;
  box-shadow: none !important;
}

div [omi-grid-action] .fa-calendar-plus {
  font-size: 16px;
  margin-left: 10px;
  box-shadow: none !important;
}

div [omi-grid-action] .fa-calendar-minus {
  font-size: 16px;
  margin-left: 10px;
  box-shadow: none !important;
}

div [omi-grid-action] .buttons button {
  vertical-align: top;
  line-height: 18px;
}

.new-campaign-boards {
  user-select: none;
  -moz-user-select: none;
  min-height: 50vh !important;
  max-height: calc(100vh - 400px) !important;
}

.main-grid {
  min-height: 50vh !important;
  max-height: 50vh !important;
}

.main-grid-1 {
  min-height: 70px !important;
  max-height: 70px !important;
}

.main-grid-2 {
  min-height: 100px !important;
  max-height: 100px !important;
}

.main-grid-3 {
  min-height: 130px !important;
  max-height: 130px !important;
}

.main-grid-4 {
  min-height: 160px !important;
  max-height: 160px !important;
}

.main-grid-5 {
  min-height: 190px !important;
  max-height: 190px !important;
}

.main-grid-6 {
  min-height: 220px !important;
  max-height: 220px !important;
}

.main-grid-7 {
  min-height: 250px !important;
  max-height: 250px !important;
}

.main-grid-8 {
  min-height: 280px !important;
  max-height: 280px !important;
}

.main-grid-9 {
  min-height: 310px !important;
  max-height: 310px !important;
}

.campaign-list-container .main-grid {
  min-height: calc(100vh - 250px) !important;
  max-height: calc(100vh - 250px) !important;
}

.board-list-extender {
  background: #ffffff url("../img/expand.png") -7px center no-repeat;
  width: 18px;
  height: 80px;
  position: absolute;
  z-index: 999;
  left: 50%;
  top: 300px;
  border-top: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
  border-right: #ccc 1px solid;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  box-shadow: 1px 1px 1px 0 rgba(50, 50, 50, 0.5);
}

.board-list-extender.extended {
  left: calc(100% - 35px);
  background: #ffffff url("../img/collapse.png") -7px center no-repeat;
}

/* =============================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 1008px) {}

@media only screen and (max-width: 768px) {}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  line-height: 0;
}

.ir br {
  display: none;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

/* omi status fields by i properties */
.filter.choices {
  margin-top: 7px;
}

.filter i.status {
  display: inline-block;
  height: 12px;
  width: 12px;
  margin-left: 2px;
  margin-right: 2px;
  background: #eee;
  border-radius: 8px;
}

.filter i.status.fas.fa-trash {
  margin-top: 3px !important;
  background: none;
  color: #eee;
}

.filter i.status.fas.fa-trash:hover {
  color: #ee2200;
}

.filter i.status.fas.fa-trash.deleted {
  color: #ee2200;
}

.filter i.approved {
  background: #00cc22;
}

.filter i.onhold {
  background: #ffaa00;
}

.filter i.deleted {
  background: #ee2200;
}

/* class for tooltips not to wrap at white space*/
.nowrap {
  white-space: nowrap;
}

.modal-full {
  width: 95%;
}

.modal-dialog.modal-lg {
  width: 95%;
  height: 100%;
}

.modal {
  z-index: 30000 !important;
}

.modal-backdrop {
  z-index: 20000 !important;
}

.progress {
  display: inline-block;
  width: 300px;
  border: 3px groove #ccc;
}

.progress div {
  font-size: smaller;
  background: #00cc22;
  width: 0;
}

.default-cursor {
  cursor: default;
}

.loader {
  background: url("../icons/loader.gif") center center no-repeat;
  height: 16px;
  width: 16px;
  display: block;
}

.filter input[type="radio"] {
  display: none;
}

.smaller {
  font-size: smaller;
}

.btn.smaller {
  margin-top: 5px;
}

/* from old style.css*/
/*.main-grid {
  height: 328px;
  /*width: 100%;
}*/
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.translate-cloak {
  display: none !important;
}

.dropdown-menu {
  max-height: 300px;
  overflow: auto;
}

#formSearchMap {
  padding-left: 25px;
  padding-right: 25px;
  padding: 15px;
}

#formSearchMap .control-label {
  white-space: pre-line;
  text-align: left;
}

.ui-grid-header .btn-primary {
  border: none !important;
  top: 2px !important;
  left: -1px !important;
  background: #e1f8ff;
  box-shadow: none !important;
  padding-top: 7px;
}

.ui-grid-header .btn {
  top: 1px;
}

.ui-grid .ui-grid-row select {
  padding-top: 4px !important;
}

#omiWrapper .omi_map {
  height: 100%;
  height: calc(100% - 84px);
  position: fixed;
}

#omiWrapper.is-public .omi_map {
  height: 100%;
  height: calc(100% - 104px);
  position: fixed;
}

#omiWrapper .full_screen .omi_map {
  height: 100%;
  height: calc(100% - 50px);
  position: fixed;
}

#omiWrapper.is-public .full_screen .omi_map {
  height: 100%;
  height: calc(100% - 50px);
  position: fixed;
}

#omiCampaignPubLink {
  clear: both;
  padding: 25px 15px 10px 0px !important;
  color: #aaa;
  line-height: 20px !important;
}

#omiSelection .selectionTable.shrink {
  width: 0 !important;
}

#map.w100 {
  width: 100% !important;
}

.buttonSpacing {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Styles for marker groups - for campaign boards */
.myclusterSmall {
  border-radius: 20px;
  width: 40px;
  height: 40px;
  background-color: greenyellow;
  text-align: center;
  font-size: 24px;
}

.myclusterMedium {
  border-radius: 30px;
  width: 60px;
  height: 60px;
  background-color: #ffdb58;
  text-align: center;
  font-size: 24px;
  padding-top: 10px;
  box-sizing: border-box;
}

/* Image gallery CSSes */
.nav {
  display: block;
  left: 0;
  margin: 0 auto;
  padding: 1em 0 0.8em;
  right: 0;
  width: 100%;
  z-index: 5;
}

.nav li {
  cursor: pointer;
  display: inline-block;
  margin: 0 8px;
  position: relative;
  width: 150px;
}

.nav li.provider img {
  border: 5px solid #3b8aff;
}

.nav li img {
  width: 100%;
  border: 5px solid #00b31e;
}

.image-switcher {
  position: absolute;
}

.image-switcher.image-switcher-reset {
  top: 20px;
  left: 0;
}

.image-switcher.image-switcher-left {
  left: 0;
  top: 150px;
}

.image-switcher.image-switcher-right {
  right: 0;
  top: 150px;
}

.omi-image-list {
  padding: 1em 0px;
}

.omi-image-list.public {
  margin-top: 20px;
  padding: 0;
}

.omi-image-list.public li {
  box-sizing: border-box;
  width: 45%;
}

.omi-image-list.public li img {
  box-sizing: border-box;
  border: 2px solid transparent;
}

.omi-image-list.public li img:hover {
  border: 2px solid lightskyblue;
}

.omi_map.map-small {
  height: 300px;
  width: 100%;
}

.omi-flex-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}

.omi_map.map-small .leaflet-control-container> :not(:nth-child(7)) {
  display: none;
}

.ui-grid-menu-button>.ui-grid-icon-container>.ui-grid-icon-menu {
  font-size: 14px !important;
}

.status-stat {
  margin-right: 10px;
}

div[role="columnheader"] .btn .fas {
  visibility: hidden;
}

div[role="columnheader"]:hover .btn .fas,
div[role="columnheader"] .btn.btn-primary .fas {
  visibility: visible;
}

/**** Added by Paweł Józefowski ****/

.asg-thumbnail {
  position: relative;
  overflow: hidden;
  transition: all 0.32s ease;
  top: 292px;
}

.asg-image {
  overflow: unset;
}

.asg-image .images {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: auto;
  -webkit-perspective: 1280px;
  perspective: 1280px;
}

.asg-thumbnail .items .item {
  overflow: hidden;
  position: relative;
  display: inline-block;
  margin: 0 2px;
  transition: all 0.32s ease;
  vertical-align: top;
  padding: 0;
  width: 18%;
}

i.badgee {
  text-align: center;
  vertical-align: middle;
  position: relative;
}

.badgee:after {
  content: attr(data-content);
  position: absolute;
  background: rgba(255, 0, 0, 1);
  height: 0.8rem;
  top: -0.1rem;
  right: -0.1rem;
  width: 0.8rem;
  text-align: center;
  line-height: 0.7rem;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.4rem;
  border-radius: 50%;
  color: white;
  border: 1px solid red;
}

.fas.disabled {
  color: lightgrey !important;
  cursor: pointer;
}

.fas.disabled.mw {
  cursor: not-allowed;
}

.fas.active {
  color: grey;
  cursor: pointer;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-50 {
  margin-top: 50px;
}

.ad-preview {
  width: 650px;
  height: 160px;
  float: left;
  margin-right: 50px;
  overflow: hidden;
  margin-bottom: 40px;
  margin-left: 0px;
  line-height: 14px;
  text-align: left;
}

.ad-preview:hover {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

.ad-preview.selected {
  box-shadow: 5px 5px 10px yellowgreen;
}

.ad-preview .ad-preview-title {
  font-weight: 500;
  line-height: 30px;
  padding-left: 10px;
  font-size: 1.1em;
}

.ad-preview .ad-preview-header {
  right: 0px;
  float: right;
  padding: 0 10px;
  position: relative;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  border: solid lightgrey;
  border-width: 1px 1px 0px 1px;
  border-radius: 3px 3px 0px 0px;
  top: 1px;
  z-index: 2;
  background-color: whitesmoke;
}

.ad-preview .ad-preview-header span.info-button {
  position: relative;
  left: -30px;
  top: -3px;
  z-index: 5;
  cursor: pointer;
}

.ad-preview .ad-preview-header span.info-button:hover {
  color: yellowgreen;
  cursor: pointer;
}

.ad-preview .ad-preview-header .ad-preview-specialtext {
  font-size: 1.3em;
  color: yellowgreen;
  margin-left: 5px;
}

.ad-preview .ad-preview-body {
  float: left;
  position: relative;
  width: 100%;
  height: 130px;
  padding: 5px;
  border: solid lightgrey;
  border-width: 1px 1px 1px 1px;
  border-radius: 3px 0px 3px 3px;
  background-color: whitesmoke;
}

.ad-preview .ad-preview-image {
  float: left;
  padding: 5px;
  height: 120px;
  width: 120px;
  overflow: hidden;
  background-size: cover;
  background-position: top left;
}

.ad-preview .ad-preview-details {
  float: left;
  line-height: 20px;
  margin-left: 10px;
  position: relative;
  width: 508px;
}

.ad-preview .ad-preview-details .ad-preview-details-1 {
  position: relative;
  height: 60px;
  width: 100%;
  padding: 10px 0;
  line-height: 38px;
}

.ad-preview .ad-preview-details .ad-preview-details-2 {
  position: relative;
  height: 60px;
  width: 100%;
}

.btn.btn-reserve {
  text-transform: uppercase;
  color: white;
  font-size: 1em;
  background-color: grey;
  display: inline;
  margin-left: 10px;
  position: relative;
  overflow: hidden;
}

.btn-reserve:before {
  font-family: FontAwesome;
  content: "\f07a";
  position: absolute;
  top: 5px;
  left: -30px;
  transition: all 200ms ease;
}

.btn-reserve:hover:before {
  left: 7px;
}

.omi-green {
  color: green;
}

.btn.btn-reserve {
  padding: 5px 30px;
  font-size: 1.2em;
  background-color: yellowgreen;
}

.ad-preview table tr {
  height: 2.2em;
  line-height: 2.2em;
}

.ad-preview table tr td {
  text-align: center;
  padding: 0 5px;
}

.ad-preview table tr td.longer {
  text-align: right;
}

.ad-preview-table-header {
  background-color: rgb(41, 41, 41);
  color: white;
}

.ad-preview-table-header th {
  text-align: center;
  width: 22%;
}

.ad-preview-table-header th.longer {
  width: 33%;
}

.no-margin {
  margin: 0 !important;
  padding: 0 !important;
}

.asg-modal {
  z-index: -9999;
  width: 0 !important;
  height: 0 !important;
}

.btn-order {
  right: 50px;
  position: relative;
}

.asg-image>.images>.img>.placeholder {
  filter: none;
  -webkit-filter: none;
  opacity: 1;
}

.omi-timer {
  vertical-align: middle;
  line-height: 2.2em;
}

.omi-flex-container .form-group {
  margin-bottom: 5px;
}

.omi-flex-container .form-group>div {
  margin-top: 1px;
}

.omi-flex-container label {
  text-align: right;
  padding: 0px;
}

/* numbered buttons */
#status-buttons a {
  color: black;
  display: inline-block;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  width: 19%;
}

#status-buttons a:hover {
  text-decoration: none;
}

#status-buttons span {
  color: white;
  background: #404040;
  display: block;
  height: 30px;
  margin: 0 auto 10px;
  padding-top: 8px;
  width: 30px;
  border-radius: 50%;
}

/* active buttons */
#status-buttons a.active span {
  background: #5bc0de;
  border-radius: 50%;
}

span.label-radio {
  margin-left: 5px;
}

span.label-checkbox {
  margin-left: 5px;
}

.label-checkbox small {
  font-weight: normal;
}

.cityGroup {
  margin-left: 10px;
}

.count-label {
  font-weight: normal;
  margin-left: 5px;
  color: #5bc0de;
}

input[type="number"].cityGroup {
  color: #5bc0de;
  width: 5em;
}

.btn.btn-left {
  float: left;
}

.btn.btn-right {
  float: right;
}

label.form-control {
  height: 40px;
  line-height: 2em;
}

/* BRIEF */

#status-buttons {
  display: flex;
  justify-content: space-around;
}

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

label.control-label.date-picker {
  width: 100%;
}

.poi-div-icon {
  font-size: 2em;
}

.board-div-icon-g {
  font-size: 1.3em;
  background-image: url("/board/choice/choiceG.png");
  background-position: center;
  background-size: cover;
  text-align: center;
}

.board-div-icon-1 {
  font-size: 1.3em;
  background-image: url("/board/choice/choice1.png");
  background-position: center;
  background-size: cover;
  text-align: center;
}

.board-div-icon-2 {
  font-size: 1.3em;
  background-image: url("/board/choice/choice2.png");
  background-position: center;
  background-size: cover;
  text-align: center;
}

.board-div-icon-3 {
  font-size: 1.3em;
  background-image: url("/board/choice/choice3.png");
  background-position: center;
  background-size: cover;
  text-align: center;
}

select.leaflet-popup-content {
  padding: 1px 15px 1px 4px !important;
  border: #eee 1px solid;
  appearance: none !important;
  font-size: 13px !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background: #fff url("../img/down.png") right center no-repeat;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin: 0px;
}

.entity-modal .form-group {
  margin-bottom: 5px;
}

.entity-modal .form-group>label {
  text-align: right;
}

.colon-suffix:after {
  content: ": ";
}

.whatevertest {
  background-color: rgba(0, 0, 0, 0.3);
  width: 3em;
  height: 3em;
}

table.planner {
  text-align: center;
  /* margin-top: 30px; */
}

table.planner th {
  text-align: center;
}

table.planner th.text-right {
  text-align: right;
}

form.planner-form .form-group {
  margin-bottom: 5px;
}

form.planner-form .city-groups {
  line-height: 1.8em;
}

form.planner-form .city-groups .radio-inline {
  padding-top: 0px;
}

select.multiple-selection {
  min-width: 200px;
  min-height: 150px;
}

select.multiple-selection[multiple]:focus option:checked {
  background: greenyellow !important;
}

#planner .col-md-1 {
  padding-left: 0px;
  line-height: 2em;
}

.tooltip-white {
  white-space: nowrap;
  background: white;
}

.colon-suffix:after {
  content: ":";
}

.language-label {
  min-width: 15px;
  display: inline-block;
  margin-left: -3px;
}

#poi_file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

#poi_file+label {
  background-color: rgb(224, 224, 224);
  border-radius: 5%;
  font-weight: normal;
  display: inline-block;
  border: 1px solid rgb(167, 167, 167);
  cursor: pointer;
  padding: 5px 10px;
  margin-right: 15px;
}

#poi_file+label:hover {
  background-color: rgb(167, 167, 167);
  border: 1px solid rgb(110, 110, 110);
}

.modal-footer>.form-inline {
  text-align: left;
}

.modal-footer>.form-inline .form-control {
  width: 75px;
  text-align: right;
}

.modal-footer>.form-inline .control-label {
  line-height: 2.5em;
}

.list-group {
  list-style: decimal inside;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.list-group-item {
  display: list-item;
  border: none;
}

.omi-cell-not-available {
  background-color: rgb(255, 243, 220) !important;
  color: lightgray !important;
}

.omi-cell-reserved {
  background-color: rgb(253, 194, 184) !important;
}

.omi-cell-package {
  background-color: rgb(245, 249, 255) !important;
  color: rgb(167, 167, 167) !important;
}

.omi-cell-reserved.omi-cell-package {
  background-color: rgb(216, 142, 129) !important;
}

.omi-cell-package-header {
  background-color: rgb(220, 234, 255) !important;
  color: rgb(167, 167, 167) !important;
}

.ui-grid-row span {
  line-height: 1.6em;
}

.ui-grid-row span.label {
  padding: 0 10px !important;
  margin: 5px 0;
  line-height: 1.6em;
}

input.date-picker-small {
  border: none;
  background-color: transparent !important;
  cursor: context-menu !important;
}

input[readonly].date-picker-small {
  border: none;
  background-color: transparent !important;
  cursor: context-menu !important;
}

.bordered>input.date-picker-small {
  border: 1px solid #eee;
  background-color: white !important;
  cursor: context-menu !important;
}

.bordered>input[readonly].date-picker-small {
  border: 1px solid #eee;
  background-color: white !important;
  cursor: context-menu !important;
}

.bordered.disabled>input.date-picker-small {
  border: 1px solid #eee;
  background-color: #f4f4f4 !important;
  cursor: context-menu !important;
}

.bordered.disabled>input[readonly].date-picker-small {
  border: 1px solid #eee;
  background-color: #f4f4f4 !important;
  cursor: context-menu !important;
}

.bordered {
  margin-left: 5px;
  margin-right: 5px;
}

.dropdown-header {
  padding: 10px 10px 0;
}

.pulse {
  opacity: 1;
  animation: fade 3s infinite;
}

@keyframes fade {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
    color: orange;
  }

  100% {
    opacity: 1;
  }
}

#formSendPostbuy .form-group {
  width: 100%;
}

.panel-body .col-xs-12>label {
  text-align: right;
}

.panel-heading>span {
  font-weight: bold;
  text-transform: uppercase;
}

.label.label-info {
  cursor: pointer;
}

.stats h4 {
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 40px;
  white-space: break-spaces;
}

.stats {
  padding-bottom: 30px;
}

.stats p {
  white-space: break-spaces;
  margin-left: 10px;
  font-size: 0.9em;
  font-weight: bold;
}

.chart-poi {
  display: block;
  width: 100%;
}

.chart-poi .poi-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 20px;
}

.chart-poi .poi-row .poi-label,
.chart-poi .poi-row .poi-sum {
  width: 45%;
  border: 1px solid lightblue;
  padding: 20px;
  text-align: center;
}

.poi-label .number,
.poi-sum .number {
  font-size: 2em;
  display: block;
}

.panel-body .ng-invalid-max,
.panel-body .ng-invalid-min,
#formChangeQuantity .ng-invalid-max,
#formChangeQuantity .ng-invalid-min {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

.text-break {
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}

.info-popup {
  width: 440px;
  max-height: 800px;
  overflow-y: auto;
}

.info-popup .leaflet-popup-content .form-horizontal {
  width: 380px;
  margin: 10px;
}