@CHARSET "US-ASCII";

body {
	margin: 0;
	font-family: gothambook, helvetica, arial;
	font-size: 13px;
	overflow-x: hidden;
	color: #282828;
	background-color: #ececec;
}

img {
	display: block;
}

table {
	border-spacing: 0;
	width: 100%;
	font-family: gothambook, helvetica, arial, sans;
}

table th {
	text-align: left;
}

.left-align {
	text-align: left;
}

b, strong, .bold, th {
	font-family: gothambold, helvetica, arial;
	font-weight: bold;
}

a {
	color: #e41f38;
}

h2, h3, h4 {
	color: #e41f38;
	font-family: gothambold, helvetica, arial, sans;
	font-size: 14px;
	text-transform: uppercase;
}

.spinner {
	background-image: url("../img/ajax-loader.gif");
	background-size: 100% 100%;
	width: 24px;
	height: 24px;
}

.spinner-small {
	background-image: url("../img/ajax-loader.gif");
	background-size: 100% 100%;
	width: 15px;
	height: 15px;
}

.gray {
	color: gray;
}

.wrap {
	word-break: break-word;
	word-wrap: break-word;
	white-space: pre-wrap;
}

.ellipsis {
	word-wrap: break-word;
	/* for IE, Firefox since 3.5 and Opera since 10.5 */
	overflow: hidden; /* required for text-overflow */
	text-overflow: ellipsis; /* for IE and WebKit (Safari, Chrome) */
	-o-text-overflow: ellipsis;
	font-size: 11px;
}

select {
	margin: 0px;
	padding: 5px;
	border-radius: 0px;
	border-top-left-radius: 0px;
}

/* mobile safari button fix */
input, textarea, select {
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
}

input:focus, select:focus, textarea:focus, button:focus {
	outline: none;
}

input[type=text], input[type=password], textarea {
	font-family: gothambook, helvetica, arial, sans;
	font-size: 11px;
	margin: 0;
	padding: 6px;
	width: 223px;
	border: 1px solid rgba(200, 200, 200, 0.5);
	background-color: rgba(255, 255, 255, 0.9);
	color: #282828;
}

button, input[type=button], input[type=submit] {
	padding: 5px;
	margin: 0;
	background-color: rgb(228, 31, 56);
	font-family: gothambook, helvetica, arial, sans;
	color: white;
	text-transform: uppercase;
	white-space: nowrap;
	cursor: pointer;
	border-radius: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(218, 21, 46);
}

button:hover, input[type=button]:hover, input[type=submit]:hover {
	background-color: rgb(218, 21, 46);
}

.button-color-blue button, .button-color-blue input[type=button],
	.button-color-blue input[type=submit] {
	background-color: rgb(0, 162, 170) !important;
	border-color: rgb(0, 152, 160) !important;
}

.button-color-blue button:hover, .button-color-blue input[type=button]:hover,
	.button-color-blue input[type=submit]:hover {
	background-color: rgb(0, 152, 160) !important;
}

.button-color-senf button, .button-color-senf input[type=button],
	.button-color-senf input[type=submit] {
	background-color: rgb(249, 181, 0) !important;
	border-color: rgb(239, 171, 0) !important;
}

.button-color-senf button:hover, .button-color-senf input[type=button]:hover,
	.button-color-senf input[type=submit]:hover {
	background-color: rgb(239, 171, 0) !important;
}

.button-color-gray button, .button-color-gray input[type=button],
	.button-color-gray input[type=submit] {
	background-color: rgb(89, 89, 89) !important;
	border-color: rgb(79, 79, 79) !important;
}

.button-color-gray button:hover, .button-color-gray input[type=button]:hover,
	.button-color-gray input[type=submit]:hover {
	background-color: rgb(79, 79, 79) !important;
}

.error-message {
	color: #e41f38;
}

#right-sidebar>div {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px dotted gray;
}

#right-sidebar>div:first-child {
	padding-top: 0;
	margin-top: 0;
	border-top: 0;
}

.focusField {
	border: solid 2px #73A6FF;
	background: #EFF5FF;
	color: #000;
}

.idleField {
	background: #EEE;
	color: #6F6F6F;
	border: solid 2px #DFDFDF;
}

#social-media-links .sm-link {
	text-decoration: none;
	padding-left: 5px;
	float: left;
}

#social-media-links .sm-link:first-child {
	padding-left: 0;
}

.option .checkbox, .option .radio {
	padding-left: 0px;
	margin-left: 0px;
}

.option .radio input, .option .checkbox input {
	display: none !important;
}

.option .radio span {
	width: 9px;
	height: 9px;
	display: inline-block;
	background-image: url("../img/Radio_Off.svg");
}

.option .checkbox span {
	width: 9px;
	height: 9px;
	display: inline-block;
	background-image: url("../img/CheckBox_Off.svg");
}

.option .radio input:checked+span {
	background-image: url("../img/Radio_On.svg");
}

.option .checkbox input:checked+span {
	background-image: url("../img/CheckBox_On.svg");
}

.title-wrapper {
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.has-main-title {
	border-bottom: 1px dotted #e41f38;
}

.title-wrapper .title {
	
}

.title-wrapper .subtitle {
	
}

.scroll-x-outer {
	height: 100%;
	overflow: hidden;
}

.scroll-x-inner {
	height: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	padding-bottom: 15px;
}

.scroll-y-outer {
	width: 100%;
	overflow: hidden;
}

.scroll-y-inner {
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	padding-right: 15px;
}

.dotdotdot {
	overflow-y: hidden;
}

.dotdotdot-2-lines {
	height: 34px;
}

.dotdotdot-title {
	height: 18px;
}

.dotdotdot>p:first-child {
	margin-top: 0;
	padding-top: 0;
}

.dotdotdot>p {
	display: inline;
    margin-bottom: 0;
    padding-bottom: 0;
}