/*switch*/
.vippd_switch {
      position: relative;
      display: inline-block;
      width: 50px;
      height: 24px;
    }

    /* Versteckt die Checkbox */
    .vippd_switch input {
      opacity: 0;
      width: 0;
      height: 0;
    }

    /* Der Schieberegler */
    .vippd_slider {
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #ccc;
      transition: 0.4s;
      border-radius: 34px;
    }

    .vippd_slider:before {
      position: absolute;
      content: "";
      height: 16px;
      width: 16px;
      left: 4px;
      bottom: 4px;
      background-color: white;
      transition: 0.4s;
      border-radius: 50%;
    }

    input:checked + .vippd_slider {
      background-color: rgb(47, 138, 228);
    }

    input:checked + .vippd_slider:before {
      transform: translateX(26px);
    }




/*Alert*/
.vippd_gebote_alert_popup{
	    position: absolute;
    z-index: 10;
    background-color: #fff;
    padding: 10px 30px 30px 30px;
    margin-top: 100px;
        --tve-border-width: 10px;
    --tve-border-radius: 9px;
    overflow: hidden;
    border-width: 3px 3px 10px !important;
    border-style: solid !important;
    border-color: rgb(31,42,60) !important;
    border-image: initial !important;
    --tve-applied-border: 3px solid rgb(31,42,60) !important;
    border-radius: 9px !important;
    margin-left: 10%;
    margin-right:10%;
    display:none
}
.vippd_gebote_alert_popup_dismiss{
	text-align:right;
	font-size:1.5em;
	margin-bottom:10px
}
.vippd_gebote_alert_popup_dismiss:hover{
	cursor:pointer
}


.pd_alert_box{
	box-sizing: border-box;
	/*--tve-border-radius: 10px;
        border-radius: 10px;
        --tve-border-width: 8px;
        overflow: hidden;
        border-width: 3px 3px 8px !important;
        border-style: solid !important;
        border-color: rgb(0, 0, 0) !important;
        border-image: none 100% / 1 / 0 stretch !important;
        --tve-applied-border: 3px solid rgb(0, 0, 0) !important;
        background-image: none !important;
        --background-image: none !important;
        --tve-applied-background-image: none !important;*/
	
	
}
.pd_banner_icons{
	
        margin-right: auto;
       /* width: 55px;
        height: 55px;*/
        --tcb-local-color-icon: rgba(255, 0, 1, 0.4);
        --tcb-local-color-var: rgba(255, 0, 1, 0.4);
        --tve-icon-size: 55px;
        margin-left: 40px !important;
        margin-top: 0px ;
        margin-bottom: 0px !important;
        
        z-index: 3;
        position: relative;
        --tve-alignment: right;
       /* float:left*/
}
.pd_gebote_alert_icon{
	font-size: 55px;
	color: rgb(255, 0, 1);
        --tve-applied-color: rgb(255, 0, 1);
    
}

.pd_gebote_up_icon{
	font-size: 40px;
	color: rgb(77,171,48);
    margin-top: 5px ;
}

.pd_gebote_down_icon{
	font-size: 55px;
	color: rgb(255,116,0);
   
}
.pd_gebote_info_icon{
	color:rgb(47,138,228);
	font-size: 55px;
}
.pd_alert_text{
	margin-left:40px;
	margin-top:20px;
	margin-bottom:20px;
	
}
.pd_alert_text a{
	color:rgb(17, 23, 32)!important;
}
.pd_alert_underline{
	text-decoration:underline
}
.pd_alert_red{
	color: rgba(255, 0, 1, 1);
}
.request_discount{
	color:rgb(47,138,228)!important;
}
.request_discount svg{
	margin-bottom:4px
}
.imgpage {
	margin: 1em auto;
	max-width: 768px;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	height: 100%;
}

.box {
	padding: 0.5em;
	width: 100%;
	margin:0.5em;
}

.box-2 {
	padding: 0.5em;
	width: calc(100%/2 - 1em);
}

.options label,
.options input{
	width:4em;
	padding:0.5em 1em;
}


.hide {
	display: none;
}

img {
	max-width: 100%;
}





.choices__list--multiple .choices__item{
	background-color: rgb(47,138,228)!important;
	border-radius:5px!important;
}





.vippd_text_length{
	margin-right:5px
}

