/*!
 * jQVMap Version 1.0 
 *
 * http://jqvmap.com
 *
 * Copyright 2012, Peter Schmalfeldt <manifestinteractive@gmail.com>
 * Licensed under the MIT license.
 *
 * Fork Me @ https://github.com/manifestinteractive/jqvmap
 */
.jqvmap-label {
	position: absolute;
	display: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #292929;
	color: white;
	font-family: sans-serif, Verdana;
	font-size: smaller;
	padding: 3px;
	z-index: 50;
}

.jqvmap-zoomin, .jqvmap-zoomout {
	position: absolute;
	left: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #000000;
	padding: 3px;
	color: white;
	width: 10px;
	height: 10px;
	cursor: pointer;
	line-height: 10px;
	text-align: center;
}

.jqvmap-zoomin {
	top: 10px;
}

.jqvmap-region {
	cursor: pointer;
}

.jqvmap-ajax_response {
	width: 100%;
	height: 500px;
}

#map-wrapper {
	position: relative;
	height: 427px;
	border-bottom: 2px solid #e8e8e8;
    background-color: #fff;
}

#vmap {
	width: 858px;
	height: 425px;
	margin-left: 200px;
	position: absolute;
}

.white-gradient {
	height: 100%;
	width: 1%;
	position: absolute;
	z-index: 9;
	background: linear-gradient(to right, white, transparent)
}

.africa {
	width: 75px !important;
	background: #fff !important;
}

#directions {
	width: 100%;
	text-align: center;
	position: relative;
	font-size: 16px;
	bottom: 20px;
	font-family: sans-serif;
	font-weight: bold;
	color: #333;
}

.center-text {
	text-align: center;
}

.center-left {
	text-align: left;
}

#container-dlist {
	padding-top: 30px;
	margin-top: 20px; background : #ccc;
	border-radius: 15px;
	box-shadow: 1px 3px 10px #888;
	background: #ccc;
	overflow-x: hidden;
}

.no-dists {
	padding: 20px;
	text-align: center;
	width: 100%;
	margin: auto;
}

.no-dists>p {
	background-color: #dcdcdc;
	height: 50px;
	border-radius: 15px;
	font-size: 16px;
	width: 95%;
	margin: auto;
	text-align: center;
	line-height: 48px;
}

.toggle-button {
    display: inline-block;
    margin-top: 5px;
    margin-left: 17px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #828282 !important;
}

.icon-toggle {
	width: 245px;
	position: absolute;
	top: -40px;
	left: 40px;
	border-radius: 20px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	background-color: #ccc;
	z-index: 2;
	height: 50px;
}

.manufacturing-btn {
	text-decoration: none; 
	border: 1px solid #828282 !important; 
	font-weight: bold !important; 
	margin-top: 27px; 
	border-radius: 10px !important; 
	color: #000;
}

.manufacturing-btn:hover {
	background-color: #d1d2d4;
}

.icon-background-shadow {
	box-shadow: 1px 3px 10px #888;
	height: 41px;
	z-index: 0;
}

.toggleText {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	padding-right: 5px;
	height: 43px;
	vertical-align: middle;
}

.showbtn {
	background-color: #fff;
	border: 1px solid #828282 !important;
	border-radius: 10px !important;
 	font-size: 13px !important;
 	font-weight: bold !important;
}

.showbtn[disabled] {
	pointer-events: auto !important;
	cursor: not-allowed;
}

.showbtn[disabled]:hover {
	background-color: #fff !important;
	color: #808080 !important;
}

.icon-toggle .showbtn {
    margin-bottom: 25px;
    margin-left: 10px;
}

.icon-toggle .showbtn:hover {
	background-color: #d1d2d4;
}

.icon-toggle img {
	cursor: pointer;
	padding: 3px;
	margin-bottom: 22px;
}

.distcontent {
	position: relative;
	min-height: 180px;
	margin-left: 16px;
	width: 505px;

}

.icon-holder {
	position: absolute;
	left: 10px;
	top: 6px;
}

.sales-desc {
	width: 220px;
}

.support-desc {
	width: 220px;
}

#description-box {
	width: 250px;
	top: 40px;
	right: 15px;
	background-color: #fff;
	font-family: sans-serif;
	border-radius: 10px;
	box-shadow: 0px 0px 15px #888888;
	opacity: 0.96;
	position: absolute;
	z-index: 100;
}

#modal-header {
	font-size: 20px;
	color: #fff;
	width: 100%;
	background-color: #cc292b;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	line-height: 25px;
	padding: 5px 18px;
	vertical-align: middle;
	position: relative;
}

.close-icon {
	padding-right: 10px;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
	position: absolute;
	top: 2px;
	right: -3px;
}

#program-holder {
	position: static;
	height: 300px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.term-programs, .no-term-programs {
	margin: 10px;
}

.subheader {
	color: #505050;
	font-weight: bold;
	font-size: 14px;
}

.term-programs .subheader {
	border-bottom: 1px solid #777;
}

.contact-info .subheader {
	padding: 10px 10px 2px 10px;
}

#program-holder .distributor-description {
	font-size: 12px;
	padding: 2px 10px;
}

.programs {
	box-sizing: border-box;
	padding: 5px;
	font-size: 14px;
}

.programs:hover {
	opacity: 0.7;
	background-color: #fadbdb;
}

.program-link {
	text-decoration: none;
	color: #990000;
}

.programs img {
	margin-right: 10px;
}

#program-holder::-webkit-scrollbar {
	width: 8px;
}

#program-holder::-webkit-scrollbar-track {
	background-color: #eaeaea;
}

#program-holder::-webkit-scrollbar-thumb {
	background-color: #ccc;
	border: 1px solid #B2B2B2;
	border-radius: 5px;
}

#program-holder::-webkit-scrollbar-thumb:hover {
	background-color: #E6E6E6;
}

.program-name {
	display: inline-block;
	width: 150px;
	vertical-align: top;
}

#backButton {
	position: absolute;
	top: 385px;
	right: 20px;
	width: 80px;
	height: 28px;
	font-size: 16px;
	font-family: sans-serif;
	background-color: #cc292b;
	color: #eaeaea;
	text-align: center;
	padding: 5px;
	border-radius: 10px;
	box-shadow: 2px 2px 2px #888888;
}

#backButton:hover {
	background-color: #af1d1e;
	cursor: pointer;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#map-wrapper {
		margin-top: -1px;
	}
}