#bidder{
	padding-bottom: 30px;
}

form{
  margin-top:20px;
}

form>div{
  margin-top:20px;
}

.fa-times-circle{
	cursor:pointer;
}

.ourContainer{
	border: 1px solid #ccc;
	border-radius: 4px;
}

.showAndHide{
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge */
	user-select: none;
	cursor:pointer;
	padding: 10px 0;
	display:inline-block;
}

/*PINNED MENU*/

.menu-pinned{
  bottom:0;
  position:fixed;
  background-color:#4c4c4c;
  padding:10px;
  border-top-left-radius:0;
  border-top-right-radius:0;
  z-index: 999;
}

.menu-pinned>button{
	padding-left: 40px;
	padding-right: 40px;
}

.menu-pinned>button>i{
  padding-right:5px;
}

.menu-pinned>button:nth-child(2){
  margin-left:20px;
}

.topInput{
	width:90% !important;
}

.divPad{
	margin-right: 20px;
}

.codePad{
	margin-right: 6px;
}

.namePad{
	margin-right:2px;
}

.sizePad{
	margin-right: 6px;
}

.hardFloorPad{
	margin-right:0px;
}

/* NAME */

.nameInput{
  font-size:32px;
  height:40px;
	margin: 0 10%;
	width: 80%;
}

/* REDUCE OPTIONS */
.biddrReduce{
	display:inline-block;
}

.biddrReduce .buttonFormGroup:first-child{
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
}
.biddrReduce .buttonFormGroup:last-child{
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
}

.biddrReduce .selectedPage{
	background-color:white !important;
}

.biddrReduce .selectedPage div{
	background-color:white !important;
}

.biddrReduce .unselectedPage{
	background-color:#eeeeee !important;
}

.biddrReduce .unselectedPage div{
	background-color:#eeeeee !important;
}

.viewNumberAdUnits{
	width:200px;
}

/*AD UNITS - GENERAL*/

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

.adUnits>div{
  margin-top:10px;
  margin-bottom:10px;
}

.adUnits>button{
  margin-top:10px;
  margin-bottom:10px;
}

.adUnit{
	padding-left:50px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
	position:relative;
	margin-bottom: 20px;
}

.adUnit>.ourDisable{
	z-index:9;
}

.adUnit>.adUnit-disable, .adUnit>.adUnit-remove{
	z-index:9;
}

.adUnit-dpRow-1{
	height:304px;
}

.adUnit-dpRow-2{
	height:464px;
}

.adUnitTable{
	width:100%;
}

.adUnitTable td{
	padding:5px;
}

.adUnitTable .handle{
	padding:15px 10px;
}

.handle{
	cursor:ns-resize;
	background-color: #0193d7;
	color: white;
	text-align: center;
}

.handle::after{
	content:"\2195";
}

.hideOverflow{
	text-overflow:ellipsis;
}

.listOf::after{
	content: ", ";
}

.listOf:last-child::after{
	content: none;
}

@media (max-width: 1200px) {
	.topInput{
		width:87% !important;
	}
}

@media (max-width: 991px) {

	.topInput{
		width:87% !important;
	}

	.adUnit {
		height: 480px;
	}
}

@media (max-width: 886px){
	.adUnit {
		height: 515px;
	}
}

.adUnit .row{
  position:relative;
}

.adUnit [class*="col"] {
  display: inline-block;
  vertical-align: top;
}

.adUnit-remove{
  position:absolute;
  right:5px;
  top:5px;
}

.bidder-lock{
	position: absolute;
	right: 0px;
	top: 0px;
}

.bidder-code{
	position: absolute;
	right: 40px;
	top: 0px;
}

.biddr-code-selected{
	border-radius:4px;
}

@media (max-width: 767px) {

	.adUnit {
		height: 545px;
	}
}


.bidder-form{
	position:relative;
}

.cdsRow{
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 35px;
	vertical-align:center;
}

.bidder-row-icon{
	position: static !important;
	top: initial !important;
	right: initial !important;
	display:inline;
}

.whiteDropDown .dropdown-menu>li>a {
	color:black;
}

input.ng-invalid.ng-touched{
	border:2px solid orange;
	outline-color: orange;
}

/*AD UNITS - TOP ROW*/
@media (max-width: 991px) {
	.multiselectFormGroupFix {
		display:block !important;
	}
}

/*AD UNITS - VERTICAL ARROWS*/
.verticalArrowsMargin{
	padding-left:20px;
}

.adUnit-move{
	position:absolute;
	left:7px;
	z-index:11;
}

.adUnit-move1-dpRow-2{
	top:207px;
}

