.bldg_info
{
  line-height: 1.5;
  margin: 0 0 5px 0;
  font-size: 1.29em;
}

#ada_info
{
  margin-top: 20px;
}

#published_checkbox
{
  margin-right: 9%;
  margin-top: 0.9%;
}


#site-name {
    margin-bottom: 0px;
}
table.dataTable thead .sorting_desc {
    background-image: none;
}
table.dataTable thead .sorting_asc {
    background-image: none;
}
table.dataTable thead .sorting {
    background-image: none;
}
.select-info {
  padding-left: 10px;
}
table.dataTable thead th, table.dataTable thead td {
  padding: 8px 10px;
}
/* Select checkbox position fix */

table.dataTable tbody td.select-checkbox:before, table.dataTable tbody th.select-checkbox:before {
  margin-top: -2px;
  margin-left: -6px;
}
table.dataTable tr.selected td.select-checkbox:after, table.dataTable tr.selected th.select-checkbox:after {
  margin-top: -10px;
  margin-left: -5px;
}

/* 07/17: removing padding for filter (search) on DataTables */
/*div.dataTables_length > label, div.dataTables_filter > label, div.dataTables_info {
    padding: 10px;
}*/

.bldglink :hover {
  border: darkgrey 1px solid
}
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}


.topline1 {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.rotate{
  -webkit-transform: rotate(90deg);  /* Chrome, Safari, Opera */
    -moz-transform: rotate(90deg);  /* Firefox */
    -ms-transform: rotate(90deg);  /* IE 9 */
      transform: rotate(90deg);  /* Standard syntax */    
  }
/* Aligning length select with export button on results page */
  .dataTables_length {
    margin-top: 2px;
    margin-left: 5px;
  }

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.main-font h3 {
  padding-left: 0;
}
.info {
  font-size: 16px;
  padding-top: 10px !important;
}

.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0,0,0,.08);
  border-bottom: 1px solid rgba(0,0,0,.125);
}
.greybtn {
  background-color: lightgrey;
  color: #2e2d29;
  text-decoration: none;
}

.whitehover:hover {
  color: white !important;
}
a:visited{
  color: #8c1515;
}
.dataTables_wrapper .row {
  margin: 0
}

/*Overriding the jQuery UI autocomplete classes*/
@media (min-width: 768px) {
.rightfloatbtn {
    float: right;
  }
  
}
@media (min-width: 421px) {
  .rightfloatbtn2 {
    float: right;
  }
}

@media (max-width: 420px) {
  .rightfloatbtn2 {
    margin-top: -7px;
  }
}

@media (max-width: 991px) {
.panel {
    margin-bottom: 22px !important;
}
}

.btn-link:hover, .btn-link:active, .btn-link:focus {
  outline: none;
  color: #2e2d29;
  background-color: transparent;
}

/* .btn:hover, .btn:active, .btn:focus {
  outline: none;
  color: #2e2d29;
  background-color: transparent;
} */
.env-button:visited {
  color: #8c15159b;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2000;
    float: left;
    display: none;
    min-width: 160px;
    _width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    /* border-width: 1px; */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border-right-width: 2px;
    border-bottom-width: 2px;
    max-height: 60vh;
    overflow-y: scroll;
    overflow-x: hidden;
}
.ui-menu {list-style:none;padding: 2px;margin: 0;display:block;float: left;}
.ui-menu .ui-menu {
  margin-top: -3px;
}
.env-button {
  background-color: transparent;
}
.btn-link {
  border-radius: 4px;
  background-color: lightgrey
}
.ui-menu .ui-menu-item {
  margin:0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%;
}
.ui-menu .ui-menu-item a {
  text-decoration:none;
  display:block;
  padding:.2em .4em;
  line-height:1.5;
  font-size:1.5em;
  zoom:1;
}
@media (max-width: 420px) {
  .topline1 {
    height: auto !important;
  }
  .in { 
    padding-left: 1.25rem !important;
  }
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item:hover,
.ui-menu .ui-menu-item:active,
.ui-menu .ui-menu-item a.ui-state-active{
  background-color:#8C1515;
  color:#FFFFFF;
  -webkit-text-fill-color: #FFFFFF; /*Code for Safari*/
  -moz-text-decoration-color: #8C1515; /* Code for Firefox */
  font-weight: normal;
  margin: -1px;
}
/*End of overriding*/
.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: .2em .4em;
    line-height: 1.5;
    font-size: 1.5em;
    zoom: 1;
}

