html, body {
	font-family: "Source Sans Pro", "Helvetica Neue", sans-serif;
	margin-bottom: 4em;
	color: #111;
	text-shadow: none;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button
	{
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

.container {
	max-width: 960px;
}

.navbar {
	margin-bottom: 0;
}

.navbar-default {
	background: #fff;
	box-shadow: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.navbar-top-links li a {
	color: rgba(15, 65, 90, 0.9);
}

.top-buffer {
	margin-top: 20px;
}

.notselectable {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Chrome/Safari/Opera */
	-khtml-user-select: none; /* Konqueror */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE/Edge */
	user-select: none; /* non-prefixed version, currently
}

.selectable {
  -webkit-touch-callout: text; /* iOS Safari */
	-webkit-user-select: text; /* Chrome/Safari/Opera */
	-khtml-user-select: text; /* Konqueror */
	-moz-user-select: text; /* Firefox */
	-ms-user-select: text; /* IE/Edge */
	user-select: text; /* non-prefixed version, currently
                                  not supported by any browser */
}

header {
	border-top: 5px solid #f78c40;
	border-bottom: 10px solid #e9eaee;
	text-align: center;
}

footer {
	margin-top: 2em;
	font-size: 80%;
	text-align: center;
	color: #888;
}

.brand {
	padding: 10px;
}

.menu-item {
	float: left;
}

body, .navbar .nav>li>a {
	font-family: "Source Sans Pro";
}

.vis-item {
	font-size: 13px;
}

.vis-item .vis-item-overflow {
	overflow: visible;
}

.vis-item-content {
	cursor: pointer;
}

/****** ORANGE *****/
.clearfix::after, .clearfix::before {
	content: "";
	display: table;
	line-height: 0;
}

.clearfix::after {
	clear: both;
}

.hide-text {
	background-color: transparent;
	border: 0 none;
	color: transparent;
	font: 0px/0 a;
	text-shadow: none;
}

.input-block-level {
	box-sizing: border-box;
	display: block;
	min-height: 30px;
	width: 100%;
}
/*
a:focus {
    outline: 5px auto #fab889;
    outline-offset: -2px;
}
*/
a {
	color: #555;
	text-decoration: none;
}

a:focus, a:hover {
	color: #e16309;
	text-decoration: underline;
}

blockquote {
	border-left: 5px solid #f78c40;
}

.btn-link {
	border-color: transparent;
	border-radius: 0;
	color: #f78c40;
	cursor: pointer;
}

.btn-link:focus, .btn-link:hover {
	background-color: transparent;
	color: #e16309;
	text-decoration: underline;
}

.btn-primary {
	background-color: #ee7c2a;
	background-image: linear-gradient(to bottom, #f78c40, #e16309);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-delete {
	background-color: #FF3B38;
	background-image: linear-gradient(to bottom, #f75a40, #e02609);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-delete:hover {
	background-color: #FF3B38;
	background-image: linear-gradient(to bottom, #f75a40, #e02609);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-primary.active, .btn-primary.disabled, .btn-primary:active,
	.btn-primary:focus, .btn-primary:hover, .btn-primary[disabled] {
	background-color: #e16309;
	color: #fff;
}

.btn-info {
	background-color: #fab585;
	background-image: linear-gradient(to bottom, #fbc7a2, #f89b58);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-info.active, .btn-info.disabled, .btn-info:active, .btn-info:focus,
	.btn-info:hover, .btn-info[disabled] {
	background-color: #f89b58;
	color: #fff;
}

.btn:focus {
	outline: 5px auto #fab889;
	outline-offset: -2px;
}

.btn-group.open .btn-primary.dropdown-toggle {
	background-color: #e16309;
}

.btn-group.open .btn-info.dropdown-toggle {
	background-color: #f89b58;
}

.carousel-control:focus, .carousel-control:hover {
	color: #f78c40;
	opacity: 0.9;
	text-decoration: none;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover
	{
	background-color: #f78636;
	background-image: linear-gradient(to bottom, #f78c40, #f67d28);
	background-repeat: repeat-x;
	color: #fff;
	outline: 0 none;
	text-decoration: none;
}

.uneditable-input, input[type="color"], input[type="date"], input[type="datetime-local"],
	input[type="datetime"], input[type="email"], input[type="month"], input[type="number"],
	input[type="password"], input[type="search"], input[type="tel"], input[type="text"],
	input[type="time"], input[type="url"], input[type="week"], textarea {
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

.uneditable-input:focus, input[type="color"]:focus, input[type="date"]:focus,
	input[type="datetime-local"]:focus, input[type="datetime"]:focus, input[type="email"]:focus,
	input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus,
	input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus,
	input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus,
	textarea:focus {
	border-color: #fab889;
	box-shadow: 0 0 8px #fab889;
	outline: 0 none;
}

input[type="checkbox"]:focus, input[type="file"]:focus, input[type="radio"]:focus,
	select:focus {
	outline: 5px auto #fab889;
	outline-offset: -2px;
}

.navbar-link {
	color: #777;
}

.navbar-link:focus, .navbar-link:hover {
	color: #f78c40;
}

.navbar .nav>li>a:focus, .navbar .nav>li>a:hover {
	background-color: transparent;
	color: #f78c40;
	text-decoration: none;
}

.navbar .btn-navbar {
	background-color: #e46e1b;
	background-image: linear-gradient(to bottom, #f67d28, #c95808);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0
		rgba(255, 255, 255, 0.075);
	color: #fff;
	float: right;
	margin-left: 5px;
	margin-right: 5px;
	padding: 7px 10px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar:active,
	.navbar .btn-navbar:focus, .navbar .btn-navbar:hover, .navbar .btn-navbar[disabled]
	{
	color: #fff;
}

.navbar .nav li.dropdown>a:focus .caret, .navbar .nav li.dropdown>a:hover .caret
	{
	border-bottom-color: #f78c40;
	border-top-color: #f78c40;
}

.navbar .nav li.dropdown.active>.dropdown-toggle, .navbar .nav li.dropdown.open.active>.dropdown-toggle,
	.navbar .nav li.dropdown.open>.dropdown-toggle {
	background-color: #e5e5e5;
	color: #f78c40;
}

.nav-list>.active>a, .nav-list>.active>a:focus, .nav-list>.active>a:hover
	{
	background-color: #f78c40;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.nav-pills>.active>a, .nav-pills>.active>a:focus, .nav-pills>.active>a:hover
	{
	background-color: #f78c40;
	color: #fff;
}

.nav .dropdown-toggle .caret {
	border-bottom-color: #f78c40;
	border-top-color: #f78c40;
	margin-top: 6px;
}

.nav .dropdown-toggle:focus .caret, .nav .dropdown-toggle:hover .caret {
	border-bottom-color: #e16309;
	border-top-color: #e16309;
}

a.thumbnail:focus, a.thumbnail:hover {
	border-color: #f78c40;
	box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

.tc-header {
	border-top: 5px solid #f78c40;
}

.navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar:active,
	.navbar .btn-navbar:focus, .navbar .btn-navbar:hover, .navbar .btn-navbar[disabled]
	{
	background-color: #e16309;
	background-position: 0 -30px;
}

.navbar .nav>li.current-menu-ancestor>a, .navbar .nav>li.current-menu-item>a,
	.site-description {
	color: #f78c40;
}

.navbar .nav li.current-menu-ancestor>a .caret, .navbar .nav li.dropdown.current-menu-ancestor>a .caret,
	.navbar .nav li.dropdown.current-menu-item>a .caret, .navbar .nav li.dropdown.open.current-menu-ancestor>.dropdown-toggle .caret,
	.navbar .nav li.dropdown.open>.dropdown-toggle .caret, .navbar .nav>li.current-menu-item>a .caret
	{
	border-bottom-color: #f78c40;
	border-top-color: #f78c40;
}

.dropdown-menu>li.current-menu-ancestor>a, .dropdown-menu>li.current-menu-item>a,
	.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .dropdown-submenu:focus>a,
	.dropdown-submenu:hover>a {
	color: #f78c40;
}

.dropdown-menu>li.current-menu-ancestor>a::after, .dropdown-menu>li.current-menu-item>a::after,
	.dropdown-submenu:hover>a::after {
	border-left-color: #f78c40;
}

a+span.tc-external::after {
	color: #f78c40;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

th {
	border-bottom: 1px solid rgba(247, 140, 64, 0.5);
	font-weight: 700;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

.widget h3::before {
	color: #f78c40;
}

.archive .archive-header .format-icon::before, .search .search-header .format-icon::before
	{
	color: #f78c40;
	line-height: 0.2em;
	opacity: 1;
}

.comments-link .tc-comment-bubble, .page-links button.btn, .social-block a:hover,
	.tc-carousel-control:focus, .tc-carousel-control:hover, .widget.widget_archive li::before,
	.widget.widget_calendar li::before, .widget.widget_categories li::before,
	.widget.widget_links li::before, .widget.widget_meta li::before,
	.widget.widget_nav_menu li::before, .widget.widget_pages li::before,
	.widget.widget_recent_comments li::before, .widget.widget_recent_entries li::before,
	.widget.widget_rss li::before {
	color: #f78c40;
}

.comments-link .default-bubble::before {
	border: 2px solid #f78c40;
}

.comments-link .tc-comment-bubble {
	border: 2px solid #f78c40;
	color: #f78c40;
}

.comments-link .custom-bubble-one::before {
	border-color: #f78c40 transparent;
}

h3.assistive-text {
	color: #fab889;
}

#footer #calendar_wrap table a {
	color: #f78c40;
}

#wp-calendar th {
	background-color: #e16309;
	color: #fff;
}

.btt-arrow, footer#footer .colophon a.back-to-top {
	color: #f78c40;
}

.tc-grid-border .tc-grid {
	border-bottom: 3px solid #f78c40;
}

.tc-grid-icon::before {
	color: #f78c40;
}

#loggedin {
	float: right;
	margin-top: 15px;
	overflow: visible;
	width: 0px;
	direction: rtl;
	white-space: nowrap;
	color: #555;
}

#label {
	text-align: right;
}

#text {
	text-align: left;
	font-weight: bold;
	padding-right: 5em;
}

.locked {
	background-color: rgb(255, 194, 153);
}

.green {
	background-color: rgb(178, 224, 178);
}

.expired {
	background-color: rgb(229, 229, 229);
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus
	{
	color: #bf6d32;
}

.vis-label {
	padding-top: 5px;
}

#current_table th {
	text-align: center;
}

#current_table tr {
	cursor: pointer;
}

#users_table th {
	text-align: center;
}

#users_table tr {
	cursor: pointer;
}

#expired_table th {
	text-align: center;
}

#expired_table tr {
	cursor: pointer;
}

#distlisttable tr {
	cursor: pointer;
}

#distlistdetailtable tr {
	cursor: pointer;
}

/* Dropdown Button */
.dropbtn {
	color: #555;
	font-size: 14px;
	border: none;
	cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
	position: relative;
	display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

/* Links inside the dropdown */
.dropdown-content a {
	color: #555;
	padding: 12px 5px;
	text-decoration: none;
	display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	background-color: #f1f1f1
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
	display: block;
	z-index: 1000;
}

#typeselectTo:AFTER {
	font-family: 'Glyphicons Halflings';
	src: url('../fonts/glyphicons-halflings-regular.eot');
	src: url('../fonts/glyphicons-halflings-regular.eot?#iefix')
		format('embedded-opentype'),
		url('../fonts/glyphicons-halflings-regular.woff') format('woff'),
		url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),
		url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular')
		format('svg');
	content: "\e252";
	margin-left: 10px;
	font-size: 9px;
}

#newreciverModal input {
	width: 100%;
}

#recipientModal input {
	width: 100%;
}

#newrecipientModal input {
	width: 100%;
}

#newlistModal input {
	width: 100%;
}

.input-group {
	margin-bottom: 10px;
}

#norecipient_jumbo {
	margin-top: 1em;
}

#voucher_receiver_table_wrapper {
	margin: 1em;
}

.noscript-notice {
	color: Maroon
}

#noscript-warning {
	font-family: sans-serif;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 101;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	color: #FFF;
	background-color: #AE0000;
	padding: 5px 0 5px 0
}

#noscript-padding {
	padding-top: 1.9em
}