.column-filter-widget { 
float:left; padding: 5px; 
}


.column-filter-widget select { display: block; 
width:260px; 
font-size: 1em; 
font-weight:bold;
}

.column-filter-widget {
    float: left;
    padding: 5px;
    padding-left: 3px;
    width:260px; 
    margin-right: 10px;
}

.widget-9, .widget-10, .widget-11 {  
font-size: 0.9em; 
font-weight: bold;
border-radius: 10px;
border-width:3px;
box-shadow: 0 2px 2px 0 #C2C2C2;
width: 260px;
}

.column-filter-widgets a.filter-term { display: block; color:#2712a1 !important; background-color: #f2f2f2; padding-left: 15px; padding-bottom:5px; font-size:18px; font-weight:bold;}

.column-filter-widgets a.filter-term:hover { text-decoration: line-through !important; color:#2712a1 !important; background-color: #ddd; }

.column-filter-widgets a.filter-term:before {
    width: 40px;
    height: 40px;
    content: url(../images/details_close.png);
    background-size: 22px 22px;
    margin-right: 5px;
    display: inline;
    vertical-align: middle;
    text-align: center;
}

select[name=aiinventory_length] {
    font-size: 1rem;
    padding: 3px;
}

.dataTables_length {
clear:both;
width:100%;
}

.dataTables_info, .dataTables_length, .dataTables_paginate {
font-size: 0.9em;
padding-top: 0px;
}


.trancated {
	/* essential */
	text-overflow: ellipsis;
	width: 200px;
        max-width: 200px;
	white-space: nowrap;
	overflow: hidden;
	
	/* for good looks */
	padding: 10px;
}



mark {
  padding: 0;
  background: #f1c40f;
}



input{
   text-align:center;
}


#aiinventory_filter {
    padding-top: 10px;
    text-align: left;
    padding-bottom: 5px;
    font-size: 150%;
    width: 100%;
}


#aiinventory_filter label {
  display: block;
  width: 47%;
  max-width: 47%;
}

#aiinventory_filter input {
    padding: 5px;
    padding-left:0px;
    margin-left:5px;
    border: solid 1px #c9c9c9;
    transition: border 0.3s;
    font-family: 'Droid Sans', sans-serif;
    font-size: 24px;
    border-width: 2px;
    width: 100%;
    background: #FFF url(../images/searchicon.jpg) no-repeat 4px 2px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 10px;
    border-width:3px;
    box-shadow: 0 2px 2px 0 #C2C2C2;
    line-height: 28px;
    height: 3rem;
}


.toolbar {
    float: left;
}

td a {
font-size:1em;
font-weight:bold;
}

.morelink {
font-size:13px;

    color:blue;
    text-decoration:underline;
    cursor:pointer;
}


td.highlight {
    background-color: whitesmoke !important;
}

td.details-control {
    width:50px;
    background: url('../images/details_open.gif') center;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    cursor: pointer;
    
}
tr.shown td.details-control {
   background: url('../images/details_close.gif') center;
   background-size: 24px 24px;
   background-repeat: no-repeat; 
}

tr.group,
tr.group:hover {
    background-color: #ddd !important; 
}

.group td {
font-weight:bold;
}

th.no-sort {
background-image: none !important;
}

thead {
background-color:#E4DFDF;
}
	

#slideshow, #slideshow .slides li { 
height:350px !important;
}

.subtableleftcol {
width:200px;
max-width:200px;
background-color: #f0f0f5;
}


.dataTables_info {
    width: 100%;
}

.dataTables_length {
    padding-top: 0.755em;
    padding-left: 0px;
}

@media only screen and (max-width: 1000px) {

.column-filter-widget {
    width: 100%;
}

.column-filter-widget select {
    clear: both;
    display: inline;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    font-size: 1.4em !important;
    font-weight: bold;
}

.ai-rd-testbed-inventory-category {position: relative; float:left; padding-left:0%;}

#aiinventory_filter label, #aiinventory_filter select {
display: block;
  width: 100%;
  max-width: 100%;
}

.ai-rd-testbed-inventory-category {
 width: 100%;
}

.ai-rd-testbed-inventory-category select {
    clear:both;
    display: inline;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    font-size: 1.4em !important;
    font-weight: bold;
}


#aiinventory_filter label {
    display: block;
    width: 98% !important;
    max-width: 98%;
}


}

.column-filter-widget-selected-terms {
clear:both;
width:100%;
}

.AgencyLogo {
width:70px;
max-width: 70px;
}

.odd, .even {
height: 200px;
}

a.DomainApplicationButton {
    display: inline-block;
    margin-bottom: 4px;
    color: #111111;
    background-color: #f6f6f6;
    padding: 3px 10px;
    border: 1px solid #dddddd;
    border-radius: 10px;
}

a.DomainApplicationButton:hover {
  background: #187794;
  color:#FFF !important;
  text-decoration:none !important;
}

a.AgencyButton {
    display: inline-block;
    margin-bottom: 4px;
    color: #111111;
    background-color: #f6f6f6;
    padding: 3px 10px;
    border: 1px solid #dddddd;
    border-radius: 10px;
}

a.AgencyButton:hover {
  background: #187794;
  color:#FFF !important;
  text-decoration:none !important;
}

a.TestbedHostButton {
    display: inline-block;
    margin-bottom: 4px;
    color: #111111;
    background-color: #f6f6f6;
    padding: 3px 10px;
    border: 1px solid #dddddd;
    border-radius: 10px;
}

a.TestbedHostButton:hover {
  background: #187794;
  color:#FFF !important;
  text-decoration:none !important;
}


.Testbed-detail-title {
    font-weight: bold;
    color: #800;
    font-size: 1.2em;
    text-transform: uppercase;
    text-align: left;
}


@media only screen and (max-width: 1000px) {

.priority-3 {
display:none;
}
.priority-1 {
width:40%;
}
.priority-2 {
width:40%;
}

}

.dataTables_wrapper .dataTables_filter input::-webkit-search-cancel-button {
  -webkit-appearance: button !important;
  -moz-appearance: button !important; 
}

.callout {
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left:10px;
    padding-right:10px;
    text-align: center;
    opacity: 0;
    border-radius: 5px;
    background: #1f2532;
    background: #F8F9F9;
    opacity: 1;
    top: 0px;
    width:100%;
}

.callout h4 {
    color: #90a4ae;
    font-size: 1.2em;
}
.callout p {
    font-size: 0.7em;
    line-height: 1.3em;
    text-align: center;
    text-transform: uppercase;
    font-style:italic;
    padding-left:20px;
    padding-right:20px;
}

.callout p a {
    font-size: 1.2em;
}

@media screen and (min-width: 35.5em)
.callout p {
    font-size: 20px;
    line-height: 28px;
}
@media screen and (min-width: 35.5em)
.callout h4 {
    font-size: 34px;
    line-height: 40px;
}
@media screen and (min-width: 35.5em)
.callout {
    top: -30px;
    padding: 80px 45px;
}

