﻿:root {
    /*--lblue: #8ccdcd;*/
    --lblue: #076386;
    /*--dblue: #462d82;*/
    --dblue: #000000;
    --green: #c8f04b;
    --greenish: #b4bea5;
}

@font-face {
    font-family: IAS Ribbon Sans;
    src: url("fonts/IASRibbonSans-Regular.woff") format("woff");
}

@font-face {
    font-family: IAS Ribbon Sans Bold;
    src: url("fonts/IASRibbonSans-Bold.woff") format("woff");
}

@font-face {
    font-family: IAS Ribbon Sans Light;
    src: url("fonts/IASRibbonSans-Light.woff") format("woff");
}


html {
    background-color: #e2e2e2;
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    color: #333;
    /*font-size: .85em;*/
    font-family: IAS Ribbon Sans, Verdana, Helvetica, Sans-Serif !important;
    margin: 0;
    padding: 0;
    min-width: 1500px;
}

.standalonecontent {
    padding: 20px;
    max-width: 960px;
    margin: 0 auto;
    display: block;
    background-color: white;
}

li > a {
    color: #e72140
}

div .nav-pills > li.active > a {
    background-color: #e72140;
    color: white;
    border-radius: 0px;
}

.glyphicon-filter, .glyphicon-export {
    padding-right: 5px;
}

.room { 
    text-align: center;
    font-size: 20px;
    /*font-weight:bold;*/
}

.btn-default {
    background-color: var(--dblue) !important;
    font-size: 15px;
    text-align: center;
}

.btnaccess {
    color: white !important;
    width: 90px !important;
}

.btnaccess:hover {
    color: white !important;
    text-decoration: underline !important;
    
}

.navbar-btn {
    margin-left: 5px;
}

.bookmarked {
    color: var(--green);
}

.bookicon, .glyphicon-print, .glyphicon-calendar {
    -moz-transition: transform 1s;
    -webkit-transition: transform 1s;
    -ms-transition: transform 1s;
    transition: transform 1s;
    font-size: 25px;
    cursor: pointer;
}

.animBook {
    -moz-transform: rotateY(180deg); /* rotate, translate, and disappear */
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}


#loadingContentAnim {
    text-align: center;
}


.abstractmodaltheme .ui-dialog-titlebar {
    background: #83CA3D;
    color: white;
}

.sessionmodaltheme .ui-dialog-titlebar {
    background: #105640;
    color: white;
}

.overviewmodaltheme .ui-dialog-titlebar {
    display: none;
    background: transparent;
}

.ui-dialog {
    z-index: 10000 !important;
}

.eventmodaltheme .ui-dialog-titlebar {
    background: #002D86;
    color: white;
}

.itinerarymodaltheme .ui-dialog-titlebar {
    background-color: #8ccdcd;
    color: white;
}

.helpbutton {
    cursor: pointer;
}

#intro {
    margin-top: 30px;
    border: solid 1px black;
    text-align: center;
}

a {
    color: #333;
    outline: none;
    /*padding-left: 3px;
    padding-right: 3px;*/
    text-decoration: underline;
}

.linkTitleSession {
    color: black;
    cursor: pointer;
    font-weight:bold;
}

.contentListInfoReadonly {
    margin: 10px;
    padding: 10px;
    border-color: #EEE;
    border-width: 0px 0px 0px 2px;
    border-style: solid;
    border-radius: 0px;
    border-left-color: var(--dblue);
    margin-left: 0px;
    padding-bottom: 2px;
}

.titleInfoReadonly {
    font-size: 12px;
    font-weight: 700;
    color: #959595;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contentInfoReadonly {
    padding-bottom: 10px;
    font-weight: bold;
}


.programme-link {
    border: 1px solid;
    text-decoration: none;
    font-weight: bold;
}


header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

a.banner {
    background: url(../Images/aids2018_banner.png) no-repeat top left;
    display: block;
    height: 129px;
    width: auto;
    text-indent: -9999px; /* hides the link text */
    border-bottom: 2px solid #e72140;
}


#mainmenuaffix.affix {
    top: 0;
    width: 100%;
}

#mainmenuaffix {
    border-bottom: 1px solid var(--dblue); 
    max-height: 90px;
}

#leftbanner {
    padding-top: 20px;
}

.sub-menu {
    width: 960px;
}

/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    visibility: hidden;
}

#body {
    clear: both;
    padding-bottom: 7em;
    padding-top:90px;
}

header .content-wrapper {
    padding-top: 10px;
}

.disclaimer {
    clear: both;
    position: relative;
    margin-top: 18em;
    font-size: 1em;
    color: black;
}

footer {
    clear: both;
    position: relative;
    margin-top: 3.5em;
    font-size: 1.4em;
    height: 40px;
    padding-top: 10px;
    background-color: var(--lblue);
    color: white;
}
    footer:before {
        height: 40px;
    }

    footer a:link a:visited a:active a:hover {
        color: #fff;
    }


