* {
  font-family: Arial, Helvetica, sans-serif;
}

#all-wrap {
  max-width: 900px;
  margin: 10px auto;
}

.unit-list#all-wrap {
  margin: 55px auto;
}

.unit-wrap {
  background: gainsboro;
  padding: 5px;
  position: relative;
  margin: 5px;
  border-radius: 3px;
}

.toggle-div-header {
  margin: 0;
  border-bottom: 3px double black;
}

.fa-angle-right {
  transform: rotate(0deg);
  position: absolute;
  right: 10px;
  font-size: 20px;
}

.angle-down i.fas.fa-angle-right {
  transform: rotate(90deg);
}

.unit-wrap {
  background: gainsboro;
  padding: 5px;
  position: relative;
  margin: 5px;
}

.unit-params-wrap {
  display: block;
  font-size: 18px;
}

.unit-params-wrap p {
  font-weight: bold;
}

.unit-params-wrap p.bidder-name span {
  color: ivory;
}

.unit-params-wrap p span {
  margin-left: 20px;
  text-decoration: underline;
}

.all-unit-bidders-wrap p span {
  color: blue;
}

.all-unit-bidders-wrap {
  background: darkgray;
  padding: 5px;
  width: 70%;
  border-radius: 3px;
  max-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
}
/* all unit bidders wrap scroll bar */
.all-unit-bidders-wrap::-webkit-scrollbar {
  width: 10px;
  transition: width 0.3s;
}
.all-unit-bidders-wrap::-webkit-scrollbar:hover {
  width: 30px;
}
.all-unit-bidders-wrap::-webkit-scrollbar-track {
  background: lightgray;
}
.all-unit-bidders-wrap::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: darkgrey;
  border: 2px solid lightblue;
}
.all-unit-bidders-wrap::-webkit-scrollbar-thumb:hover {
  border-radius: 10px;
  background: grey;
  border: 2px solid lightslategrey;
}
.bidder-wrap {
  padding: 0 3px;
  margin: 0 3px;
}
.bidder-seperator {
  width: 80%;
  margin: 1px auto;
  text-align: center;
}
.unit-index {
  position: absolute;
  right: 10px;
  top: 40px;
  font-size: 21px;
  font-weight: 600;
  font-family: monospace;
  border: 3px double darkgray;
  padding: 2px;
  height: 25px;
  width: 25px;
  text-align: center
}

.action-buttons {
  position: relative;
  width: 100%;
  height: 50px;
  padding: 5px;
  margin-top: 10px;
}

.update-unit {
  width: 100px;
  background: lightgreen;
  display: inline-block;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  margin-right: 10px;
/*  position: absolute;
  left: 0;
  top: 15px;
*/}

.log-unit {
  width: 140px;
  background: #efb172;
  display: inline-block;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  margin-right: 10px;
/*  position: absolute;
  left: 0;
  top: 15px;
*/}

.clone-unit {
  width: 100px;
  background: blue;
  display: inline-block;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  margin-right: 10px;
/*  position: absolute;
  left: 50px;
  top: 15px;
*/  color: white;
}

.nm-rules-unit {
  width: 100px;
  background: #10C5A3;
  display: inline-block;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  margin-right: 10px;
/*  position: absolute;
  left: 50px;
  top: 15px;
*/
  color: #fff;
  text-decoration: none;
}

.delete-unit {
  width: 100px;
  background: red;
  display: inline-block;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
/*  position: absolute;
  right: 0;
  top: 15px;
*/}

.action-buttons span:hover {
  cursor: pointer;
}

.block-btn {
  display: inline-block;
  position: fixed;
  left: 10px;
  top: 10px;
  text-align: center;
  width: 35px;
}

.link-btn {
  display: inline-block;
  height: 32px;
  width: 32px;
  padding: 4px;
  margin-bottom: 5px;
  border: 3px double green;
  border-radius: 6px;
  color: black;
  text-align: center;
  font-size: 20pt;
  font-weight: bolder;
  font-family: sans-serif;
  text-decoration: none;
  vertical-align: middle;
}

.link-btn i {
  vertical-align: middle;
}

.link-btn:hover {
  cursor: pointer;
  border: 3px double black;
  color: green;
}

