/* - GENERAL - */
.mdw-2017{
	font-size:12px;
	line-height:14px;
}
.mdw-2017 p, .mdw-2017 li{
	font-size:12px;
	line-height:14px;
}
.mdw-2017 input[type="text"],
.mdw-2017 input[type="password"], 
.mdw-2017 select{
	display:block;
	background:#fff;
	color:#000;
	border:none;
	font-size:12px;
	line-height:16px;
	margin:0 0 10px 0;
	box-shadow:none;
	box-sizing:border-box;
	width: 100%;
	height: 30px;
	padding: 4px 8px;
	border-radius: 0;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.mdw-2017 h2, .mdw-2017 h3, .mdw-2017 h4{
	text-shadow:none;
	margin:0;
	padding:0 0 20px 0;
	font-weight:700;
	color:#000;
	font-weight:bold;
}
.mdw-2017 h2{
	font-size:16px;
	text-transform:uppercase;
}
.mdw-2017 h3{
	font-size:16px;
	text-transform:none;
}
.mdw-2017 h5{
	font-size:12px;
	text-transform:uppercase;
}
.mdw-2017 a{
	color:#000;
	text-decoration:underline;
}
.mdw-2017 a:hover{
	color:#1e1e1e;
}
.mdw-2017 a.yellow{
	color:#fdb827;
}
.mdw-2017 a.yellow:hover{
	color:#fdb827;
}
.mdw-2017 .yellow{
	color:#fdb827!important;
}
.mdw-2017 .space-top-10{
	margin-top:10px;
}
.mdw-2017 .space-top-20{
	margin-top:20px;
}
.mdw-2017 .space-top-30{
	margin-top:30px;
}
.mdw-2017 .space-top-40{
	margin-top:40px;
}
.mdw-2017 .space-top-50{
	margin-top:50px;
}
.mdw-2017 .space-bottom-10{
	margin-bottom:10px;
}
.mdw-2017 .space-bottom-20{
	margin-bottom:20px;
}
.mdw-2017 .space-bottom-30{
	margin-bottom:30px;
}
.mdw-2017 .space-bottom-40{
	margin-bottom:40px;
}
.mdw-2017 .space-bottom-50{
	margin-bottom:50px;
}
.mdw-2017 .form-control{
	background:#fff;
	color:#000;
	border:none;
	font-size:12px;
	line-height:14px;
	margin:0 0 10px 0;
	box-shadow:none;
	box-sizing:border-box;
}
.mdw-2017 .form-control:focus {
    border-color: #000;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 5px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 5px rgba(0, 0, 0, 0.4);
}
.mdw-2017 .form-check-label{
	font-weight:normal;
	display:block;
	width:100%;
	font-size:12px;
}
.mdw-2017 .form-check-label input{
	margin-top:0;
}
.mdw-2017 .btn-grey{
	background:#3c3c3c;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	font-size:12px;
	padding:7px 12px;
}
.mdw-2017 .btn-grey:hover {
    color: #fff;
    background-color: #1e1e1e;
}
.mdw-2017 .btn-yellow,.mdw-2017 .btn-default{
	background:#fdb827;
	color:#1e1e1e;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	font-size:12px;
	padding:7px 12px;
	border:none;
}
.mdw-2017 .btn-yellow:hover {
    color: #1e1e1e;
    background-color: #efa302;
}
.mdw-2017 .small-text p, .mdw-2017 .small-text{
	font-size:11px;
	line-height:14px;
}
.mdw-2017 .form-label{
	text-transform:uppercase;
	margin-bottom:3px;
	font-size:12px;
}
.mdw-2017 .row-logo{
	position:relative;
}
.mdw-2017 .btn-logout{
	position:absolute;
	top:40px;
	right:0;
	font-size:12px;
	width:180px;
	text-align:center;
}
.mdw-2017 .username{
	position:absolute;
	top:10px;
	right:0;
	font-size:12px;
	width:205px;
	line-height:14px;
	text-align:center;
}
.mdw-2017 .error{
	color:#ff0000;
	font-size:12px;
}
.mdw-2017 .registration-form-container .error{
	margin-top: -10px;
	margin-bottom: 10px;
}

/* - BOXES - */
.mdw-2017 .box-yellow{
	color:#000;
	background:#fdb827;
	padding:20px 15px;
	min-height:280px;
}
.mdw-2017 .box-yellow h2, .mdw-2017 .box-yellow h4{
	text-align:center;
}
.mdw-2017 .box-grey{
	background:#3c3c3c;
	padding:15px;
	color:#fff;
}
.mdw-2017 .box-grey h1, .mdw-2017 .box-grey h2, .mdw-2017 .box-grey h3, .mdw-2017 .box-grey h4{
	color:#fff;
}
.mdw-2017 .box-light-grey{
	background:#dcdcdc;
	padding:15px;
	color:#000;
}

/* - LOGIN PAGE - */
.mdw-2017 .mydewalt-login-page .row{
	margin-bottom:20px;
}
.mdw-2017 .mydewalt-login-page .box-grey .row{
	margin-bottom:0;
}
.mdw-2017 .mydewalt-logo{
	margin:0 auto;
	width:100%;
	text-align:center;
	padding:15px 0;
}
.mdw-2017 .intro-text{
	text-align:center;
	padding:10px 0;
	margin:0;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
}
.mdw-2017 .intro-text a{
	color:#fdb827;
	text-decoration:none;
}
.mdw-2017 .btn-create-account{
	margin:0 auto 30px auto;
	text-align:center;
}
.mdw-2017 .btn-create-account-container{
	margin: 0 auto;
	margin-top:25px;
	text-align:center;
}
.mdw-2017 .forgot-password{
	margin-top:6px;
	display:block;
	font-size:12px;
	text-align:left;
}
.mdw-2017 .resend-confirmation-mail h4{
	padding:20px 0 5px 0;
}
.mdw-2017 .benefits-headline{
	text-align:left!important;
	padding-top:15px;
}
.mdw-2017 .benefits-list{
	margin:0 0 0 20px;
	padding:0;
	list-style-type:disc;
}
.mdw-2017 .benefits-list li{
margin-bottom:10px;
}
.mdw-2017 .congratulations{
	text-transform:uppercase;
	color:#fdb827;
	font-size:16px;
	padding:5px 0 7px 0;
	margin:0;
}
.mdw-2017 #wc-input h3{
margin-bottom:10px;
margin-top:20px;
padding-bottom:0;
font-size:14px;
}
#wc-noteligible p, #wc-eligible p{
	padding:10px 0;
	line-height:14px;
}
#wc-noteligible .btn-yellow, #wc-eligible .btn-yellow{
	padding:7px 12px;
}