.btnmenu {
    color: #e72140;
    cursor: pointer;
    display: block;
    table-layout: fixed;
    border-collapse: collapse;
    font-size: 16px;
    font-weight: bold;
    font-family: IAS Ribbon Sans, Sans-serif;
    line-height: 50px;
    margin: 0 auto 2em;
    height: 60px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    /*vertical-align: middle;*/
    width: 100%;
    background-color: white;
    border: 0px;
}

.btn-2 {
    letter-spacing: 0;
    transition: all 280ms ease-in-out;
}

    .btn-2:hover,
    .btn-2:active {
        color: #e72140;
        letter-spacing: 1px;
        transition: all 350ms ease-in-out;
    }

    .btn-2:after,
    .btn-2:before {
        backface-visibility: hidden;
        color: #e72140;
        border: 1px solid white;
        bottom: 0px;
        content: " ";
        display: block;
        margin: 0 auto;
        position: relative;
        transition: all 280ms ease-in-out;
        width: 0;
    }

    .btn-2:hover:after,
    .btn-2:hover:before {
        backface-visibility: hidden;
        border-color: #F78336;
        border-width: 1px;
        transition: width 350ms ease-in-out;
        width: 70%;
    }

    .btn-2:hover:before {
        bottom: auto;
        top: 0;
        width: 70%;
    }

.btnmenuselected {
    color: #e72140;
    letter-spacing: 1px;
    transition: all 350ms ease-in-out;
}

    .btnmenuselected:after,
    .btnmenuselected:before {
        backface-visibility: hidden;
        border-color: #F78336;
        border-width: 1px;
        transition: width 350ms ease-in-out;
        width: 70%;
    }

/* site title
----------------------------------------------------------*/
.site-title {
    background: url(../Images/banner.jpg);
    color: #c8c8c8;
    font-family: IAS Ribbon Sans, monospace;
    font-size: 2.3em;
    margin: 0;
}

#confbanner {
    height: 80px;
    display: flex;
    width: 100%;
}


.bannerlogo {
    line-height: 60px;
    height: 60px;
    /*width: 10%;*/
}

#imglogo {
    max-width: 130%;
    max-height: 100%;
    margin-left:50px;
}

.site-title a, .site-title a:hover, .site-title a:active {
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}

.form-control:focus {
    border-color: #967e95 !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(81, 40, 79, 0.6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(81, 40, 79, 0.6) !important;
}

input:focus, textarea:focus {
    border: 1px solid #967e95 !important;
}
/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

        #login a.username {
            background: none;
            margin: 0;
            padding: 0;
            text-decoration: underline;
        }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-family: IAS Ribbon Sans, Verdana, Helvetica, Sans-Serif;
    font-size: 1.3em;
    font-weight: 100;
    padding: 0;
    text-align: left;
    width: 100%;
    /*display: table;*/
    margin-top: 10px;
    margin-bottom: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

    ul#menu li {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        width: 190px;
        height: 40px;
    }

        ul#menu li a {
            color: GrayText;
            text-decoration: none;
        }

.nav-prog-button {
    background-color: #105640;
    font-family: IAS Ribbon Sans, Arial, serif;
    /*font-weight:bold;*/
}


.nav-itinerary-button {
    background-color: #79D4ED;
    font-family: IAS Ribbon Sans, Arial, serif;
    /*font-weight:bold;*/
}

.nav-search-button {
    background-color: #DAD329;
    font-family: IAS Ribbon Sans, Arial, serif;
    /*font-weight:bold;*/
}

.nav-abstract-button {
    background-color: #83CA3D;
    font-family: IAS Ribbon Sans, Arial, serif;
    /*font-weight:bold;*/
}

.nav-exhibition-button {
    background-color: #0082BC;
    font-family: IAS Ribbon Sans, Arial, serif;
    /*font-weight:bold;*/
}

.nav-event-button {
    background-color: #002D86;
    font-family: IAS Ribbon Sans, Arial, serif;
    /*font-weight:bold;*/
}

.firstitem {
    width: 160px;
}

/* page elements
----------------------------------------------------------*/
/* featured */


.featured .content-wrapper {
    margin: 0 auto;
    max-width: 960px;
    height: 0px;
}

.featured hgroup.title h1, .featured hgroup.title h2 {
    color: #fff;
}

.featured p {
    font-size: 1.1em;
}

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        /*margin: 0;*/
    }

    #loginForm input {
        width: 250px;
    }

        #loginForm input[type="checkbox"],
        #loginForm input[type="submit"],
        #loginForm input[type="button"],
        #loginForm button {
            width: auto;
        }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

    label.checkbox {
        display: inline;
    }

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
}