.bg_green{
	background-color:rgb(77,171,48)
}
.bg_orange{
	background-color:orange
}
.bg_red{
	background-color:red
}
.popup_position{
	width:10%;
	height:20px
}
.req_pos{
	width:50%;
	height:20px;
}
.cat_pos{
	height:20px;
	width:100%;
}
.daterangepicker.show-ranges.ltr .drp-calendar.left{
	margin-right:10px
}
.pd_select{
	border-radius: 3px;
	border: 1px solid #ccc;
	padding: 10px;
	background-color:#fff;
	
}
@-moz-document url-prefix() {
	.pd_select{
	width:240px
	}
}
@media not screen and (1) { 
	.pd_select{
	width:210px
	}
}
#partnerrequests_table_length.dataTables_length,#vippd_bills_length.dataTables_length,#vippd_rating_length.dataTables_length{
	float:right!important;
	margin-bottom:10px
}
#partnerrequests_table_filter.dataTables_filter,#vippd_bills_filter.dataTables_filter,#vippd_rating_filter.dataTables_filter {
	float:left!important;
	margin-bottom:10px
}

#vippd_rating_length.dataTables_length,#vippd_rating_length.dataTables_filter{
	margin-bottom:10px
}


.vippd_start td{
	padding: 10px
}

.vips_info{
	font-size:1em;
	margin-left:4px;
	color:#777;
	
}
.vips_info:hover{
	cursor:pointer
}
.vippd_infobox{
	
	background-color:rgb(31, 42, 60);
	color:#fff;
	padding:10px;
	position:absolute;
	z-index:20;
	
	max-width:300px;
	font-weight:200;
	border-radius:5px;
	border:1px solid #fff;
	/*box-shadow: 0 0 0 1px #eee,
		0 0 2px 1px rgba(85, 85, 85, 0.8);*/
}

.infobox_hide{
	display:none;
}
.infobox_show{
	display:block
}
#vippd_info1:hover,#vippd_info2:hover,#vippd_info3:hover{
	
	cursor:pointer
}


.vippd_filter_list  li{
	font-size:14px!important;
	margin-left:0px!important;
}

.vippd_filter_list  li input{
	margin-right:5px
}
.vippd_table, .vippd_table  th, .vippd_table td{
	border:none!important;
}

.vippd_table h3, .vippd_header{
	/*font-family: 'Heebo'!important*/
}

#vippd_alert_open{
	display:none;
	
}

#vippd_alert_open p{
	font-size: 1.2em
}
.ui-dialog-titlebar {
	background-color:#eee!important
}
.ui-dialog{
	top:30%!important
}
.ui-button.ui-dialog-titlebar-close:focus{
		box-shadow: 0 0 0 1px #eee,
		0 0 2px 1px rgba(85, 85, 85, 0.8)!important;}
.vippd_no_result{
	margin-left:20px;
	margin-top:20px;
}
.vippd_btn_grey{
	background-color:#777!important;
	color:white!important;
	height:20px;
	width:auto!important;
	border-radius:5px;
	padding:10px 60px;
}
.vippd_btn_blue{
	background-color:rgb(47,138,228)!important;
	color:white!important;
	height:20px;
	width:auto!important;
	border-radius:5px;
	padding:10px 60px!important;
}

.vippd_btn_blue_small{
	padding:10px!important;
}
.vippd_btn_blue:hover,.vippd_submit_blue:hover{
	background-color:rgb(45,133,221)!important;
}



#vippd_info2,#vippd_info3,#vippd_info4,#vippd_info5{
	text-align:left;
}

.vippd_submit_blue{
	background-color:rgb(47,138,228)!important;
	color:white!important;
	
	width:auto!important;
	border-radius:5px;
	padding:10px 60px;
}
.vippd_filter_header{
	font-weight:600;
	margin-bottom:10px;
}
.vpd_searchtable td{
	border-bottom:none;
	padding-left:0px
}
.vpd_searchtable input{
	width:100%;
	padding: 10px 14px;
}