.link-btn .new {
  font-size: 12px;
  color: red;
  margin-top: -5px;
  display: block;
}

.container {
  max-width: 900px
}
.form-group {
  position: relative;
  margin-bottom: 10px;
}

span.seconds {
  font-size: 20px;
  padding-left: 5px;
}

label {
  font-size: 20px;
  display: inline-block;
  min-width: 150px;
  margin: 4px;
}
input,
select {
  font-size: 20px;
  width: 400px;
  padding: 8px 10px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
}
input[type=button] {
  font-size: 20px;
  width: 300px;
  padding: 8px 10px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: lightgreen;
}
input[type=number] {
  width: 100px;
}
input[type=submit] {
  position: fixed;
  bottom: 10px;
  left: 10px;
}
input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin: 0;
  margin-right: 15px;
}

.form-group .size-group,
.form-group-caps .cap-per-page {
  display: inline-block;
  /*width: 50%;*/
  width: 30%;
  /*float: left;*/

  margin-right: 12px;
}

.form-group-time .form-group {
  display: inline-block;
  width: 40%;

  margin-right: 12px;
}

.form-group .size-group label,
.form-group-caps .cap-per-page label,
.form-group-time .form-group label {
  min-width: 90px;
  width: 90px;

  white-space: nowrap;
}

.form-group .size-group input[type=number],
.form-group-caps .cap-per-page input[type=number],
.form-group-time  .form-group input[type=string] {
  width: 80px;

  margin-left: 12px;

  padding: 12px;
  font-size: 18px;
}

.form-group input[name=child-network-code] {
  width: 400px;
}

.hidden-block,
input[type=button].hidden-block {
  display: none;
}


.hidden-div {
  display: none;
  margin-left: 20px;
}

.bidders-header {
  border-bottom: 3px double black;
  margin-bottom: 5px;
}
.toggle-div-header:hover {
  cursor: pointer;
}
.bidder {
  position: relative;
}

.bidder .bidder-container {
  width: 650px;
  padding: 16px 11px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 4px;
  font-size: 1rem;
}

.bidder .bidder-title {
  font-size: 18px;
}



.bidder > h4 {
  margin-left: 12px 25px 12px 0;

  font-size: 18px;
}
/* .bidder:hover {
  background: rgb(0,0,0,0.7);
  cursor: pointer;
}
.bidder:hover::after {
  content: 'Remove';
  color: white;
  font-size: 25px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;

} */
.bidder-array-wrap > hr {
  margin: 1px
}

.bidder-cap {
  position: absolute;
  right: 0;
  bottom: 0;
}

.bidder-action-btns {
  position: absolute;
  top: 25px;
  right: 70px;
}

.bidder-action-btns > i {
  margin: 0 4px;
  font-size: 1.5em;
}

.bidder-action-btns > i.fa-trash-alt {
  color: #fd3c34;
}

.bidder-action-btns > i.fa-edit {
  color: #10C5A3;
}

.bidder-action-btns > i.fa-play {
  color: #10C5A3;
}

.bidder-action-btns > i.fa-pause {
  color: #CCC;
}

.bidder-action-btns > i.fa-trash-alt:hover,
.bidder-action-btns > i.fa-edit:hover,
.bidder-action-btns > i.fa-play:hover,
.bidder-action-btns > i.fa-pause:hover {
  cursor: pointer;
  opacity: 0.9;
}

.vertical-devider-line {
  display: inline-block;
  font-weight: bolder;
  font-size: 25px;
  line-height: 0.5;
  margin-right: 15px;
}

/* sign in page */

.login-page {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url('/images/login_bg.jpg') no-repeat center center;
  background-size: contain;
}

.login-page #logo {
  display: block;
  margin: auto;
  padding-bottom: 10px;
}

#sign-in-form {
  width: 600px;
  margin: 15% auto;
  position: fixed;
  left: 0;
  right: 0;
  height: auto;
}
.sign-in-wrap {
  margin: 10% auto;
  width: 60%;
}
.sign-in-label {
  font-size: 20px;
  display: inline-block;
  width: 150px;
  height: 40px;
}

.sign-in-input {
  font-size: 16px;
  background: none;
  height: 50px;
  padding: 16px;
  width: 100%;
  border: 1px solid #E8ECEF;
  border-radius: 0.25rem;
}

