@import url('https://fonts.googleapis.com/css?family=Karla');

body {
	font-family: 'Karla', sans-serif;
	font-size: 16px;
	color:#666;
}

.form-control {
	width:auto;
	display:inline-block;
}

.navbar-default {
    background-color: #fff;
    border-color: #e7e7e7;
}


.navbar-brand img {
	width:175px;
	margin:10px;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin: 0;
}

.navbar-brand {
    float: none;
    padding: 0px;
}

.logolinks {
	font-size:12px;
	padding-bottom:14px;
	display:block;
	font-weight:bold;
	color:#ccc;
}
.logolinks a {
	color:#888;	
}

#dbriefbox {
	background:#fef3ed;
	color: #f7833a;
	font-size: 12px;
	width: 280px;
	padding:10px;
	margin:10px;
}
#dbriefbox a {
	color: #58c5c2;
}

#s, #sort {
	color: #58c5c2;
}

#jmdbForm .popover {
    left: 0px !important;
    max-width:100% !important;
}

#jmdbForm .popover ul {
    padding-left: 17px;
}

.searchdesc {
	color: #58c5c2;
}

#titleth {
	vertical-align: bottom; 
	text-align:left;
	padding-left:55px;
}

.criticname {
	color: #f5791f;
}
.criticname:hover {
	color: #f5791f;
	text-decoration: none;
}
.criticcol {
		width:80px;
	}
.criticsketch {
	max-width: 80px;
}

.floatThead-container {
	overflow: visible !important;
	z-index:10 !important;
}
.jmdbtable {
	border-collapse: separate;
	border-spacing:4px;
}
.jmdbtable thead {
	background:white;
	width:100%;
}
.jmdbtable th {
	text-align:center;
}
.table > tbody > tr > td, 
.table > tbody > tr > th, 
.table > tfoot > tr > td, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > thead > tr > th {
    border: none;
    padding: 0px;
    vertical-align: middle;
}


.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f0f0f0;
}

.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #fbfbfb;
}

.ratindtd {
	width:80px;
	text-align: center;
}

.tableposter {
	width:45px;
	height:68px;
	float:left;
}

.tabletitle {
	height:68px;
	display: flex;
    align-items: center;
	margin-left: 55px;
}

.titlespan {
	max-width: 80%;
}

.dbrief, .dbrief:hover, .dbrief:focus {
	color: #f5791f;
	cursor: pointer;
	font-weight: bold;
}

.addcolor, .addcolor:hover, .addcolor:focus {
	color: #58c5c2;
}

.editcolor, .editcolor:hover, .editcolor:focus {
	color: #f5791f;
}

.popover {
	border: 1px solid #58c5c2;
	padding:0px;
}
.popover-title {
	background: #58c5c2;
	color: #fff;
}

.popover.bottom > .arrow::after {
	border-bottom-color: #58c5c2;
}

table .popover, #dbriefbox .popover, body > .popover {
	max-width:none !important;
}
#dbriefbox .popover {
	width:500px !important;
	color:#666;
}
table .popover.bottom>.arrow {
	left:50px !important;
}

.padded td {
    padding: 5px;
}

.critics_sketch {
	text-align:center;
	color: #f5791f;
	font-size: 32px;
	font-weight: bold;
}

.panel, .panel-default {
	border:none;
	-webkit-box-shadow: none;
    box-shadow: none;
}

.panel-default>.panel-heading, .panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
	background: none;
	border:none;
}

.panel-title {
	color: #f5791f;
	font-size: 18px;
}

.panel-body {
	padding-top: 0px;
}
.twentyq {
	color: #f5791f;
}

.critics_legend {
    position: absolute;
    top:10px;
    left:20px;
    color:#f5791f;
    font-size:14px;
}
.critics_legend a {
    color:#f5791f;
}
.jmdb-text-md-right {
	text-align: right;
}

@media (max-width: 767px) {
    body {
		font-size:11px;
	}

	.navbar-brand img {
		width:125px;
	}

	.logolinks {
		font-size:8px;
		padding-bottom:13px;
	}

	#titleth {
		padding-left:40px;
	}


	.criticcol {
		width:38px;
	}

	.criticsketch {
		max-width: 25px;
	}

	.criticname {
		font-weight: normal;
		padding-left:5px;
		padding-right:5px;
	}

	.jmdbtable {
		border-spacing:2px;
	}

	.ratindtd {
		width:25px;
	}

	.tableposter {
		width:30px;
		height:46px;
	}

	.tabletitle {
		height:46px;
		margin-left: 40px;
	}

	table .popover, table .popover-title {
		font-size: 11px; !important;
	}

	.dbrief, .dbrief:hover, .dbrief:focus {
		color: #f5791f;
		cursor: pointer;
		font-weight: normal;
	}

	.critics_sketch {
		font-size: 18px;
	}
	.critics_sketch img {
		width: 100px;
		height: 125px;
	}

	.jmdb-text-md-right {
		text-align: left;
	}

}