.vippd_filtertable{
	/*width:100%;*/
	display:none;
	margin-bottom:60px;
	background-color:#f9f9f9;
	padding:20px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.vippd_filtertable th, .vippd_filtertable td{
	padding-left: 0px;
	width:50%;
}
.vippd_filtertable td{
	border-bottom:none!important;
}

.clearfix{
	clear:both;
}

.fa-file-pdf{
	color:darkred;
	font-size:1.5em;
	font-weight:200
}
.fa-download{
	font-size:1.5em;
}

.pd_branchlist{
	width:100%;
	margin-bottom:20px;
	
}

.pd_no_results{
	margin-bottom:200px;
}

select.bills_branchlist{
	
}
.vippd_bills_table{
	width:100%;
}
.vippd_bills_table td{
	vertical-align:middle;
	text-align:center;
	border:1px solid #ddd;
	}
	
.vippd_billfilter_table td{
	width:33%;
	padding:0 20px
}

.vippd_billfilter_table label{
	width:100%;
	font-weight:600;
	display:block;
	margin-bottom:10px
}
.vippd_billfilter_table input{
	padding: 10px 60px!important;
	margin-top:35px;
}
.vippd_billfilter_table select{
	width:50%
}
.vippd_filtertable_open{
	padding:0px 20px;
	
	border:2px solid #111;
	border-radius:100px;
	width:100px;
	margin-bottom:30px;
	float:right;
	font-weight:600;
	
	text-align:center;
}

.vippd_filtertable_open i{
	margin-left:20px;
}
.vippd_filtertable_open:hover{
	cursor:pointer;
}
.vippd_filteropen_text{
	float:left;
	padding-top:14px
}
.vippd_filteropen_icon{
	font-size:2em;
	float:right
}
.branchlist{
	width:20%;
	float:left
}
.clearfix{
	clear:both;
}
.vippd_requests_divider{
	height:40px;
	width:100%;
}
/*Popup*/
.request_popup{
	/*display:none;
	position:absolute;
	background-color:rgba(255,255,255,0.5);
	top:0;
	left:0;
	bottom:0;
	padding:5% 30%;
	z-index:10;*/
	box-shadow:rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.popup_inner{
	padding:90px 40px ;
	background-color:#fff;
	/*border:1px solid lightgrey;*/
}
.popup_header, .popup-footer{
	
	background-color:#1f2a3c;
	position:fixed;
	right:0;
	width:650px;
	z-index:10
}
.popup_header{
	padding:20px 40px 10px 40px;
}
.popup-footer{
	padding:20px 40px;
	background-color:#1f2a3c;
	text-align:left;
	color:#fff;
	position:fixed;
	right:0;
	width:650px;
	bottom:0
}
.footer_dismiss{
	
}
.footer_dismiss:hover{
	cursor:pointer
}

.footer_dismiss svg.tcb-icon{
	font-size:24px;
	margin-bottom:3px;
	margin-right:5px;
	margin-left:5px
}

.popup_list{
	list-style:none;
	margin-bottom:20px!important;
}

.popup_list td{
	padding:5px
}
.popup_listitem{
	float:left;
	margin-right:10px;
	width:50%;
}

.popup_listitem_right{
	min-width:10px;
}
.popup_dismiss{
	text-align:right;
	
	float:right;
	font-size:1.5em;
	color:#ecedee;
}
.popup_dismiss:hover{
	cursor:pointer
}

.popup_dismiss .tcb-icon{
	margin-bottom:20px;
	margin-top:5px
}

.popup_pdf .tcb-icon{
	font-size:1.4em;
	float:left;
	color:#ecedee!important;
	margin-top:5px
}
.popup_form{
	margin-top:40px;
}

.popup_form h3{
	margin-left:5px
}

.popup_notes,.popup_form input{
	margin: 5px!important;
}
.popup_notes_note {
	margin: 5px 0;
}
.popup_notes textarea{
	display: inline-block;
	min-height: 40px;
	width: 100%;
	/*font-size: 16px;*/
	line-height: 1.8;
	padding: 6px 12px;
	vertical-align: middle;
	background-color: transparent;
	color: #333;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-bottom:10px;
	margin-top:10px
}
.popup-header-title{
	float:left;
	width:70%;
	padding-top:10px;
	padding-left:5px
}
.popup-header-title h3{
	color:#fff!important;
	
}
.popup-header-right{
	float:right;
	width:15%;
	padding-top:10px;
}
.popup_statuslist{
	margin-bottom:20px;
	margin-left:5px
}
.popup_statuslist table{
	width:100%;
}
.popup_statuslist_title{
	padding-top:20px!important
}
.popup_statuslist span{
	
}
.request_change_status{
	
}
/*Partnerrequests*/
.partnerrequests_topheader{
	padding:0 15px;
	
}
.partnerrequests_container{
	width: 100%;
	margin-bottom:40px;
	float:left;
	height:500px;
	overflow-y:scroll;
	min-height:1000px;
	background-color:#f9f8f8;
	padding:10px;
}

/*!!!!Achtung!!! Adminbar ausblenden*/
.partnerrequests_detail_container,.vippd_gebote_detail_container{
	display:none;
	border:1px solid lightgrey;
	float:right;
	
	overflow-y:scroll;
	z-index:10;
	position:fixed;
	right:0;
	
	bottom:0;
	background-color:#fff;
	width:728px;
}
.partnerrequests_detail_container{
	/*top:120px;*/
	top:7.5em
	
}
.vippd_gebote_detail_container{
	/*top:120px;*/
	top:7.5em
}

.partnerrequests_header{
	font-weight:600;
	
}
.partnerrequests_row{
	width:100%;
	border-bottom:1px solid #f8f7f6;
}
.partnerrequests_item {
	padding:20px 40px;
	margin-bottom:5px;
	/*width:100%;*/
	background-color:#fff;
	
	border:1px solid lightgrey;
}
.partnerrequests_item:hover,.vippd_sortlist_item:hover{
	
	cursor:pointer;
}
.partnerrequests_item_left{
	float:left;
	text-align:left;
	width:50%;
}
.partnerrequests_item_right{
	float:right;
	text-align:right;
}
.partnerrequests_item_right span{
	
	font-weight:600
}
.partnerrequests_item_xsm{
	width:5%;
}
.partnerrequests_item_sm{
	width:8%;
}
.partnerrequests_item_md{
	width:15%
}
.partnerrequests_item_lg{
	width:20%;
}

/*Filter*/
.vippd_filter{
	display: flex;
	/*flex-direction: row;*/
	flex-wrap:wrap;
	margin-bottom:40px;
}

.vippd_sort{
	display: flex;
	flex-direction: row;
	margin-bottom:20px;
	justify-content:space-between
}
.vippd_filter_item{
	flex: 1 1 200px;
  	width: 0;
  	padding-right:10px;
  	
}
.vippd_filter_item > div{
	font-weight:600
}
 .vippd_sort_item{
	
  	width: 20%;
  }
  
 .daterange{
 	font-weight:400;
 	background-color:#fff
 	
 }
  
 .vippd_sort_input{
 	display: inline-block;
	height:2.25em;
	width: 100%;
	font-size: 14px;
	line-height: 1.8;
	padding: 6px 12px;
	vertical-align: middle;
	background-color: transparent;
	color: #333;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
 }

.vippd_filter input[type="date"],.vippd_filter input[type="text"]{
	display: inline-block;
	/*min-height: 40px;*/
	/*width: 100%;*/
	font-size: 1em;
	line-height: 1.8;
	padding: 6px 0px 6px 12px;
	vertical-align: middle;
	background-color: transparent;
	color: #333;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.request_filter_searchfield input{
	width:100%;
}

.request_filter_cat ul{
	margin:0;
}

.vippd_filter_start,.vippd_filter_rating{
	width:100%;
	margin-top: 34px;
}
.vippd_sort ul{
	list-style:none;
	
}

#vippd_sortlist{
	display:none;
	position:absolute;
	background-color:#fff;
	border:1px solid #ddd;
	padding-right:15px;
}

#vippd_sort_open:hover{
	cursor:pointer;
}
#vippd_sort_open{
	border:1px solid #ddd;
	padding:10px 4px 0px 15px;
	height:2.25em;
}