#sign-in-submit {
  width: 100%;
  margin: 10px auto 0;
  position: relative;
  background: #EB4B68;
  border: none;
  height: 50px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 0.25rem;
  text-transform: uppercase;
}

.justpremium-params-wrap-banner textarea,
.justpremium-params-wrap-video textarea {
  width: 100%;
  height: 150px;
}

#justpremium-optional-data {
  display: none;
}

.all-units-filters {
  border-bottom: 2px solid black;
  margin-bottom: 20px;
}

.all-units-filters form {
  margin-bottom: 0px;
}

input#upload-file {
  position: static;
  width: 140px;
  text-align: center;
  margin-left: 10px;
}

input#unit-upload-option {
  margin-top: 0px;
}

.all-units-filters#filter-block {
  margin-bottom: 10px;
}

.publishers-group-mode {
  margin: 5px;
  padding: 5px;
  background: #ffebcc;
  border-radius: 4px;
}

.button-block {
  min-width: 100px;
  background: #ddd;
  border: 1px solid #ccc;
  font-size: 20px;
  text-align: center;
  padding: 8px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 5px;
}

.publishers-group-title {
  position: relative;
  font-weight: bold;
  font-size: 14pt;
  border-bottom: 3px double #000;
  margin-bottom: 5px;
}

.publishers-group-title div {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  width: 50%;
}

.publishers-group-title div:first-child a {
  color: #000000;
  text-decoration: none;
}

div.publishers-group-title div.angle-down {
  cursor: default;
}

.publishers-group-title div:last-child {
  cursor: pointer;
}

.error-message {
  color: red;
  font-size: 10pt;
}

.checkbox-on {
  color: green;
  text-decoration: underline;
}

.checkbox-off {
  color: red;
}

.bidders-1x1,
.browser-1x1,
.device-1x1 {
  display: inline-block;
  margin-right: 15px;
}

.bidders-1x1:last-child,
.browser-1x1:last-child ,
.device-1x1:last-child{
  margin-right: 0px;
}

.bidders-1x1 label,
.browser-1x1 label ,
.device-1x1 label{
  font-size: 18px;
}

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

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

.bidders-size-1x1 {
  padding: 5px;
  background: darkgray;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  width: 70%;
  border-radius: 3px;
}

.bidders-size-1x1 .toggle-div-header {
  margin-top: 0px;
  margin-bottom: 10px;
}

.bidder-size-1x1 {
  margin-bottom: 8px;
}

.bidder-options {
  margin-top: 8px;
}

div span.bidder-options-line {
  font-size: 16px;
  font-weight: bold;
  margin-right: 15px;
}

div span.bidder-options-line:last-child {
  margin-right: 0px;
}

div span.bidder-options-line:first-child {
  margin-left: 0px;
}

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

.button-add-size,
.button-edit-size,
.button-add-key,
input[type=button].button-add-size,
input[type=button].button-add-bidder {
  padding: 12px;
  margin-right: 12px;
  border: solid 1px #10C5A3;
  border-radius: 4px;
  background: #10C5A3;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.button-delete-size,
.button-delete-key {
  padding: 12px;
  margin-right: 12px;
  border: solid 1px #10C5A3;
  border-radius: 4px;
  background: #fff;
  color: #10C5A3;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
}

.button-add-size:hover,
.button-add-bidder:hover,
.button-delete-key,
.button-delete-size:hover {
  opacity: 0.9;
}

.sizes-button {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding-top: 15px;
  padding-bottom: 15px;
}

#key-value-container {
  margin-bottom: 15px;
  
}

.targetings-label {
  width: 60px;
  min-width: auto;
}

.targetings-input {
  max-width: 150px;
}

.color-yellow {
  color: #F39C12;
}

.bidder-paused {
  color: red;
}


.all-unit-bidders-wrap .bidder-wrap .bidder-paused {
  color: darkred;
}

.toggle-div-header.unit-paused {
  color: gray;
}

.show-bidder-options {
  margin-bottom: 21px;
}

.show-caps {
  margin-left: 25px;
}

#select-block-urls {
  max-width: 322px;
  margin-right: 10px;
}

#block-url-new {
  max-width: 300px;
  margin-right: 10px;
}