.panel {
    border: #ddd solid 1px;
}

h1 {
    text-align: center;
}

#nav-1 {
    border-bottom: 2px solid #8c1515;
}

.navbar .nav>li>a {
  font-size: 1.5em;
}

@media (max-width: 991px) {
    .container {
        width: 100%;
        margin: 0;
    }
    .navbar .nav>li>a, .navbar .nav>li>a:focus, .navbar .nav>li>a:hover {
      display: block;
      border-radius: 0;
      padding: 9px 15px;
      margin-right: 0;
      width: 100%;
    }

}
@media (max-width: 767px) {
  #global-footer {
    height: 280px;
    margin-top: -280px;
  }
  body #su-content {
    padding-bottom: 280px !important;
  }
}
table {
    border-collapse: separate;
    border-spacing: 0;    
}
.table-bordered {
    border: 0
}
    /* top-left border-radius */
  
/* Below copied from sims/css/new.css */
#su-wrap{
  background-color: #FFFFFF;
  overflow-y: hidden
}
#su-content {
    padding-bottom: 200px !important;
    min-height: 100vh;
}
.stanford_img{
	background-image: url("topView.jpg");
	background-size: 100% 100%;
	height: 300px;
	width: 100%;
}
.building_img{
	width: 100%;
	height: 350px;
}
.topline1, .topline2, .topline3{
	height: 40px;
	width: 100%;
	vertical-align: top;
	color: white;
	font-weight: lighter;
}
.topline1{
	/*background-color: #8d3c1e;*/
	background-color: #8c1515;
}
.topline2{
	background-color:#007c92;
}
.topline3{
	background-color:#175e54;
}
.building_info{
	    background-color: white;
	    height: 260px;
}
.b_info{
	    height: 95px;
	    background-color:  white;
}
.main-font{
	color: White;
	padding:5px;
}
.clicktofs{
	z-index: 99999;
}
.main-font{
	padding-left: 10px;
}
.building_info p{
	padding-left:20px;
	font-size: 16px;
}
.photoRight{
	text-align: right;
}
.sb{
	width: 100%;
	text-align: right;
}

.svg{
	padding: 24px;
}
.text{
	display: inline-block;
	padding: 20px;
}

/*for search page!*/

.box{
	background-color: #f2f1eb;
	padding-top: 27px;
	margin-bottom: 25px;
	width: 33%;
	display: inline-block;
}
.simg{
	background-image: url("quadsunset.jpg");
	background-size: 100% 100%;
	height: 225px;
	width: 100%;
}
.boxes{
	background-color: #f2f1eb;
	height: 100px;
}

/* Pier: added CSS to remove default sort icon from all tables */
/* 07/17: removed since it clashes with DataTables' most recent CSS */
/*table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
    content: "";
}*/

.facil_id {
  white-space: nowrap;
    color: #696969;
    text-decoration: none;
}
.facil_id:hover {
  text-decoration: underline;
  color: #696969;
}
.center {
  padding-top: 8px;
}

@media (min-width: 320px) and (max-width: 995px) {
	.smS{
		text-align: center;
		margin-bottom: 10px;
	}
	.building_info{
		margin-bottom: 10px;
	}
	.b_info{
		margin-bottom: 15px;
	}
}


@media (min-width: 481px) and (max-width: 767px) {
	.jumbotron{
		text-align: center;
	}
	p{
		margin-left: 10px;
	}
	.smS{
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}
	.building_info{
		margin-bottom: 10px;
	}
	.halfSize{
		width: 85%;
		margin: auto;
		text-align: center;
		margin-bottom: 10px;
	}
	.photoRight{
		text-align: center;
	}
}