#vippd_angle{
	float:right;
	color:#4a4a4a;
	font-size:0.85em;
	margin-top:4px;
}

.vipppd_list_active{
	background-color:#eee;
}

.vippd_textlength{
	color:darkgrey;
	font-style:italic;
	font-size: 0.8em;
	vertical-align: bottom;
}
.vippd_grey{
	color:darkgrey;
}

.vippd_start input::placeholder, .vippd_start textarea::placeholder{
	color:#aaa
}

.vippd_start input[type=text],.vippd_start input[type=number], .vippd_start input[type=email],.vippd_start input[type=password], .vippd_start textarea, .vippd_start select{
	width: 50%;
}
/*mobile Ansicht*/
@media(max-width: 1600px){
	/*!!!!Achtung!!! Adminbar ausblenden*/
	.partnerrequests_detail_container{
		top:110px;
	}
	.vippd_gebote_detail_container{
		top:110px;
	}
	}
@media(max-width: 1400px){
	/*!!!!Achtung!!! Adminbar ausblenden*/
	.partnerrequests_detail_container{
		top:100px;
		
	}
	.vippd_gebote_detail_container{
		top:100px;
		
	}
	}
@media(max-width: 1200px){
	/*!!!!Achtung!!! Adminbar ausblenden*/
	.partnerrequests_detail_container{
		top:90px;
	}
	.vippd_gebote_detail_container{
		top:90px
	}
	}