.block-url-new, .border-bottom-1px {
  border-bottom: 1px solid #000;
}

.info-block-url-title {
  font-weight: bold;
  font-size: 20px;
  margin-right: 10px;
}

.info-block-url {
  padding: 5px 5px 15px 5px;
  margin-bottom: 3px;
}

.log-block-urls .unit-code {
  font-size: 18px;
  font-weight: bold;
}

.log-block-urls .unit-code span,
.log-block-url-info .unit-code span {
  margin-left: 10px;
}

h3.title-log {
  font-size: 21px;
  padding-bottom: 10px;
  border-bottom: 5px double #000;
}

h4.title-log {
  font-size: 18px;
}

.log-block-url-info .unit-code {
  font-size: 16px;
  font-weight: bold;
}

.log-block-url-info {
  background: lightgray;
  padding: 10px 10px 0px 10px;
  border-bottom: 1px solid #000;
  margin-top: 0px;
  margin-bottom: 0px;
}

.target-geo {
  font-size: 16px;
}

.target-geo span.title {
  font-size: 18px;
  font-weight: bold;
}

.geo-block {
  position: relative;
  padding: 0px;
  border: 1px solid #ADADAD;
  border-radius: 5px;
  margin-right: 132px;
  font-size: 14pt;
  background: #ffffff;
}

.devices {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.devices > div {
  width: 33.3%;
}

.geo-search,
.geo-select {
  border-bottom: 1px solid #ADADAD;
}

.geo-select,
.geo-set {
  padding: 8px;
  max-height: 300px;
  overflow-y: auto;
}

.geo-search,
.geo-select,
.geo-set {
  margin: 0px;
}

.geo-search input.geo-search-input {
  position: relative;
  margin: 0px;
  border: 0px;
  font-size: 14pt;
  width: 488px;
}

.container-for-settings-site .geo-search input.geo-search-input {
  width: 295px;
}

.geo-search button {
  font-size: 14pt;
  margin: 0px;
  border-radius: 0px;
  border: 0px;
  border-left: 1px solid #ADADAD;
  float: right;
  width: 90px;
  height: 100%;
  padding: 8px 10px;
}

.geo-select i.fa-angle-right {
  /*transform: rotate(0deg);*/
  position: static;
  /*font-size: 20px;*/
}

.geo-table {
  display: table;
  margin: 0px 0px 5px 0px;
  border: 1px solid #ADADAD;
  border-radius: 5px;
  width: 100%;
}

.geo-table-empty {
  display: table;
  margin: 0px;
  padding: 0px;
  width: 100%;
}

.geo-cell-empty {
  display: table-cell;
  margin: 0px;
  padding: 0px;
  width: 100%;
}

.geo-table:last-child {
  margin-bottom: 0px;
}

.geo-row {
  display: table-row;
}

.geo-cell {
  display: table-cell;
  padding: 5px;
  margin: 0px;
}

.geo-title-name,
.geo-title-buttons,
.geo-title-angle {
  display: table-cell;
  padding: 5px;
  vertical-align: middle;
}

.geo-title-buttons {
  padding: 5px;
}

.geo-row.active .geo-title-name,
.geo-row.active .geo-title-buttons,
.geo-row.active .geo-title-angle {
  background: #ffe6cc;
}

.geo-title-angle,
.geo-set .geo-row .geo-cell:last-child {
  width: 30px;
  text-align: center;
  cursor: pointer;
}

.geo-set .geo-row .geo-cell.geo-type {
  width: 50px;
  text-align: center;
}

.geo-title-buttons {
  width: 70px;
}

.geo-title-buttons .geo-button {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 5px;
  text-align: center;
  vertical-align: middle;
  color: #909497;
  cursor: pointer;
  border: 1px solid #afafaf;
  background: #e7e7e7;
  border-radius: 3px;
}

.geo-title-buttons .geo-button i,
.geo-set .geo-row .geo-cell:last-child i,
.geo-set .geo-row .geo-cell.geo-type i,
.geo-set .geo-row .geo-cell {
  vertical-align: middle;
}

.button-search:hover,
.geo-title-buttons .geo-button:hover {
  border-color: #909497;
  background: #efefef;
}

.geo-title-buttons .geo-button:last-child {
  margin-right: 0px;
}

.geo-title-buttons .geo-button.active {
  font-weight: bold;
}

.geo-title-buttons .geo-button.geo-include.active,
.geo-set .geo-row .geo-cell.geo-type i.fa-check {
  color: green;
}

.padding-top-0 {
  padding-top: 0px;
}

.padding-bottom-5 {
  padding-bottom: 5px;
}

.geo-title-buttons .geo-button.geo-exclude.active,
.geo-set .geo-row .geo-cell.geo-type i.fa-ban {
  color: red;
}

.geo-set h3 {
  margin: 0px;
}

.geo-set .geo-table {
  border: 0px;
  margin-bottom: 10px;
}

.geo-set .geo-table:last-child {
  margin-bottom: 0px;
}

.geo-set .geo-row.title .geo-cell {
  background: #e0e0eb;
  font-weight: bold;
  border-bottom: 1px solid #ADADAD;
}

.geo-set .geo-row.title .geo-cell:hover {
  background: #e0e0eb;
}

.geo-set .geo-row:hover {
  background: #ffe6cc;
}

.geo-block-title:hover {
  background: #e6ffe6;
}

h3.geo-targeting {
  margin-top: 30px;
  margin-bottom: 5px;
}

.button-search {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  color: #909497;
  cursor: pointer;
  border-left: 1px solid #afafaf;
  background: #e7e7e7;
  width: 69px;
  padding: 8px 8px 8px 10px;
  margin-top: -3px;
  font: Arial;
  font-size: 14pt;
}

.button-search-nm-rules {
  width: 66px;
}

.block-info {
  position: relative;
  padding: 0px;
  margin-bottom: 10px;
}

.block-info .data {
  position: relative;
  background: #e6ffe6;
  border: 2px solid #004d00;
  color: #004d00;
  padding: 10px 30px 10px 10px;
  max-height: 300px;
  overflow-y: scroll;
}

.block-info.error .data {
  background: #ffe6e6;
  border-color: #990000;
  color: #990000;
}

.block-info .data ul {
  margin: 0px;
  padding-left: 25px;
}

.block-info .close {
  z-index: 1000;
  position: absolute;
  top: 10px;
  right: 20px;
  border: 2px solid #004d00;
  font-size: 17px;
  font-weight: bold;
  width: 18px;
  height: 18px;
  border-radius: 10px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}

.block-info.error .close {
  color: #990000;
  border-color: #990000;
}

.all-units-filters#filter-block div.input {
  position: fixed;
  top: 0px;
  background: #ffffff;
  width: 100%;
  max-width: 900px;
  z-index: 1000;
  border: 1px solid #000000;
}

