table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_desc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc_disabled {
    cursor: pointer;
}
 
table.table thead .sorting { background: url('/Content/DataTables/images/sort_both.png') no-repeat center right; }
table.table thead .sorting_asc { background: url('/Content/DataTables/images/sort_asc.png') no-repeat center right; }
table.table thead .sorting_desc { background: url('/Content/DataTables/images/sort_desc.png') no-repeat center right; }
 
table.table thead .sorting_asc_disabled { background: url('/Content/DataTables/images/sort_asc_disabled.png') no-repeat center right; }
table.table thead .sorting_desc_disabled { background: url('/Content/DataTables/images/sort_desc_disabled.png') no-repeat center right; }

.center_div{
    margin: 0 auto;
    width: 100%;
}

.button-label{
    margin-right:30px;
}

.form-control{
    font-size:80%;
}

.main-content{
    font-size:1.6em;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}

.Advising-Form label{
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}

.main-title {
    font-weight:300;
    font-size:180%;
}

.form-header{
    margin-bottom:25px;
}

.warning-text{
    font-size:80%;
    text-align:left;
    line-height:170%;
}

.help-block{
    font-size:55%;
    text-align:left;
    padding-left:5px;
    padding-right:5px;
}

/* Always set the map height explicitly to define the size of the div
 * element that contains the map. */

 #map {
  width: 100%;
  height: 600px;
}

.videoPlayer {
	border: 2px solid #2a5500b9;
	margin-bottom: 20px;
}

.nematodirus-map {
	height: 400px;
	border: 2px solid #2a5500b9;
    filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.2));	
}

.blowfly-map {
	height: 400px;
	border: 2px solid #2a5500b9;
    filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.2));	
}

/* Dose Calculator Form */
.btn-bootstrap {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid 1;
    border-radius: 4px;
}

/* Ensure box icons are same width */
.input-group-addon {
    min-width:50px;
}

/* dropdown styling */
.dropdown-menu {
	min-width: 200px;
}
.dropdown-menu.columns-2 {
	min-width: 400px;
}
.dropdown-menu.columns-3 {
	min-width: 600px;
}
.dropdown-menu li a {
	padding: 5px 15px;
	font-weight: 300;
}
.multi-column-dropdown {
	list-style: none;
  margin: 0px;
  padding: 0px;
}
.multi-column-dropdown li a {
	display: block;
	clear: both;
	line-height: 1.428571429;
	color: #333;
	white-space: normal;
}
.multi-column-dropdown li a:hover {
	text-decoration: none;
	color: #262626;
	background-color: #999;
}
 
@media (max-width: 767px) {
	.dropdown-menu.multi-column {
		min-width: 240px !important;
		overflow-x: hidden;
	}
}

/* jquery validation styling */
.error {
    border: 2px solid #f00;
}
