/**
 *     SOCIAL ICONS
 * 
 * 
 */
#CAFDonateButtonContainer {
    display: none;
}
.social-icons {
    width: 50%;
    float: right;
}

.social-icons a {
    display: block;
    float: left;
    margin: 0 5px 0 0 ;
    font-size: 30px;
    color: #00A5A0 !important;
}

.social-icons a:hover {
    opacity: 0.9;
}


.sq-social-share {
    text-align: right;
    margin: 10px 0;
    text-transform: uppercase;
    color: #00A5A2;
}
.sq-social-share li {
    height: 35px;
    line-height: 35px;
    margin: 0;
}
.sq-social-share li.social-share {
    width: 35px;
    height: 35px;
    margin: 0 5px;
    float: right;
}
.sq-social-share li.social-share a {
    display: block;
    width: 35px;
    height: 35px;
    background: transparent url('/src/img/site/social-icons.png') no-repeat 0 0;
}


/**
 *     Homepage Conference Wiget
 * 
 */


.sq-conference-wiget {
    width: 100%;
    clear: both;
    overflow: hidden;
    padding: 40px 40px 30px;
    color: #fff;
    background-position: center top;
    background-color: transparent;
    background-repeat : no-repeat ;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.sq-conference-wiget div.sq-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);

}
.sq-conference-wiget p,
.sq-conference-wiget a {
    color: #fff;
     -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.sq-conference-wiget * {
    z-index: 10;
    position: relative;
     -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sq-conference-wiget h3 {
    color: #00A5A2;
    width: 80%;
     -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sq-conference-wiget a.more {
    display: block;
    text-transform: uppercase;
    width: 150px;
    position: absolute;
    top: 40px;
    right: 40px;
    height: 30px;
    line-height: 30px;
    padding: 0 30px 0 0;
     -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: right;
    background: transparent url('/src/img/site/arrows.png') no-repeat right -62px;
}
.sq-conference-wiget .intro {
    margin: 10px 0;
    line-height: 1.3em;
}

.sq-conference-wiget  .conference-quick-links {
    padding: 20px 0;
    overflow: hidden;
}
.sq-conference-wiget  .conference-quick-link {
    float: left;
    width: 320px;
    padding: 10px 0;
    margin: 0 20px 0 0;
    border-bottom: 5px solid #00A5A2;
}
.sq-conference-wiget  .conference-quick-link h4 {
    margin-bottom: 15px;
    font-size: 1.2em;
}
.sq-conference-wiget  .conference-quick-link .intro {
    font-size: 1em;
    padding: 0 20px 0 0px;
    margin: 20px 0;
    display: block;
     -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: transparent url('/src/img/site/arrows.png') no-repeat right -103px;

}


/**
 *     HOME RESEARCH WIDGET
 */


.sq-research-wiget {
    width: 100%;
    clear: both;
    overflow: hidden;
    padding: 40px 40px 30px;
    color: #fff;
    background-position: 0 0;
    background-color: transparent;
    background-repeat : no-repeat ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.sq-research-wiget div.sq-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
}
.sq-research-wiget p,
.sq-research-wiget a {
    color: #fff;
}
.sq-research-wiget * {
    z-index: 10;
    position: relative;
}

.sq-research-wiget h3 {
    color: #FFF;
    width: 80%;
    font-size: 1.8em;
}

.sq-research-wiget a.more {
    display: block;
    text-transform: uppercase;
    width: 150px;
    position: absolute;
    top: 40px;
    right: 40px;
    height: 30px;
    line-height: 30px;
    padding: 0 30px 0 0;
    text-align: right;
    color: #fff;
    background: transparent url('/src/img/site/arrows.png') no-repeat right -62px;
}
.sq-research-wiget .intro {
    margin: 10px 0;
    width: 60%;
    line-height: 1.3em;
}


.sq-research-wiget  .sq-home-research-widget {
    padding: 20px 0 10px;
}

.sq-research-wiget  .sq-home-research-widget h4 {
    margin-bottom: 20px;
}
.sq-research-wiget {
    width: 100%;
    overflow: hidden;
}
.research-scroller {
    overflow: hidden;
    margin-left:-20px;
    width: 964px;
    padding-left: 20px;
}
.sq-home-research-widget ul {
    list-style-type: none;
    width: 20000px;
    height: 205px;
    overflow: hidden;
}
body.yu-mobile .sq-home-research-widget ul li {
    width: 320px;
}
.sq-home-research-widget ul li {
    float: left;
    width: 270px;
    margin: 0 0 0 52px;
    height: 205px;
    overflow: hidden;
}
.sq-research-wiget  a.research-quick-link {
    float: left;
    width: 270px;
    background: rgba(0,165,162,0.7);
    border: 2px solid #fff;
    border-radius:2px;
    padding: 20px;
    height: 200px;
    overflow: hidden;
    position: relative;
}
body.yu-mobile .sq-research-wiget  .tscroller-right-arrow ,
body.yu-mobile .sq-research-wiget  .tscroller-left-arrow {
    opacity: 0;
}
.sq-research-wiget  .tscroller-right-arrow {
   /* margin-right: -30px;*/

    background:transparent url('/src/img/site/arrows.png') no-repeat -30px -125px;
}
.sq-research-wiget  .tscroller-left-arrow {
    /*margin-left: -30px;*/
    background: transparent url('/src/img/site/arrows.png') no-repeat -2px -125px;
}

.sq-research-wiget  a.research-quick-link:hover {
    text-decoration: none;
}
.sq-research-wiget  li.index_0 {
    margin-left: 0;
}
.sq-research-wiget  .research-quick-link h5 {
    margin-bottom: 15px;
    font-size: 1.2em;
    font-weight: normal;
}

.sq-research-wiget  .research-quick-link .author {
    font-size: 0.9em;
    padding: 0 20px 0 0px;
    margin: 5px 0;
    display: block;

}
.sq-research-wiget  .research-quick-link .arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: transparent url('/src/img/site/arrows.png') no-repeat right -103px;
}
/** Booking Widget
 *     
 */


.sq_form.attendee_form .tab_header {
    float: left;
    width: 100%;
    clear: both;
    padding: 25px 0;
    border-top: 2px solid #00A5A2;
    border-bottom: 2px solid #00A5A2;
    margin: 10px 0 !important;
}
.sq_form.attendee_form  .sq-radio-field label ,
.sq_form.attendee_form  .checkbox_group label {
    font-size: 1em;
    padding-right: 110px;
    position: relative;
    box-sizing: border-box;
    line-height: 1.4em;

}
.sq_form.attendee_form label span.description {
    display: block;
    font-size: 0.9em;
    line-height: 1.2em;
    margin: 5px 0;
    font-style: italic;
    width: 100%;
    clear: both;
}
.sq_form.attendee_form  .sq-radio-field label span.price,
.sq_form.attendee_form  .checkbox_group label span.price {
    position: absolute;
    top: 0;
    right: 0;
}
.sq_form.attendee_form  .checkbox_group label span.price.price-000 {
    display: none;
}
.attendees-number div.fieldset.tab_header .sq-value-area select {
    float: right;
}

.booking-widget label,.booking-widget input,.booking-widget textarea {
    font-size: 18px;
    line-height: 1.2em;
}


p.small {
    font-size: 12px;
    clear: both;
    width: 100%;
}


.booking-widget.step-3 form.back-form {
    position: relative;
    margin: 0;
}

.booking-details {
    margin: 10px 0 40px 0;
}


/** Stand Booking Widget **/

.sq-stand-booking-widget {
    position: relative;
    padding-right: 100px;
}
.sq-stand-booking-widget .time-left-widget {
    color: #fff;
    background: #10B3AB;
    position: fixed;
    top: 205px;
    margin-left: 850px;
    width: 80px;
    height: 80px;
    padding: 12px 8px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
    z-index: 100;
}
.sq-stand-booking-widget .time-left-widget p.label {
    text-align: center;
    font-size: 12px;
}
.sq-stand-booking-widget .time-left-widget p.time {
    text-align: center;
    font-size: 18px;
}
.sq-stand-booking-widget .floor-plan-box {
    width: 800px;
    height: auto;
    position: relative;
    margin: 20px 0;
}
.sq-stand-booking-widget .floor-plan {
    width: 800px;
    height: auto;
    position: relative;
    left: 0;
    top: 0;
    z-index: 0;
    border: 2px solid #0FADAD;
}
.sq-stand-booking-widget .fieldset.tab_invoice {
    display: none;
}
.sq-stand-booking-widget #canvas {
    width: 800px;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
   border: 2px solid transparent;
}
.sq-stand-booking-widget .stand-info {
    display: none;
}
.sq-stand-booking-widget table.summary {
    margin: 10px 0;
}


.sq-stand-booking-widget table.summary tr {
}
.sq-stand-booking-widget table.summary td {
    padding: 5px 10px;
    line-height: 1.4em;
}
.sq-stand-booking-widget .buttons-bar {
    margin: 20px 0;
    overflow: hidden;
}
.sq-stand-booking-widget table.summary td.label {
    width: 240px;
    padding-left: 0;
    font-weight: bold;
}
.sq-stand-booking-widget table.selected-stands {
    width: 400px;
    border-collapse: collapse;
}
.sq-stand-booking-widget table.selected-stands td {
    padding: 5px 10px;
    border: 1px solid #ccc;
}
.sq-stand-booking-widget table.selected-stands .total td {
    font-weight: bold;
}
.sq-stand-booking-widget .show-form-button {
    display: none;
    margin: 10px 0;
}
.sq-stand-booking-widget .form-box {
    margin: 20px 0;
    display: none;
}

.sq-stand-booking-widget .widget-intro {
    clear: both;
    width: 100%;
}



.booking-view {
    margin-bottom: 40px;
    line-height: 1.3em;
}
.booking-view table {
    width: 100%;
}
.booking-view table td,.booking-view table th {
    padding: 5px 10px 5px 0;
    text-align: left;
}
.booking-view table th {
    font-weight: bold;
    font-size: 1.2em;
}
.booking-view table tr.total {
	border-top: 2px solid #00A5A2;
}
.booking-view table tr.total td {
    font-weight: bold;

}



/**
 *     Sponsors
 * 
 */

body.yu-mobile .sq-sponsors {
    padding: 20px 15px;
}
.sq-sponsors {
    background: #fff;
    padding: 30px 40px;
    min-height: 130px;
    width: 100%;
    overflow: hidden;
    clear: both;
}
.sq-sponsors-scroller {
    overflow: hidden;
}
.sq-sponsors h4 {
    color: #00A5A0;
    text-transform:uppercase;
    margin: 0px 0 15px;
}
.sq-sponsors ul.slider {
    width: 100%;
    height: 70px;
    overflow: hidden;
    width: 3000px;
}
.sq-sponsors ul.slider li {
    float: left;
    height: 70px;
    width: auto; /*200px;*/
    padding: 0 10px;
}

.sq-sponsors ul.slider li a {
    /*display: block;*/
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
}

.sq-sponsors ul.slider li a img {
    max-height: 100%;
    width: auto !important;
}

.sq-sponsors .tscroller-arrow {
     width: 60px;
     height: 70px;
     background: transparent url('/src/img/site/sponsors-arrows.png') no-repeat 0px center;
}

.sq-sponsors .tscroller-arrow.tscroller-right-arrow {
    background-position: -75px;
}

.pmg-journal-article {
    background: #10B3AB;
    color: #fff;
    padding: 15px;
    margin: 16px 0 30px;
    line-height: 1.2em;

}
.pmg-journal-article h4 {
    font-weight: normal;
}
.pmg-journal-article p {
    line-height: 1.6em;
    font-weight: 100;
}

.pmg-journal-article p.author {
    font-size: 0.8em;
    padding-right: 20px;
    max-height: 24px;
    background: transparent url('/src/img/site/arrows.png') no-repeat right -100px;
}

.pmg-journal-article a,.pmg-journal-article a:hover {
    color: #fff;
    text-decoration: none;
}

body.yu-mobile .sq-home-journals {
    padding-bottom: 0;
 }
.sq-home-journals {
    font-size: 1em;
    padding: 20px 0;
    float: left;
    width: 100%;
    clear: both;
}
.sq-home-journals ul {
    float: left;
    width: 100%;
    clear: both;
    font-size: 1em;
}

body.DESKTOP .sq-home-journals ul li:before {
    content:"";
    background-color: #0EA4A4;
    width: 10px;
    height: 10px;
    position: absolute;
    display:block;
    top: 5px;
    left: -20px;
    border-radius: 50%;
}
body.yu-mobile .sq-home-journals ul li {
    border-bottom: 1px solid #0EA4A4;
}
.sq-home-journals ul li {
    position: relative;
    font-size: 1em;
    color: #0EA4A4;
    margin: 5px 0;
    float: left;
    clear: both;
    width: 100%;
}
.sq-home-journals ul li a {
    display: block;
    width: 100%;
}
.sq-home-journals ul li p.intro {
    width: 100%;
}
.sq-home-journals h3 {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 0;
}
.sq-home-journals a {
    color: #333;
}

body.DESKTOP .sq-home-journals ul li:after {
    content:"";
    border-color: transparent #00A5A2;
    border-style: solid;
    border-width: 0.45em 0 0.45em 0.55em;
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    top: 3px;
    right: -20px;
    bottom: auto;
}

.sq-home-journals a:hover {
    text-decoration: none;
}
.pmg-side-box {
    display: none;
    width: 100%;
    margin-top: 10px;
    background: #444;
    border: 2px solid #0EA4A4;
    padding: 15px;
    color: #fff;
}
.pmg-side-box h4 {
    color: #0EA4A4;
    font-size: 1.2em;
    font-weight: normal;
}
.pmg-side-box p {
    color: #fff;
    font-size: 1em;
    padding-bottom: 5px;
}
.pmg-side-box img {
    width: 100%;
    margin: 10px 0 0;
}


/** 
 *     Login popup 
 * 
 */

.popup.login {
    display: none;
    padding: 20px 20px 110px;
    width: 600px;
    height: auto;
    background: black url('/src/img/site/member-green.png') no-repeat 565px 20px;
}
.popup.login h4 {
    text-transform: uppercase;
    color: #16D5D9 !important;
    font-size: 1.3em;
    margin-bottom: 5px;
}
.popup.login form .fieldset {
    padding: 2px 0;
}
.popup.login form .field {
    margin: 2px 0;
    float: left;
    clear: both;
}
.popup.login label {
    text-transform: uppercase;
    color: #16D5D9 !important;
    width: auto;
}
.popup.login .footer-bar p {
    float: left;
    width: 50%;
}
.popup.login .footer-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    text-transform: uppercase;
    height: 90px;
    background-color: #00D6D8;
    color: #333;
    font-size: 1.4em;
}
.popup.login .footer-bar .sqButton {
    box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}
