.login-card h2 {
  margin: 0px 0px 16px;
}

.footer-content {
  height: 50px;
}

#ie {
  text-align: center;
  font-size: large;
  margin: 0;
  padding: 10px;
}

.page-impression,
.video-impression {
  width: 800px;
  max-height: 768px;
  overflow: auto;
}

.impression_warning {
  margin: 20px;
}

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

.popover {
  max-width: 100%;
}

.filter_message {
  padding: 5px;
  background-color: #fdfcac;
}

#categorization tr:first-of-type {
  font-weight: bold;
}

.dropdown-menu-content #treeContent {
  max-height: 360px;
  overflow-y: scroll;
}

.merge-ads video {
  display: block;
  width: 320px;
  height: 240px;
  margin: 0 auto;
}

#treeSelectedNode #treeClearSelection {
  position: absolute;
  right: 20px;
  top: 6px;
}

.errorlist {
  list-style-type: none;
  padding-left: 0px;
  color: red;
}

.layered-form {
  border: 1px solid #ccc;
  box-shadow: 4px 4px 4px -3px;
  padding: 10px;
}

.propose-brand-form {
  position: relative;
}

.propose-brand-form .btn-close {
  border: medium none;
  position: absolute;
  right: 10px;
  top: 10px;
}

ul.ui-fancytree li.locked > span.fancytree-node > span.fancytree-title {
  color: #aaa !important;
  font-style: italic !important;
}

ul.ui-fancytree li.locked > span.fancytree-node {
  cursor: not-allowed;
}

ul.ui-fancytree li.locked > span.fancytree-node > span.fancytree-title {
  cursor: not-allowed;
}

#treeSelectedNode {
  position: relative;
}

#treeSelectedNode i.gi-dropdown {
  position: absolute;
  top: 7px;
  right: 5px;
}

#treeSelectedNode .placeholder {
  color: #aaa;
  position: absolute;
}

.locked > span > span > mark {
  background-color: transparent;
  color: inherit;
}

.locked > span.fancytree-node:hover .fancytree-expander,
.locked > span.fancytree-node:hover,
.locked > span.fancytree-node:hover span.fancytree-title {
  background: transparent !important;
  color: black;
}

.dropdown-tooltip-icon {
  bottom: 9px;
  font-size: 18px;
  position: absolute;
  right: -14px;
}

.table > tbody > tr > td.proposed-brand {
  color: red;
}

.textarea-autofit {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.records-filter {
  width: 25%;
}

.ecommerce-label {
  display: block;
  border: 2px solid #66cc66;
  background: #83db00;
  padding: 5px;
  color: #fff;
  width: 200px;
  height: 40px;
  text-align: center;
  font-size: 1.3em;
  border-radius: 3px;
}

.spinner {
  border: 9px solid #f3f3f3; /* Light grey */
  border-top: 9px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

.suggestions-spinner {
  position: absolute;
  margin-top: 15px;
  left: 50px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.cat-edit-save-button {
  width: 140px;
  margin-right: 20px;
}

.play-test-button {
  width: 20%;
  margin-left: 4%;
}

.last-second-button {
  width: 20%;
  margin: auto;
}

.tv-controller {
  width: 100%;
  margin: auto;
}

.tv-sliders {
  width: 495px;
  margin: auto;
}

.tv-video-block {
  margin: 0 auto;
  display: block;
}

.count-table > tbody > tr > td {
  border-top: 0 solid #ddd;
}

.count-table > tbody > tr > th {
  border-top: 1px dotted grey;
}

.count-table tr th:first-child {
  text-align: right;
}

.count-table tr td:first-child {
  text-align: right;
  color: grey;
}

.count-table {
  white-space: nowrap;
  border-bottom: 1px dotted #8c97a3;
}

.show-counter-button {
  border: 1px dotted #8c97a3;
}

.cat-counter {
  float: right;
}

#brandsTable th {
  vertical-align: top;
}

.placeholder {
  background: none;
  opacity: 1;
}
