/*!
* 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
*
*/

.color-primary-0 { color: #59C6D8 } /* Main Primary color */
.color-primary-1 { color: #E04B4B }
.color-primary-2 { color: #8C8C8C }

.rgba-primary-0 { color: rgba(89, 198, 216, 1) }  /* Main Primary color */
.rgba-primary-1 { color: rgba(224, 75, 75, 1) }
.rgba-primary-2 { color: rgba(140, 140, 140, 1) }


/* 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;
}
.container{
width: 100%;
text-align: center;
}
.regbutton {
background-color: #8C8C8C;
border: none;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 24px;
border-radius: 6px;
border: 1px solid black;
color: black;
}
.regbutton:hover{
box-shadow: 0 10px 14px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
/* 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: #59C6D8 /*{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: #59C6D8 /*{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: #59C6D8 /*{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: #59C6D8 /*{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: #59C6D8 /*{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: #59C6D8 /*{a-active-background-color}*/;
border-color: #59C6D8 /*{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: #59C6D8 /*{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 #59C6D8 inset /*{a-active-background-color}*/;
-moz-box-shadow: 0 0 6px #59C6D8 inset /*{a-active-background-color}*/;
box-shadow: 0 0 6px #59C6D8 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
-----------------------------------------------------------------------------------------------------------*/

/* blockquote styling */
blockquote { 
display: block;
margin-top: 1em;
margin-bottom: 1em;
margin-left: 40px;
margin-right: 40px;
border-left: 4px solid #e04b4b;
padding-left: 8px;
}
.swiper-container {
  width: 100%;
  height: 200px;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
/* 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;
}

.landing-page {
overflow: visible !important;
background-color: gray;
text-align: center;
min-width: 1200px;
}
/*Basic font colors of titles*/
.content-primary h1{
color:#005f98 !important;
}
.content-primary h2{
color:#005f98 !important;
}
.topbar {
text-align: left;
}
.content-primary .ui-li-divider{
background-color: #005f98 !important;
}

.mybar-item.ui-btn.ui-link{
background-color: #005f98;
color: white;
border-width: 0px 0px 0px 1px;

}

.ui-btn.ui-link:hover{
background-color: #3e8e41;
}
.dropdown-content .ui-btn.ui-link:hover{
background-color: #3e8e41 !important;
}
.ui-navbar li:first-child .ui-btn {
border-left-width:0px;
}
.mybar-item.ui-btn.ui-link.btn-selected-ui{
background-color: #00aeef;
color: white;
border-width: 0px 0px 0px 1px;
}
li:first-child .mybar-item.ui-btn.ui-link.btn-selected-ui{
border-left-width:0px;
}

.mymenu li{
width: auto !important;  /* 12.5% for 8 tabs wide */
clear: none !important;  /* Prevent line break caused by ui-block-a */
}
.mybar li{
clear: none !important;  /* Prevent line break caused by ui-block-a */
}
.ui-navbar li:last-child .ui-btn{
margin-right: unset;
}
.mymenu-item a{
text-align: left;
background-color: gray !important;
border:none !important;
padding-left: 0px;
padding-right:3px;
font-size: 0.8em !important;
font-weight: lighter;
color: white !important;
}

.mymenu-item a::after{
margin-left: 7px;
content: "|";
}
/* Content container. */
.ui-content {
padding: 1em 0px 1em 0px;
/*max-width: 1200px;*/
margin-left: auto;
margin-right: auto;
}

/* The left side menu */
.leftnav {    
float: left;
text-align: left;
width: 20%;
/*max-width: 300px;*/
margin: 0px 1px 20px 20px;
/* padding-bottom: 120px; /* prevent menu from being hidden by sponsor ticker tape */
position: absolute;
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: #307630;
background-image: -webkit-gradient(linear, left top, left bottom, from( #59C6D8 /*{c-bup-background-start}*/), to( #59C6D8 /*{c-bup-background-end}*/)); /* Saf4+, Chrome */
background-image: -webkit-linear-gradient( #59C6D8 /*{c-bup-background-start}*/, #59C6D8 /*{c-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
background-image:    -moz-linear-gradient( #59C6D8 /*{c-bup-background-start}*/, #59C6D8 /*{c-bup-background-end}*/); /* FF3.6 */
background-image:     -ms-linear-gradient( #59C6D8 /*{c-bup-background-start}*/, #59C6D8 /*{c-bup-background-end}*/); /* IE10 */
background-image:      -o-linear-gradient( #59C6D8 /*{c-bup-background-start}*/, #59C6D8 /*{c-bup-background-end}*/); /* Opera 11.10+ */
background-image:         linear-gradient( #59C6D8 /*{c-bup-background-start}*/, #59C6D8 /*{c-bup-background-end}*/);
border-color: #307630;
}

/* 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;
}

/* special for cityu logo*/
#cityu 
{
width: 40%;
max-width: 160px;
padding: 5px 20px 10px 20px;
vertical-align: middle
}

.content-primary .sponsors img {
width: 40%;
max-width: 200px;
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: #59C6D8;
font-weight: 800;
}

.content-primary h2 {
font-size: 1.8em;
margin-top: 1em;
color: #59C6D8;
font-weight: 650;
}

.content-primary h3, h4 {
font-size: 1.4em;
margin-top: 1em;
color: #59C6D8;
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: #59C6D8 /*!important*/;
/*border-top-color: #eeeeee;
border-left-color: #d6d6d6;
border-right-color: #d6d6d6;*/
color: #ffffff;
font-size: 1.0em;
font-weight: 600;
}

.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: 40%;
height: 100%;
}

.content-primary .registration .ui-grid-a .ui-block-b {
width: 20%;
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: #E04B4B !important;
border-color: #E04B4B !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: #6883DE;
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: #6883DE;
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;
text-shadow: none;
color: #000000;
}

.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: #FFCF65;
border-color: #bbbbbb;
}

.content-primary .program .prog-social h3 {
font-weight: 500;
color: #000000;
text-align: left;
text-shadow: none;
}

/* miscelaneous controls (hotel page, roomshare, etc.) */

.content-primary .hotel-header {
font-size: 1em;
color: #59C6D8;
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; 
}

.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 0px 5px 0px;
    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: 200px;
    padding: 5px 10px 5px 10px;
    vertical-align: middle;
}

/*special for cityu logo*/
#cityu {
    width: 75%;
    max-width: 160px;
    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 {
    width: 61%;
    height:100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    background-color: white;
}
}

/* Printing */
@media print {
#leftnav {
    display: none;
}

.content-primary {
    width: 90%;
}

.logobar {
        display: none;
}

.button {
    display: none;
}
}

/* Dropdown Button */
.dropbtn {
color: white;
border-left-width: 1px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
position: relative;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
display: none;
position: absolute;
background-color: white !important;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 2;
}

/* Links inside the dropdown */
.dropdown-content a {
color: white !important;
text-decoration: none;
display: block;
background-color: #005f98 !important;
margin-top: 1px !important;
border: none;
text-align: left !important;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #005f98;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #3e8e41;}