img#logo {
    float: left;
    margin-right: 10px;
}

img#headerlogo {
    float: right;
	margin-top: 10px;
}

html.sticky-footer #layout-wrapper {
	min-height: 0%;
}

.page-block {
	min-height: 500px;
}

.icon-row {
	padding-bottom: 15px;
}

tr.row-header {
	background-color: #E5E5E5; 
}
tr.row-white {
	background-color: #FFFFFF; 
}
tr.row-whitesmoke {
	background-color: #F8F8F8;
}
tr.row-grey {
	background-color: #DDDDDD;
}

.sexicourse-table {
	font-size: 15px;
	width: 100%;
}

.row-padding-top {
	padding-top: 10px;
}

.form-dialog-label {
	font-weight: normal;
	margin-bottom: 0px;
	width: 150px;
}

.form-control-dialog-link {
	display: inline-block;
	/*
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	*/
	height: 26px;
	padding: 2px 2px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555555;
	vertical-align: middle;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-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;
}

.table-button-row {
	padding-top: 10px; 
	padding-left: 10px;
	padding-bottom: 10px;
}

.btn-gaelic.active
{
	color: rgba(255, 255, 255, 0.75);
}

.btn-gaelic {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #f7b1d7;
	background-image: -moz-linear-gradient(top, #81141E, #fecb0b);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#81141E), to(#5b0009));
	background-image: -webkit-linear-gradient(top, #81141E, #5b0009);
	background-image: -o-linear-gradient(top, #81141E, #5b0009);
	background-image: linear-gradient(to bottom, #81141E, #5b0009);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffec79', endColorstr='#fffecb0b', GradientType=0);
	border-color: #fecb0b #fecb0b #a58304;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #fecb0b;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	
	padding: 6px 12px;
	border-radius: 4px;
}

.btn-gaelic:hover,
.btn-gaelic:focus,
.btn-gaelic:active,
.btn-gaelic.active,
.btn-gaelic.disabled,
.btn-gaelic[disabled] {
	color: #ffffff;
	background-color: #5b0009;
	*background-color: #c50500;
}
.btn-gaelic:active,
.btn-gaelic.active {
	background-color: #ff0700 \9;
}


.btn-gaelic-sm {
	padding: 4px 9px;
	font-size: 14px;
	line-height: 1.6;
	border-radius: 3px;
}

.btn-gaelic-xs {
	padding: 1px 5px;
}

.dialog-select {
	height: 32px;
	background-color: #5b0009;
	border-color: #81141E;
	color: #fff;
	font-size: 14px;
}  

.form-group-compact {
	margin-bottom: 0px;
}

.form-label-compact {
	margin-top: 0px;
	padding-top: 0px;
}

.dialog-field-compact {
	margin-top: 8px;
}

.stats-legend {

}

.stats-item {
	font-weight: bold;
}

.question-instructions {
	font-style: italic;	
	font-size: 14px;
}

.question-title {
	font-weight: bold;
}

.question-table {
	border: 1px solid #cccccc;
	width: 100%;
}

.question-table td {
	border: 1px solid #cccccc;
	padding: 5px 5px 5px 5px;
}

.input-100 {
	width: 100px;
}



/* */
.footer {
    background: #2b2f33;
	/*
    color: #b68f4e;
    */
	color: #ffffff;
    font: normal 14px/21px Arial, Helvetica, serif;
    padding-top: 10px;
}

.footer a {
    color: #ffffff;
    text-decoration: none;
}

.footer ul {
    list-style-type: none;
}

.footer li {
    color: #ffffff;
    font: normal 12px/21px Arial, Helvetica, serif;
}

.footer li a {
    color: #ffffff;
    text-decoration: none;
}

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

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

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

.side-menu-list {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
}

.side-menu-list a {
    color: #61040a;
} 

.line-spacing {
    padding-top: 10px;
}

.line-spacing-thin {
    padding-top: 5px;
}

.bs-highlight {
    margin-right: 0;
    margin-left: 0;
    background-color: #fff;
    border-color: #61040a;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px 4px 4px 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 10px 10px 10px;
}

.bs-highlight label {
    font-size: 13px;
}

body {
    font-size: 14px;
}

.stacked-select {
    margin-bottom: 2px;
}

.cellCenter {
    text-align: center;
}

.cellRight {
    text-align: right;	
}

.cellLeft {
    text-align: left;
}

td.details-control {
    background: url('../img/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('../img/details_close.png') no-repeat center center;
    text-align: center;
}

.subtable-header {
    background-color: #fecb0b;
}

input[type=checkbox] {
    /* All browsers except webkit*/
    transform: scale(1.5);

    /* Webkit browsers*/
    -webkit-transform: scale(1.5);
}

.spacing {
    padding-bottom: 10px;
}

.categoryBox {
    width: 100%;	
    border-color: #808080;
    border-width: 1px;
    border-style: solid;
    padding: 5px 5px 5px 5px;
    margin: 10px 10px 10px 10px;
    vertical-align: top;
    cursor: pointer; cursor: hand;
    border-radius: 5px 5px 5px 5px;
}

.categoryImage {
    padding-right: 10px;
}

.categoryImageBox {
    display: inline-block;
}

.categoryImageText {
    display: inline-block;
    vertical-align: top;
	font-size: 20px;
}

.sectionBox {
    width: 100%;
    border-color: #808080;
    border-width: 1px;
    border-style: solid;
    padding: 5px 5px 5px 5px;
    margin: 10px 10px 10px 10px;
    vertical-align: top;
    cursor: pointer; cursor: hand;
    border-radius: 5px 5px 5px 5px;
}

.sectionImage {
	padding-right: 10px;
}

.sectionImageBox {
	display: inline-block;
}

.sectionImageText {
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
}

.productBox {
	width: 100%;
	border-color: #808080;
	border-width: 1px;
	border-style: solid;
	padding: 5px 5px 5px 5px;
	margin: 10px 10px 10px 10px;
	vertical-align: top;
	cursor: pointer; cursor: hand;
	border-radius: 5px 5px 5px 5px;
}

.sectionProductBox {
	width: 100%;
	border-color: #808080;
	border-width: 1px;
	border-style: solid;
	padding: 5px 5px 5px 5px;
	margin: 10px 10px 10px 10px;
	vertical-align: top;
	cursor: pointer; cursor: hand;
	border-radius: 5px 5px 5px 5px;
}

.productThumbnail {
	padding-right: 10px;
}

.productThumbnailBox {
	display: inline-block;
}

.productThumbnailText {
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
}

.breadcrumb {
	font-size: 12px;
	padding: 5px 5px;
	margin-bottom: 5px;
	font-style: italic;
}

.orderListItemDetails {
	display: none;
}

#toggleDisplay {
	background-image: url("../img/details_open.png");
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	display: inline-block;
	margin-right: 5px;
}

.table-group {
	color: #ffffff;
	background-color: #5b0009 !important;
}

.navbar-inverse .navbar-nav>li>a {
	color: #ffffff;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	background-color: #2b2f33;
}

table.dataTable thead th {
	color: #ffffff;
	background-color: #2b2f33;
	border-color: #2b2f33 #2b2f33 #ffffff #2b2f33;
	padding: 8px 10px 8px 10px;
}

table.dataTable thead th, table.dataTable tfoot th {
	font-weight: normal;
}

.dataTables_wrapper .ui-toolbar {
	margin: 0 0 2px;	
}	
	
.form-readonly-div {
	padding-top: 8px;
}

/* Fuel UX overrides */
.fuelux .wizard>.steps li.active {
	color: #5b0009;
	cursor: default;
}

.fuelux .wizard>.steps li.active .badge {
	background-color: #5b0009;
}

.subtable-item {
	vertical-align: top;
	
}

.form-line-text {
	margin-bottom: 0px;
}

.ui-button-text {
	color: #000000;
}

.ui-button, .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button {
	text-shadow: text-shadow: 0 1px 0 #808080;	
}

.nav-gaelic {
    margin-bottom: 10px;
	height: 51px;
}

.form-group .control-label {
    margin-bottom: 0px;
    font-style: italic;
    font-weight: bold;
}

.form-group .control-label-lg {
    margin-bottom: 0px;
    font-style: italic;
    font-weight: bold;
    font-size: 15px;
}

.form-group .dialog-field-compact {
    margin-top: 0px;
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #e6e6fa;
}

#gaelic-navbar {
	background-color: #333;
}

label,
.control-label,
.help-block,
.checkbox,
.radio,
.form-control-feedback {
	font-size: 0.9rem;
}

.navbar {
	font-size: 17px;
}

.dropdown-item {
	font-size: 17px;
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 0.95);
}

.navbar-nav.navbar-center {
	position: absolute;
	left: 60%;
	transform: translatex(-60%);
	width: 60%;
	z-index: 500;
}

.bg-dark .dropdown-menu .dropdown-item, .bg-dark .dropdown-menu .dropdown-item:focus {
	color: rgba(255, 255, 255, 0.95);
}