@import url('https://fonts.googleapis.com/css?family=Pragati+Narrow');
/* Show it is fixed to the top */
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Light.ttf') format('truetype');
  font-weight: 100 300;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-LightItalic.ttf') format('truetype');
  font-weight: 100 300;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Black.ttf') format('truetype');
  font-weight: 800 900;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-BlackItalic.ttf') format('truetype');
  font-weight: 800 900;
  font-style: italic;
}
body {
/* .container.it21-main { */
  font-family: Lato, Helvetica, Arial, sans-serif;
}
/*
Logo Red: #BE1E2D
Blue: #00a1e8
Orange: #F7941D
Salmon: #EF4136
Black: #000000
*/
h1, h2, h3, h4, h5, h6 {
  font-family: Lato-Bold, Arial, sans-serif;
}
h1, h4 {
  color: #BE1E2D;
}
h2, h5 {
  color: #F7941D;
}
h3, h6 {
  color: #EF4136;
}
h1 {
  font-size: 30px/36px;
}
h2 {
  font-size: 26px/30px;
}
h3 {
  font-size: 22px/26px;
}
body {
  min-height: 75rem;
  padding-top: 4.5rem;
}
#footer {
  background-color: #f2f2f2;
}
.conf-info {
  position: relative;
  top: -340px;
}
header.page-header.it21-header {
  padding-bottom: 0;
  margin-bottom: 20px;
  margin-top: -20px;
}
.it21-header .carousel-inner {
  /* filter: opacity(0.5); */
}
#slide0 {
  background-image: url('../images/carousel/100097.jpg');
  z-index: 0;
}
#slide1 {
  background-image: url('../images/carousel/133664-56_2k.jpg');
  z-index: 0;
}
#slide2 {
  background-image: url('../images/carousel/149179-56_2k.jpg');
  background-position: 50% 18%;
  z-index: 0;
}
#slide3 {
  background-image: url('../images/carousel/MCEC100096.jpg');
  background-position: 50% 20%;
  z-index: 0;
}

#slide5 {
  background-image: url('../images/carousel/MCEC100096.jpg');
  background-position: 50% 40%;
  z-index: 0;
}

#slide4 {
  background-image: url('../images/carousel/MCEC100534_2k.jpg');
  background-position: 50% 0%;
  z-index: 0;
}

.container-fluid.it21-info {
  position: absolute;
  top: 0px;
}
.container-fluid.it21-info.it21-narrow {
  height: 100%;
}
.container-fluid.it21-info.it21-narrow .row {
  height: 100%;
}
.navbar a {
  font-family: 'Pragati Narrow', sans-serif !important;
  font-size: 1.2em;
}
header.page-header.it21-header .carousel-item {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 20em;
}
@media screen and (max-width: 990px) {
  header.page-header.it21-header .carousel-item {
    height: 35vw;
  }
}
header.page-header .header_isit21logo {
  max-width: 40em;
  max-height: 12em;
  filter: drop-shadow(0 0 1px rgba(255,255,255,0.75));
}
header.page-header .it21_headertext {
  margin: 1.6em 0 0 0;
}
header.page-header h2 {
  font-size: calc(30px + 0.5vw);
  /* font-size: 2.5vw; */
  text-align: center;
  font-weight: 700;
  color: white;
  text-shadow: 2px 2px 5px rgba(0,0,0,0.75);
}
header.page-header .it21-narrow h2 {
  font-size: 5vw;
}
header.page-header .it21-narrow h4 {
  font-size: 4vw;
}
header.page-header h4 {
  font-size: 1.9vw;
  text-align: center;
  font-weight: 500;
  color: white;
  text-shadow: 2px 2px 5px rgba(0,0,0,0.75);
}
header.page-header h5 {
  font-size: 2.0vw;
  text-align: center;
  font-weight: 500;
  color: white;
  text-shadow: 2px 2px 5px rgba(0,0,0,0.75);
  font-style: italic;
}
.header_itsoclogo {
  max-height: 11rem;
  filter: drop-shadow(3px 3px 4px rgba(0,0,0,0.75));
}
.header_ieeelogo {
  /* margin-top: 10px; */
  max-height: 7em;
  filter: drop-shadow(3px 3px 4px rgba(0,0,0,0.75));
}
.it21_oc {
  margin: 1em 0;
}
.it21_oc .it21_octitle {
  font-weight: bolder;
  font-size: larger;
}
.it21_oc .it21_ocperson {
  margin-left: 1em;
}
.it21_oc .it21_ocaff {
  margin-left: 1em;
  font-style: italic;
  margin-bottom: 0.5em;
}
.it21-img-bordered {
  border: 1px solid black;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.7);
}
.offset:before {
	display: block;
 	content: " ";
  height: 68px;      /* Give height of your fixed element */
  margin-top: -68px; /* Give negative margin of your fixed element */
  visibility: hidden;
}
table.PaperStatusGrid {
  border-collapse: collapse;
  border: 1px solid black;
  width: 100%;
}

