
.SlectBox {
    padding: 5px 8px;
    width: 200px;
}
.SelectClass {
    border: medium none;
    box-sizing: border-box;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}
.SumoSelect > .optWrapper > .options > li label, .SumoSelect > .CaptionCont {
    -moz-user-select: none;
}
.SumoSelect {
    display: inline-block;
    outline: medium none;
    position: relative;
}
.SumoSelect > .CaptionCont {
    background-color: #fff;
    border: 1px solid #a4a4a4;
    margin: 0;
    min-height: 14px;
    position: relative;
}
.SumoSelect > .CaptionCont > span {
    cursor: default;
    display: block;
    overflow: hidden;
    padding-right: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.SumoSelect > .CaptionCont > span.placeholder {
    color: #ccc;
    font-style: italic;
}
.SumoSelect > .CaptionCont > label {
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}
.SumoSelect > .CaptionCont > label > i {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=");
    background-position: center center;
    background-repeat: no-repeat;
    bottom: 0;
    display: block;
    height: 16px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 16px;
}
.SumoSelect > .optWrapper {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    box-sizing: border-box;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 30px;
    visibility: hidden;
    width: 100%;
    z-index: -100;
}
.SumoSelect > .optWrapper.open {
    opacity: 1;
    top: 35px;
    visibility: visible;
    z-index: 1000;
}
.SumoSelect > .optWrapper > .options {
    display: block;
    list-style: outside none none;
    margin: 0;
    max-height: 250px;
    overflow: auto;
    padding: 0;
}
.SumoSelect > .optWrapper.isFloating > .options {
    max-height: 100%;
}
.SumoSelect > .optWrapper > .options > li {
    border-bottom: 1px solid #f3f3f3;
    padding: 6px;
    position: relative;
}
.SumoSelect > .optWrapper > .options > li:last-child {
    border-bottom: medium none;
}
.SumoSelect > .optWrapper > .options > li:hover {
    background-color: #e4e4e4;
}
.SumoSelect > .optWrapper > .options > li.sel {
    background-color: #a1c0e4;
}
.SumoSelect > .optWrapper > .options > li label {
    cursor: pointer;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.SumoSelect > .optWrapper > .options > li span {
    display: none;
}
.SumoSelect > .optWrapper.isFloating {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 90%;
    position: fixed;
    right: 0;
    top: 0;
    width: 90%;
}
.SumoSelect > .optWrapper > .options > li.disabled {
    background-color: inherit;
    pointer-events: none;
}
.SumoSelect > .optWrapper > .options > li.disabled * {
    opacity: 0.5;
}
.SumoSelect > .optWrapper.multiple > .options > li {
    cursor: pointer;
    padding-left: 35px;
}
.SumoSelect > .optWrapper.multiple > .options > li span, .SumoSelect .select-all > span {
    bottom: 0;
    display: block;
    margin-left: -35px;
    position: absolute;
    top: 0;
    width: 30px;
}
.SumoSelect > .optWrapper.multiple > .options > li span i, .SumoSelect .select-all > span i {
    background-color: #fff;
    border: 1px solid #aeaeae;
    bottom: 0;
    height: 14px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 14px;
}
.SumoSelect > .optWrapper > .MultiControls {
    background-color: #fff;
    border-top: 1px solid #ddd;
    display: none;
}
.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
    bottom: 0;
    display: block;
    margin-top: 5px;
    position: absolute;
    width: 100%;
}
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
    display: block;
}
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
    padding: 6px;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 12px;
    text-align: center;
    width: 50%;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
    background-color: #f1f1f1;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
    border-right: 1px solid #dbdbdb;
}
.SumoSelect > .optWrapper.isFloating > .options > li {
    padding: 12px 6px;
}
.SumoSelect > .optWrapper.multiple.isFloating > .options > li {
    padding-left: 35px;
}
.SumoSelect > .optWrapper.multiple.isFloating {
    padding-bottom: 43px;
}
.SumoSelect > .optWrapper.multiple > .options > li.selected span i, .SumoSelect .select-all.selected > span i, .SumoSelect .select-all.partial > span i {
    background-color: #11a911;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC");
    background-position: center center;
    background-repeat: no-repeat;
    border-color: transparent;
}
.SumoSelect.disabled {
    cursor: not-allowed;
    opacity: 0.7;
}
.SumoSelect.disabled > .CaptionCont {
    border-color: #ccc;
}
.SumoSelect .select-all {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    height: 20px;
    padding: 8px 0 3px 35px;
    position: relative;
}
.SumoSelect .select-all > span i {
    cursor: pointer;
}
.SumoSelect .select-all.partial > span i {
    background-color: #ccc;
}
.SumoSelect > .optWrapper > .options > li.optGroup {
    padding-left: 5px;
    text-decoration: underline;
}
.content {
    padding: 15px;
}
.SlectBox {
    width: 330px;
}
.SumoSelect {
    color: #141414;
    font-size: 13px;
}
.SumoSelect, .SumoSelect:hover {
    border: 3px solid #eae9e3;
}
.SumoSelect .SlectBox, .SumoSelect:hover .SlectBox {
    border: 0 none;
    box-shadow: none;
    padding: 7px 8px;
}
.SumoSelect > .CaptionCont > span.placeholder {
    color: #dadada;
    font-style:italic;
}
.SumoSelect > .CaptionCont > label {
    background-color: #ffffff;
    width: 30px;
}
.SumoSelect > .CaptionCont > label > i {
    background-image: url('https://natopart.com/modules/betterprice/img/arrow-down.png');
}

