
body{
    margin-top: 15em!important;
    margin-bottom: 60px;
    background: #f2f2f2;
    overflow-y: scroll;
    color: #262626;
    font-family: sans-serif;
    font-size: 0.8em;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    padding-top: 20px;
}


.page-title {
    background-color: #f8f8f8;
    padding-top: 2.4em;
    padding-bottom: 1.8em;
    box-shadow: 0 0 13px 0 rgba(62,44,90,.08);
}

#play-live {
	margin-top: -3em;
}

h1.title {
    font-size: 1.9em;
}

h2.card-title {
    font-size: 1.2em;
    margin-bottom: 0;
    font-weight: bold;
}




.logo {
    margin-right: 4px;
}

.asset-details{
    margin-top: 1em;
}

.asset-description {
    margin-top: 1em;
}

.nav {
    margin-top: 1em;
}

.navbar-nav .nav-item {
    margin-left: 1em;
    margin-right: 1em;
}


.navbar-dark {
    background: #333333;
}

.navbar-logo {
	height: 48px;
	margin-bottom: -6px;
}

.background-orange-dark {
    background: rgba(188, 114, 77, 0.95);
}

.bg-dark {
    background-color: #00579D;
}

a {
    color: #00579D;
}


.text-major {
    display:block;
}

.text-minor {
    display:block;
	font-size: 0.75em;
}

.avatar {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
}

.control-label-light {
    color: rgba(0, 0, 0, 0.25);
}

.small-gutters {
    margin-right: -4px;
    margin-left: -4px;
}
.small-gutters > [class*="col-"] {
    padding-right: 4px;
    padding-left: 4px;
}

.artist {
    display: block;
    font-style: italic;
}

.title {
    display: block;
    font-weight: bold;
}



.row-red td {
    background-color: rgba(255,0,0,0.1);
}

.table th {
    border-top: none;
}



.datatable-hidden{
    display: none;
}


.light-panel {
    background-color: #efefef;
    margin: 0.5rem;
    padding: 0.5rem;
}

.button-bar {
    margin-bottom: 1rem;
}

tr.row-muted td {
    color: #bbb;
}

.table-xs tr td,
.table-xs tr th {
    font-size: 0.9em;
    padding-top: 0.25em;
	padding-bottom: 0.25em;
	padding-left: 0.4em;
	padding-right: 0.4em;
}


@media (min-width: 1440px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1420px !important;
    }
}



@media (max-width: 1024px) {

	html {
		font-size: 0.8em;
	}

	body {
		margin-top: 18em!important;
	}

   table thead tr th {
        padding-right: 0.6em!important;
        padding-left: 0.6em!important;
        padding-left: 0.6em!important;
   }

    table tbody tr td {
        padding-right: 0.6em!important;
        padding-left: 0.6em!important;
    }

}


.avatar-small {
    width: 3em;
    height: 3em;
}

.day-select,
.hr-select,
.no-select
{
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Old versions of Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently */
}

.done-bar {
	margin-top: 3em;
	text-align: center;
}

.article-preview-image {
	object-fit: cover;
	width: 100%;
	max-height: 24em;
}

.article-thumbnail {
	width: 100px;
	height: 48px;
	object-fit: cover;
}


h3.category-title {
	font-size: 1.5em;
}

.thumbnail {
	width: 128px;
	height: 64px;
}