.adUnit-move2-dpRow-2{
	top:191.5px;
}

.adUnit-move1-dpRow-1{
	top:127px;
}

.adUnit-move2-dpRow-1{
	top:111.5px;
}

.adUnit-move div{
	color: white;
}

.adUnit-move>div:nth-child(1)>i{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.adUnit-move>div:nth-child(2)>i{
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

/*AD UNITS - DEMAND PARTNERS*/

div.h-scrollDP {
	overflow-x: auto;
	white-space: nowrap;
	border: 1px solid #e2e2e2;
	border-right:none;
	border-radius: 5px 0 0 5px;
	height:385px;
	min-height:385px;
}

div.h-scrollDP [class*="dp"] {
	display: inline-block;
	float: none;
	white-space: normal;
	vertical-align: top;
	position:relative;
	display:inline-block;
}

.demandPartners{
	padding:0;
	position:absolute;
	width:100%;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
}

.demandPartners-serverSide{
	position:relative !important;
	margin-bottom:20px;
}

.demandPartnerArray{
	overflow-x:scroll;
	overflow-y:hidden;
}

.demandPartnerArray>div{
	margin-top:5px;
	margin-bottom:5px;
}

.demandPartnerArray>button{
	margin-top:10px;
}
.demandPartner-add{
	height: 100%;
	width: 180px;
	border-bottom-left-radius: 0 !important;
	border-top-left-radius: 0 !important;
	top: 0px;
	right: 0;
	position: absolute;
	border-top:none;
	border-left:1px solid #e2e2e2;
	border-bottom:none;
	border-right:none;
}

.demandPartner-add-1{
	height: 100%;
}

.demandPartner-add-2{
	height: 100%;
}

.demandPartner-add:focus {
	outline:none;
}

.demandPartners .rowTitle{
	-webkit-transform: translate(60px,48px) rotate(270deg);
	-moz-transform: translate(60px,48px) rotate(270deg);
	-ms-transform: translate(60px,48px) rotate(270deg);
	-o-transform: translate(60px,48px) rotate(270deg);
	transform: translate(60px,48px) rotate(270deg);
	white-space: nowrap;
	font-size: 18px;
	max-width: 50px;
	height: 160px;
}

.adUnit-disableRow{
	position: absolute;
	top: 6px;
	left: 5px;
	font-size: 10px;
	z-index:4;
}

.adUnit-disableRow .fa-power-off{
	color: white;
	font-size: 1.15em;
	margin-top: 5px;
}

.adUnit-disable{
	position: absolute;
	top: 5px;
	right: 40px;
	font-size: 11px;
	z-index:4;
}

.adUnit-disable .fa-power-off{
	color: white;
	font-size: 1.4em;
	margin-top: 5px;
}

.adUnit-disable-off .fa-circle{
	color:#0193d7 !important;
}

.adUnit-disable-off .fa-power-off{
	color:black;
}

.adUnit-holisticResequencer-off{
	color:#0193d7 !important;
}

.adUnit-holisticResequencer{
	position: absolute;
	top: 3px;
	right: 80px;
	font-size: 24px;
	color:#0193d7;
}

.adUnitZIndex {
	z-index: 13;
}


.demandPartner-edit{
	position: absolute;
	right: 0px;
	bottom: 0px;
	font-size:10px;
}

.demandPartner-info{
	min-width: 126px;
    text-align: center;
	height: 126px;
	vertical-align: middle;
	display:table-cell;
}

.schainBadge {
	position: absolute;
	background-color: green;
	color: white;
	top: -2px;
	left: 87.5px;
	padding: 1px 5px !important;
	border-radius: 5px;
	font-size: 10px;
	line-height: 2;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
}

.demandPartner .schainBadge{
	left: -2px;
	border-radius: 5px !important;
}

.gdprBadge{
	position: absolute;
	background-color: green;
	color: white;
	bottom: 3px;
	left: -2px;
	padding: 1px 5px !important;
	border-radius: 5px;
	font-size: 10px;
	line-height: 2;
}

.demandPartner-typeIcon .gdprBadge{
	top: 105px;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	bottom: inherit;
}

.ccpaBadge{
	position: absolute;
	background-color: green;
	color: white;
	bottom: 3px;
	left: 92px;
	padding: 1px 5px !important;
	border-radius: 5px;
	font-size: 10px;
	line-height: 2;
}

.demandPartner-typeIcon .ccpaBadge{
	top: 105px;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	bottom: inherit;
}

.tcf2Badge{
	position: absolute;
	background-color: green;
	color: white;
	bottom: 3px;
	left: 47px;
	padding: 1px 5px !important;
	border-radius: 5px;
	font-size: 10px;
	line-height: 2;
}

.demandPartner-typeIcon .tcf2Badge{
	top: 105px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	bottom: inherit;
}

.demandPartner-param{
	display:block;
	float:left;
	width:160px;
	/* height:150px; */
	padding: 5px;
}

.demandPartner{
	min-width:126px;
	background-color:#ffffff;
	height: 126px;
	display: table-cell;
	vertical-align: middle;
	position:relative;
}

.demandPartnerContainer{
	border: 1px solid #e2e2e2;
	border-radius: 5px;
	padding:5px;
	margin:5px 5px 0px 5px;;
	min-width:136px;
	background-color:#ffffff;
	min-height: 136px;
	overflow-y: auto;
	display: inline-block;
}

.demandPartner>img{
	max-width:90%;
	padding-left:5%;
}

.demandPartnerTypeRow {
	position:relative;
}

.demandPartnerRow {
	position: absolute;
	top: 0px;
	left: 35px;
	right: 180px;
	overflow-x: scroll;
	overflow-y: hidden;
	border-left: 1px solid #e2e2e2;
	white-space: nowrap;
}

.demandPartnerRowExpandSpace{
	left: 65px;
}

.demandPartnerField{
	font-size:18px !important;
	height:20px !important;
	min-height:20px !important;
	max-height:20px !important;
	width:100%;
}

.demandPartner>div>div{
	padding-right:0px;
}

.demandPartnerImage{
	max-width: 126px;
	max-height: 126px;
}

.demandPartner-remove{
	position:absolute;
	right:0px;
	top:0px;
	font-size:8px;
	z-index:6;
}

.demandPartner-name {
  font-size: .9em;
  display: inline;
}
.demandPartner-pause{
	position:absolute;
	right:20px;
	top:0px;
	font-size:8px;
	z-index:6;
}

.demandPartner-disabled{
	background-color: rgba(0, 0, 0, 0.3);
}

.fieldRow{
	display:inline-block;
	vertical-align: middle;
	height:126px;
	width: 80%;
}

.fieldRow label{
	margin-bottom:0px;
}
.fieldRow input{
	margin: 0 0 5px 0;
}

.dpNum {
	position: absolute;
	left: 0px;
	top: 0px;
}

/*AD UNITS - DEMAND PARTNERS DROP DOWN*/

.demandPartnerMenu{
	text-align:center;
	position: absolute;
	top: 0;
	left: 0;
	background-color:white;
	height: 462px;
	margin-left: 2px;
	padding-top:30px;
	z-index:100;
	width: 99.85%;
}

.demandPartnerMenu-dpRow-1{
	height: 287px;
}

.demandPartnerMenu-dpRow-2{
	height: 448px;
}

.demandPartnerMenu .h3{
	margin-bottom:24px;
}

.custom-modal-close{
	position:absolute;
	right:15px;
	top:5px;
	font-size:28px;
}

.formBuffer{
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline;
}

.left-shark{
	position: absolute;
	top: 10px;
	left: 25px;
}

.right-shark{
	position: absolute;
	bottom:10px;
	right: 25px;
}

.demandPartnerNone{
	border: none !important;
	width: 50% !important;
	margin-top: 30px !important;
}

.demandPartner-typeIcon{
	z-index: 10;
	position: absolute !important;
	left: 0;
	top: 0;
	border-top-left-radius: 0px;
}

.demandPartnerList{
	overflow-x:hidden;
	overflow-y:scroll;
	width: 100%;
	text-align:center;
	max-height: 60vh;
}

.pictureBox{
	height: 126px;
	width: 126px;
	display: inline;
}

.demandPartnerMenuParams{
	text-align: center;
	width: 65%;
}

.demandPartnerList-dpRow-1{
	height:187px;
}


.demandPartnerList-dpRow-2{
	height: 348px;
}

.demandPartnerList>div{
	height: 130px;
	width: 130px;
	position: relative;
	display:inline-block;
	margin: 0 10px;
	border-radius: 5px;
	border: 2px solid #0193d7;
}

.demandPartnerList>div>img{
	max-height: 90%;
	max-width: 90%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	cursor: pointer;
	z-index:3;
}

.demandPartnerMenuFilters{
	position:absolute;
	right:20px;
	top:10px;
}

@media (max-width: 1200px) {

	.demandPartnerList>div{
		height: 100px;
		width: 100px;
	}
}

@media (max-width: 991px) {
	.demandPartnerList>div{
		height: 100px;
		width: 100px;
	}
	.demandPartnerMenu-dpRow-1{
		height: 478px;
	}
	.demandPartnerMenu-dpRow-2{
		height: 478px;
	}
}

@media (max-width: 886px) {
	.demandPartnerMenu-dpRow-2{
		height: 513px;
	}
}

@media (max-width: 767px) {
	.demandPartnerList>div{
		height: 80px;
		width: 99%;
	}
}

/*AD UNITS - SIZE MAPPING MENU*/

.sizeMappingMenu-close{
	position:absolute;
	right:15px;
	top:5px;
	font-size:28px;
}

.sizeMapping-add{
	float: right;
	bottom: 15px;
	margin-top: 10px;
	margin-right: 5px;
}
.sizeMapping-close{
	float: right;
	bottom: 15px;
	margin-top: 10px;
}

.X2{
	font-size: 3em;
}

.sizeMapOn{
	color: gray;
}

.sizeMappingInfo{
	font-size: 1.3em;
	margin-left: 3px;
}

/*BID CPM ADJUSTMENTS*/

.bidCPMList{
	height: 150px;
	width: 126px;
	position: relative;
	display: inline-block;
	margin: 0 10px;
	border-radius: 5px;
	border: 2px solid #0193d7;
}

.bidCPMList>div{
	height: 100px;
	width: 100px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

.bidCPMList>div>img{
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 10px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.bidCPMList>.input-group{
	max-height: 100%;
	max-width: 100%;
	width: 90px;
	height: auto;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	margin-bottom: 1px;
}

.bidCPMList .input-group-addon{
	background-color:white !important;
}

.bidCPMList input{
	text-align:center;
}

.bidCPMList input:focus{
	border: 1px solid #ccc;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.bidCPMList input[type=number] {
	-moz-appearance: textfield;
 }

.bidCPMList input[type=number]::-webkit-inner-spin-button,
.bidCPMList input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/*PRICE BUCKETS*/

.priceBuckets{
	position:relative;
}

.priceBucketMenu {
	text-align: center;
	position: absolute;
	left: 13px;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
	padding: 60px 15px;
	background-color: white;
	height: 260px;
	max-height: 260px;
	margin-left: 2px;
	z-index: 100;
}

.biddrAdvancedOptionsTitle{
	display: block;
	margin-bottom: 15px;
}
.prebidVersion .disablePreBid {
	background-color: #ebebe4;
	width: 100%;
}

.biddrAdvancedOptions{
	padding-left: 50px;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
	position: relative;
	margin-bottom: 20px;
}

.priceBucketOn{
	background:#0193d7;
	opacity: 1;
	transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
 }

.priceBucketRow-short{
	justify-content: space-around;
}

.priceBucketRow>div{
  margin-top:5px;
  margin-bottom:5px;
}

.priceBucketRow>button{
  margin-top:10px;
}

.priceBucket{
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  padding: 5px 10px 5px 5px;
  margin: 5px;
  width: 100px;
  min-width: 100px;
  text-align: center;
  position: relative;
}

.priceBucket label{
  padding-left:5px;
  padding-right:0px;
}

.priceBucket-add{
	height:260px;
	max-height:260px;
  border-left: 1px solid #e2e2e2 !important;
	border-right:none !important;
	border-top:none !important;
	border-bottom:none !important;
}

.priceBucket-add-length{
	height:258px;
}

.priceBucket-add:focus {
  outline:none;
}

.priceBucket-remove{
  position:absolute;
  right:5px;
  top:5px;
  font-size:20px;
}

.priceBucketInput>input{
  padding: 0 0 0 4px;
}

.priceBucketInput>input:invalid {
  border-width: 3px;
  border-color: orangered;
}

.priceBucketInput>div{
  padding: 0px 5px 0px 5px;
}

#pbNumberLineContainer {
  display: flex;
  justify-content: space-around;
  min-width: 600px;
  padding: 0px 5px 5px 5px;
}

.numLine, .numLineArrow {
  fill: #0193d7;
  shape-rendering: crispEdges;
}

.numLineLabel {
  font-family: sans-serif;
  font-size: 12px;
  fill: black;
}

#pbNumberLine>rect.major {
  fill: #0193d7;
  shape-rendering: crispEdges;
}

#pbNumberLine>rect.minor {
  fill: #3293d7;
  shape-rendering: crispEdges;
}

.priceBucketForm{
	padding-right:0;
	height:260px;
	max-height:260px;
}

.priceBucketRow{
	display:flex;
  overflow-x: auto;
	overflow-y:hidden;
  white-space: nowrap;
  border-bottom: 1px solid #e2e2e2;
}


div.h-scrollPB [class*="pb"] {
  display: inline-block;
  float: none;
  white-space: normal;
  vertical-align: top;
}

.wide {
	width: 100%;
}

@keyframes AnimateUp {
	0% {
		margin-top: 0px;
	}
	100% {
		margin-top: -250px;
	}
}

@keyframes AnimateDown {
	0% {
		margin-top: 0px;
	}
	100% {
		margin-top: 250px;
	}
}
.adUnit-animateUp{
	animation: AnimateUp 1s;
}

.adUnit-animateDown{
	animation: AnimateDown 1s;
}

.open-ad-unit{
	cursor: url('/images/open_arrow.ico'), ew-resize;
}

.close-ad-unit{
	cursor: url('/images/close_arrow.ico'), pointer;
}

.expandBar{
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 35px;
	width: 30px;
	text-align: center;
	border-left: 2px solid #e2e2e2;
	font-size: 10px;
}

.expandBar>div{
	padding: 33px 3px;
}

.expandBar>div>fa:first-child {
	padding-right: 3px;
}

/* Size Mapping */

.sizeMappingSwitch{
	display:inline-block;
}

.sizeMappingSwitch > switch > div > div .bootstrap-switch-handle-on {
	width: 90px !important;
	min-width: 90px !important;
}

.sizeMappingSwitch > switch > div > div .bootstrap-switch-handle-off {
	width: 90px !important;
	min-width: 90px !important;
}

.sizeMappingSwitch > switch > div > div .bootstrap-switch-label {
	width: 90px !important;
}

.sizeMappingSwitch > switch > div > div {
	width: 290px !important;
}

.displayBlockyMcBlockHead{
	margin-bottom:5px;
}

/* Advanced Options */

/* schain Tab style */

.schain-section .schain-demand-list {
	position     : relative;
	margin-top   : 5px;
	padding      : 10px 0 5px 0;
	border       : 1px solid #e2e2e2;
	border-radius: 3px;
}

.schain-section .schain-action {
	margin  : 0 10px 10px;
	position: relative;
}

.schain-section .schain-action .schainPowerOff {
	float   : right;
	z-index : 5;
	position: inherit;
}

.schain-section .schain-action .fa-circle {
	font-size: 30px;
}

.schain-section .schain-action .fa-power-off {
	font-size: 21.5px;
	color    : white;
	position : absolute;
	right    : 3.5px;
	top      : 5px;
}

.schain-section .config-btn i {
	margin-right: 5px;
}

.schain-section .ourDisable {
	border-radius: 3px;
}

.schain-section>div>.ourDisable {
	z-index: 4;
}

.schain-section .demandCheckbox {
	z-index: 1;
	margin : 3.5px;
}

.schain-section .green-border {
	border-color: green;
}

.schain-section .demandPowerOff {
	width  : 20px !important;
	height : 20px !important;
	display: inline-block;
	z-index: 3;
	top    : 0;
	right  : 1px !important;
	margin : 0 !important;
	left   : unset !important;
}

.schain-section .demandEdit {
	width  : 20px !important;
	height : 20px !important;
	display: inline-block;
	z-index: 1;
	top    : unset !important;
	right  : 6px !important;
	margin : 0 !important;
	left   : unset !important;
	bottom : 7.6px;
}

.schain-section .demandPowerOff .fa-circle {
	font-size: 22px;
}

.schain-section .demandPowerOff .fa-power-off {
	position: absolute;
	left    : 3.5px;
	top     : 4px;
	color   : white;
}

.schainFormModal .ourInput {
	font-size: 16px;
}

.schainFormModal .formBuffer select {
	text-align-last: center;
    height: 40px;
    font-size: 16px;
    cursor: pointer;
}

.bidSchainList {
	height       : 150px;
	width        : 126px;
	position     : relative;
	display      : inline-block;
	margin       : 2.5px 10px;
	border-radius: 5px;
	border       : 2px solid #0193d7;
}

.bidSchainList>div {
	height  : 100px;
	width   : 100px;
	position: absolute;
	left    : 0;
	right   : 0;
	margin  : auto;
}

.bidSchainList>div>img {
	max-height: 100%;
	max-width : 100%;
	width     : auto;
	height    : auto;
	position  : absolute;
	top       : 6px;
	bottom    : 0;
	left      : 0;
	right     : 0;
	margin    : auto;
}

.bidSchainList input:focus {
	border            : 1px solid #ccc;
	-webkit-box-shadow: none;
	box-shadow        : none;
}

.bidSchainList input[type=number] {
	-moz-appearance: textfield;
}

.bidSchainList input[type=number]::-webkit-inner-spin-button,
.bidSchainList input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin            : 0;
}