﻿/* Modal
--------------------------------------------------------------------------------*/
/* General */
/* Move Buying Options Modal */
.sellers-modal{
	padding-bottom: 15px;
	max-height: 300px;
	overflow-y: auto;
}
.sellers-modal .seller-rating .stars {
	float: left;
	margin-bottom: 5px;
	width: 77px;
	height: 16px;
	vertical-align: top;
	background: url(//ssl-images.newegg.com/webresource/b2b/en/images/sellerRatingS.png) no-repeat;
}
.sellers-modal .seller-rating .r5 {
	background-position: 0 0;
}
.sellers-modal .seller-rating .r4 {
	background-position: 0 -16px;
}
.sellers-modal .seller-rating .r3 {
	background-position: 0 -32px;
}
.sellers-modal .seller-rating .r2 {
	background-position: 0 -48px;
}
.sellers-modal .seller-rating .r1 {
	background-position: 0 -64px;
}
.sellers-modal .seller-price span {
	color: #666;
	font-size: 11px;
	text-transform: uppercase;
}
.sellers-modal .item-shipped {
	margin-top: 5px;
}
.sellers-modal .item-shipped label,
.sellers-modal .seller-label label {
	float: left;
}
.sellers-modal .popover h5 {
	margin-bottom: 5px;
}
.sellers-modal .table td {
	height:39px;
}
.sellers-modal a {
	color: #369;
}
.sellers-modal .btnA {
	display: block;
	width: 78px;
}
.sellers-modal .item-ss select {
	float: left;
}
.sellers-modal .item-ss .btnB {
	float: left;
	margin-top: 5px;
}
.sellers-modal .item-ss-tips {
	padding-top: 5px;
	clear: both;
}
.sellers-modal .item-ss-tips label {
	float: left;
	color: #C00;
}
.sellers-modal span.btnA.btn-disabled {
	display: block;
	color: #B4B4B4;
	background: #EFEFEF;
	border: 1px solid #DEDEDE;
	cursor: default;
}
#biz .sellers-modal .btn-disabled-added {
	color: #C63;
	border: 1px solid #F90;
	background: #FFE9C9;
	cursor: default;
}
/* Modal 20140902
--------------------------------------------------------------------------------*/
/* General */
.modal-body .form-list {
	margin-top: 15px;
}
.modal-body .form-intro {
	color: #666;
}
/* Seller Modal */
.seller-modal .form-text .form-label {
	float: left;
	width: 60px;
}
.seller-modal.seller-rate .form-text .form-label {
	float: left;
	width: 105px;
}
.seller-modal .anonymous {
	display: none;
}
.seller-pane-modal {
	max-height: 375px;
	overflow-y: auto;
}
.seller-modal th label {
	float: left;
}
.seller-modal th .popover p {
	font-weight: normal;
}
.seller-modal .item-seller {
	margin-bottom: 5px;
}
.seller-modal .item-seller label {
	margin-right: 5px;
}
.seller-modal .item-seller-price {
	margin-bottom: 5px;
}
.seller-modal .item-seller-price label {
	float: left;
	color: #666;
}
.seller-modal .item-seller-price label strong {
	margin-right: 5px;
	font-size: 14px;
	color: #333;
}
.seller-modal .item-shipped label {
	margin-right: 1px;
}
.seller-modal .item-shipped .img-tooltip {
	border-bottom: 0;
}
.seller-modal .item-shipped .img-tooltip img {
	display: inline;
	margin-left: 2px;
	background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-global.3.png) no-repeat left -325px;
	vertical-align: bottom;
}
.seller-modal .item-subscription {
	margin-top: 5px;
}
.seller-modal .table .btn {
	float: right;
	padding: 2px 6px;
	font-size: 12px;
}
/* Digital Products Download Modal */
.download-modal .download-title {
	font-weight: bold;	
}
.download-modal .form-radio {
	margin-top: 10px;
}
.download-modal .form-radio label span {
	color: #666;
}
.download-modal .alert {
	margin: 10px 0 0 0;
}
.download-modal .input-group {
	margin-top: 10px;
}
.download-modal .input-group .form-control {
	width: 360px;
}
/* Cancel Order Modal */
.cancel-order-modal .cancel-order-title {
	font-weight: bold;
}
.cancel-order-modal .form-radio {
	margin-top: 10px;
}
/* To-Buy List Modal */
.to-buy-modal .table {
	margin-top: 15px;
}
.to-buy-move {
	height: 320px;
	overflow-y: auto;
}
.to-buy-move .table {
	margin-top: 0;
	margin-bottom: 15px;
}
.to-buy-move .form-control {
	width: 610px;
}
.to-buy-move .table td input {
	margin-top: -2px;
}
.to-buy-new {
	overflow: hidden;
}
.to-buy-new .group {
	margin-bottom: 15px;
}
.to-buy-new .form-list {
	display: none;
	margin-top: 0;
	padding-left: 10px;
}
.to-buy-new .group input {
	float: left;
}
.to-buy-new .group label {
	float: left;
	margin-left: 20px;
	cursor: pointer;
}
/* Add By Item Number Modal */
.add-item-modal .item-img {
	float: left;
}
.add-item-modal .item-img img {
	width: 80px;
}
.add-item-modal .item-content {
	margin: 0 15px 0 95px;
}
.add-item-modal .item-desc {
	margin-bottom: 5px;
}
.add-item-modal .item-code {
	color: #666;
	font-size: 12px;
}
.add-item-modal .table {
	margin-top: 15px;
}
/* Net 30 Terms Modal */
.nt-modal .form-text .form-label {
	width: 125px;
}
.nt-modal .form-intro {
	padding-bottom: 5px;
}
.nt-modal .form-intro em {
	color: #C00;
}
.nt-modal .form-checkbox {
	margin-top: 8px;
	padding: 5px;
	zoom: 1;
}
.nt-modal .form-checkbox:after {
	content: "";
	display: table;
	clear: both;
}
.nt-modal .form-amount .form-content label {
	float: left;
	margin: 8px 8px 0 0;
}
.nt-modal .form-amount .form-box {
	float: left;
}
.nt-modal .form-amount .form-control {
	width: 114px;
}
/* Address Book and Payment Modal */
.checkout-modal .form-exp-date select.form-control {
	float: left;
	width: 151px;
}
.checkout-modal .form-exp-date .form-exp-month {
	margin-right: 15px;
}
.checkout-modal .form-payment {
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #EAEAEA;
}
.checkout-modal .form-payment .form-label {
	float: left;
	margin-right: 30px;
	margin-bottom: 0;
}
.checkout-modal .form-payment .form-radio-group {
	float: left;
}
.checkout-modal .form-payment .form-radio-group .form-radio {
	float: left;
	margin-right: 30px;
}
.checkout-modal .tab-content .tab-pane {
	padding: 0;
}
.checkout-modal .form-cvv2 em,
.checkout-modal .form-cvv2 span {
	float: left;
}
.checkout-modal .form-cvv2 em {
	margin-right: 4px;
}
.checkout-modal .form-cvv2 .form-control {
	width: 100px;
}
.checkout-modal .form-cvv2 .form-box {
	float: left;
}
.checkout-modal .form-cvv2 .form-content img {
	float: left;
	margin: 4px 0 0 8px;
}
.checkout-modal .col-6 {
	position: static;
}
/* Organization Info Edit Modal */
.org-modal .form-text .form-label {
	width: 75px;
}
.org-modal .form-file .form-control {
	margin-bottom: 0;
	width: 295px;
}
.org-modal .form-file .btn {
	margin-bottom: 0;
	width: 50px;
	text-align: center;
}
.org-modal .form-file .form-browse {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 34px;
	opacity: 0;
	cursor: pointer;
}
.org-modal .form-file .form-box:hover .btn-control  {
	background: #E6EFF6;
	background: -webkit-gradient(linear, left top, left bottom, from(#D2E2F2), to(#E6EFF6));
	background: -webkit-linear-gradient(top, #D2E2F2, #E6EFF6);
	background: -moz-linear-gradient(top, #D2E2F2, #E6EFF6);
	background: -ms-linear-gradient(top, #D2E2F2, #E6EFF6);
	background: -o-linear-gradient(top, #D2E2F2, #E6EFF6);
	background: linear-gradient(top, #D2E2F2, #E6EFF6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D2E2F2', endColorstr='#E6EFF6');
}
.org-modal .form-file .form-remove {
	float: left;
	margin: 7px 0 0 10px;
}
.org-modal .form-file .form-box {
	float: left;
}
.org-modal .has-error .btn {
	border-left: 0;
}
/* Information Modal */
.info-modal .section {
	margin-bottom: 20px;
}
.info-modal .section.no-margin {
	margin-bottom: 0;
}
.info-modal .list-group {
	margin: 0 0 0 20px;
	list-style: decimal;
}
.info-modal .cvv2-sample img {
	float: left;
	margin-top: 1px;
}
.info-modal .cvv2-sample h5,
.info-modal .cvv2-sample p {
	margin-left: 115px;
}
.info-modal .tax-map {
	position: relative;
	padding: 0 25px 10px 25px;
}
.info-modal .tax-map svg {
	width: 600px;
	height: 370px;
}
.info-modal .tax-map path {
	cursor: default;
}
.info-modal .tax-state {
	position: absolute;
	font-weight: bold;
	z-index: 999;
}
.info-modal .tax-ca {
	top: 165px;
	left: 95px;
}
.info-modal .tax-in {
	top: 145px;
	right: 225px;
}
.info-modal .tax-tn {
	top: 205px;
	right: 245px;
}
.info-modal .tax-nj {
	top: 140px;
	right: 45px;
}
.captcha-modal h5 {
	margin-bottom: 8px;
}
.captcha-modal .captcha-legend img {
	margin: 0 auto 10px auto;
}
.ein-modal {
	padding-bottom: 5px;
}
.info-modal-lg {
	padding-bottom: 15px;
}
.info-modal-lg .section {
	margin: 0 15px 20px 15px;
}
.info-modal-lg .section.no-margin {
	margin-bottom: 0;
}
.info-modal-lg h5 {
	margin-bottom: 8px;
	font-size: 16px;
}
.info-modal-lg .list-group a {
	border-bottom: 1px solid #CCC;
}
.protect-it-modal .protect-it-logo {
	margin-top: 5px;
}
.protect-it-modal .protect-it-logo img,
.data-recovery-modal .data-recovery-logo img  {
	margin: 0 auto;
}
.protect-it-modal .icon-num {
	float: left;
	margin-top: 2px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	background: #728900;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}
.protect-it-modal h5 {
	margin-left: 30px;
}
.protect-it-modal .protect-it-slogan {
	margin-bottom: 25px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.protect-it-modal .protect-it-slogan strong {
	color: #012D6B;
}
.protect-it-modal p {
	margin-left: 30px;
}
.data-recovery-modal .data-recovery-logo {
	margin-top: 8px;
	margin-bottom: 25px;
}
.free-shipping-modal {
	margin-top: 10px;
}
/* Gift Card Modal */
.gc-modal {
	padding: 15px 0;
	text-align: center;
}
.gc-modal strong {
	font-size: 28px;
	font-weight: bold;
}
/* Tracking Modal */
.tracking-modal {
	height: 375px;
	overflow-y: auto;
}
.tracking-modal .tracking-info {
	margin-bottom: 15px;
}
.tracking-modal .tracking-info h5 {
	font-size: 14px;
}
.tracking-modal .tracking-info h5 a {
	border-bottom: 0;
}
.tracking-modal .tracking-info h5 a:hover {
	color: #F90;
}
.tracking-modal .tracking-info .inner {
	display: none;
	padding-left: 22px;
}
.tracking-modal .tracking-single .inner {
	display: block;
	padding-left: 0;
}
.tracking-modal .tracking-single h5 .icon {
	padding-left: 0;
	background: none;
	cursor: default;
}
.tracking-modal .tracking-single h5 .icon:hover {
	color: #012D6B;
}
.tracking-modal .tracking-desc {
	padding: 10px 0;
}
.tracking-modal .tracking-desc .form-group  {
	float: left;
	margin: 0 0 5px 0;
	width: 50%;
	*width: 49.97%;
}
.tracking-modal .tracking-desc .form-label {
	float: left;
	width: 90px;
	color: #666;
}
.tracking-modal .tracking-desc .form-content {
	margin: 0 15px 0 90px;
}
/* Item Specifications Modal */
.item-spec-modal {
	height: 375px;
	overflow-y: auto;
}
.item-spec-modal .items,
.item-share-modal .items {
	margin-bottom: 15px;
	padding: 0 15px 15px 15px;
	border-bottom: 1px solid #DDD;
}
.item-spec-modal .items .item-img,
.item-share-modal .items .item-img {
	float: left;
}
.item-spec-modal .items .item-img img,
.item-share-modal .items .item-img img {
	width: 80px;
}
.item-spec-modal .items .item-content,
.item-share-modal .items .item-content {
	margin-left: 95px;
}
.item-spec-modal .items .btn-group {
	margin-top: 10px;
}
.item-spec h5 {
	margin-bottom: 8px;
	font-size: 16px;
}
.item-spec .popover h5 {
	margin-bottom: 5px;
}
.item-spec h5 label {
	float: left;
}
.item-spec h5 .icon-tooltip {
	margin-top: 4px;
}
.item-spec h5 .popover * {
	font-size: 13px;
	font-weight: normal;
}
.item-spec h5 .popover h5 {
	font-weight: bold;
}
.item-spec .table {
	margin-bottom: 15px;
}
.item-spec .table th {
	font-weight: normal;
	vertical-align: top;
}
.item-spec .table-w180 {
	width: 180px;
}
.item-spec .table .list-group {
	margin-top: -5px;
}
/* Item Share Modal */
.item-share-modal .items {
	margin-top: 15px;
}
.item-share-modal .item-desc {
	margin-bottom: 5px;
}
.item-share-modal .item-code {
	margin-bottom: 5px;
	color: #666;
	font-size: 12px;
}
.item-share-modal .item-code em {
	padding: 0 8px;
	color: #888;
}
.item-share-modal .row {
	width: auto;
}
/* History Modal */
.ss-history-modal {
	height: 375px;
	overflow-y: auto;
}
/* NeweggBusiness Rewards Modal */
.neb-rewards-modal .form-box {
	float: left;
}
.neb-rewards-modal .form-radio {
	float: left;
	margin-right: 30px;
}
.neb-rewards-modal .form-rewards-q-2 {
	margin-bottom: 10px;
}
.neb-rewards-modal .form-rewards-q-2 .form-radio {
	margin-bottom: 5px;
	width: 132px;
}
.neb-rewards-modal .form-indicate {
	float: left;
	margin-right: 30px;
}
.neb-rewards-offers-modal {
	height: 375px;
	overflow-y: auto;
}
.neb-rewards-offers-modal .list-group {
	margin-top: -5px;
}
/* Cancel Subscription Modal */
.cancel-subscription-modal {
	font-size: 13px;
}
.cancel-subscription-modal h5 {
	text-align: left;
}
.cancel-subscription-modal .form-checkbox {
	margin-top: 10px;
}
.cancel-subscription-modal .form-radio-group {
}
.cancel-subscription-modal .form-radio {
	float: left;
	margin-right: 30px;
}
.cancel-subscription-modal .subscription-keys {
	display: none;
	margin-top: 15px;
	border-top: 1px solid #EAEAEA;
}
/* NE Office */
.ne-office-modal .form-select {
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #EAEAEA;
}
.ne-office-modal .form-select .form-label {
	float: left;
	margin-right: 30px;
	margin-bottom: 0;
}
.ne-office-modal .form-select .form-radio-group {
	float: left;
}
.ne-office-modal .form-select .form-radio-group .form-radio {
	float: left;
	margin-right: 30px;
}
.ne-office-modal .tab-content .tab-pane {
	padding: 0;
}
.ne-office-modal .intro {
	margin-top: 15px;
	color: #666;
}
.ne-office-modal .intro p {
	margin-bottom: 15px;
}
/* Login Required */
.neb-login-modal {
	padding: 10px 0 10px 0;
}
.neb-login-modal h5 {
	margin-bottom: 10px;
	text-align: center;
}
.neb-login-modal .col-12 h5 {
	margin-bottom: 20px;
}
.neb-login-modal .row {
	margin: 0;
	padding: 15px 0 15px 0;
}
.neb-login-modal .btn {
	margin-left: 10px;
	width: 171px;
	text-align: center;
}
.neb-login-modal .col-6 {
	float: left;
	width: 50%;
}
@media(max-width: 768px) {
.modal-dialog {
	width: 380px;
}
.modal .form-list .col-4 .form-control,
.modal .form-list .col-12 .form-control {
	width: 295px;
}
.modal .form-list .col-4 select.form-control {
	width: 317px;
}
.modal .form-list .prompt {
	width: 295px;	
}
.modal .form-radio label,
.modal .form-checkbox label {
	width: 320px;
}
.info-modal .tax-map {
	padding: 0;
}
.info-modal .tax-map svg {
	width: 350px;
	height: 216px;
}
.info-modal .tax-state {
	font-size: 11px;
}
.info-modal .tax-ca {
	top: 95px;
	left: 45px;
}
.info-modal .tax-in {
	top: 81px;
	right: 120px;
}
.info-modal .tax-tn {
	top: 117px;
	right: 130px;
}
.info-modal .tax-nj {
	top: 82px;
	right: 5px;
}
}
@media(max-width: 400px) {
.modal-dialog {
	padding: 0;
	width: 320px;
}
.modal .form-list .col-4 .form-control,
.modal .form-list .col-6 .form-control,
.modal .form-list .col-12 .form-control {
	width: 265px;
}
.modal .form-list .col-4 select.form-control,
.modal .form-list .col-6 select.form-control {
	width: 287px;
}
.modal .form-list .form-exp-date select.form-control {
	width: 136px;
}
.modal .form-list .prompt {
	width: 265px;	
}
.modal .form-radio label,
.modal .form-checkbox label {
	width: 260px;
}
.info-modal .tax-map {
	padding: 0;
}
.info-modal .tax-map svg {
	width: 290px;
	height: 179px;
}
.info-modal .tax-state {
	font-size: 11px;
}
.info-modal .tax-ca {
	top: 75px;
	left: 35px;
}
.info-modal .tax-in {
	top: 65px;
	right: 98px;
}
.info-modal .tax-tn {
	top: 95px;
	right: 108px;
}
.info-modal .tax-nj {
	top: 67px;
	right: 0px;
}
.nt-modal .form-list .col-6 .form-amount .form-control {
	width: 114px;
}
.modal-footer .btn-intro {
	display: none;
}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.to-buy-new .group input {
	margin: 2px 0 0 10px;
}
}
@-moz-document url-prefix() {
.to-buy-new .group input {
	margin: 2px 0 0 10px;
}
}

/*modal-rewards-login*/
.neb-rewards-login-modal {
	padding: 10px 0 15px 0;
}
.neb-rewards-login-modal .row {
	margin: 0;
}
.neb-rewards-login-modal .list-group-combo {
	margin-left: 15px;
	margin-bottom: 15px;
}
.neb-rewards-login-modal .list-group-combo li {
	margin-top: 5px;
	list-style: disc;
	margin-bottom: 0px;
}
.neb-rewards-login-modal .list-group {
	margin-left: 15px;
	margin-bottom: 15px;
}
.neb-rewards-login-modal .list-group li {
	margin-top: 5px;
	list-style: disc;
}
.neb-rewards-login-modal h5 {
	margin-bottom: 10px;
	text-align: center;
}
.neb-rewards-login-modal .row {
	padding: 15px 0 10px 0;
	border-top: 1px solid #DDD;
}
.neb-rewards-login-modal .btn {
	margin-left: 30px;
	width: 181px;
	text-align: center;
}
.neb-rewards-login-modal .col-6 {
	float: left;
	width: 50%;
}
#modal-rewards-login .modal-dialog {
	width: 580px;
}