@media only screen and (max-width: 960px){
	/*!!!!Achtung!!! Adminbar ausblenden*/
	.partnerrequests_detail_container,.vippd_gebote_detail_container{
		
		width:100%;
		right:0;
		bottom:0;
		position:absolute:
		}
	.partnerrequests_detail_container{
		top:95px;
	}
	.vippd_gebote_detail_container{
		top:95px
	}
	.popup_header, .popup-footer{
		width:100%;
		padding:20px 20px 10px 10px ;
		left:0
		}
	.popup_dismiss{
		margin-right:20px
	}
	/*.vippd_filter{
		flex-direction: column;
	}	
	.vippd_filter_item{
		width: 50%!important;
		}*/
	.vippd_start input[type=text],.vippd_start input[type=number], .vippd_start input[type=email],.vippd_start input[type=password], .vippd_start textarea, .vippd_start select{
	width: 100%;
}
}
@media only screen and (max-width: 520px) {
	.vippd_requests_divider{
	height:10px;
	
}
	.partnerrequests_detail_container,.vippd_gebote_detail_container{
			position:fixed
			}
	.partnerrequests_item_right{
		float:none;
		text-align:left;
	}
	.partnerrequests_item_left{
		width:100%
		}
		
/*.vippd_filter{
		flex-direction: column;
	}
	.vippd_filter_item{
		width: 100%!important;
		}*/
		
		
	.vippd_sort_item{
		width:100%;
	}
	
	.branchlist{
		width:100%;
		}
	
	
}

.vippd_branchen_table th, .vippd_branchen_table td{
	text-align:left;
	padding:10px 
}
.catprices{
	text-align:right!important
}

.vippd_alert{
	color:darkred;
	border:1px solid darkred;
	padding:10px;
	width:fit-content;
	font-weight:600;
}

.ratingstars{
	color: gold;
	margin-left: 10px;
}

.vippd_ratingtable th, .vippd_ratingtable td{
	border:1px solid #eee;
	padding:10px!important;
	text-align:left;
}

table.vippd_ratingtable {
	border:1px solid #eee;
	
}
.rating_content{
	margin-top:20px;
}

/*.vippd_branche_note{
	color:green
}*/
.vippd_service_close{
	color:#1f2a3c;
	margin-right:3px
}
.vippd_service_close svg{
	width:1.15em;
	height:1.15em;
	margin-bottom:2px;
}
.msggreen{
	color:rgb(77,171,48);
}

.msggreen svg, .vippd_grey svg, .vips_info svg{
	margin-bottom:3px
}
.msgorange{
	color:orange
}
.msgred{
	color:red
}
/*Loading Spinner*/
.lds-spinner {
  color: official;
  display: none;
  position: absolute;
  width: 80px;
  height: 80px;
  left:45%;
  top:30%;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #aaa;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*Gebote Tabelle*/
.vippd_gebote_list {
	list-style:none
}
.vippd_gebote_table{
	width: 100%;
	border-collapse: collapse;
	margin-top:8px;
	
}

.vippd_gebote_table td,.vippd_gebote_table th{
  padding:10px;
  border:1px solid #ddd;
  background:transparent
  }
 

.vippd_gebote_table tbody tr:hover{
	cursor:pointer;
	box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.035);
}
.vippd_gebote_table_right{
	text-align: right;
	
}
.vippd_gebote_table_left{
	text-align:left;
	
	
}
.vippd_gebote_table_status{
	text-align:left;
}

.vippd_gebote_cat {
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	display:block;
	width:200px;
}

.vippd_gebote_table_center{
	text-align:center
}

.vippd_gebote_table .vippd_tooltip{
	float:left
}
.vippd_gebote_table tbody tr:nth-child(odd){
	box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.023);
}
.vippd_gebote_table tbody tr:nth-child(odd):hover{
	background-color: #f2f2f2;}


td.vippd_gebotecat{
	box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
}
td.vippd_gebotecat:hover{
	box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.064);
}
.vippd_gebote_table tbody tr:nth-child(odd) td.vippd_gebotecat{
	box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.054);
}
.vippd_gebote_table tbody tr:nth-child(odd) td.vippd_gebotecat:hover{
	box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.064);
}
.vippd_gebote_table tr{
	border:none;
}
.vippd_gebote_detailtable{
	height:100%;
	margin-top:20px
}
.vippd_gebote_table button{
	padding: 10px
}
.vippd_gebote_detailtable td{
	padding:8px 10px;
}