.form-value-title {
  font-size: 18px;
  font-weight: 600;
}

.select-pause-bidder {
  /*width: 250px;*/
  margin-right: 5px;
}

.select-pause-bidder-action {
  background: white;
  width: 100px;
  margin-right: 5px;
  margin-top: -20px
}

.button-pause-bidder,
.button-site,
.button-pause-site {
  min-width: 80px;
  border: 1px solid #ccc;
  font-size: 20px;
  text-align: center;
  padding: 8px;
  border-radius: 5px;
  background: #aed581;
  cursor: pointer;
}

.block-buttons {
  padding-top: 15px;
  padding-bottom: 5px;
}

.button-pause-bidder {
  position: absolute;
  margin-top: -50px;
  margin-left: 110px;
}

.button-pause-bidder:hover,
.button-site:hover {
  background: #7cb342;
}

.container-for-settings-site {
  display: inline-block;
  width: 45%;
  padding-right: 10px;
  padding-left: 10px;
  vertical-align: top;
}

.container-form-pause {
  display: none;
  /*width: 40%;*/
}

.container-form-pause form,
.container-form-tags form {
  margin-bottom: 0px;
}

.container-form-pause form span.button-site,
.container-form-tags form span.button-site,
.form-floor span.button-site {
  padding: 8px 16px;
  /*min-width: 100px;*/
}

input.input-id-tags {
  margin-right: 5px;
}

.message-box-pause {
  /*position: absolute;*/
  display: none;
  padding: 10px;
  background: #d4edda;
  border: 1px solid #c3e6cb;
  border-radius: 3px;
  min-width: 40%;
  color: #155724;
  /*margin-top: -65px;*/
}

