/* General */
.border-bottom-line {
    border-bottom: 1px solid #414141;
}

div.heading-title.heading-border-color-blue {
    border-color: #002395;
}

div.heading-title.heading-border-color-red {
    border-color: #ED2939;
}
/**********************************************************************/


#topNav ul.dropdown-menu {
    min-width: 210px;
}

.info-bar div.row>div i {
    color: rgb(240, 106, 82);
    font-size: 50px;
    margin-right: 30px;
}

.info-bar h3 {
    color: rgb(240, 106, 82);
    font-size: 25px;
}

.info-bar p {
    font-size: 18px;
    line-height: 1.2;
}

.host-image {
    width: 100%;
    margin-top: 20px;
    margin-top: 20px;
}

div.heading-title {
    margin-bottom: 30px;
}

.heading-title h3 {
    font-size: 20px;
    background-color: transparent;
}

.box-flip .box1 {
    padding: 15px;
}

#main h3 .section-header {
    border-top: 0;
    margin-top: 0;
    margin-bottom: 0 !important;
    font-size: 18px;
}

section {
    padding: 50px 0;
}

#footer img.footer-logo {
    width: 100%;
}

#footer a .email {
    font-weight: 600;
}

#footer>.container {
    padding-top: 20px;
    margin-bottom: 10px;
}


/* section header */
section.page-header {
    border-top: 0;
    margin-top: 0;
    margin-bottom: 0 !important;
    background-color: rgba(148,149,150,0.05);
}

section.page-header h1 {
    font-weight: 800;
    text-transform: uppercase;
    color: #414141;
}

section.page-header h1 a{
    color: #414141 !important;
}

section.page-header h1 a:hover{
    color: #000 !important;
}

section.page-header span {
    font-weight: 500;
    color: rgb(240, 106, 82);
    text-transform: uppercase;
}

section .sub-header {
    color: #414141;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
}

.justify {
    border: 0px;
    font-size: 16px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    background-color: transparent;
    white-space: pre-wrap;
    text-align: left;
    word-break: normal;
    text-justify: inter-word;
    margin-bottom: 20px;
    line-height: 30px;
    color: #666;
}

.no-margin h3 {
    margin-bottom: -25px;
}

.notice-image {
    width: 100%;
}

.notice-date {
    font-size: 12px;
    margin-top: -10px;
    margin-bottom: 5px;
}


/* Side Navigation */
div.side-nav ul>li>a {
    color: #A94545;
} 

div.side-nav ul>li>a:hover {
    color: #000 !important;
    background: linear-gradient(90deg, rgba(210, 16, 51,1) 0%, rgb(255, 255, 255) 100%);
}

.toggle.toggle-transparent-body label {
    color: #000;
    font-weight: 700;
    background: linear-gradient(90deg, rgba(210, 16, 51,1) 0%, rgb(255, 255, 255) 100%); 
}

.sidemenu-selected {
    /* background-color: #A94545; */
    background: linear-gradient(90deg, rgba(210, 16, 51,1) 0%, rgb(255, 255, 255) 100%);
    /* color: #ffffff !important; */
    color: #000 !important;
    font-weight:900;
}

.side-nav-head h4 {
    font-size: 18px !important;
}

.side-content-head h4 {
    font-size: 18px !important;
}


/* session table */

.sessiontable a {
    color: #A94545;
}

.sessiontable a:hover {
    color: #666;
}

.sessiontable a {
    color: #A94545;
}

.sessiontable ul {
    list-style: none;
    padding: 0;
}

.sessiontable td {
    color: #000;
}

.sessiontable th {
    vertical-align: top;
}

.sessiontable td,
.sessiontable th {
    border-bottom: 1px dashed #666;
    padding: 7px;
}

.sessiontable em {
    font-weight: bold;
}

.sessiontable td li {
    margin: 5px 0px;
}

.sessiontable .sessiontime {
    display: inline-block;
    float: right;
    font-weight: bold;
}

.sessiontable .chairtype {
    display: inline-block;
    float: right;
}

.anchor {
    display: block;
    height: 75px;
    /* this is the height of your header */
    margin-top: -75px;
    /* this is again negative value of the height of your header */
    visibility: hidden;
}


/* programme committee */

.testimonial {
    min-height: 70px;
}

.testimonial-content {
    padding-left: 140px;
    margin-top: 20px;
}

div.testimonial>figure>img {
    width: 120px;
    height: 120px;
}

div.testimonial-bordered {
    margin: 0 0 30px 0;
    padding: 15px;
}

.testimonial figure {
    margin: 1rem 0;
}


/* image class */

.block-image {
    width: 100%;
}

.person-image {
    margin: 0;
    max-width: 100%;
    box-shadow: 2px 2px 2px #888888;
}

.person-title {
    font-weight: bold;
    font-size: 18x;
    margin: 0;
}

.host-image {
    width: 90%;
    margin: 15px auto;
}

.image-shadow {
    box-shadow: 2px 2px 2px #888888;
}

/* Table */
#sponsor-table th {
    text-align: center;
}

#sponsor-table td {
    text-align: center;
    height:60px;
}

#sponsor-table td.type{
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