.vippd_gebote_detailtable label{
	font-weight:600;
	font-size:1.2em
}

.vippd_gebote_detail_container h3{
	margin-left:8px;
	padding-bottom:0!important;
	color:#fff!important;
}
.vippd_details_header{
	float:left;
	width:80%
}

.vippd_details_header span{
	color:#fff!important
}
.vippd_details_subtitle{
	margin-left:8px;
	margin-bottom: 10px;
	
}
.vippd_description{
	margin-left:8px;
	margin-top: 20px!important;
	margin-bottom:1opx!important;
}
.vippd_gebote_detailtable h5{
	padding-bottom:0px!important;
}
.pd_statuslist{
	text-align:left!important;
	
	padding:10px;
	background-color:#fff;
	border-radius:3px
}
.vippd_gebote_detailtable .catprices,.vippd_gebote_detailtable select{
	padding:1.5px 5px;
	text-align:left!important;
	background-color:#fff;
	border-radius:3px
}
.vippd_gebote_detailtable .catprices,.vippd_gebote_detailtable select{
	width:100px;
}

.vippd_gebote_catprice{
	padding-right:20px!important
}

.vippd_gebote_detail_container .request_popup{
	box-shadow:none
}

.vippd_gebote_table_container .lds-spinner{
	top:50%;
}

.vippd_gebote_table_search{
	float:left;
	width:100%;
	margin-bottom:10px;
	
}
.vippd_gebote_table_sort button{
	margin-left:5px;
}
.vippd_gebote_table_search input{
	border: 1px solid #aaa!important;
    border-radius: 3px!important;
    padding: 5px!important;
    background-color: transparent;
    margin-left: 3px
    }
.vippd_gebote_table_sort{
	float:right;
	width:70%;
	text-align:right;
}

.vippd_gebote_filtertable select{
	width:unset
}

.vippd_gebote_filter{
	width:60%
}

.vippd_carets{
	float:right
}
.vippd_caret_container{
	display:flex;
	flex-direction:column;
	margin-top:-20px
}
.vippd_caret_container div{
	height:10px;
	opacity: .125;
	font-size:2em
}
.vippd_carets:hover{
	cursor:pointer;
	opacity: 1;
}
.vippd_caret_container div:hover{
	opacity: 0.5;
}
/*responsive*/
@media(max-width: 1200px){
	.vippd_gebote_table td:nth-child(7), .vippd_gebote_table th:nth-child(7) {
  		display: none
	}
}
@media(max-width: 931px){
	.vippd_gebote_filter{
	width:75%
}
	.vippd_gebote_table td:nth-child(5), .vippd_gebote_table td:nth-child(3), .vippd_gebote_table th:nth-child(3),.vippd_gebote_table th:nth-child(5),.vippd_gebote_table td:nth-child(6),.vippd_gebote_table th:nth-child(6) {
  		display: none
	}
	
/*	.vippd_gebote_table td,.vippd_gebote_table th{
		padding:6px 4px;
		font-size:0.9em;
	}*/
	.vippd_gebote_cat, .vippd_gebote_table_left{
		
	}
	.vippd_btn_blue{
		padding:10px 50px	
	}
}

@media(max-width: 640px){
	.vippd_gebote_table td:nth-child(6), .vippd_gebote_table th:nth-child(6) {
  		display: none
	}
	#partnerrequests_table_length.dataTables_length,#vippd_bills_length.dataTables_length,#vippd_rating_length.dataTables_length{
		display:none
	}
}
@media(max-width: 530px){
	.vippd_filtertable_open{
	display:none}
	.popup_notes textarea{
		width:90%!important;
	}
	.popup_inner{
		padding-left: 20px;
		padding-right: 20px}
	.popup-header-title{
		width:50%;}
	.popup-header-right{
			width:30%;
			padding-right:20px	}
	.dataTables_empty{
			display:none!important
			}
	.vippd_gebote_filter{
		width:100%
	}
	.vippd_gebote_table td:nth-child(4),  .vippd_gebote_table th:nth-child(4){
  		display: none
	}
	
/*	.vippd_gebote_table td,.vippd_gebote_table th{
		padding:6px 4px;
		font-size:0.9em;
	}*/
	.vippd_gebote_cat {
		width:100px;
	}
	.vippd_btn_blue{
		padding:10px 10px	
	}
}

@media(max-width: 340px){
	.vippd_gebote_table td:nth-child(2),  .vippd_gebote_table th:nth-child(2) {
  		display: none
	}
}

