/*!
* jQuery Mobile 1.4.5
* Git HEAD hash: 68e55e78b292634d3991c795f06f5e37a512decc <> Date: Fri Oct 31 2014 17:33:30 UTC
* http://jquerymobile.com
*
* Copyright 2010, 2014 jQuery Foundation, Inc. and othercontributors
* Released under the MIT license.
* http://jquery.org/license
*
*/

/* SIGCOMM'16 custom theme built with http://themeroller.jquerymobile.com/  */

/* 
   Color palette for SIGCOMM'16:

    Dark green  : #3D6354
    Sage green : #5B8772
    Mint green : #87B5A2
    Deep green : #2D4A3E
    */

    .color-primary-0 { color: #3D6354 } /* Main Primary color */
    .color-primary-1 { color: #87B5A2 } /* Light sage for hover/highlights */
    .color-primary-2 { color: #5B8772 } /* Medium sage for gradients */
    .color-primary-3 { color: #3D6354 } /* Dark sage for main elements */
    .color-primary-4 { color: #2D4A3E } /* Deep green for emphasis */

    .rgba-primary-0 { color: rgba( 26, 96, 26,1) }  /* Main Primary color */
    .rgba-primary-1 { color: rgba( 78,150, 78,1) }
    .rgba-primary-2 { color: rgba( 48,117, 48,1) }
    .rgba-primary-3 { color: rgba(  8, 67,  8,1) }
    .rgba-primary-4 { color: rgba(  0, 39,  0,1) }

    /* Generated by Paletton.com Â© 2002-2014 */
    /* http://paletton.com */

    /* Globals */
/* Font
-----------------------------------------------------------------------------------------------------------*/
html {
    font-size: 100%;
    background-color : white;
}
body,
input,
select,
textarea,
button,
.ui-btn {
    background-color : white;
    font-size: 1em;
    line-height: 1.3;
    font-family: Raleway, sans-serif /*{global-font-family}*/;
    text-shadow: none;
}
legend,
.ui-input-text input,
.ui-input-search input {
    color: inherit;
    text-shadow: inherit;
}
/* Form labels (overrides font-weight bold in bars, and mini font-size) */
.ui-mobile label,
div.ui-controlgroup-label {
    font-weight: normal;
    font-size: 16px;
}

/* Separators
-----------------------------------------------------------------------------------------------------------*/
/* Field contain separator (< 28em) */
.ui-field-contain {
    border-bottom-color: #828282;
    border-bottom-color: rgba(0,0,0,.15);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
/* Table opt-in classes: strokes between each row, and alternating row stripes */
/* Classes table-stroke and table-stripe are deprecated in 1.4. */
.table-stroke thead th,
.table-stripe thead th,
.table-stripe tbody tr:last-child {
    border-bottom: 1px solid #d6d6d6; /* non-RGBA fallback */
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.table-stroke tbody th,
.table-stroke tbody td {
    border-bottom: 1px solid #e6e6e6; /* non-RGBA fallback  */
    border-bottom: 1px solid rgba(0,0,0,.05);
}
.table-stripe.table-stroke tbody tr:last-child th,
.table-stripe.table-stroke tbody tr:last-child td {
    border-bottom: 0;
}
.table-stripe tbody tr:nth-child(odd) td,
.table-stripe tbody tr:nth-child(odd) th {
    background-color: #eeeeee; /* non-RGBA fallback  */
    background-color: rgba(0,0,0,.04);
}
/* Buttons
-----------------------------------------------------------------------------------------------------------*/
.ui-btn,
label.ui-btn {
    font-weight: bold;
    border-width: 1px;
    border-style: solid;
}
.ui-btn {
    text-decoration: none !important;
}
.ui-btn-active {
    cursor: pointer;
}
/* Corner rounding
-----------------------------------------------------------------------------------------------------------*/
/* Class ui-btn-corner-all deprecated in 1.4 */
.ui-corner-all {
    -webkit-border-radius: .6em /*{global-radii-blocks}*/;
    border-radius: .6em /*{global-radii-blocks}*/;
}
/* Buttons */
.ui-btn-corner-all,
.ui-btn.ui-corner-all,
/* Slider track */
.ui-slider-track.ui-corner-all,
/* Flipswitch */
.ui-flipswitch.ui-corner-all,
/* Count bubble */
.ui-li-count {
    -webkit-border-radius: .3125em /*{global-radii-buttons}*/;
    border-radius: .3125em /*{global-radii-buttons}*/;
}
/* Icon-only buttons */
.ui-btn-icon-notext.ui-btn-corner-all,
.ui-btn-icon-notext.ui-corner-all {
    -webkit-border-radius: 1em;
    border-radius: 1em;
}
/* Radius clip workaround for cleaning up corner trapping */
.ui-btn-corner-all,
.ui-corner-all {
    -webkit-background-clip: padding;
    background-clip: padding-box;
}
/* Popup arrow */
.ui-popup.ui-corner-all > .ui-popup-arrow-guide {
    left: .6em /*{global-radii-blocks}*/;
    right: .6em /*{global-radii-blocks}*/;
    top: .6em /*{global-radii-blocks}*/;
    bottom: .6em /*{global-radii-blocks}*/;
}
/* Shadow
-----------------------------------------------------------------------------------------------------------*/
.ui-shadow {
    -webkit-box-shadow: 0 1px 2px /*{global-box-shadow-size}*/ rgba(0,0,0,0.2) /*{global-box-shadow-color}*/;
    -moz-box-shadow: 0 1px 2px /*{global-box-shadow-size}*/ rgba(0,0,0,0.2) /*{global-box-shadow-color}*/;
    box-shadow: 0 1px 2px /*{global-box-shadow-size}*/ rgba(0,0,0,0.2) /*{global-box-shadow-color}*/;
}
.ui-shadow-inset {
    -webkit-box-shadow: inset 0 1px 2px /*{global-box-shadow-size}*/ rgba(0,0,0,0.2) /*{global-box-shadow-color}*/;
    -moz-box-shadow: inset 0 1px 2px /*{global-box-shadow-size}*/ rgba(0,0,0,0.2) /*{global-box-shadow-color}*/;
    box-shadow: inset 0 1px 2px /*{global-box-shadow-size}*/ rgba(0,0,0,0.2) /*{global-box-shadow-color}*/;
}
.ui-overlay-shadow {
    -webkit-box-shadow: 0 0 12px        rgba(0,0,0,.6);
    -moz-box-shadow: 0 0 12px           rgba(0,0,0,.6);
    box-shadow: 0 0 12px                rgba(0,0,0,.6);
}
/* Icons
-----------------------------------------------------------------------------------------------------------*/
.ui-btn-icon-left:after,
.ui-btn-icon-right:after,
.ui-btn-icon-top:after,
.ui-btn-icon-bottom:after,
.ui-btn-icon-notext:after {
    background-color: #666666 /*{global-icon-color}*/;
    background-color: rgba(0,0,0,.15) /*{global-icon-disc}*/;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-border-radius: 1em;
    border-radius: 1em;
}

/* Alt icons */
.ui-alt-icon.ui-btn:after,
.ui-alt-icon .ui-btn:after,
html .ui-alt-icon.ui-checkbox-off:after,
html .ui-alt-icon.ui-radio-off:after,
html .ui-alt-icon .ui-checkbox-off:after,
html .ui-alt-icon .ui-radio-off:after {
    background-color: #666666 /*{global-icon-color}*/;
    background-color: rgba(0,0,0,.15) /*{global-icon-disc}*/;
}

/* No disc */
.ui-nodisc-icon.ui-btn:after,
.ui-nodisc-icon .ui-btn:after {
    background-color: transparent;
}
/* Icon shadow */
.ui-shadow-icon.ui-btn:after,
.ui-shadow-icon .ui-btn:after {
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.3) /*{global-icon-shadow}*/;
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,.3) /*{global-icon-shadow}*/;
    box-shadow: 0 1px 0 rgba(255,255,255,.3) /*{global-icon-shadow}*/;
}
/* Checkbox and radio */
.ui-btn.ui-checkbox-off:after,
.ui-btn.ui-checkbox-on:after,
.ui-btn.ui-radio-off:after,
.ui-btn.ui-radio-on:after {
    display: block;
    width: 18px;
    height: 18px;
    margin: -9px 2px 0 2px;
}
.ui-checkbox-off:after,
.ui-btn.ui-radio-off:after {
    filter: Alpha(Opacity=30);
    opacity: .3;
}
.ui-btn.ui-checkbox-off:after,
.ui-btn.ui-checkbox-on:after {
    -webkit-border-radius: .1875em;
    border-radius: .1875em;
}
.ui-btn.ui-checkbox-off:after {
    background-color: #666;
    background-color: rgba(0,0,0,.3);
}
.ui-radio .ui-btn.ui-radio-on:after {
    background-image: none;
    background-color: #fff;
    width: 8px;
    height: 8px;
    border-width: 5px;
    border-style: solid; 
}
.ui-alt-icon.ui-btn.ui-radio-on:after,
.ui-alt-icon .ui-btn.ui-radio-on:after {
    background-color: #000;
}
/* Loader */
.ui-icon-loading {
    background: url("images/ajax-loader.gif");
    background-size: 2.875em 2.875em;
}

/* Swatches */
/* A
-----------------------------------------------------------------------------------------------------------*/
/* Bar: Toolbars, dividers, slider track */
.ui-bar-a,
.ui-page-theme-a .ui-bar-inherit,
html .ui-bar-a .ui-bar-inherit,
html .ui-body-a .ui-bar-inherit,
html body .ui-group-theme-a .ui-bar-inherit {
    background-color: #3A8EED /*{a-bar-background-color}*/;
    border-color: #bbbbbb /*{a-bar-border}*/;
    color: #333333 /*{a-bar-color}*/;
    text-shadow: 0 /*{a-bar-shadow-x}*/ 0px /*{a-bar-shadow-y}*/ 0 /*{a-bar-shadow-radius}*/ #eeeeee /*{a-bar-shadow-color}*/;
    /*font-weight: bold;*/
}
.ui-bar-a {
    border-width: 1px;
    border-style: solid;
}
/* Page and overlay */
.ui-overlay-a,
.ui-page-theme-a,
.ui-page-theme-a .ui-panel-wrapper {
    background-color: #ffffff /*{a-page-background-color}*/;
    border-color: #bbbbbb /*{a-page-border}*/;
    color: #333333 /*{a-page-color}*/;
    text-shadow: 0 /*{a-page-shadow-x}*/ 0px /*{a-page-shadow-y}*/ 0 /*{a-page-shadow-radius}*/ #f3f3f3 /*{a-page-shadow-color}*/;
}
/* Body: Read-only lists, text inputs, collapsible content */
.ui-body-a,
.ui-page-theme-a .ui-body-inherit,
html .ui-bar-a .ui-body-inherit,
html .ui-body-a .ui-body-inherit,
html body .ui-group-theme-a .ui-body-inherit,
html .ui-panel-page-container-a {
    background-color: #ffffff /*{a-body-background-color}*/;
    border-color: #bbbbbb /*{a-body-border}*/;
    color: #333333 /*{a-body-color}*/;
    text-shadow: 0 /*{a-body-shadow-x}*/ 0px /*{a-body-shadow-y}*/ 0 /*{a-body-shadow-radius}*/ #f3f3f3 /*{a-body-shadow-color}*/;
}
.ui-body-a {
    border-width: 1px;
    border-style: solid;
}
/* Links */
.ui-page-theme-a a,
html .ui-bar-a a,
html .ui-body-a a,
html body .ui-group-theme-a a {
    color: #3D6354 /*{a-link-color}*/;
    /*font-weight: bold; */
}
.ui-page-theme-a a:visited,
html .ui-bar-a a:visited,
html .ui-body-a a:visited,
html body .ui-group-theme-a a:visited {
    color: #3D6354 /*{a-link-visited}*/;
}
.ui-page-theme-a a:hover,
html .ui-bar-a a:hover,
html .ui-body-a a:hover,
html body .ui-group-theme-a a:hover {
    color: #5B8772 /*{a-link-hover}*/;
}
.ui-page-theme-a a:active,
html .ui-bar-a a:active,
html .ui-body-a a:active,
html body .ui-group-theme-a a:active {
    color: #2C4A3E /*{a-link-active}*/;
}
/* Button up */
.ui-page-theme-a .ui-btn,
html .ui-bar-a .ui-btn,
html .ui-body-a .ui-btn,
html body .ui-group-theme-a .ui-btn,
html head + body .ui-btn.ui-btn-a,
/* Button visited */
.ui-page-theme-a .ui-btn:visited,
html .ui-bar-a .ui-btn:visited,
html .ui-body-a .ui-btn:visited,
html body .ui-group-theme-a .ui-btn:visited,
html head + body .ui-btn.ui-btn-a:visited {
    background-color: #f6f6f6 /*{a-bup-background-color}*/;
    border-color: #bbbbbb /*{a-bup-border}*/;
    color: #333333 /*{a-bup-color}*/;
    text-shadow: 0 /*{a-bup-shadow-x}*/ 0px /*{a-bup-shadow-y}*/ 0 /*{a-bup-shadow-radius}*/ #f3f3f3 /*{a-bup-shadow-color}*/;
}
/* Button hover */
.ui-page-theme-a .ui-btn:hover,
html .ui-bar-a .ui-btn:hover,
html .ui-body-a .ui-btn:hover,
html body .ui-group-theme-a .ui-btn:hover,
html head + body .ui-btn.ui-btn-a:hover {
    background-color: #ededed /*{a-bhover-background-color}*/;
    border-color: #bbbbbb /*{a-bhover-border}*/;
    color: #333333 /*{a-bhover-color}*/;
    text-shadow: 0 /*{a-bhover-shadow-x}*/ 0px /*{a-bhover-shadow-y}*/ 0 /*{a-bhover-shadow-radius}*/ #f3f3f3 /*{a-bhover-shadow-color}*/;
}
/* Button down */
.ui-page-theme-a .ui-btn:active,
html .ui-bar-a .ui-btn:active,
html .ui-body-a .ui-btn:active,
html body .ui-group-theme-a .ui-btn:active,
html head + body .ui-btn.ui-btn-a:active {
    background-color: #e8e8e8 /*{a-bdown-background-color}*/;
    border-color: #bbbbbb /*{a-bdown-border}*/;
    color: #333333 /*{a-bdown-color}*/;
    text-shadow: 0 /*{a-bdown-shadow-x}*/ 0px /*{a-bdown-shadow-y}*/ 0 /*{a-bdown-shadow-radius}*/ #f3f3f3 /*{a-bdown-shadow-color}*/;
}
/* Active button */
.ui-page-theme-a .ui-btn.ui-btn-active,
html .ui-bar-a .ui-btn.ui-btn-active,
html .ui-body-a .ui-btn.ui-btn-active,
html body .ui-group-theme-a .ui-btn.ui-btn-active,
html head + body .ui-btn.ui-btn-a.ui-btn-active,
/* Active checkbox icon */
.ui-page-theme-a .ui-checkbox-on:after,
html .ui-bar-a .ui-checkbox-on:after,
html .ui-body-a .ui-checkbox-on:after,
html body .ui-group-theme-a .ui-checkbox-on:after,
.ui-btn.ui-checkbox-on.ui-btn-a:after,
/* Active flipswitch background */
.ui-page-theme-a .ui-flipswitch-active,
html .ui-bar-a .ui-flipswitch-active,
html .ui-body-a .ui-flipswitch-active,
html body .ui-group-theme-a .ui-flipswitch-active,
html body .ui-flipswitch.ui-bar-a.ui-flipswitch-active,
/* Active slider track */
.ui-page-theme-a .ui-slider-track .ui-btn-active,
html .ui-bar-a .ui-slider-track .ui-btn-active,
html .ui-body-a .ui-slider-track .ui-btn-active,
html body .ui-group-theme-a .ui-slider-track .ui-btn-active,
html body div.ui-slider-track.ui-body-a .ui-btn-active {
    background-color: #3A8EED /*{a-active-background-color}*/;
    border-color: #3A8EED /*{a-active-border}*/;
    color: #ffffff /*{a-active-color}*/;
    text-shadow: 0 /*{a-active-shadow-x}*/ 0px /*{a-active-shadow-y}*/ 0 /*{a-active-shadow-radius}*/ #005599 /*{a-active-shadow-color}*/;
}
/* Active radio button icon */
.ui-page-theme-a .ui-radio-on:after,
html .ui-bar-a .ui-radio-on:after,
html .ui-body-a .ui-radio-on:after,
html body .ui-group-theme-a .ui-radio-on:after,
.ui-btn.ui-radio-on.ui-btn-a:after {
    border-color: #3A8EED /*{a-active-background-color}*/;
}
/* Focus */
.ui-page-theme-a .ui-btn:focus,
html .ui-bar-a .ui-btn:focus,
html .ui-body-a .ui-btn:focus,
html body .ui-group-theme-a .ui-btn:focus,
html head + body .ui-btn.ui-btn-a:focus,
/* Focus buttons and text inputs with div wrap */
.ui-page-theme-a .ui-focus,
html .ui-bar-a .ui-focus,
html .ui-body-a .ui-focus,
html body .ui-group-theme-a .ui-focus,
html head + body .ui-btn-a.ui-focus,
html head + body .ui-body-a.ui-focus {
    -webkit-box-shadow: 0 0 6px #76ACE6 inset /*{a-active-background-color}*/;
    -moz-box-shadow: 0 0 6px #76ACE6 inset /*{a-active-background-color}*/;
    box-shadow: 0 0 6px #76ACE6 inset /*{a-active-background-color}*/;
}
/* Structure */
/* Disabled
-----------------------------------------------------------------------------------------------------------*/
/* Class ui-disabled deprecated in 1.4. :disabled not supported by IE8 so we use [disabled] */
.ui-disabled,
.ui-state-disabled,
button[disabled],
.ui-select .ui-btn.ui-state-disabled {
    filter: Alpha(Opacity=30);
    opacity: .3;
    cursor: default !important;
    pointer-events: none;
}
/* Focus state outline
-----------------------------------------------------------------------------------------------------------*/
.ui-btn:focus,
.ui-btn.ui-focus {
    outline: 0;
}
/* Unset box-shadow in browsers that don't do it right */
.ui-noboxshadow .ui-shadow,
.ui-noboxshadow .ui-shadow-inset,
.ui-noboxshadow .ui-overlay-shadow,
.ui-noboxshadow .ui-shadow-icon.ui-btn:after,
.ui-noboxshadow .ui-shadow-icon .ui-btn:after,
.ui-noboxshadow .ui-focus,
.ui-noboxshadow .ui-btn:focus,
.ui-noboxshadow  input:focus,
.ui-noboxshadow .ui-panel {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.ui-noboxshadow .ui-btn:focus,
.ui-noboxshadow .ui-focus {
    outline-width: 1px;
    outline-style: auto;
}

/* Customization
-----------------------------------------------------------------------------------------------------------*/

/* Conference logo in the mobile header. */
.header {
    background-color: #ffffff !important;    
    border-width: 0px;
}

.header img {
    height : 100px;
}

.header .ui-btn {
    right: 15px;
    top: 30px;
}

/* main content */

.border {
        border: 1px solid #BBB;
        margin-top: 2em;
}

.main-page {
  overflow: visible !important;
}

/* Content container. */
.ui-content {
    padding: 1em 0px 1em 0px;
    /* Limit the maximum page width so very wide screens don't spread columns too far apart */
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;  
}

/* The left side menu */
.leftnav {    
    float: left; 
    /*text-align: left;
    width: 300px;@wh*/
    text-align: center;
    max-width: 300px; 
    width: 22%;
    /*margin: 0px 1px 20px 20px;
     padding-bottom: 120px; /* prevent menu from being hidden by sponsor ticker tape */
    /*position: absolute;
    left: 0; @wh*/
    position: relative;
    left: 8%;
    padding-left: 0%;
    clip: initial;
    background-image: none;
}

/* Conf logo in the menu. */
.leftnav img {
    padding: 0px;
    display: inline;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.leftnav .navgroup {
    padding: 0px;
    margin: -1px 0px;
    border-radius: 0px;    
}

.leftnav .subnav a {
    padding-left: 30px;
}

.leftnav .ui-listview h4 {
    font-size: 1em;
    font-weight: 700;
}

.leftnav .ui-listview .ui-btn {
    font-size: 1em;
    font-weight: 700;
    cursor: default;
}

.leftnav .ui-listview .subnav .ui-btn {
    font-size: 1em;
    font-weight: 500;
    cursor: default;
}

.leftnav .ui-listview .navselected a {
    color: #ffffff !important;
    background-color: #3D6354;
    background-image: -webkit-gradient(linear, left top, left bottom, from( #87B5A2 /*{c-bup-background-start}*/), to( #3D6354 /*{c-bup-background-end}*/)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient( #87B5A2 /*{c-bup-background-start}*/, #3D6354 /*{c-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
    background-image:    -moz-linear-gradient( #87B5A2 /*{c-bup-background-start}*/, #3D6354 /*{c-bup-background-end}*/); /* FF3.6 */
    background-image:     -ms-linear-gradient( #87B5A2 /*{c-bup-background-start}*/, #3D6354 /*{c-bup-background-end}*/); /* IE10 */
    background-image:      -o-linear-gradient( #87B5A2 /*{c-bup-background-start}*/, #3D6354 /*{c-bup-background-end}*/); /* Opera 11.10+ */
    background-image:         linear-gradient( #87B5A2 /*{c-bup-background-start}*/, #3D6354 /*{c-bup-background-end}*/);
    border-color: #3D6354;
}

/* begin @wh*/
.sponsor {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top : 10px;
    margin-bottom : 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.full-width {
    width: 90%;
    height: auto; /* This ensures the image maintains its aspect ratio */
}

.third-width {
    width: auto; /* Adjust the 10px if you want different spacing */
    height: auto; /* This ensures all images maintain their aspect ratio */
}

/*end*/
/* The main contents */
.content-primary .sponsors {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom : 10px;
}

.content-primary .center {
    margin-left: auto;
    margin-right: auto;    
    text-align: center;
}

.content-primary .sponsors img {
    width: 40%;
    max-width: 400px;
    padding: 10px 20px 10px 20px;
    vertical-align: middle
}

.content-primary .workshop-logo {
    float: left;
    margin: 0px 15px 0px 0px;
    width: 240px;
}

.content-primary .img {
    width: 300px;
    padding: 5px 10px 5px 10px;
    vertical-align: middle
}

.content-primary h1 {
    font-size: 2.4em;
    margin-top: 0.5em;
    color: #3D6354;
    font-weight: 500;
}

.content-primary h2 {
    font-size: 1.8em;
    margin-top: 1em;
    color: #3D6354;
    font-weight: 500;
}

.content-primary h3, h4 {
    font-size: 1.4em;
    margin-top: 1em;
    color: #3D6354;
    font-weight: 500;
}

.content-primary .datetbl .ui-grid-a .ui-block-a {
    width: 30%;
    height: 100%;
}

.content-primary .datetbl .ui-grid-a .ui-block-b {
    width: 70%;
    height: 100%;
}

.content-primary .datetbl .ui-btn {
    margin:      0px;
    line-height: 1em;
    text-align:  center;    
    font-size:   0.9em;
    font-weight: 700;
}

.content-primary .ui-listview h2 {
    margin: 0px;
    color: #333333;
    font-size: 0.85em;
    font-weight: 700;
    white-space: normal;
    line-height: 1.2em;
    padding-right: 0.25em;
}

.content-primary .ui-li-divider {
    margin:      0px;
    line-height: 1.2em;
    background-color: #87B5A2 /*!important*/;
    border-top-color: #3D6354;
    border-left-color: #3D6354;
    border-right-color: #3D6354;
    color: #ffffff;
    font-size: 1em;
    font-weight: 500;
}

.content-primary .ui-listview p {
    margin:      0px;
    line-height: 1.2em;
    padding-right: 0.25em;
    font-size:   0.85em;
    font-weight: 500;
    white-space: normal;
}

/* custom controls for registration page placeholder */

.content-primary .registration .ui-grid-a .ui-block-a {
    width: 30%;
    height: 100%;
}

.content-primary .registration .ui-grid-a .ui-block-b {
    width: 17.5%;
    height: 100%;
}

.content-primary .paperlist .ui-grid-a .ui-block-a {
    width: 100%;
    height: 100%;
}

/* custom styles for the conference program menu */

.content-primary .program .prog-header {
    color: #ffffff !important;
    background-color: #3D6354 !important;
    border-color: #3D6354 !important;
}

.content-primary .program .prog-header h3 {
    color: #FFFFFF;
    font-size: 1.1em;
    text-align: center !important;
    font-weight: 600;
    margin: 0.3em 0em;    
}

.content-primary .program .prog-no-filter {
    display: block !important;
}

.ui-listview .ui-li-aside {
    position: absolute;
    top: 1em;
    right: 3em;
    margin: 0;
    text-align: right;
}

.ui-listview .ui-li-aside-item {
    position: absolute;
    top: 0.65em;
    right: 1em;
    margin: 0;
    text-align: right;
}

.content-primary .program .button-paper {
    padding: 4px 10px 4px 10px;
    border-radius: 5px;
    background-color: #87B5A2;
    text-align: center;
    width: auto;
    margin: 0 0 6px 6px;
    display: inline-block;
}

.content-primary a.nodecor {
    color: #000000 !important;
    text-decoration: none;
}

.content-primary .program .button-paper a {
    color: #ffffff;
    font-weight: 400;
    font-size: 0.9em;
    text-decoration: none;
}

.content-primary .program .abstract-dropdownup {
    padding: 1px 1px 1px 1px;
    border-radius: 5px;
    margin: 0 0 1px 1px;
    display: inline-block;
}

.content-primary .program hr.keynote-divider {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.content-primary .program .paper-navgroup {
    padding: 0px;
    margin: -20px -17px;
    border-radius: 0px;
}
 
.content-primary .program .paper-header a {
    font-weight: 600;
    color: #000000;
}
 
.content-primary .ui-listview p.paper-header {
    font-weight: 600 !important; 
}

.content-primary .program .keynote-photo {
    float: right;
    margin: 0px 0px 15px 15px;
    width: 120px;
}

.content-primary .program .prog-item {
    padding: 0.5em 1.0em;    
}

.content-primary .program .ui-bar-a {
    padding: 0em 1.0em;
    background-color: #87B5A2;
    border-color: #bbb;
}

.content-primary .program .ui-bar-a h3 {
    font-weight: 500;
    color: #FFFFFF;
    text-align: left;
    text-shadow: none;
}

.content-primary .program .ui-bar-b {
    padding: 0em 1.0em;
    background-color: #d1d1d1;
    border-color: #bbb;
}

.content-primary .program .ui-bar-b h3 {
    font-weight: 400;
    color: #000000;
    text-align: left;
    text-shadow: none;
}

.content-primary .program .prog-social {
    padding: 0em 1.0em;
    background-color: #558282;
    border-color: #bbbbbb;
}

.content-primary .program .prog-social h3 {
    font-weight: 500;
    color: #FFFFFF;
    text-align: left;
    text-shadow: none;
}

/* miscelaneous controls (hotel page, roomshare, etc.) */

.content-primary .hotel-header {
    font-size: 1em;
    color: #3D6354;
    font-weight: 500;
}

.content-primary table.hotel th{
  text-align:left;
  vertical-align:top;
  width: 25%;
  padding:0
  
}

.content-primary  table.hotel td{
  text-align:left;
  vertical-align:bottom;
  padding:0
  
}

.content-primary  table.hotel tr{
  line-height:1.3em
  
}

.content-primary table.hotel{
  font-size:.9em;
  padding-bottom:1em
  
}

.content-primary .roomshare {
    background-color: #fdfdfd;
    width: 70%;
    padding: 15px;
    border: 1px solid navy;
    margin: 20px;
}

/* button rouding */
.roundall {
    border-radius: 0.6em 0.6em 0.6em 0.6em !important;
}

.roundright {
    border-radius: 0px 0.6em 0.6em 0px !important;
}

.roundleft {
    border-radius: 0.6em 0px 0px 0.6em !important;
}

.listlast {
    border-radius: 0px 0px 0.6em 0.6em !important;
}

.listfirst {
    border-radius: 0.6em 0.6em 0px 0px !important;
}

.notlast {
    border-radius: 0px !important;    
}

.dl-button {
    width : 55%;
    margin-top: 2.5em;
    margin-left: auto;
    margin-right: auto;    
}

video {  
    width: 95%; 
    max-width: 640px; 
    height: auto; 
}

/* Utility class to horizontally center images and keep them responsive */
.center-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
}

.socialbuttons {
    background-color: #F6F6F6;
    border-color: #BBB;
    border-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    padding-top: .65em;
    padding-bottom: .5em;
}

.headlink {
    text-decoration: none;
    /* font-weight: 500 !important; */
}

.highlight {
    margin-left : auto;
    margin-right : auto;
    text-align: center;
    width : 80%;
    padding: 1rem;
    border: 2px solid;
   border-color: #FD9827;
    background-color: #F6F6F6;
}

.highlighttext {
    font-weight: 700;
    color: #FF0000;
}

/* sponsors ticker tape, adapted from sigcomm 2012 code */

.hidden {
    display: none !important;
}

.logobar {
    -webkit-box-shadow: inset 0 0 7px #000;
    -moz-box-shadow: inset 0 0 7px #000;
    box-shadow: inset 0 0 7px #000;
    border: 0;
    background-color: #ffffff;
}

a.button{
  width:40%;
  margin-left:auto;
  margin-right:auto
  
}

/* Layout rules
-----------------------------------------------------------------------------------------------------------*/

/* Small screens */
@media all and (max-width: 55em) {
    .ui-content {
        margin: 5px !important;
        padding: 0.5em 5px 0.5em 5px;
    }
    
    .content-primary {
        float: none;
        width: 100%;
        max-width: 55em;
    }

    .content-primary h1 {
       font-size: 1.8em;
       margin-top: 0em;
   }
   .content-primary h2 {
       font-size: 1.4em;
       margin-top: 0.5em;
   }
   .content-primary h3, h4 {
       font-size: 1.2em;
       margin-top: 0.5em;
   }

   .content-primary .sponsors img {
        width: 75%;
        max-width: 300px;
        padding: 5px 10px 5px 10px;
        vertical-align: middle;
    }

    .content-primary .img {
        width: 85%;
        max-width: 300px;
        padding: 5px 10px 5px 10px;
        vertical-align: middle
    }

    .leftnav {
        float: none;
        width: 100%;
        max-width: 55em;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }

    .leftnav img {
        display: none;
    }
}

/* Bigger screens */
@media all and (min-width: 55em) {
    .header {
       display: none;
    }

    .content-primary {
        float: right;
        text-align: left;
        /*width: 61%; 
        max-width: 800px;@wh*/
        max-width: 900px;
        width: 55%;
        margin-right: 10%;
        padding-right: 0%;
    }
}

/* Printing */
@media print {
    #leftnav {
        display: none;
    }

    .content-primary {
        width: 90%;
    }

    .logobar {
            display: none;
    }

    .button {
        display: none;
    }
}