.SumoSelect > .optWrapper > .options > li {
    border: medium none;
    padding: 6px 6px;
}
.SumoSelect > .optWrapper > .options > li.selected, .SumoSelect > .optWrapper > .options > li:hover {
    background-color: #f6f6f6;
}
.SumoSelect .select-all {
    border: medium none;
    margin: 0;
}
.SumoSelect > .optWrapper.multiple > .options > li.selected span i, .SumoSelect .select-all.selected > span i, .SumoSelect .select-all.partial > span i {
    background-color: #fff;
   background-image: url('https://natopart.com/modules/betterprice/img/custom-check.png');
    background-position: -2px -30px;
    border: 1px solid #b2b2b2;
}
.SumoSelect > .optWrapper.multiple > .options > li span i, .SumoSelect .select-all > span i {
    border: 1px solid #b2b2b2;
    height: 13px;
    width: 13px;
}



#betterprice_frm .single_mode_form {
    margin-top: 30px;
}

#betterprice_form label {
    color: #808080;
    font-family: open sans;
}

#betterprice_form .special-nsn {
    margin-left: 10px;
}
#betterprice_form .nsn {
    border: 1px solid #d7dce2;
    color: #b7b7b7;
    font-family: bebas_neueregular;
    font-size: 15.5px;
    font-weight: normal;
    padding: 1px 6px;
}
#betterprice_form .reference_nsn {
    font-weight: bold;
}

#betterprice_form p {
    padding-bottom: 5px;
}
#betterprice_form #betterprice_terms {
    width: auto;
    margin-top: 20px;
}
#betterprice_form h2 {
	padding:8px 11px;
	font-size:12px;
	color:#fff;
	text-shadow:0 1px 0 #000;
	text-transform:uppercase;
	background:#383838;
}@media (max-width: 480px) {
   #betterprice_form h2{
	 max-width: 400px; } }
@media (min-width: 1000px) {
   #betterprice_form .betterprice_right {
    margin-left: 30px;
 } }	 

@media (max-width: 320px) {
   #betterprice_form h2{
	 max-width: 225px; } }

@media (max-width: 240px) {
   #betterprice_form h2{
   padding:0px 0px;
   max-width: 145px; } }


#betterprice_form .product {
	margin:20px 10px;
}

#betterprice_form .product img {
	float:left;
	margin:0 10px 0 0;
	
}

#betterprice_form .product .product_desc {
	float:left;
}

#betterprice_form .product .product_desc p {
	padding:0 10px 0 0;
	color:#333;
}

#betterprice_form .product .product_desc p.product_name {
	font-size:12px;
	color:#000;
}@media (max-width: 480px) {
   #betterprice_form .product .product_desc p.product_name{
	 font-size:12px; } }

@media (max-width: 320px) {
   #betterprice_form .product .product_desc p.product_name{
	 font-size:11px; } }

@media (max-width: 240px) {
   #betterprice_form .product .product_desc p.product_name{
   padding:0 0px 0 0;
   font-size:10px;    } }



#betterprice_form .product .product_desc p.price_container {
	margin:10px 0 0 0;
	font-size:14px;
	color:#000;
}

#betterprice_form .betterprice_form_content {
	margin:0 10px 20px;

}

