@charset "utf-8";
/* CSS Document */

/* FONT AWESOME */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

.fa, .fab, .fas { 
    margin-right: 0.5em;
    margin-left: 0.5em;
}

/* BODY & FONTS */
html, body { 
    font-family: 'Droid Sans', Verdana, Trebuchet, Helvetica, Sans-Serif;
    background-color: #e9ecef !important;
    margin: 0 !important; 
    padding: 0 !important; 
}

body h1, body h2, body h3, body h4, body h5, body h6, 
body .h1, body .h2, body .h3, body .h4, body .h5, body .h6 { 
    font-family: 'Poppins', Tahoma, Geneva, sans-serif; 
}

/* ----------------------------------------- */
/* 1. THE CENTERED COLUMN (Boxed Layout)     */
/* ----------------------------------------- */
#main-form, .main-form, .container, .wrapper {
    max-width: 960px !important;
    margin: 0 auto 40px auto !important; 
    background-color: #ffffff !important; 
    padding: 40px !important; 
    box-shadow: 0 4px 20px rgba(0,0,0,0.1) !important;
    border: none !important;
    overflow-x: hidden; 
}

/* ----------------------------------------- */
/* 2. FLUSH HEADERS & FOOTERS                */
/* ----------------------------------------- */
div.brand-header-bg { background-color: transparent !important; }

/* FIX: Use calc() to account for the exact padding width and override max-width limits */
.brand-header, .brand-header-bg, .header-image, .navbar-inside-page,
.navbar-inverse, form.dynamic-target .navbar-inside-page, .brand-footer,
footer, .footer-image, .footer-top,
[id^="page_"] > div.brand-footer.brand-footer-bg.footer-image { 
    margin-left: -40px !important;  
    margin-right: -40px !important; 
    width: calc(100% + 80px) !important; 
    max-width: none !important; 
}

.brand-header, .brand-header-bg, .header-image {
    margin-top: -40px !important; 
}

/* FOOTER STYLING */
footer { 
    background-color: #636466; 
    padding: 30px 40px !important; 
    display: block;
    overflow: hidden; 
}

/* ----------------------------------------- */
/* 3. FORM ITEMS & BUTTONS                   */
/* ----------------------------------------- */
label { font-weight: normal; }

.btn-default, .navbar-btn {
    position: relative;
    display: inline-block;
    padding: 8px 16px; 
    background-color: #00737b;
    border: 1px solid #00737b;
    border-radius: 2px;
    text-decoration: none;
    font-weight: bold;
    color: #FFFFFF;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    transition: background-color 100ms ease-out 0ms;
    cursor: pointer;
    background-image: none;
    line-height: normal;
}

.btn-default:hover, .navbar-btn:hover {
    background-color: #005b62;
    border-color: #005b62;
    color: #FFFFFF;
    text-decoration: none;
}

.navbar-btn {
    background-color: #ffffff;
    color: #00737b;
}

/* ----------------------------------------- */
/* 4. UTILITIES & ICONS                      */
/* ----------------------------------------- */
/* SIGNOUT LINKS */
.sign-out-link, .account-link, .nav.navbar-nav.navbar-right { display: none !important; }
#sidebar ul.navbar-nav li:last-child { display: none; }

/* FOOTER ICONS */
.footer-top .fa, .footer-top .fab, .footer-top .fas {
    font-size: 18px;
    color: #fff;
    padding-right: 20px;    
}

.footer-top .first-item { color: #fff; padding-right: 20px; }
.footer-top .last-item { color: #fff; }
.footer-top a { color: #fff; text-decoration: none; }

.footer-top .col-lg-2:hover .fa, 
.footer-top .col-lg-2:hover .fab, 
.footer-top .col-lg-2:hover .fas, 
.footer-top .col-lg-2:hover a { color: #7dabdb; }

/* EXHIBITION BUTTON */
div.smallBorder.brand-primary-background {  
    color: #fff;
    opacity: 0.6; 
}

/* MAINSPONSORS - LINE BESIDES TEXT */
.line-title {
    margin-bottom: 1.3em;
    text-align: center;
    display: block;
    position: relative;
    overflow: hidden;
}
.line-title:before, .line-title:after {
    content: '';
    display: inline-block;
    height: 1px;
    background: #a0a4a5;
    width: 50%;
    position: relative;
    vertical-align: middle;
}
.line-title:before { left: -0.5em; margin-left: -50%; }
.line-title:after { right: -0.5em; margin-right: -50%; }

/* ----------------------------------------- */
/* 5. DEFAULT TABLES                         */
/* ----------------------------------------- */
table {
    display: table;
    width: 100%;
    margin-bottom: 12px;
    border-collapse: collapse;
    border-spacing: 0;
    border: none !important;
}

table tbody { display: table-row-group; }
table tbody tr:nth-child(odd) { background-color: #f7f7f7; }
table tbody tr:nth-child(even) { background-color: #FFFFFF; }

table tr th, table tr td {
    display: table-cell;
    float: none;
    margin: 0;
    padding: 6px;
    border-left: none !important;
    border-top: none !important;
    border-right: none !important;
    border-bottom: 1px solid #EDEDED !important;
}

tr.brand-btn-default-bg.brand-btn-default-color > th { background-color: #005b62; }