/* - REGISTRATION PAGE - */
.mdw-2017 .tab-container{
	padding-left:0;
}
.mdw-2017 .tab-container-last{
	padding-right:0;
}
.mdw-2017 .tab{
	background:#3c3c3c;
	padding:15px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
}
.mdw-2017 .tab-active{
	background:#dcdcdc;
	padding:15px;
	color:#000;
}
.mdw-2017 .registration-form-container{
	padding:20px 35px 15px 15px;
}
.mdw-2017 .resend-confirmation{
	padding:30px 0;
	text-align:center;
}
.mdw-2017 .resend-confirmation h4{
	margin:0;
	padding:0 0 10px 0;
}
.mdw-2017 .password-box{
	background:#3c3c3c;
	padding:10px 15px 5px 15px;
	margin:0 -15px 15px -15px;
	color:#fff;
}
.mdw-2017 .privacy-link{
	margin-top:20px;
	font-size:14px;
}
.mdw-2017 .form-check-label{
	padding-top:10px;
}
.mdw-2017 .form-check-label input{
margin-right:4px;
}
.mydewalt-registration-page .mdw-2017 .form-check-label input{
margin-right:4px;
float:left;
}

/* - ACCOUNT - */
.mdw-2017 .row-headline{
	background:#3c3c3c;
	padding:15px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	font-size:16px;
	text-align:center;
}
.mdw-2017 .btn-list a{
	display:block;
	margin-bottom:10px;
}

/* - DASHBOARD - */
.mdw-2017 .dashboard-boxes{
	margin-top:20px;
}
.mdw-2017 .dashboard-boxes .col-xs-12{
	margin:0;
	padding:0;
}
.mdw-2017 .dashboard-box-container {
	width:310px;
	display:inline-block;
	margin:0 10px 10px 0!important;
}
.mdw-2017 .dashboard-box-container:nth-child(3n){
	margin:0 0 10px 0!important;
}
.mdw-2017 .dashboard-box-container .dashboard-box{
	position:relative;
	width:310px;
	height:160px;
	border:1px solid #000;
}
.mdw-2017 .dashboard-box img{
	width:100%;
	height:auto;
}
.mdw-2017 .dashboard-box h1{
	position:absolute;
	top:15px;
	left:15px;
	margin:0;
	padding:0;
	font-size:16px;
	line-height:22px;
	width:70%;
	font-weight:bold;
	text-transform:uppercase;
	color:#fdb827;
}
.mdw-2017 .dashboard-box a{
	position:absolute;
	bottom:15px;
	left:15px;
	width:260px;
}
.mdw-2017 .dashboard-box .caret {
    border-left: 9px dashed;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 0 solid transparent;
    display: inline-block;
    height: 0;
    vertical-align: middle;
    width: 0;
    color: #fff;
    margin: -2px 0 0 5px;
}