#betterprice_form .betterprice_form_container {
	padding:10px 15px;
	border:1px solid #ccc;
	background:#eee;
}@media (max-width: 320px) {
   #betterprice_form .betterprice_form_container{
     max-width: 210px; } }

@media (max-width: 240px) {
   #betterprice_form .betterprice_form_container{
   padding:5px 10px;
   max-width: 135px; } }


#betterprice_form .betterprice_form_container .intro_form {
	margin-bottom:14px;
}

#betterprice_form .betterprice_form_container div.txt_terms {
	text-align:left;
	
} @media (max-width: 480px) {
   #betterprice_form .betterprice_form_container div.txt_terms{
	 text-align:left;
     font-size:12px; } }

@media (max-width: 320px) {
   #betterprice_form .betterprice_form_container div.txt_terms{
	 text-align:left;
     font-size:11px; } }

@media (max-width: 240px) {
   #betterprice_form .betterprice_form_container div.txt_terms{
	 text-align:left;
     font-size:10px; } }

#betterprice_form .betterprice_form_container p.txt_required {
	padding-bottom:0;
	color:#666;
}

#betterprice_form .betterprice_form_container .betterprice_form {
	padding-bottom:10px;
}

#betterprice_form .betterprice_form_container .betterprice_form label {
	display:inline-block;
	vertical-align:top;
    font-size:12px;
	text-align:left;
}@media (max-width: 480px) {
   #betterprice_form .betterprice_form_container .betterprice_form label{
     font-size:12px; } }

@media (max-width: 320px) {
   #betterprice_form .betterprice_form_container .betterprice_form label{
     font-size:11px; } }

@media (max-width: 240px) {
   #betterprice_form .betterprice_form_container .betterprice_form label{
     font-size:10px; } }

#betterprice_form .betterprice_form_container .betterprice_form input {
	padding:0 5px;
	height:22px;

	border:1px solid #ccc;
	font-size:12px;
	color:#666;
}@media (max-width: 240px) {
  #betterprice_form .betterprice_form_container .betterprice_form input{
  padding:0 0px;
  max-width: 115px; } }

#betterprice_form .betterprice_form_container .betterprice_form textarea {
	padding:0 5px;
	border:1px solid #ccc;
	font-size:12px;
	color:#666;

}@media (max-width: 480px) {
   #betterprice_form .betterprice_form_container .betterprice_form textarea{
     max-width: 160px; } }

@media (max-width: 320px) {
   #betterprice_form .betterprice_form_container .betterprice_form textarea{
     max-width: 160px; } }

@media (max-width: 240px) {
   #betterprice_form .betterprice_form_container .betterprice_form textarea{
     max-width: 115px; } }


#betterprice_form input, #betterprice_form textarea {
    width: 100%;
}
#betterprice_form textarea {
    height: 220px;
}
#betterprice_form img {
 
    float: right;
    margin: 0 40px 0 0;
    width: 100px;
}
#betterprice_form .submit .btn .fa-paper-plane {
    padding: 4px;
}
#betterprice_form .submit .btn:hover {opacity:.65;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-0-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;transition:all .2s ease-in-out}
#betterprice_form .betterprice_form_content .betterprice_waiting {
	text-align:left;
	display:none;
	padding-bottom:10px;
}
#betterprice_form .submit .btn {
	 background: none repeat scroll 0 0 #da3b44;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.85) inset, 0 1px 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.35);
    color: #ffffff !important;
	  border-radius: 2px !important;
    cursor: pointer;
    font-size: 13px;
    outline: medium none;
    padding: 8px 15px;
    text-align: center;
    transition: all 0.1s linear 0s;
    white-space: nowrap;
}
#betterprice_form .submit {
	margin-top:30px;
	padding-bottom:0;
	text-align:center;
}
#betterprice_form .txt_required {
    padding-bottom: 5px;
    color: #808080;
    font-family: open sans;
    font-size: 11px;
}
#betterprice_form  .betterprice_cancel {
	
    background: none;
    border: medium none;
    cursor: pointer;
    color: #808080;
}
#betterprice_form .price {
    color: #da3b44;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    font-size: 14px;
}
#betterprice_form .product_name {
    color: #565b64;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 14px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

#betterprice_form_error .errors {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #da3b44;
    color: #da3b44;
    font-family: open sans;
    margin-top: 20px;
    padding: 5px 5px 5px 20px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;


}


#betterprice_form .checkbox_line input{
 width:20px
}