table.PaperStatusGrid tr.HeaderRow {
  background-color: black;
  color: white;
}

table.PaperStatusGrid tr.HeaderRow th {
  font-weight: bold;
  text-align: left;
  padding: 2px 10px;
}

table.PaperStatusGrid td {
  padding: 2px 10px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
table.regfees td.price, table.regfees th.price {
  text-align: right;
}
table.SessionList {
  border-style: none;
}
table.SessionList tr td {
  border-style: none;
}
td.locationcell {
  border-style: solid;
  text-align: right;
}
td.daycell {
  color: red;
  background-color: inherit;
  font-size: larger;
  font-weight: bold !important;
  padding-left: 0 !important;
}
td.timecell {
  color: black;
  background-color: inherit;
  padding-left: 1em !important;
  font-weight: bold !important;
}
table.SessionDescription {
  border-collapse: collapse;
  border-style: none;
  width: 100%;
}
table.SessionDescription td {
  border-style: none;
}
table.PaperDescription {
  border-collapse: collapse;
  border-style: none;
}
table.PaperDescription td {
  border-style: none;
}
table.AbstractSearch {
  border-collapse: collapse;
  border-style: none;
}
table.AbstractSearch td {
  border-style: none;
}
.carousel-item .credit {
  color:#ddd;
  text-decoration:none;
  padding:2px 4px;
  font-family:-apple-system, BlinkMacSystemFont, "San Francisco", "Helvetica Neue", Helvetica, Ubuntu, Roboto, Noto, "Segoe UI", Arial, sans-serif;
  font-size:10px;
  font-weight:normal;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.75);
  line-height:1.2;
  display:inline-block;

  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.carousel-item .credit span {
  display:inline-block;
  padding:2px 3px;
}

.sponsor-logo {
  max-height: 200px;
}

@media screen and (max-width: 768px) {
  .sponsor-logo {
    max-width: 100%;
  }
}

.badge.badge-tutorial {
  color: white;
  background-color: #EF4136;
}

.badge.badge-plenary {
  color: black;
  background-color: yellow;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border: 1px solid darkgoldenrod;
}

.schedule .dayrow
{
  background-color: #F7941D;
  font-weight: bolder;
  padding: 2px 1rem;
}

.schedule .row.tracktitle .col
{
  background-color: #BE1E2D;
  color: white;
  font-weight: bolder;
  text-align: center;
  /* border: 1px solid black; */
  /* border-width: 0; */
  /* border-right-width: 1px; */
}

.schedule .row .time
{
  border-top: 1px solid grey;
  border-right: 1px solid gray;
  text-align: right;
  padding-right: 1rem;
  padding-bottom: 2rem;
}

.schedule .row.tracktitle .time
{
  border-width: 0;
  border-right: 1px solid gray;
}

.schedule .col.event
{
  /* border: 1px solid lightgray; */
  border-width: 0;
  border-right-width: 1px;
  border-top: 1px solid grey;
}
.schedule .col.event:first-child
{
  border-left-width: 1px;
}

.session-day>*:first-child
{
  background-color: #F7941D;
  font-weight: bolder;
  padding: 2px 1rem;
  text-align: center;
}

.session-time>*:first-child
{
  background-color: #EF4136;
  margin: 1rem 0;
  color: white;
  font-weight: bold;
  text-align: center;
}

.session
{
  border-top: 1px solid gray;
}

.session-time + .session
{
  border-top: none;
}

.session>*:first-child
{
  font-weight: bold;
  font-size: larger;
}

.session + .time-parts
{
  font-size: smaller;
  margin-bottom: 0.5rem;
  margin-left: 1rem;
}
.paper .paper-time
{
  font-size: smaller;
  text-align: right;
}

.paper .paper-authors
{
  font-style: italic;
}

.paper
{
  margin-bottom: 1rem;
  margin-left: 1rem;
}

#head-timezone
{
  background-color: #F7941D;
  margin-top: -20px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}
#head-timezone a
{
  color: black;
}

.schedule .daygroup .time-offsets
{
  background-color: #F7941D88;
}