@-webkit-viewport { width: device-width; }
@-moz-viewport    { width: device-width; }
@-ms-viewport     { width: device-width; }
@-o-viewport      { width: device-width; }
@viewport         { width: device-width; }

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display: block;}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
::-webkit-input-placeholder {
	color:#555;
}
:-moz-placeholder {
	color:#555;
	opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #555;
	opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color:#555;
}
body {
	background-color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0px;
	text-rendering: optimizeLegibility;
	line-height: 1.6;
	font-size: 11pt;
}
body a, a:hover, a:active, a:focus {
	text-decoration: none;
}
.btn-dbs { 
	color: #ffffff; 
	background-color: #D67628; 
	border-color: #573417; 
} 
.modal-header {
	color: #ffffff; 
	background-color: #D67628;
	border-radius: 5px 5px 0 0;
}
.modal-footer-pallet {
	color: #ffffff; 
	background-color: #ffd9a4;
	border-radius: 0 0 5px 5px;
}
.subheader {
	color: #d67628; 
}
.btn-taric {
	margin-bottom: 2px; 
	text-align: left; 
	padding-left: 10px; 
	border: 1px solid #d67628; 
}
#formOverlay {
	display: none;
	position: absolute;
    opacity: 0.5;
    background-color: #fff;
    height: 100%;
    width: 100%;
    z-index: 10;
}
#sendButton {
	margin-right: 5px; 
	padding-left: 50px; 
	padding-right: 50px;
}
.form-error {
	font-size: 9pt;
	color: red;
    margin: 8px 0 0 45px;
}
.btn-dbs:hover, 
.btn-dbs:focus, 
.btn-dbs:active, 
.btn-dbs.active, 
.open .dropdown-toggle.btn-dbs { 
	color: #ffffff; 
	background-color: #A6622A; 
	border-color: #573417; 
} 
.btn-dbs:active, 
.btn-dbs.active, 
.open .dropdown-toggle.btn-dbs { 
	background-image: none; 
} 
.btn-dbs.disabled, 
.btn-dbs[disabled], 
fieldset[disabled] .btn-dbs, 
.btn-dbs.disabled:hover, 
.btn-dbs[disabled]:hover, 
fieldset[disabled] .btn-dbs:hover, 
.btn-dbs.disabled:focus, 
.btn-dbs[disabled]:focus, 
fieldset[disabled] .btn-dbs:focus, 
.btn-dbs.disabled:active, 
.btn-dbs[disabled]:active, 
fieldset[disabled] .btn-dbs:active, 
.btn-dbs.disabled.active, 
.btn-dbs[disabled].active, 
fieldset[disabled] .btn-dbs.active { 
	background-color: #D67628; 
	border-color: #573417; 
} 
.btn-dbs .badge { 
	color: #D67628; 
	background-color: #ffffff; 
}