/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
.wholesale_price_min_max_div input{
    margin: 0 10px 0 0 !important;
    width: 120px !important;
}
.wholesale_price_label label {
    width: 120px !important;
    font-weight: 400;
    margin: 0 10px 0 0 !important;
}

.wholesale_price_label,.wholesale_price_min_max_div{ 
    display: inline-block; 
    margin-bottom: 10px;
    width: 100%;
}

.wholesale_price_content_div,.wholesale_price_html_content_div,.wholesale_price_custom_tab_data {
    margin: 30px 40px 20px !important;
}

/* toggle swich css start */
input.wholesale_price_toggle {
	max-height: 0;
	max-width: 0;
	opacity: 0;
}
input.wholesale_price_toggle + label {
	display: block;
	position: relative;
	box-shadow: inset 0 0 0px 1px #d5d5d5;
	text-indent: -5000px;
	height: 10px;
	width: 40px;
	border-radius: 15px;
	background: #eaeaea;
	top: 15px;
}
input.wholesale_price_toggle + label:before {
	content: "";
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	top: -5px;
	left: 0;
	border-radius: 15px;
	background: #c8c8c8;
	-moz-transition: .25s ease-in-out;
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
input.wholesale_price_toggle + label:after {
	content: "";
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	top: -5px;
	left: 0px;
	border-radius: 15px;
	background: #c8c8c8;
	-moz-transition: .25s ease-in-out;
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
input.wholesale_price_toggle:checked + label:before {
	width: 40px;
	height: 10px;
	background: #4bafe1;
	top: 0px;
}
input.wholesale_price_toggle:checked + label:after {
	left: 20px;
	background: #fff;
	top: -5px;
	box-shadow: inset 0 0 0 1px #4bafe1;
}
/* toggle swich css end */

.wwprice {
    float: left;
    display: block;
    width: 90%;
    max-width: 1280px;
    background: #fffffe;
    margin: 20px 5%;
    color: rgb(125,125,125);
    font-size: 14px;
}
.wwprice .content {
    width: 100%;
    float: left;
    background-color: #fffffe;
    overflow: hidden;
}

.wwprice * {
    box-sizing: border-box;
}

.wwpheader {
    display: block;
    font-size: 20px;
    padding: 20px;
    text-transform: uppercase;
    color: #FF7852;
    font-weight: 400;
}

.wwpsubheader {
    font-family: 'Roboto', sans-serif;
    display: block;
    float: left;
    padding: 5px 5px 5px 20px;
    margin-bottom: 20px;
    width: 100%;
    color: #4bafe1;
    font-size: 12px;
}

.wwprow {
    display: block;
    float: left;
    position: inherit;
    padding: 5px 20px 5px 20px;
    min-height: 60px;
    width: 100%;
}
.wwpfield {
    font-family: 'Robot', sans-serif;
    padding-top: 10px;
}

.wwpfield, .wwpinput, .wwpnote {
    display: inline-block;
    float: left;
    vertical-align: middle;
    min-height: inherit;
}

.wwpfield, .wwpnote {
    width: 25%;
}

.wwpnote {
    font-family: 'Roboto', 'Arial', serif;
    font-size: 12px;
    vertical-align: middle;
    color: rgb(175,175,175);
}

.wwpinput {
    width: 50%;
    padding: 0px;
    margin: 0px;
}

.wwprice .childfieldsrow {
    width: 100%;
    display: block;
    float: left;
    padding: 5%;
    margin-bottom: 2%;
    background-color: #f5f8f8;
}
.childfieldsrow .wwpfield::before {
    content: "└ ";
    color: rgb(75, 175, 225);
}

.wwprice .childfieldsrow select {
    background-color: #fffffe;
    border-width: 2px;
}

.wwprice select {
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #555;
    border-width: 2px;
    border-color: #dae5e8;
    border-style: solid;
    background: #f7f7f7;
    vertical-align: top;
    display: inline-block;
    text-decoration: none;
    line-height: 26px;
    height: 28px;
    margin: 0;
    padding: 0 45px 0 15px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    white-space: nowrap;
    background-image: url(../partials/images/dropdown-arrow.png);
    background-repeat: no-repeat;
    background-position: right;
    -webkit-box-shadow: 0px 1px 0px #FFF;
    -moz-box-shadow: 0px 1px 0px #FFF;
    box-shadow: 0px 1px 0px #FFF;
}

.wwprice .buttonarea {
    width: 100%;
    display: block;
    float: left;
    padding: 25px 15px 15px 15px;
    border-top: 2px solid #dae5e8;
}

.wwprice input[type=submit] {
    display: inline-block;
    float: left;
    color: #4bafe1;
    text-transform: uppercase;
    font-size: 14px;
    border: none;
    background: #fffffe;
    padding: 10px 25px 10px 25px;
    transition: 0.2s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid #4bafe1;
}