textarea {
    font-family: IAS Ribbon Sans, inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"],
input[type="button"],
button {
    background-color: transparent;
    border: 0px solid #787878;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600;
    padding: 7px;
    margin-right: 8px;
    width: auto;
}

/*button :hover {
        background-color;
    }*/

td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0 none;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #333;
            font-weight: 600;
            text-decoration: none;
            padding: 0;
        }

        th a:hover {
            color: #000;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

td {
    padding: 3px 15px 3px 5px;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}

.col-md-2 {
    /*width: 12.5%;*/
    margin-right: -20px;
}

.col-md-2_1 {
    width: 16%;
    float: left;
    margin-right: -18px;
}


.snip1226 {
    font-family: IAS Ribbon Sans, Arial, sans-serif;
    font-size: 18px;
    /*text-align: center;*/
    color: #e72140;
    text-transform: uppercase;
    font-weight: 500;
}

    .snip1226 * {
        box-sizing: border-box;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease;
    }

    .snip1226 li {
        color: black;
        display: inline-block;
        list-style: outside none none;
        margin: 0 1em;
        overflow: hidden;
    }

    .snip1226 a {
        padding: 0.3em 0;
        color: black;
        position: relative;
        display: inline-block;
        letter-spacing: 1px;
        margin: 0;
        text-decoration: none;
    }

        .snip1226 a:before,
        .snip1226 a:after {
            position: absolute;
            -webkit-transition: all 0.35s ease;
            transition: all 0.35s ease;
        }

        .snip1226 a:before {
            bottom: 100%;
            display: block;
            height: 3px;
            width: 100%;
            content: "";
            background-color: var(--lblue);
        }

        .snip1226 a:after {
            padding: 0.3em 0;
            position: absolute;
            bottom: 100%;
            left: 0;
            content: attr(data-hover);
            color: black;
            white-space: nowrap;
        }

    .snip1226 li:hover a,
    .snip1226 .current a {
        transform: translateY(100%);
    }

    .snip1226 a:focus {
        color: black;
        text-decoration: none;
    }
/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 550px) {
    /* header
    ----------------------------------------------------------*/
    header .float-left, header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            /*margin: 0;*/
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

            #login a:hover {
                color: #333;
            }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

    /* features */
    section.feature {
        float: none;
        padding: 10px;
        width: auto;
    }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }

    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }

    .navbar-default {
        border-radius: 0px 0px 4px 4px;
    }



    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }

    .k-scheduler-footer {
        /* make them invisible */
        display: none;
        /* prevent height and paddings from influencing the size calculations */
        height: 0;
        padding: 0;
        overflow: hidden;
    }

    .col-md-2 {
        width: 12.5%;
        margin-right: -20px;
        background-color: transparent;
    }

    .col-md-2_1 {
        width: 15%;
        float: left;
        margin-right: -18px;
    }
}

@media (max-width: 992px) {
    .col-md-2 {
        width: 10.5%;
        margin-right: 10px;
        background-color: transparent;
        float: left;
    }

    .col-md-2_1 {
        width: 15%;
        float: left;
        margin-right: -18px;
        visibility: hidden;
    }
}

.buttonclosecustom {
    color: white !important;
    opacity: 1 !important;
}

.dropdown-menu  {
    position: absolute;
    /*top: 40% !important;*/
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.ui-widget {
    font-family: IAS Ribbon Sans, Verdana, Helvetica, Sans-Serif !important;
}

.timeZone{
    margin-left: 3em;
}

#timezoneFilters {
    min-width: 35em;
    font-size:smaller;

}

#currentTimeZone{

}

/*TRACKS*/
.iconColor {
    color: #076382;
    font-weight: bold;
}

.trackAIcon {
    display: initial !important;
}

.trackBIcon {
    display: initial !important;
}

.trackCIcon {
    display: initial !important;
}

.trackDIcon {
    display: initial !important;
}

.trackEIcon {
    display: initial !important;
}

.trackFIcon {
    display: initial !important;
}

.crossTrackIcon {
    display: initial !important;
}
/*TRACKS*/

/*SESSIONS*/
.OpeningsessionIcon {
    display: initial !important;
}

.ClosingsessionIcon {
    display: initial !important;
}

.PrimesessionIcon {
    display: initial !important;
}

.GVSessionIcon {
    display: initial !important;
}

.SymposiumIcon {
    display: initial !important;
    
}

.OralabstractsessionIcon {
    display: initial !important;
}

.E-postersessionIcon {
    display: initial !important;
}

.E-posterIcon {
    display: initial !important;
}

.GVFilmscreeningIcon {
    display: initial !important;
}

.Pre-conferencesessionIcon {
    display: initial !important;
}

.SatelliteIcon {
    display: initial !important;
}

.SponsorsatelliteIcon {
    display: initial !important;
}

.WorkshopIcon {
    display: initial !important;
}

.GVLivemusicIcon {
    display: initial !important;
}

.GVLivetheatreIcon {
    display: initial !important;
}

.GVLivedanceIcon {
    display: initial !important;
}

.GVLiveperformanceIcon {
    display: initial !important;
}

.GVArtexhibitIcon {
    display: initial !important;
}

.GVNetworkingzoneIcon {
    display: initial !important;
}

.GVNGOboothIcon {
    display: initial !important;
}

.GVMarketplaceboothIcon {
    display: initial !important;
}

.GVLivereadingIcon {
    display: initial !important;
}
/*SESSIONS*/

.sessionTypeName {
    vertical-align: super;
    font-weight: bold;
}

.sessionTrackName {
    vertical-align: super;
    font-weight: bold;
}