.close-message-pause {
  float: right;
  max-width: 8em;
}

.close-text-message-pause {
  color: #155724;
}

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

.title-action-site {
  font-size: 20px;
  margin-right: 30px;
}

.floor-block-link,
.geo-block-link {
  display: inline;
  float: right;
  /*font-weight: bold;*/
  font-size: 20px;
  cursor: pointer;
  text-decoration: none;
  color: #000000;
}

.floor-block-link:hover,
.geo-block-link:hover {
  color: #001a98;
}

.floor-block-link i.fas.fa-angle-right,
.floor-block-link i.fas.fa-angle-down,
.geo-block-link i.fas.fa-angle-right,
.geo-block-link i.fas.fa-angle-down {
  margin-left: 30px;
  position: static;
}

.container-form-tags {
  display: none;
  /*width: 40%;*/
}

.select-bidder-tags {
  background: white;
  /*width: 360px;*/
}

.input-id-tags {
  width: 190px;
  display: none;
}

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

.button-tags-bidder {
  position: absolute;
  margin-top: -65px;
  margin-left: 200px;
  min-width: 60px;
  border: 1px solid #ccc;
  font-size: 20px;
  text-align: center;
  padding: 8px;
  border-radius: 5px;
  background: #aed581;
}

.button-tags-bidder:hover {
  background: #7cb342;
}

.container-form-floor {
  vertical-align: top;
}

.select-bidder-floor {
  background: white;
  width: 200px;
  margin-right: 5px;
}

.button-floor-bidder {
  max-width: 150px;
  border: 1px solid #ccc;
  margin-top: 0 !important;
  font-size: 20px;
  text-align: center;
  padding: 8px;
  border-radius: 5px;
  background: #aed581 !important;
}

.button-floor-all-bidder {
  max-width: 90px;
  border: 1px solid #ccc;
  margin-top: 0 !important;
  margin-left: 5px !important;
  font-size: 20px;
  text-align: center;
  padding: 8px;
  border-radius: 5px;
  background: #aed581 !important;
}

.button-floor-add {
  position: absolute;
  max-width: 113px;
  border: 1px solid #ccc;
  font-size: 20px;
  text-align: center;
  padding: 8px;
  border-radius: 5px;
  background: #aed581 !important;
}

.input-floor {
  margin-top: -10px
}

.button-delete-floor {
  max-width: 50px;
  margin-top: -10px !important;
  border: 1px solid #ccc;
  font-size: 20px;
  text-align: center;
  padding: 8px;
  border-radius: 5px;
  background: #f08783 !important;
}

.button-delete-floor:hover {
  background: #ec5e4b;
}

.tr-floor {
  display: none;
}

.message-box-floor {
  display: none;
  padding: 10px;
  background: #d4edda;
  margin-left: 10px;
  border: 1px solid #c3e6cb;
  border-radius: 3px;
  min-width: 40%;
  color: #155724;
  margin-bottom: 10px;
}

.form-floor {
  display: none;
}

.select-bidder-floor + .button-site {
  margin-right: 5px;
}

.toggleLinkFloor:hover {
  color:blue;
}

.label-all-demands-checkbox {
  font-size: 17px;
}

.allbidders-form {
  display: none;
}

.onebidder-form {
  display: block;
}

.input-floor-all {
  width: 200px !important;
}

.message-box-floor-all {
  display: none;
  padding: 10px;
  background: #d4edda;
  margin-left: 0px;
  border: 1px solid #c3e6cb;
  border-radius: 3px;
  width: 180px;
  color: #155724;
}

.geo-line-viewed,
.unit-params-wrap p span.geo-line-viewed {
  text-decoration: none;
}

.geo-line-viewed-include {
  color: green;
}

.geo-line-viewed-exclude {
  color: red;
}

.title-unit-type {
  color: #696969;
}

.form-liveramp {
  display: none;
}

.form-liveramp textarea {
  width: 100%;
  margin-bottom: 9px;
}

.select-white {
  background: #fff;
}

.bidder-param span {
  word-wrap: break-word;
}

.form-site-action-pause-button {
  display: none;

  margin-top: 20px;
}

.params-checkbox-title {
  font-size: 22px;
  margin: 10px 0;
}