@media (min-width: 320px) and (max-width: 480px) {

	.jumbotron{
		text-align: center;
	}
	p{
		margin-left: 10px;
	}
	.smS{
		display: block;
		text-align: center;
		margin-bottom: 10px;
		margin-right: 15px;
	}
	.building_info{
		margin-bottom: 10px;
	}
	.iframe{
		border:1px solid right;
	}
	.sb{
		width: 100%;
		text-align: center;
	}
	.form-control{
		width: 270px;
	}
	.phoneSize{
		width: 90%;
	}
	.b_info{
		margin-bottom: 15px;
	}
	li{
		text-align: left;
	}
}


  tr.group, tr.group:hover {
    background-color: #ddd !important;
    cursor:pointer; 
  }

  .expandAllAttr:hover{
     cursor: pointer;      
     text-decoration: underline;
  }

  .addFavorite:hover{
    cursor: pointer;
  }

  .removeFavorite:hover{
    cursor: pointer;
  }

  .buildingImage:hover{
    cursor: pointer;
  }

  .carousel .item{
    min-height: 280px; /* Prevent carousel from being distorted if for some reason image doesn't load */
  }
  .carousel .item img{
    margin: 0 auto; /* Align slide image horizontally center */
  }

  .overlayMapsButton:hover{
    cursor: pointer;
  }


/*large screens*/
@media (min-width: 1080px) {
  .overlayMapsButton{
    position: absolute; 
    top: 0px; 
    padding: 20px; 
    width: 250px; 
    height:187.5px; 
	}
}
@media (min-width: 768px) {
  .col-sm-10 {
    padding-left: 0;
  }
}


@media (min-width: 600px) and (max-width:1079px) {
  .overlayMapsButton{
    position: absolute; 
    top: 0px; 
    padding: 20px; 
    width: 250px; 
    height:187.5px;
  }
}
/*Small phones*/
@media (min-width: 320px) and (max-width:599px) {
  .overlayMapsButton{
    position: absolute; 
    top: 0px; 
    padding: 20px; 
    width: 250px; 
    height:187.5px;
  }
  .iframe{
    margin-bottom: 15px;
  }
}

@media (min-width: 600px) and (max-width: 890px) {
  img{
  margin-bottom: 10px;
}
}
.tbl {
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.05);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.05);
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-bottom: 2px solid #ddd;
  width: 100% !important;
}
.unselectable {
  pointer-events: none;
  cursor: not-allowed;
}
table.dataTable tbody td.unselectable.select-checkbox:before {
  border: 1px solid grey;
}
.redbtn {
  background-color: #8C1515;
  color: white;
  margin-top: 10px;
}

.noteedit {
  width: 100%;
  resize: vertical;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.noteinfo {
  margin-left: 0;
  margin-right: 0;
  border-bottom: 1px #e9e6df solid;
  border-left: 1px #e9e6df solid;
  border-right: 1px #e9e6df solid;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #80808026;
}
.radius {
  border-radius: 4px;
}
.notesbtn {
  margin-top: 10px;
  float: right;
  text-decoration: underline;
  background-color: transparent;
  color:#5f574f !important;
  /* border: 1px solid#5f574f; */
}
.notesbtn_public {
  text-decoration: none;
  margin-top: 10px;
  float: right;
  background-color: transparent;
  color:#5f574f !important;
}
.btn-close {
  float: left;
}
.inforow {
  margin-top: 10px;
}
/* .signin {
  color:#5f574f !important;
  text-decoration: none;
  border: 1px solid#5f574f;
  margin-top: 5px;
} */

.adaTitle{
  font-weight: bold; 
  margin-bottom: 20px; 
  margin-top: 20px;
  color:#8c1515;
}

.contentWell{
    box-shadow: none;
    border: medium none;
    border-radius: 10px 10px 10px 10px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #f2f1eb;
}