
.subtableleftcol {
    width: 230px;
    max-width: 230px;
    background-color: #f0f0f5;
}

.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;
}


.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;
}
	
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #990000;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
}

#slideshow, #slideshow .slides li { 
height:370px !important;
}

.widget-7, .widget-6{
//text-transform: lowercase;
}

a.topicbutton {
    display: inline-block;
    margin-bottom: 4px;
    color: #111111;
    background-color: #f6f6f6;
    padding: 3px 10px;
    border: 1px solid #dddddd;
    border-radius: 10px;
}

a.topicbutton:hover {
  background: #187794;
  color:#FFF !important;
  text-decoration:none !important;
}

.column-filter-widgets {
    min-height: 30px;
    padding-bottom: 30px;
}

.column-filter-widget select {
    margin-top: 10px;
    font-size: 1.1em !important;
    padding-top: 2px;
    padding-bottom: 2px;
}

.dataTables_filter {
   
}


table#smart-city-guide, th {
text-align:left;
font-weight:normal;
}

.program_name {
font-size:0.7em;
}

.program_description {
text-align:justify;
}

.logo_link {
width:75px;
}


.left{
    width:140px;
    display:table-cell;
    vertical-align:middle;
}

.left img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  vertical-align: middle;
}

.right{
   display:table-cell; 
   vertical-align:middle;
   
}



pre {
font-size:14px;
font-weight:bold;
}

pre a {
    color: #000;
    padding: 8px 8px 8px 8px;
    text-decoration: none;
    box-shadow: 0 2px 2px 0 #C2C2C2;
    border-radius: 5px;
    text-transform: uppercase;
    
}

/* Change the link color on hover */
pre a:hover {
    background-color: #ccc;
    color: white;
}



table#AIPrograms {
border: 1px solid #ddd;
}


table#AIPrograms thead {
font-size:16px;
}

table#AIPrograms .group {
font-weight:bold;
}

.dataTables_info, .dataTables_length, .dataTables_paginate {
font-weight:bold;
font-style:italic;
}

.dataTables_empty {
font-weight:bold;
font-size:16px;
color:red;
}


div#content a:link{
text-decoration: none;
}

div#content a:hover{
text-decoration: underline;
}


.dataTables_length {
padding-top: 0.755em;
padding-left: 30px;
}


code.string {
    color: #c05f1d;
    background-color: #f5eee9;
    border: 1px solid #dfc4b2;
    white-space: nowrap;
}

code {
    font-family: "Source Code Pro", Consolas, Menlo, Monaco, "Courier New", monospace;
    padding: 1px 4px;
    font-size: 1.1em;
    color: #444;
    background-color: #fcfcfc;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


mark {
  padding: 0;
  background: #f1c40f;
}


#AIPrograms_filter {
    padding-top: 20px;
    text-align: left;
    padding-bottom: 25px;
    font-size: 150%;
    width: 100%;
}

#AIPrograms_filter label {
  display: block;
  width: 47%;
  max-width: 47%;
}


#AIPrograms_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;
}



input{
   text-align:center;
}


div#content ul li {
list-style-type: none;
list-style-image: none;
}

.toolbar {
    float: left;
}

td.highlight {
    background-color: whitesmoke !important;
}



tr.group,
tr.group:hover {
    background-color: #ddd !important; 
}


#searchtextwrap {
    padding-left: 1%;
    font-size: 0.7em;
    font-weight: bold;
    font-style: italic;
}

.program_name h2 a {
font-size:0.7em;
color: blue;
}

.column-filter-widget { 
float:left; padding: 5px; 
}
.column-filter-widget select { display: block; 
width:250px; 
min-width:250px; 
max-width:250px; 
font-size: 14px; 
font-weight:bold;
border-radius: 10px;
border-width: 3px;
box-shadow: 0 2px 2px 0 #c2c2c2;
}


.column-filter-widgets a.filter-term { display: block; text-decoration: none; padding-left: 10px; font-size: 14; }
.column-filter-widgets a.filter-term:hover { text-decoration: line-through !important; }
.column-filter-widget-selected-terms { clear:left; }
option {
  word-wrap: break-word;      /* IE*/
  white-space: -moz-pre-wrap; /* Firefox */
  white-space: pre-wrap;      /* other browsers */
}
.column-filter-widgets a.filter-term { display: block; color:#2712a1 !important; background-color: #f2f2f2; padding-left: 15px; padding-bottom:5px; font-size:16px; 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: 10px;
    height: 10px;
    content: url(../images/details_close.png);
    background-size: 22px 22px;
    margin-right: 5px;
    display: inline;
    vertical-align: middle;
    text-align: center;
    padding-top:5px;
}

select[name=AIPrograms_length] {
    font-size: 1rem;
    padding: 3px;
}

@media only screen and (max-width: 1000px) {

.column-filter-widgets {position: relative; float:left; padding-left:0%;}

.column-filter-widget select {
width: 100% !important;
min-width:100% !important;
}

.column-filter-widget {
 width: 100% !important;
min-width:100% !important;
}

.widget-3, .widget-6, .widget-7, .widget-8, .widget-10 { 
min-width:100% !important;
width:100% !important;
font-size: 20px; 
border-radius: 10px;
border-width:3px;
box-shadow: 0 2px 2px 0 #C2C2C2;
}

#AIPrograms_filter label {
    display: block;
    width: 80% !important;
    max-width: 80%;
}


}


