  /* CSS Document */
.entry-content ol,
.entry-content ul {
	padding: 0 0 23px 40px;
}

select.form-control {
	height: 30px;
	padding: 2px;
}

.sublabel {
	font-size: 10px;
}

.well .form-group {
	padding: 10px 0;
}

#myModal .form-control {
	width: 16px;
	height: 16px;
	display: inline-block;
	position: relative;
	top: 3px;
	margin-right: 2px;
}

/* table widths */
#qurs-opportunity-results-table {
	width: auto;
}

.col-1 {
	width: auto;
}

.col-2 {
	/*
  width: 15%;
  width: 200px;
  */
	min-width: 15%;
}

.col-3 {
	/*
  width: 15%;
  width: 200px;
  */
	min-width: 15%;
}

.col-4 {
	/*
  width: 15%;
  width: 200px;
  */
	min-width: 15%;
}

.col-5 {
	/*
  width: 15%;
  width: 200px;
  */
	min-width: 15%;
}

.col-6 {
	/*
  width: 8%;
  width: 100px;
  */
	width: 8%;
}

.col-cal {
	/*
  width: 14%;
  width: 172px;
  height: 14%;
  height: 172px;
  */
	width: 14%;
	min-height: 14%;
}

.cal-date {
	color: red;
	font-size: 14px;
	font-weight: bold;
}

.cal-date-off {
	color: dimgrey;
	font-size: 14px;
	font-weight: bold;
}

.view-wrapper {
	margin: 10px 0 0;
}

.opp-active {}

.opp-closed {
	color: #9d1939;
}

/* FIXED HEADER TABLE */
tbody,
thead tr {
	display: table;
	width: 100%;
	table-layout: fixed;
}

td {
	border: 1px solid;
}

* {
	box-sizing: border-box;
}

/* Datepicker UI fix */
.ui-datepicker {
	z-index: 1000003 !important;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	display: block;
}

#myModal {
	z-index: 1000004;
}

/* CALENDAR STYLES */
.status-header,
.month-header {
	background-color: rgba(0, 0, 0, .32);
}

.day-header {
	text-transform: capitalize;
}

.white-text {
	display: inline;
	color: #fff;
}

a.sort-icon {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

a.sort-icon .glyphicon {
	position: relative;
	top: 3px;
}

.modal-instruction {
	margin-bottom: 10px;
}

/***/
/* MEDIA
/***/
@media (min-width: 320px) {

	#qurs-view-buttons,
	#qurs-opportunity-results-table {
		display: none;
	}

	#qurs-opportunity-results-blocks {
		display: block;
	}
}

@media (min-width: 768px) {

	#qurs-view-buttons,
	#qurs-opportunity-results-table {
		display: none;
	}

	#qurs-opportunity-results-blocks {
		display: block;
	}
}

@media (min-width: 960px) {

	#qurs-view-buttons,
	#qurs-opportunity-results-table {
		display: block;
	}

	#qurs-opportunity-results-blocks {
		display: none;
	}
}

@media (min-width: 1280px) {

	#qurs-view-buttons,
	#qurs-opportunity-results-table {
		display: block;
	}

	#qurs-opportunity-results-blocks {
		display: none;
	}
}

@media (min-width: 1600px) {

	#qurs-view-buttons,
	#qurs-opportunity-results-table {
		display: block;
	}

	#qurs-opportunity-results-blocks {
		display: none;
	}
}