/* - REGISTER TOOL - */
.mdw-2017 .register-tool-row{
	margin-bottom:20px;
}
.mdw-2017 .register-tool-row img{
	width:100%;
	height:auto;
}
.mdw-2017 [data-popup="overlay"]{
	cursor:pointer;
}
.mdw-2017 .register-tool-row h5{
	padding:0;
	margin:0 0 5px 0;
	font-size:12px;
}
.mdw-2017 .register-tool-row p, .mdw-2017 .register-tool-row li{
	font-size:12px;
	line-height:14px;
	margin-bottom:10px;
}
.mdw-2017 .register-tool-row li{
	padding:0 0 10px 0;
}
.register-tool-row ul{
	padding:0 0 0 15px;
}
.mdw-2017 .box-3yw{
	background:#3c3c3c;
	padding:15px;
	color:#fff;
}
.mdw-2017 .box-3yw p{
	margin:3px 0 10px 0;
	padding:0;
}
.mdw-2017 .box-3yw a{
	color:#fdb827;
}
.mdw-2017 .tool-registration-col-2{
	padding-left:30px;
}
.mdw-2017 .accordion-caret .accordion-toggle{
	text-decoration: none;
	font-weight:700;
	color:#000;
}
.mdw-2017 .accordion-caret .accordion-toggle:hover {
	text-decoration: none;
}
.mdw-2017 .accordion-caret .accordion-toggle:hover span,
.mdw-2017 .accordion-caret .accordion-toggle:hover strong {
	text-decoration: underline;
}
.mdw-2017 .accordion-caret .accordion-toggle:before {
	font-size: 25px;
	vertical-align: -3px;
}
.mdw-2017 .accordion-caret .accordion-toggle:not(.collapsed):before {
	content: "\0025BE";
	margin-right: 0px;
}
.mdw-2017 .accordion-caret .accordion-toggle.collapsed:before {
	content: "\0025B8";
	margin-right: 0px;
}
.mdw-2017 .tt-menu {
    background: #fff;
    width: 100%;
    padding: 3px 8px;
    font-size: 12px;
    box-shadow: 0 0 3px #c0c0c0;
    margin-top: -9px;
}
.mdw-2017 .tt-menu .tt-suggestion{
    cursor:pointer;
}
.mdw-2017 .tt-menu .tt-suggestion:hover{
	color:#3e3e3e;
}