.openrtb-container label {
  min-width: 120px;
}

.openrtb-container label[for=openrtb-nm-bid] {
  min-width: 80px;
}

.openrtb-container input[type=number] {
  width: 80px;
}

input[type=checkbox][name=pubmatic-video-battr-video] + label {
  width: 550px;
}

input[type=checkbox][name=pubmatic-video-playbackmethod-video] + label {
  width: 550px;
}

.nm-bid-table {
  padding: 0px 5px;
}

.nm-rules-table {
  width: 760px;
}

.nm-bid-table-browser-target,
.nm-bid-table-device-target,
.nm-rules-table {
  border-collapse: collapse;
  border-spacing: 0;
}

.nm-bid-table-browser-target td,
.nm-bid-table-device-target td,
.nm-rules-table td {
  padding: 12px 8px;
}

.nm-rules-table-time {
  white-space: nowrap;
}

.nm-button-add,
.nm-button-edit {
  padding: 14px 33px 14px 34px;
  min-width: 50px;
}

.nm-button-delete {
  padding: 14px 18px 14px 18px;
}

.nm-button-add:hover,
.nm-button-edit:hover,
.nm-button-delete:hover {
  opacity: 0.9;
}

.nm-rules-table .nm-button-edit {
  margin: 0;
  padding: 8px 12px;
  font-size: 16px;
}

.nm-rules-table .nm-button-delete {
  margin: 0;
  padding: 8px 12px;
  font-size: 16px;
}

.nm-td-title {
  font-weight: bold;
  font-size: 18px;
}

.nm-th {
  background-color: #DDEFEF;
  border: solid 1px #DDEEEE;
  color: #336B6B;
  padding: 10px;
  text-align: left;
  text-shadow: 1px 1px 1px #fff;

  font-size: 19px;
}

.nm-td {
  border: solid 1px #DDEEEE;
  color: #333;
  padding: 10px;
  text-shadow: 1px 1px 1px #fff;

  font-size: 19px;
}



table.nm-bid-table tr td select {
  width: 250px;
}

tbody.nm-bid-caps tr td input{
  margin: auto;
}

/* tbody.nm-bid-caps tr td{
  border-bottom: 1px solid #ddd;
  border-left: 0px;
  border-right: 0px;
}
tbody.nm-bid-caps tr:last-child td {
  border-bottom: 0px;
} */

.nm-caps-by {
  width: 240px;
}

.browser-targeting-form-block,
.device-targeting-form-block {
  padding: 12px;
  margin: 0px 0px 10px 0px;
  font-size: 14pt;
}

.form-card {
  padding: 24px;
  margin: 8px 0;

  border-radius: 3px;

  background-color: #f1f5ff;
}

.form-card-redlight {
  background-color: #FEF6F6;
}

.form-card-greenlight {
  background-color: #F3FCFB;
}

