/* Remember to tell Off Canvas of any changes to this file */


.item-text ul {
    list-style: disc inside;
    margin: 0 0 10px 0;
    padding: 0;
}
.item-text li {
    margin: 0 0 5px 15px;
}

form {
    margin: 0;
}

b, strong, .semanticui-body b, .semanticui-body strong {
    font-family: 'Open Sans';
    font-weight: 500;
}

.text-nowrap {
    white-space: nowrap;
}

/*.btn {
    border-radius: 0 !important;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
}
.button, button, html input[type="button"], input[type="reset"], input[type="submit"],
.chronoforms button.ui.button,
.btn-primary {
    border-radius: 0 !important;
    background: #1478CD;
    border: medium none;
    color: #FFFFFF;
    !*font-family: 'OpenSansBold','Open Sans',Arial,sans-serif;*!
    font-size: 1.1em;
    letter-spacing: -0.02em;
    padding: 6px 22px;
    font-weight: normal;
    text-decoration: none !important;
}
.button:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover,
.chronoforms button.ui.button:hover,
.btn-primary:hover {
    background: #FFCF00;
    color: #000;
}*/
/*select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border-radius: 0 !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: auto;
}*/
.control-label label {
    font-weight: 600;
    color: #000000;
}
legend {
    color: #1478CC;
}
legend p {
    color: #000;
}
legend + .control-group {
    margin-top: 0;
}
.dont-break-out {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
/* Native Joomla insert image button captions */
.item-text figure,
.mceContentBody figure {
    text-align: center;
}
.item-text figure figcaption,
.mceContentBody figure figcaption {
    font-size: 12px !important;
    font-weight: normal !important;
    margin: 10px 0 0 0;
}
.item-text figure.pull-center,
.mceContentBody figure.pull-center {
    margin: 10px 0;
}
.item-text figure.pull-right,
.mceContentBody figure.pull-right {
    float: right;
    margin: 0 0 10px 10px;
}
.item-text figure.pull-left,
.mceContentBody figure.pull-left {
    float: left;
    margin: 0 10px 10px 0;
}
@media (max-width: 767px) {
    .item-text figure.pull-right,
    .item-text figure.pull-left {
        float: none !important;
        margin: 10px 0;
    }
}

/* ------------- Sponsor logo listing ------------- */

ul.corporate-logos {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none !important;
    border-bottom: 1px solid #DDD !important;
    overflow: hidden;
}
ul.corporate-logos li {
    margin: 0 -1px -1px 0;
    padding: 0 10px;
    float: left;
    width: 25%;
    height: 110px;
    line-height: 110px;
    text-align: center;
    border: 1px solid #DDD;
}
ul.corporate-logos img {
    margin: auto;
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
    ul.corporate-logos li {
        width: 50%;
    }
}

/* ------------- South-East Asia Society logos listing ------------- */

ul.society-logos {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none !important;
    border-bottom: 1px solid #DDD !important;
    overflow: hidden;
}
ul.society-logos li {
    margin: 0 -1px -1px 0;
    padding: 10px;
    float: left;
    width: 25%;
    text-align: center;
}
ul.society-logos img {
    margin: auto;
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
    ul.society-logos li {
        width: 50%;
    }
}

/* ------------- Executive Committee listing ------------- */

div.committee {
    width: 100%;
    float: left;
    clear: both;
}
div.committee > * {
    float: left;
    clear: both;
}
ul.committee {
    margin: 0;
    padding: 0 0 20px 0;
    list-style-type: none;
    display: block;
}
ul.committee li {
    display: block;
    margin: 0 -1px -1px 0;
    padding: 10px 10px 0 14px;
    float: left;
    width: 316px;
    min-height: 158px;
    border: 1px solid #DDD;
    background-color: #EEEEFA;
}
ul.committee img {
    float: right;
    height: 133px;
    width: 100px;
}


/* Counters */

div.counters {
    counter-reset: counters 0;
}
div.counters > h2:before {
    counter-increment: counters;
    content: counter(counters) ". ";
}
div.counters > h2 ~ ol {
    counter-reset: counters2 0;
    list-style: none;
    margin-left: 30px;
    padding-top: 0.5em;
}
div.counters > h2 ~ ol > li:before {
    counter-increment: counters2;
    content: counter(counters) "." counter(counters2) " ";
    display: block;
    float: left;
    margin-left: -3em;
}

/* EMM accordion */

.item-text h2.emm-button {
    background: #1478CD;
    color: #fff;
    font-size: 20px;
    padding: 5px 18px;
    margin-bottom: 0;
    cursor: pointer;
}
.item-text h2.emm-button::before {
    display: inline-block;
    content: '+';
    font-size: 20px;
    float: right;
    margin-top: 1px;
}
.item-text h2.emm-button.active::before {
    display: inline-block;
    content: '-';
    margin-top: -4px;
    margin-right: 5px;
}
.item-text h2.emm-button + .panel {
    max-height: 0;
    padding: 0 20px;
    background-color: transparent;
    border: 1px solid #1478CD;
    border-top: none;
    overflow: hidden;
    margin-bottom: 20px;

    -webkit-transition-property: max-height;
    transition-property: max-height;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}
.item-text h2.emm-button.active + .panel {
    padding-top: 20px;
    padding-bottom: 20px;
    max-height: 2500px;
}
.item-text h2.emm-button.active.force-active + .panel {
    -webkit-transition-property: none;
    transition-property: none;
}

/* EMM listing page */

.item-text h2.emm {
    color: #494949;
    font-family: 'OpenSansBold', 'Open Sans', Arial, sans-serif;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: -0.02em;
    margin: 20px 0 10px 0;
    padding: 0;
    line-height: 27px;
    background: none;
}

/* Meeting Tables */

table.meeting {
    margin: 0 0 20px 0;
    width: 100%;
}

table.meeting th {
    background: none repeat scroll 0 0 #1478CD;
    border: solid 1px #1478CD;
    border-top: solid 3px #1478CD;
    outline: solid 1px #1478CD;
    color: #FFF;
    font-weight: bold;
    padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 5px;
    padding-top: 7px;
    text-align: left;
    vertical-align: top;
}

table.with-sidebar th {
    outline: 0;
}

table.meeting th.side {
    background: #62c1d9;
    border: 1px solid #62c1d9;
    border-bottom: 1px solid #FFF;
    font-size: 16px;
    line-height: 1.4em;
}

table.meeting th.last-side {
    border-bottom: 1px solid #62c1d9;
}

table.meeting th.side a {
    color: #FFF;
}

table.meeting th.alt {
    background: #d9d6d6;
}

table.meeting td {
    border: 1px solid #DDDDDD;
    border-top: 0;
    margin: 0;
    padding: 12px 10px 6px 15px;
    vertical-align: top;
}

table.meeting td p {
  margin: 5px 0;
}

table.meeting td.altbreak {
    background: #fff9e1;
}

table.meeting td.section {
    background: #FFCF00;
    border: solid 1px #FFCF00;
    font-weight: bold;
    text-transform: uppercase;
    color: #1478CD;
}

table.meeting td h3 {
    margin-top: 0;
}

.sponsors {
    background: #fff9e1;
}
.component .sponsors {
    background: #fff9e1;
}

.educational {
    background: #def6fc;
}
.component .educational {
    background: #def6fc;
}

.caps {
    font-weight: bold;
    text-transform: uppercase;
    color: #494949;
}
.component .caps {
    font-weight: bold;
    text-transform: uppercase;
    color: #494949;
}
.component .break,
.component .event {
    background: none repeat scroll 0 0 #b0dae4;
    color: #494949;
    font-weight: normal;
}

.prices {
    text-align: center;
}
.component .prices {
    text-align: center;
}

.component .rowbreaker {
    background: #def6fc;
    text-transform: uppercase;
}

.component table.meeting .break {
    background: #b0dae4;
}

table.conference th {
	background: none repeat scroll 0 0 #30509C;
	border: solid 1px #30509C;
	border-top: solid 3px #30509C;
	outline: solid 1px #30509C;
	color: #FFF;
	font-weight: bold;
	padding: 7px 5px 7px 15px;
	text-align: left;
	vertical-align: top;
}
table.conference .sponsors {
	background: #F4D9C2;
}

table.conference .educational {
	background: #B7D9D0;
}

table.conference .break {
	background: #BE3642;
	color: #FFFFFF
}

table.conference .research {
	background: #F5DA51;
}

table.conference .organisation {
	background: #EEE2FA;
}

table.conference .symposia {
	background: #C6C4C4;
}

table.conference .keynote {
	background: #D0E4FB;
}

table.conference .papers {
	background: #C6C4C4;
}

table.conference .guidelines {
	background: #F9DBDE;
}

table.conference .yescp {
	background: #8AD563;
}

table.conference .joint {
	background: #96BF63;
}

/* Committee Tables */

table.committee {
    margin: 0 0 20px 0;
    width: 100%;
}
table.committee td {
    border: 1px solid #DDDDDD;
    margin: 0;
    padding: 12px 10px 6px 15px;
    vertical-align: top;
}

/* Fellow Operative Experience Tables */

table.fellow th {
  border: 1px solid #DDDDDD;
  padding: 12px 10px 6px 15px;
  vertical-align: top;
  text-align: left;
  vertical-align: top;
}

table.fellow td {
  border: 1px solid #DDDDDD;
  padding: 12px 10px 6px 15px;
  vertical-align: top;
}


/* ------------- Faculty photo listing ------------- */

div.faculty {
    width: 100%;
    float: left;
    clear: both;
}
div.faculty > * {
    float: left;
    clear: both;
}
.item-text ul.faculty {
    margin: 0;
    margin-top: 20px;
    padding: 0 0 20px 0;
    list-style-type: none;
    display: block;
}
.item-text ul.faculty li {
    display: block;
    width: 135px;
    padding: 0 15px 10px 0;
    margin: 0 -1px -1px 0;
    float: left;
    min-height: 200px;
}
.item-text ul.faculty img {
    float: right;
    height: 120px;
    width: 120px;
    margin-bottom: 5px;
}
.item-text ul.faculty p {
    text-align: center;
    font-size: 13px;
    line-height: 1.3em;
}

/* Extra small devices (phones, less than 376px) */
@media (max-width: 376px) {
    .item-text ul.faculty {
        float: none;
        width: 135px;
        margin-right: auto;
        margin-left: auto;
    }
}

/* ------------- Faculty photo listing (larger) ------------- */

.item-text ul.faculty2 {
    margin: 0;
    margin-top: 20px;
    padding: 0 0 20px 0;
    list-style-type: none;
    display: block;
}
.item-text ul.faculty2 li {
    display: block;
    width: 215px;
    padding: 0 15px 10px 0;
    margin: 0 -1px -1px 0;
    float: left;
    min-height: 21em;
}
.item-text ul.faculty2 img {
    float: right;
    height: 200px;
    width: 200px;
    margin-bottom: 5px;
}
.item-text ul.faculty2 p {
    text-align: center;
    font-size: 13px;
    line-height: 1.3em;
}

/* Extra small devices (phones, less than 376px) */
@media (max-width: 376px) {
    .item-text ul.faculty2 {
        float: none;
        width: 135px;
        margin-right: auto;
        margin-left: auto;
    }
}

/* ------------- Simple horizontal list of logos ------------- */

div.logo-list {
    width: 100%;
    float: left;
    clear: both;
}
div.logo-list > * {
    float: left;
    clear: both;
}

.item-text ul.logo-list {
    margin: 0;
    margin-top: 20px;
    padding: 0 0 20px 0;
    list-style-type: none;
    display: block;
}
.item-text ul.logo-list li {
    display: block;
    padding: 0 5px 20px 0;
    margin: 0 -1px -1px 0;
    float: left;
}
.item-text ul.logo-list img {
    float: right;
    height: 96px;
}

/* ------------- ChronoForms6 ------------- */

.semanticui-body h1, .semanticui-body h2, .semanticui-body h3, .semanticui-body h4, .semanticui-body h5 {
    font-weight: normal;
}

.semanticui-body h1 {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
.semanticui-body h2 {
    color: #FFF;
    background:  #1478CD;
    margin-top: 1em !important;
    padding: 4px 8px !important;
    font-size: 22px !important;
}

/*
.ui.form .field>label, .ui.form .inline.fields>label, .ui.form .grouped.fields>label, .nui.form .field>label, .nui.form .fields>label, .control-label>label {
    font-size: 14px;
    line-height: 1.2em;
    font-family: 'OpenSansBold';
    font-weight: normal !important;
}
*/

/* ------------- ChronoForms6 ------------- */


.nui.form .field>label, .nui.form .fields>label {
padding-top: 0.5rem;
}

/* ------------- Published guidelines ------------- */

p.guidelinetitle {
    font-size: 15px !important;
    margin: 15px 0 5px 0 !important;
}

p.smalltext {
    font-size: 9px !important;
    line-height: 1.4em !important;
    padding: 0 !important;
    margin-bottom: 5px !important;
}

/* ------------- Robotic Training Pathway ------------- */

div.training-link {
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    background-color: #FFCF00;
    padding: 20px;
    margin-top: 20px;
    width: 100%;
}

span.training-link-text {
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-weight: 700 !important;
    font-size: 1.3em;
    font-weight: normal;
    align-self: center;
    color: #1478CD;
    padding-right: 0.5em;
}

a.training-link-button {
    padding: 10px 20px 10px 20px;
    border-radius: 20px;
    align-self: center;
    font-family: 'Open Sans';
    font-weight: 700 !important;
    text-decoration: none;
    text-align: center;
    color: white;
    background-color: #263169;
}

/* Extra small devices (phones, less than 768px) */

@media (max-width: 767px) {
    a.training-link-button {
    : 50%;
    }
}

div.training-display {
    border-radius: 10px;
    background-color: #263169;
    padding: 20px;
    margin-top: 20px;
    width: 100%;
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-weight: 700 !important;
    font-size: 1.3em;
    font-weight: normal;
    align-self: center;
    color: #FFF;

}

/* Patients section */

p.sub-title {
font-family: "Work Sans";
font-weight: 600;
font-size: 24px;
}

h2.patients {
border-left: #1478cd solid 5px;
background: #ffcf00;
padding: 5px 10px;
}

h3.patients {
border-left: #1478cd solid 5px;
background: #E8E8E8;
padding: 5px 10px;
font-size: 23px;
}

h4.patients {
border-left: #ffcf00 solid 5px;
background: #E8E8E8;
padding: 5px 10px;
font-size: 21px;
}

table.patients {
    margin: 0 0 20px 0;
    width: 100%;
}

table.patients th {
    background: none repeat scroll 0 0 #E8E8E8;
    border: solid 1px #DDDDDD;
    outline: solid 1px #DDDDDD;
    font-weight: bold;
    padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 5px;
    padding-top: 7px;
    text-align: left;
    vertical-align: top;
}

table.patients td {
    border: 1px solid #DDDDDD;
    border-top: 0;
    margin: 0;
    padding: 12px 10px 6px 15px;
    vertical-align: top;
}

table.patients td p {
  margin: 5px 0;
}
/* Remember to tell Off Canvas of any changes to this file */