/* - MY TOOLS - */
.mdw-2017 .product-box{
	background:#fff;
	border-left:15px solid #4682b4;
	margin-bottom:10px;
	padding:10px;
	min-height:90px;
	position:relative;
}
.mdw-2017 .product-box .image-box img{
	width:100%;
	height:auto;
}
.mdw-2017 .product-box.warranty-extended{
	border-left:15px solid #008000;
}
.mdw-2017 .product-box.warranty-standard{
	border-left:15px solid #4682b4;
}
.mdw-2017 .product-box.warranty-expired{
	border-left:15px solid #d2232a;
}
.mdw-2017 .product-box .image-box{
	background:url('/images/product-no-image.jpg') no-repeat center center #fff;
	background-size: 100% auto;
	max-width:92px;
	min-height:92px;
	border:1px solid #dcdcdc;
}
.mdw-2017 .product-box h5{
	margin:0;
	padding:0;
	text-transform:none;
}
.mdw-2017 .product-box p{
margin-bottom:10px;
}
.mdw-2017 .product-box .col-delete{
	text-align:right;
	height:95px;
}
.mdw-2017 .product-box .btn-delete{
	background:#3c3c3c;
	font-weight: 500;
	font-size: 11px;
	text-transform:uppercase;
	font-family: "futuratotextbolregular",sans-serif;
	color:#fff;
	padding:2px 10px;
	position:absolute;
	bottom:0;
	right:0;
	text-decoration:none;
}
.mdw-2017 .product-box .btn-delete:hover{
	background:#696969;
}
.mdw-2017 .row-important{
	text-align:left;
	background:#3c3c3c;
	padding:15px;
	color:#fff;
	text-decoration:none;
	font-size:18px;
}
.mdw-2017 .row-important p{
	margin:0;
	padding:0;
}
.mdw-2017 .row-important .important{
	font-weight:bold;
	font-size:16px;
	color:#fdb827;
	text-transform:uppercase;
	padding-right:10px;
}
.mdw-2017 .icon-explanations{
	padding-left:0;
	padding-top:5px;
}
.mdw-2017 .register-button{
	padding-right:0;
	text-align:right;
}
.mdw-2017 .icon-explanations p{
	margin:0;
	padding:5px 0 0 0;
	font-size:11px;
	line-height:11px;
}
.mdw-2017 .icon-explanations .col-xs-12{
	padding:5px 5px 5px 0;
}
.mdw-2017 .icon-box{
	width:auto;
	height:20px;
	float:left;
	margin-right:18px;
}
.mdw-2017 .icon-box .icon-extended-warranty{
	border-right:15px solid #008000;
	width:100%;
	height:100%;
}
.mdw-2017 .icon-box .icon-standard-warranty{
	border-right:15px solid #4682b4;
	width:100%;
	height:100%;
}
.mdw-2017 .icon-box .icon-expired-warranty{
	border-right:15px solid #d2232a;
	width:100%;
	height:100%;
}	
.mdw-2017 .row-sort-products{
	margin-top:15px;
	background: #3c3c3c;
	padding-top:10px;
	padding-bottom:10px;
}
.mdw-2017 .row-sort-products .sort-by{
	padding-bottom:4px;
	color:#fdb827;
	text-transform:uppercase;
	padding-right:10px;
}
.row-sort-products #sorttools, .mdw-2017 .row-sort-products #sortdirection{
	max-width:200px;
}
.mdw-2017 .warranty-certificate{
	text-align:center;	
}
.mdw-2017 .warranty-certificate .btn-email, .warranty-certificate .btn-pdf{
	display:inline-block;
	padding:3px;
	margin-top:5px;
	text-align:center;
	cursor:pointer;
	width:55px;
}	
.mdw-2017 .warranty-certificate .btn-email .btn-text, .warranty-certificate .btn-pdf .btn-text{
	font-weight:500;
	font-size:10px;
	background:#fdb827;
	color:#3c3c3c;
	text-transform:uppercase;
	text-align:center;
	padding:1px 0;
	margin-top:2px;
	width:100%;
}
.mdw-2017 .warranty-certificate a{
	text-decoration:none!important;
}
.mdw-2017 .warranty-certificate .btn-email:hover .btn-text, .warranty-certificate .btn-pdf:hover .btn-text{
	background:#eead23;
}

/* - OVERLAY - */
#overlaybg {
	position: fixed;
	bottom: 0;
	right: 0;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .5;
	filter:alpha(opacity = 50);
	cursor: not-allowed;
}
#overlay {
	position: fixed;
	z-index: 99999;
	background: transparent;
    left: 50%!important;
    margin-left: -400px!important;
    top: 150px;	
}
#overlay .closeoverlay {
	position: absolute;
	top: 6px;
	right: 17px;
	cursor: pointer;
	color:#fff;
	font-size:18px;
}
#overlay .content {
	max-width:800px;
	position:relative
}
#overlay img {
	max-width:100%;
	max-height:100%;
}

	
@media (max-width:767px) {
	.mdw-2017 .logo-3yw{
		text-align:center;
		margin-bottom:20px;
	}
	.mdw-2017 .box-login{
		margin-bottom:20px;
	}
	.mdw-2017 .tab-container{
		padding:0;
	}
	.mdw-2017 .btn-logout{
		position:relative;
		font-size:12px;
		display:block;
		width:33%;
		top:auto;
		right:auto;
		margin:0 auto;
	}
	.mdw-2017 .dashboard-box-container .dashboard-box,
	.mdw-2017 .dashboard-box-container:nth-child(2n) .dashboard-box{
		margin:0 0 20px 0;
	}
	.mdw-2017 .dashboard-box a{
		position:absolute;
		bottom:20px;
		left:0%;
		margin-left:0%;
		width:100%;
	}
	.mdw-2017 .dashboard-box h1{
		width:70%;
	}
	.mdw-2017 .tool-registration-col-2{
		padding-left:10px;
	}
	.mdw-2017 .product-box{
		min-height:auto;
	}
	.mdw-2017 .product-box .col-delete{
		height:auto;
	}
	.mdw-2017 .product-box .btn-delete{
		position:relative;
	}
	.mdw-2017 .register-button {
		text-align: center;
	}
	.mdw-2017 .icon-explanations{
		padding-left:15px;
	}
	.mdw-2017 .warranty-certificate{
		text-align:left;	
	}
	.mdw-2017 .warranty-certificate img{
		display:none;	
	}
	.mdw-2017 .warranty-certificate .btn-email, .warranty-certificate .btn-pdf{
		padding:0;
	}	
	.mdw-2017 .product-box .col-delete{
		text-align:right;
		height:auto;
	}
	.mdw-2017 .product-box .btn-delete{
		background:#3c3c3c;
		font-weight: 500;
		font-size: 11px;
		text-transform:uppercase;
		font-family: "futuratotextbolregular",sans-serif;
		color:#fff;
		padding:2px 10px;
		position:relative;
		bottom:0;
		right:0;
		margin-top:-20px;
	}
	.mdw-2017 .image-box{
		position:absolute;
		right:0;
		top:0;
		width:92px;
		height:92px;
	}
	.mdw-2017 .product-box > .col-xs-12{
		padding-left:0;
		padding-right:0;
	}
	.mdw-2017 .registration-form-container{
		padding-top:0;
		padding-bottom:0;
	}
	.mdw-2017 .username{
		position: relative;
		font-size: 14px;
		display: block;
		width: 80%;
		top: auto;
		right: auto;
		margin: 0 auto;
		margin-bottom:10px;
	}
}