.form-card-title {
  position: relative;

  margin: 0 0 16px;

  font-family: "Roboto",Georgia,serif;
  font-size: 24px;
  color: #0d1821;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.form-card-subtitle {
  position: relative;

  margin: 0 0 16px;

  font-family: "Roboto",Georgia,serif;
  font-size: 18px;
  color: #0d1821;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.form-card-container-schains .form-group,
.form-card-container {
  margin-left: 120px;

  font-family: "Roboto",Georgia,serif;
}

.form-card-container-table {
  margin-left: 40px;
}


.form-card-hide {
  position: absolute;

  top: 0;
  right: 0;
}

.form-card-hide {
  cursor: pointer;

  font-size: 22px;
  color: #ccc;
}

.form-card-container.nm-bid-caps-container {
  margin: auto;
}

.form-group label {
  width: 180px;

  font-size: 18px;
}

.form-group input[type=checkbox]  {
  position: relative;

  top: 3px;
  margin-right: 8px;
}

.form-group input[type=checkbox] + label {
  min-width: auto;
  width: auto;

  margin-right: 24px;
  white-space: nowrap;
}

.form-group input[type=text],
.form-table input[type=text] {
  margin: 4px 0;
  padding: 12px;

  font-size: 18px;
}


.form-group input[type=number],
.form-table input[type=number] {
  margin: 4px 0;
  padding: 10px 12px;

  font-size: 18px;
}

.form-group select,
.form-table select {
  width: 426px;
  border: 1px solid #ccc;
  border-radius: 0.25em;
  padding: 12px 11px;
  font-size: 18px;
  cursor: pointer;
  line-height: 1.1;
  background-color: #fff;
}

.form-group-checkboxes {
  display: flex;
  flex-wrap: wrap;
  margin: 16px 0 12px 0;
}

.form-group label.gumgum-removal-time,
.form-group label.modify-timeout-percent {
  width: 240px;
}

.form-bidder-bottom {
  display: flex;
  align-items: center;
}

.form-bidder-bottom .form-group {
  display: flex;
  align-items: center;
}

.form-bidder-bottom label {
  width: 90px;
  min-width: 90px;
}

.form-bidder-bottom .bidder-pause {
  margin-left: 30px;
}

.form-bidder-bottom input[type=button] {
  margin-left: 160px;
  width: 180px;

  cursor: pointer;
}

.form-group-amazon {
  display: flex;
}

.form-group-amazon .form-group {
  line-height: 50px;
}

.form-group-amazon label {
  width: 90px;
  min-width: 90px;
}

.form-group-amazon .cap {
  margin-left: 32px;
}

.form-group-amazon .cap label {
  width: 45px;
  min-width: 45px;
}

input[type=submit].unit-apply {
  width: 280px;
  bottom: 0px;

  padding: 16px;
  margin-right: 12px;
  border: solid 1px #10C5A3;
  border-radius: 4px;
  background: #10C5A3;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.nm-rules-button-container {
  margin-top: 32px;

  height: 50px;
}

.nm-rules-table-button-container {
  text-align: center;
  white-space: nowrap;
}

.nm-rules-errors,
.nm-deducts-errors {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;

  font-size: 16px;
}

.nm-rules-error,
.nm-deducts-error {
  padding: 12px 32px;
}

#nm-rules-browser-targeting {
  margin-bottom: 24px;
}

.questionmark {
  position: absolute;
  top: calc(50% - 8px);
  right: 0px;
  display: flex;
  font-size: 12px;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #B7BBCC;
  color: #fff;
  cursor: pointer;
}

.answermark {
  position: absolute;
  display: none;
  text-align: center;
  width: max-content;
  max-width: 300px;
  right: calc(var(max-content));
  bottom: calc(100% + 12px);
  background-color: #fff;
  padding: 10px;
  border: 1px solid #91AAc0;
  color: #000;
  font-size: 14px;
  z-index: 9;
}

.answermark:before,.answermark:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-top:10px solid #fff;
  border-left:10px solid transparent;
  border-right:10px solid transparent;
  box-sizing: content-box;
  left: calc(50% - 10px);
  top: 100%;
  z-index: 10;
}

.answermark:before {
  bottom:-30px;
  border-top-color: #000;
}

.questionmark:hover .answermark {
  display: block;
}

.message {
  min-width: 300px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px;
  background: #DBF1D8;
  border: 1px solid #008960;
  border-radius: 6px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  color: #008960;
}

.error {
  background-color: #ffdbda;
  border: 1px solid #cc3835;
  color: #cc3835;
}

.warning {
  background-color: #fff3cd;
  border: 1px solid #664d03;
  color: #664d03;
}

.message-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.message-content-text {
  display: flex;
  align-items: center;
}

.message-icon {
  font-size: 20px;
}

.message-text {
  margin-left: 20px;
}

.message-text > p {
  margin: 0;
}

.message-text > strong {
  font-size: large;
  display: block;
  margin-bottom: 10px;
}

/* .form-group-caps {
  display: flex;
  width: 600px;
}

.form-group.cap-per-page label {
  width: 60px;
  min-width: 60px;
}

.form-group.cap-per-page input {
  width: 60px;
  min-width: 60px;
} */

.schain-remove-button {
  color: #ff6464;
}

.schain-table input {
  width: 365px;
}

table.schain-table .choices__inner {
  width: 770px;
}

.unit-params-wrap p.bidder-name span.schain-param {
  color: #000;
}

span.label-supply-chain {
  font-size: 18px;
  min-width: 150px;
  margin: 4px;
  padding-bottom: 10px;
}

.td-new-supply-chain {
  padding-top: 10px;
}