.popup.login input[type=email],
.popup.login input[type=password] {
    background: white !important;
    line-height: 26px;
    border-width: 1px;
}

.popup.login form.sq_form .tab_footer fieldset.fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

.popup.login .sqButton {
    float: right;
    width: 45%;
}
.popup.login .sqButton.back {
    float: left;
    margin-top: -36px;
}




/** POPUP **/

.popup-box {
    z-index: 10000;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}
.popup-window .close-button {
    position: absolute;
    z-index: 1000;
    top: 7px;
    right: 5px;
    width: 16px;
    height: 16px;
    background: transparent url('/src/img/yu-admin/close-icon.png') no-repeat 0 0 ;
}
body.yu-mobile .popup-window {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	margin: 0;
}
.popup-window {
    overflow: hidden;
    position: relative;
    background: black;
    border: 1px solid #000;
    box-shadow: 0 0 5px rgba(0,0,0,0.7);
    width: 50%;
    color: #0FADAD;
    max-height: 550px;
    min-height: 20%;
    margin: 100px auto;
}


.popup-window .buttons-bar {
    position: absolute;
    width: 100%;
    height: 50px;
    left: 0;
    bottom: 0;
    padding: 5px 20px;
}
.popup-window .buttons-bar .sqButton.noButton {
    float: right;
    margin: 0;
}
.popup-window .buttons-bar .sqButton.okButton {
    float: right;
    margin: 0 auto;
    min-width: 160px;


}
.popup-window > * {
    color:#0FADAD;
}
.popup-window .popup-title {
     margin: 0;
     box-sizing: border-box;
     height: 30px;
     width: 100%;
     padding: 4px 20px;
     line-height: 22px;
     color: #fff;
    background: -webkit-linear-gradient(#0FADAD, #0C8383); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#0FADAD, #0C8383); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#0FADAD, #0C8383); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#0FADAD, #0C8383); /* Standard syntax */
    font-family: "Lato","trebuchet ms", helvetica, sans-serif;
    box-shadow: inset 0 2px 3px rgba(255,255,255,0.2);
}

.popup-window .popup-body {
    padding: 20px;
    width: 100%;
    max-height: 500px;
    overflow-y: auto;
    color: #00D6D8;
}
.popup-window .popup-body p {
    font-size: 1.2em;
}

.popup-window .popup-form label {
    width: 160px;
    float: left;
    height: 26px;
    line-height: 26px;
    clear: left;
    margin-right: 10px;

}
.popup-window .popup-form input.text,
.popup-window .popup-form textarea {
    width: 250px;
    float: left;
    clear: right;
}
.popup-window .popup-form .buttons-bar {
    width: 100%;
    clear: both;
    margin-top: 20px;
    min-height: 30px;
    padding: 10px;
    float: left;
}

.exhibitors-panel-widget .dashboard nav.member-nav ul li {
    margin-bottom: 20px;
}
.exhibitors-panel-widget .dashboard nav.member-nav ul li:last-of-type {
    float: left;
}

.exhibitors-panel-widget.sq-layout-column form.sq_form {
    width: 100%;
}

.exhibitors-panel-widget #main_password_repeat {
    margin-top: 12px;
}

.sq-layout-page > #loginForm {
    padding: 30px;
}
p.indicators {
    overflow: hidden;
    margin: 10px 0;
}

.member-nav li .indicator {
    float: none;
    font-size: 12px;
    line-height: 22px;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 2px;
    text-align: center;
    margin: -5px 10px 0 10px;
    border-radius: 50%;
}