.mdw-2017 .forgot-password-page .submit_row .btn{
	margin:0 auto;
	float:none!important;
}
.mdw-2017 .forgot-password-page .submit_row{
	text-align:center;
	margin-top: 40px;
}
.mdw-2017 .forgot-password-page h2{
	font-size: 12px;
	line-height:16px;
	text-align:left;
	margin-bottom:3px;
	font-weight:bold;
	padding-bottom:0;
}
.mdw-2017 .forgot-password-page .error{
	text-align:center;
	padding-top:10px;
}

#ctl00_AdminContent_errormsg{
	background:#ff0000;
	color:fff;
	padding:10px;
}

.mdw-2017 input[type="checkbox"].mandatory 
{
    border:1px solid #ff0000 !important;
}
.mdw-2017 .form-check-input.mandatory
{
    border:1px solid #ff0000 !important;
}
.form-check-label.mandatory{
    border:1px solid #ff0000 !important;
	padding:5px;
}

.threeyearwarranty h2{
	color:#fff;
	font-size:18px;
padding: 0 0 20px 0;
}
.threeyearwarranty h3{
	color:#fff;
margin: 0;
font-size:14px;
padding: 10px 0;
}
.threeyearwarranty p{
	margin:0;
	padding:0 0 15px 0;
}
.threeyearwarranty a{
	color:#fff;
	text-decoration:none;
}
.threeyearwarranty a:hover{
	color:#fff;
	text-decoration:none;
}

.mdw-2017 .pagination {
    display: inline-block;
    padding-left: auto;
    margin: 20px auto;
    border-radius: 0;
    width: 100%;
    text-align: center;
}
.mdw-2017 .pagination li{
	display:inline-block;
	padding: 5px;
}

.mdw-2017 .pagination a {
    color: black;
    float: left;
    padding: 5px;
    text-decoration: none;
    border: none;
	border-radius:0!important;
	background:transparent;
}
.mdw-2017 .pagination .active a {
	background:#fdb827;
	color:#fff;
	border-radius:0;
}
.mdw-2017 .pagination a:hover:not(.active) {
	background:transparent;
	border: none;
}
.mdw-2017 .pagination a:hover {
	color:#4c4c4c!important;
}




.mdw-2017 .chosen-container-single .chosen-single {
background: #fff!important;
border-radius:0!important;
color: #000!important;
border: none!important;
font-size: 14px!important;
line-height: 16px!important;
margin: 0 0 10px 0!important;
box-shadow: none!important;
padding: 6px!important;
height: 30px!important;
width:100%!important;
}
.mdw-2017 .chosen-container .chosen-results li.highlighted {
background-color: #fdb827!important;
background-image: none!important;
color: #fff!important;
}
.mdw-2017 .chosen-container .chosen-drop {
position: absolute;
top: 100%;
z-index: 1010;
width: 100%;
border: none;
border-top: 0;
background: #fff;
box-shadow: none;
display: none;
border-radius:0!important;
}
.mdw-2017 .chosen-container
{
    width:100% !important
}
.mdw-2017 .chosen-container-single .chosen-single div b {
    background: url("../images/chosen/chosen-sprite.png") no-repeat 0px 5px;
}
.mdw-2017 .chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: none;
	font-weight:bold;
}

#warrantychecker .twitter-typeahead {width:100%}
#warrantychecker .tt-menu {color:#000}

#securitybootsbucket h1{
	width:180px;
	line-height:18px;
	font-size:14px;

}