body {
    background-color: #fff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    /*animation:animatedBackground 100s linear infinite;*/
    margin: 0;
    font-size: 11pt;
    background-color: #1c2d49;
    background-image: url(../Images/worldmapback.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow-y: scroll;
}

.bodyInner
{
    max-width: 1350px;
    margin: auto;
    box-shadow: 0px 0px 4px #444;
    min-height: 100vh;
    background-color: #fcfcfc;
}

@keyframes animatedBackground
{
    from
    {
        background-size: 2000px;
    }

    to
    {
        background-size: 4000px;
    }
}

h1
{
    font-size: 18px;
    margin-top: 0px;
    font-weight: 600;
}

h2, h3
{
    font-size: 16px;
}

table
{
    border-collapse: collapse;
}

td
{
    vertical-align: top;
    padding: 2px;
}

th, label
{
    font-size: 10pt;
    color: #626262;
    font-weight: normal;
    text-align: left;
    padding: 0px;
}

select
{
    height: 33px;
}

input, textarea, select
{
    border: 1px solid #aec7d4;
    padding: 3px 5px;
    border-radius: 2px;
    font-size: 14px;
    color: #444444;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

input[type="file"]
{
    border: none;
}

a
{
    color: #1d84b2;
}

input
{
    height: 25px;
}

input[type="button"], input[type="submit"]
{
    display: inline-block;
    zoom: 1;
    vertical-align: baseline;
    margin: 0 2px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 14px/100% Arial, Helvetica, sans-serif;
    padding: .5em 1em .55em;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    color: #4d4d4d;
    border: solid 1px #b7b7b7;
    background: linear-gradient(#fff, #ededed);
    height: auto;
}

input[type="button"]:disabled, input[type="button"]:disabled:hover
{
    background-color: #ddd;
    cursor: default;
}


input[type="button"]:active, input[type="submit"]:active
{
    color: #999;
    background-image: linear-gradient(#ededed, #fff);
}

input [type="button"]:hover, input[type="submit"]:hover, input [type="button"]:focus, input[type="submit"]:focus
{
    background-color: #ededed;
    background-image: linear-gradient(#fff, #dcdcdc);
}

input:focus, textarea:focus, select:focus
{
    border-color: #60bfef;
    outline: 1px solid #1d84b2;
}

.inputLabel
{
    font-size: 11px;
    position: absolute;
    left: 5px;
    top: -8px;
    padding: 0 3px;
    color: #777;
    background: linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 67%, rgba(255,255,255,0) 100% )
}

.inputLabel.disabled
{
    background: linear-gradient(to top, rgba(255,255,255,0), rgba(255,255,255,0))
}

.logo
{
    color: #ffffff;
    font-size: 21px;
    font-family: fantasy;
    text-shadow: 1px 3px 2px #716363;
    letter-spacing: 2px;
}

.submenu
{
    background-color: #3B3B3B;
    padding: 8px 9px 1px 9px;
    box-shadow: 1px 1px 2px #777;
    color: #FFF;
}

.submenu a
{
    display: inline-block;
    margin-right: 10px;
    text-decoration: none;
    color: #FFF;
}

.topBar {
    background-color: #00234c;
    padding: 7px;
    color: #fff;
    background-image: url(../Images/logo_back.png);
    background-repeat: no-repeat;
    height: 25px;
    box-shadow: 0px 0px 3px 1px #333;
}


div.autopanel
{
    border: 1px solid #84b283;
    box-shadow: 1px 2px 4px 1px rgba(0,0,0,0.4);
    position: absolute;
    background-color: #FFFFFF;
    max-height: 225px;
    overflow-y: auto;
    z-index: 1000;
}

div.autopanel.top
{
    box-shadow: 1px -1px 4px 1px rgba(0,0,0,0.4);
}



ul.autolist
{
    list-style: none;
    padding: 0px;
    margin: 0;
    max-width: 600px;
}

ul.autolist li
{
    border: 1px solid transparent;
    margin: 1px;
    padding: 4px;
    border-radius: 2px;
    cursor: pointer;
}

ul.autolist li:hover
{
    border-color: #60bfef;
}

ul.autolist li span.context
{
    font-size: 13px;
    color: #808080;
}

ul.autolist li span.subcontext
{
    font-size: 12px;
    color: #808080;
    font-style: italic;
    max-width: 215px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
}

li.selected
{
    background-color: #d4e7f9;
    color: #111;
}

ul.autolist li.selected span.context, ul.autolist li.selected span.subcontext
{
    color: #333;
}

.autogroupContainer
{
    white-space: nowrap;
    display: inline-flex;
}

.autogroupOptions
{
    display: inline-block;
    white-space: normal;
    box-sizing: border-box;
}

.autogroup
{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: inline-block;
    vertical-align: top;
    overflow: visible;
}

.autogroup .valueItem
{
    overflow: visible;
    margin-right: 14px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 6px;
}

.autogroup .valueItem:focus
{
    outline: none;
}

.autogroup .valueItem:focus .groupContent
{
    outline: none;
    box-shadow: 0px 0px 1px 1px #516b95;
}

.autogroup .itemName
{
    display: inline-block;
    white-space: pre-wrap;
    max-width: 325px;
}

.autogroup .groupContent
{
    border: 1px solid #f9e4be;
    font-size: 12px;
    padding-right: 10px;
    background-position: right center;
    background-repeat: no-repeat;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    vertical-align: middle;
    background-color: #fffbdb;
    position: relative;
    border-radius: 2px;
    display: inline-block;
    white-space: nowrap;
    height: 31px;
}

.autogroup.mini .groupContent
{
    height: 19px;
}

.autogroup .valueItem img
{
    padding: 0;
    height: 32px;
    display: inline-block;
    overflow: hidden;
}

.autogroup .valueItem .subcontext
{
    display: block;
    font-size: 10px;
    margin-top: -1px;
}

.autogroup.mini .valueItem
{
    height: 20px;
    margin-bottom: 7px;
    padding: 0 2px;
    padding-left: 5px;
    margin-right: 7px;
    vertical-align: top;
}

.autogroup .valueItem .deleteImage
{
    position: absolute;
    top: -7px;
    right: -10px;
}

.deleteImage
{
    background-image: url(../Images/delete_light.png);
    width: 16px;
    height: 16px;
    padding: 1px;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    vertical-align: text-bottom;
}

.deleteImage:hover
{
    background-image: url(../Images/delete.png);
}

.popupContainer
{
    position: fixed;
    top: 0;
    left: 0;
}

.popup
{
    border-radius: 3px;
    position: fixed;
    z-index: 1000;
    margin: auto auto;
    background-color: #fdfdfd;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    /* height: auto; */
    box-shadow: 1px 1px 10px #000;
    /* display: table-column; */
    max-height: 98vh;
}

.zeroContainer .popup
{
    background-color: #000;
}

.popupContent
{
    padding: 25px;
    overflow: auto;
    max-height: 83vh;
    min-height: 150px;
    margin: 0;
}

.zeroContainer .popupContent
{
    padding: 0;
}

.popupContent.noTitle
{
    padding-top: 0px;
}

.popupHeader
{
    padding-left: 5px;
    /* display: table-cell; */
    height: 24px;
    text-align: right;
    z-index: 1000;
    position: relative;
}

.zeroContainer .popupHeader
{
    height: 0;
}

.overlay
{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .6;
    background-color: #000;
    z-index: 999;
}

/* Citation Classes */
.citationList
{
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    margin-top: 0;
    font-size: 12px;
}

.citationList tr
{
    margin-bottom: 2px;
    cursor: pointer;
}

.citationList tr:hover
{
    background-color: #fff8dd;
}

.editImage
{
    padding-left: 6px;
    vertical-align: middle;
    width: 16px;
}

.sourceWrapper
{
    border: 1px solid;
    border-radius: 2px;
    font-size: 10px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    padding: 2px;
    padding-right: 3px;
    width: 95px;
}

.sourceWrapper.primary
{
    border-color: #70ba6f;
}

.sourceWrapper.secondary
{
    border-color: #ffd800;
}

.sourceWrapper.tertiary
{
    border-color: #f15b5b;
}

.source
{
    border: none;
    display: inline-block;
    margin-right: 4px;
    padding: 2px;
    color: #fff;
    width: 18px;
    text-align: center;
}

.primary .source
{
    background-color: #70ba6f;
}

.secondary .source
{
    background-color: #ffd800;
}

.tertiary .source
{
    background-color: #f15b5b;
}
.menuBar
{
    vertical-align:middle;
    height: 30px;
}

.menuBar a, .menuBar button
{
    font-family: inherit; /* Ensures font consistency */
    font-size: inherit; /* Inherits the font size from the parent */
    display: inline-flex; /* Makes each link also a flex container */
    align-items: center; /* Centers text vertically inside the link */
    padding: 4px 7px;
    border: none;
    margin: 0px 5px 4px 0px;
    border-radius: 2px;
    transform: skew(-10deg);
    background-color: #484848;
    color: #fff;
    box-shadow: 1px 1px 1px #555;
    text-decoration: none;
    line-height: 100%;
}

.menuBar a:hover, .menuBar button:hover
{
    background-color: #777;
}

.selectedpage
{
    color: #555;
    font-weight: 700;
    padding: 1px;
    border-bottom: 2px solid #ffca93;
}

.eventStart
{
    font-size: 13px;
    display: inline-block;
    padding: 0 4px 1px 2px;
    color: #79899e;
    position: absolute;
    margin-left: 8px;
    margin-bottom: 2px;
    font-style: italic;
    left: -137px;
    width: 106px;
    top: 1px;
    text-align: right;
}

.timepoint
{
    height: 10px;
    width: 10px;
    border-radius: 10px;
    position: absolute;
    left: 117px;
    background-color: #8192b7;
    top: 6px;
}

.timelineImage
{
    width: 80px;
    border-radius: 4px;
}

.eventTitle
{
    font-size: 15px;
    display: block;
    padding: 0 0 3px 10px;
    color: #34526c;
}

.eventTeaser
{
    font-size: 14px;
    display: block;
    padding: 0 0 3px 10px;
    color: #5d5d5d;
    font-style: italic;
}


.event
{
    color: #000;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 0 7px;
    margin: 11px 0 0 3px;
    position: relative;
}

.event:hover
{
    cursor: pointer;
    background-color: #deefff;
    transition: background-color .3s;
}

.eventsWrapper
{
}

.eventGroup
{
    display: block;
    width: 425px;
    padding: 2px;
    margin-left: 115px;
    border-left: 2px dashed #a4b4d5;
    padding-bottom: 15px;
}

.eventGroup .event:last-child
{
    border-bottom: none;
}

.eventGroupHeader {
    display: inline-block;
    font-size: 17px;
    background-color: #506988;
    color: #fff;
    padding-bottom: 1px;
    left: -92px;
    position: relative;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    width: 90px;
    text-align: center;
}

.formElement
{
    margin-bottom: 25px;
}

.dataTable td
{
    padding-left: 5px;
}

.dataTable td:first-child
{
    color: #999;
}

.summaryList
{
    font-size: 14px;
    position: relative;
}

.summaryList thead
{
    position: sticky;
    top: 0; /* Don't forget this, required for the stickiness */
    box-shadow: 0px 3px 1px #333;
}

.summaryList th
{
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    background-color: #7d96b6;
}

.summaryList tbody tr
{
    cursor: pointer;
}

.summaryList tbody tr:hover td
{
    background-color: #fffde0 !important;
}


.summaryList tr td, .summaryList tr th
{
    font-size: 14px;
    padding: 7px 3px 7px 5px;
}

.summaryList .selected
{
    box-shadow: 0 0 2pt 1pt #6c8aa3;
    z-index: 1;
    position: relative;
}

.tableForm td
{
    padding: 5px;
}

.tableForm th
{
    padding-left: 5px;
}

.buttonGroup
{
    display: inline-block;
    border-collapse: collapse;
    border: 1px solid #6387d8;
    border-radius: 2px;
    color: #333;
    line-height: 15px;
    user-select: none;
}

.buttonGroup.tall
{
    line-height: 28px;
}

.buttonGroup .selected
{
    background-color: #7497d8;
    color: #fff;
}

.buttonGroup span
{
    display: inline-block;
    border-collapse: collapse;
    border-right: 1px solid #1d84b2;
    padding: 0 6px;
    font-size: 12px;
    line-height: 19px;
    cursor: pointer;
}

.buttonGroup.tall span
{
    line-height: 30px;
}

.buttonGroup span:last-child
{
    border-right: none;
}

.shield
{
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.spinner
{
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-image: url(../Images/spinner.gif);
    background-position: center center;
}

.contentEditor
{
    border: 1px solid #60bfef;
    border-radius: 2px;
    padding: 7px;
    font-size: 14px;
    overflow: auto;
    margin-bottom: 5px;
    background-color: #fff;
}

.contentEditor:focus
{
    outline: 1px solid #1d84b2;
}

.addReference
{
    border: 1px solid rgb(85, 85, 85);
    display: inline-block;
    position: relative;
    top: -7px;
    padding: 3px;
    font-size: 12px;
    border-top: none;
    background-color: #eee;
}

.header
{
    color: #272c41;
    font-size: 16px;
    margin-bottom: 4px;
    font-weight: 600;
}

.citationNotes
{
    font-style: italic;
    font-size: 14px;
    padding: 3px 0;
    color: #555;
}


.eventFilters .formElement
{
    margin-bottom: 15px;
}

.eventImage
{
    padding: 10px;
    border-radius: 3px;
    vertical-align: middle;
    background-color: #ebf8ff;
    border: 1px solid #9ec5ea;
    margin-bottom: 5px;
}

.eventImage img
{
    display: inline-block;
    margin-right: 5px;
}

.eventImage.deleted
{
    background-color: #ddd;
    text-decoration: line-through;
    color: #999;
}

.eventImage.deleted img
{
    opacity: .3;
}

.eventImage.deleted a
{
    display: none;
}

.eventImage.deleted
{
    background-image: url(../Images/undo_delete.svg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 48px;
    border-color: #888;
}

.eventImage.deleted:hover
{
    cursor: pointer;
    background-color: #eee;
}

.sideBar
{
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.75) -4px 0px 11px -4px;
    position: fixed;
    width: 650px;
    top: 0;
    right: 0;
}

.sideBarRecord
{
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.75) -4px 0px 11px -4px;
    width: 600px;
    padding: 15px 10px;
}

.sideBarRecord .recordHeader
{
    background-color: #333;
    color: #fff;
    padding: 10px;
    border-radius: 2px;
    margin-bottom: 20px;
}

.imageSelector
{
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 15px 10px 10px;
    position: relative;
}

.imageSelector input[type='checkbox']
{
    -webkit-appearance: none;
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 5px;
    border: 2px solid #555;
}

.imageSelector input[type='checkbox']:checked
{
    background: #abd;
    -webkit-appearance: checkbox;
}

.searchmatch
{
    font-weight: bold;
}

.event .videoThumb > img
{
    border-radius: 4px;
}

.videoContainer
{
    margin-bottom: 15px;
    padding-top: 5px;
    display: flex;
    border-radius: 3px;
    box-shadow: rgb(169 181 197) 0px 0px 2px 1px;
    padding: 11px 8px 4px;
}

.videoThumb
{
    position: relative;
}

.videoThumb img
{
    cursor: pointer;
    border-radius: 2px;
    width: 120px;
    height: 90px;
}

.videoThumb > div
{
    font-size: 12px;
    padding: 0 3px 0;
}

.videoThumb:before
{
    content: "video";
    color: white;
    font-size: 10px;
    background-color: #222;
    position: absolute;
    top: -4px;
    right: -4px;
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 0 3px 3px;
    background-size: 20px;
    pointer-events: none;
}

.eventViewer .videoThumb, .topicViewer .videoThumb
{
    display: inline-block;
    width: 165px;
    vertical-align: top;
    margin-right: 13px;
    box-shadow: -3px 0px 6px -3px;
    text-align: center;
    border-radius: 3px;
    padding: 5px;
    background-color: #333;
    color: #fff;
}

iframe
{
    border: none;
    width: 100%;
}

.sideBar .closeButton
{
    padding: 2px 11px 0px 12px;
    top: 3px;
    right: 4px;
    position: absolute;
    z-index: 1;
    background-color: #8a6f55;
    font-size: 20px;
}

.closeButton
{
    background-color: #aa4949;
    color: #eee;
    padding: 2px 21px 0px 20px;
    border-radius: 3px;
    text-decoration: none;
    font-size: 22px;
    font-family: arial;
    font-weight: 600;
    top: -4px;
    right: -6px;
    position: relative;
    box-shadow: 1px 2px 3px 0px #000;
}

.closeButton:hover
{
    background-color: #b72626;
    color: #fff;
}


.textBox
{
    position: relative;
    display: inline-block;
}

.textBox input
{
    width: 100%;
    box-sizing: border-box;
    height: 33px;
}

.textBox img
{
    position: absolute;
    right: 4px;
    top: 7px;
}

.textBox textarea
{
    padding-top: 7px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

a.disabled
{
    color: #ccc;
}

.duplicateEvents
{
    padding: 15px 22px;
    border-radius: 3px;
    border: 2px solid rgb(176 60 83);
    display: inline-block;
    box-shadow: 0 0 5px #d74e4e;
    background-color: #fff7f7;
}

.labelHeader
{
    display: block;
    background-color: #547aa9;
    border-radius: 3px;
    padding: 3px 7px;
    color: #fff;
    font-size: 15px;
    margin-bottom: 7px;
}

.topics
{
    margin-top: 7px;
    margin-left: -4px;
}

.topic
{
    display: inline-block;
    font-size: 12px;
    padding: 3px 5px;
    color: #000;
    background-color: #ffd26f;
    border-radius: 4px;
    margin-right: 10px;
    text-decoration: none;
    font-weight: normal;
}

.related
{
    margin-bottom: 10px;
}

.person {
    border-radius: 3px;
    border: 1px solid #333;
    padding: 4px;
    display: inline-block;
    font-size: 11px;
    text-align: center;
    margin-right: 10px;
    vertical-align: middle;
    background-color: #506988;
    margin-bottom: 6px;
    text-decoration: none;
    color: #fff;
}

.person img
{
    height: 145px;
    text-align: center;
}

.viewerHeader
{
    padding-bottom: 0px;
    color: #656773;
    margin-bottom: 14px;
    font-size: 15px;
    text-align: center;
    position: relative;
    font-weight: 500;
    bottom: -11px;
    background-color: #fff;
    box-shadow: 1px 5px 4px 7px #fff;
}

.headerLine
{
    box-shadow: 0px 5px 3px -4px #becbd6;
    text-align: center;
    margin-bottom: 22px;
    margin-top: 14px;
    border-bottom: 1px solid #888;
}

.showMore
{
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    margin: 0 0;
    text-align: center;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 75%);
    padding-top: 47px;
}

div.topicSynonyms span
{
    font-size: 13px;
    padding: 2px 6px;
    background-color: #ebf8ff;
    border: 1px solid #c2def9;
    border-radius: 2px;
    margin: 2px 4px 2px 0;
    display: inline-block;
}

.timelineLeftPane
{
    padding: 25px 20px;
    margin-bottom: 10px;
}

.spotlightWrapper
{
    padding-bottom: 10px;
    border-radius: 3px;
    max-width: 820px;
    margin:auto;
}


.spotlight
{
    font-size: 18px;
    border-radius: 6px;
    padding: 15px 20px;
    margin: 0 4px;
    height: 500px;
    overflow: hidden;
    background-color: #f9f8f5f7;
    color: #333;
    border: 1px solid #d1e9ff;
    cursor: pointer;
}

.spotTitle
{
    font-size: 20px;
    margin-bottom: 4px;
    font-weight: 600;
    margin-bottom: 16px;
}

.spotlight .videoThumb
{
    display: inline-block;
    margin-right: 18px;
    margin: 0 15px 5px 15px;
    float: right;
}


.spotlight .videoThumb img
{
    max-width: 300px;
}

.spotlight .topic
{
    font-size: 15px;
    display: inline-block;
    cursor: pointer;
}

.spotlight .topics
{
    margin-top: 0;
    float: right;
}

.spotlightHeader
{
    text-align: center;
    font-size: 22px;
    background-color: #81b6e2;
    color: #fff;
    border-radius: 6px;
    margin: 3px;
    padding: 0px 0 5px;
}

.nextPrevious
{
    cursor: pointer;
    display: inline-block;
    padding: 0 20px;
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    position: relative;
    top: 2px;
    user-select: none;
}


.slick-next:before, .slick-prev:before
{
    color: #000 !important;
}

.slick-prev
{
    left: -18px !important;
}

.slick-next
{
    right: -18px !important;
}

.video-container
{
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    width: 96vw;
    max-width: 1000px;
}

.video-container iframe, .video-container object, .video-container embed
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 600px)
{
    body.modalOpen
    {
        position: fixed;
        overflow-y: hidden;
    }

    html, body
    {
        overflow-x: hidden;
    }

    body
    {
        position: relative;
    }

    .welcome
    {
        display: none;
    }

    .timelineLeftPane
    {
        padding: 15px 0;
    }

    .spotlightWrapper
    {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        border-radius: 0;
    }

    .eventGroup
    {
        margin-left: 90px;
        width: calc(100vw - 102px);
    }

    .sideBar
    {
        width: 100vw;
        right: 0 !important;
        top: 0 !important;
        overscroll-behavior-y: none;
    }

    .eventTitle
    {
        font-size: 14px;
    }

    .eventStart
    {
        width: 112px;
    }

    .timepoint
    {
        height: 8px;
        width: 8px;
        border-radius: 8px;
        left: 119px;
    }

    .spotlight
    {
        font-size: 16px;
        padding: 10px;
    }

    .spotTitle
    {
        font-size: 18px;
    }

    .videoThumb img
    {
        width: 125px;
        height: 93.75px;
    }

    .menuBar
    {
        margin-top: 45px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px !important;
        float: left !important;
    }

    .eventViewer .videoThumb
    {
        width: 150px;
        margin-bottom: 4px;
    }
}

.topicGroup
{
    display: inline-block;
    vertical-align: text-top;
}

.topicGroup span:after
{
    content: " / ";
}

.topicGroup span:last-child:after
{
    content: "";
}
.topicGroup a
{
    color: #fff;
    text-decoration: none;
}

.topicGroup a:hover
{
    text-decoration: underline;
}

.topicPath
{
    background-color: steelblue;
    color: #fff;
    padding: 3px 7px;
}


.simpleTopic
{
    display: inline-block;
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
    margin-right: 16px;
    text-decoration: none;
    font-weight: normal;
}

.simpleTopic:hover
{
    text-decoration: underline;
}

.allTopics .simpleTopic
{
    color: #000;
    font-size: 15px;
    padding: 5px 0;
}

input.ai
{
    background-image: url(../Images/ai_28px.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 30px;
    vertical-align: bottom;
    height: 33px;
}


