﻿body {
    background-color: #48a2b2;
}

.menuPublicTable a {
    color: white !important;
}

h1 {
    color: white;
}

.titDiv {
    background-image: url(_images/plusSymbolBlue.png);
    background-position: left center;
    background-repeat: no-repeat;
    cursor: pointer;
}

    .titDiv.open {
        background-image: url(_images/closeSymbRed.png);
    }

.advencedSearchCont {
    width: 750px;
    max-width: 750px;
    margin: 0 auto;
    display: block;
}

    .advencedSearchCont table {
        width: 94%;
        min-width: 94%;
        margin: 10px 2% 20px;
        display: inline-table;
        border-spacing: 0;
    }

    .advencedSearchCont .advencedSearchTable {
        width: 100%;
        min-width: 100%;
        margin: 0 0 20px;
    }

.advencedSearchTable input[type=text] {
    width: 100%;
}

.advencedSearchTable input[type=submit] {
    width: 91%;
    margin-left: 10%;
}


.optionsTab {
    position: relative;
    border: solid 1px lightgray;
    margin: 20px !important;
}

    .optionsTab td:first-child {
        width: 80%;
    }

.subtit {
    background-color: white;
    width: auto;
    display: inline-block;
    position: absolute;
    top: -10px;
    left: 10px;
    padding: 0 10px;
    font-size: 18px;
    font-weight: 500;
}

.checkTd {
    display: block;
    float: left;
    height: 38px;
    width: 100%;
    height: auto;
}

.checkTd div {
    display:inline-block;
    margin: 0 5px 5px 0;
}
    .checkTd .checkleg {
        padding-top: 10px;
        height: 28px;
    }

.optionsCont table td {
    padding: 5px 20px;
}

.optionsCont {
    margin-bottom: 20px;
    padding: 10px 0;
    background-color: white;
}

    .optionsCont h2 {
        font-size: 24px;
        text-align: left;
        font-family: 'Open Sans', sans-serif;
        padding-left: 38px;
        margin: 0;
    }

    .optionsCont input[type=checkbox] {
        width: 25px;
        height: 25px;
        cursor: pointer;
    }

    .optionsCont label {
        cursor: pointer;
        position: relative;
        top: -5px;
        font-weight: 400;
        font-size: 16px;
    }

    .optionsCont select {
        width: 100%;
        height: 40px;
        margin-right: 10px;
    }

    .optionsCont input[type=text] {
        width: 90%;
    }

#glossaryOptions td {
    vertical-align: top;
}

.otherTab td {
    width: 50% !important;
    min-width: 50% !important;
    max-width: 50% !important;
    vertical-align: top;
}

.selectedItemsTitle td {
    padding: 10px 20px !important;
    font-weight: 600;
    font-size: 16px;
}

.selectedItems div {
    width: 33%;
    display: inline-block;
    float: left;
    cursor: pointer;
}

.selectedItems span {
    position: relative;
    top: -10px;
    font-weight: 600;
}

    .selectedItems span span {
        font-size: 12px;
        font-weight: 600;
        position: absolute;
        top: 15px;
        left: 0px;
        display: block;
        width: 180px;
        color: #820000;
    }

.listBoxCont div {
    cursor: pointer;
    display: inline-block;
}

.disabled {
    border: solid lightgray 1px;
    color: lightgray;
    cursor: not-allowed;
}

.selected {
    color: #720000;
    font-weight: 600 !important;
}

.chkbRow {
    color: white;
    font-size: 18px;
    font-weight: 400 !important;
}

    .chkbRow input[type=checkbox] {
        width: 25px;
        height: 25px;
        margin: 5px 5px 5px 12px;
        position: relative;
        top: 5px;
        cursor: pointer;
    }

        .chkbRow input[type=checkbox]:first-child {
            margin: 5px 5px 5px 0;
        }

    .chkbRow input[type=radio] {
        width: 25px;
        height: 25px;
        position: relative;
        top: 5px;
        cursor: pointer;
    }

    .chkbRow label {
        cursor: pointer;
    }

.chkbRow.blackText {
    color: black;
}

    .chkbRow.blackText label {
        position: relative;
        top: 0;
        left: 3px;
        color: black;
    }
        .speakersTd {
    position: relative;
}

    .speakersTd input[type=text] {
        width: 100%;
        margin-top: 10px;
    }

.completeSpeakers {
    position: absolute;
    width: 95%;
    z-index: 800;
    display: block;
    font-size: 18px;
    line-height: 28px;
    background-image: url(_images/modalBack.png);
}

    .completeSpeakers div {
        cursor: pointer;
        border-spacing: 0;
        border-bottom: solid 1px white;
        color: white;
        padding: 3px 10px;
    }

.simpleSearchLink {
    text-decoration: none;
    font-weight: 600;
    font-size: 1em;
    position: relative;
    left: 25px;
}

    .simpleSearchLink:hover {
        background-color: transparent;
        color: #820000;
        text-decoration: underline;
    }

.searchin {
    color: #820000;
    font-weight: 600;
}

@media (max-width: 800px) {
    .advencedSearchCont {
        width: 95%;
        max-width: 95%;
        min-width: 520px;
    }
    .advencedSearchCont {
        font-size:18px;
        line-height:23px;
    }
        .checkTd .checkleg {
        width: 100%;
    }

    .checkTd  {
        text-align:center;
    }
    .checkTd div {
        margin-right:15px;
    }
        /*.checkTd div {
        display: block;
        width: 50%;
        height: 60px;
    }*/
        .chkbRow td {
        vertical-align: top !important;
    }

    .chkbRow input[type=checkbox], .optionsCont input[type=checkbox] {
        width: 35px;
        height: 35px;
        position: relative;
        top: 12px;
    }

    .chkbRow input[type=radio] {
        width: 30px;
        height: 30px;
        position: relative;
        top: 7px;
        color: black;
    }

    .optionsCont input[type=checkbox] {
        margin: 15px 0;
    }

    .addLink {
        height: auto;
        min-height: 50px;
    }

    .firstLineDiv {
        height: 50px;
        margin-top: 10px;
    }

    .selectedItemsTitle td {
        padding-top: 25px !important;
    }

    .selectedItems div {
        width: 50%;
        display: inline-block;
        margin-bottom: 10px;
    }

    .selectedItems span span {
        font-size: 1em;
        padding-top: 5px;
    }

    .subtit {
        top: -20px;
    }

    .simpleSearchLink {
        font-size: 1em;
        line-height: 1em;
        margin-top: 5px;
        left: 0;
        width: 90%;
        margin-left: 10% !important;
        display: block;
    }

    .chkbRow label {
        font-size: .9em;
    }

    .chkbRow td {
        vertical-align: top;
    }

    .checkTd label {
        font-size: .9em;
    }

    .checkTd {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 1em;
    }

    .optionsCont h2 {
        font-size: .9em;
        line-height: 1.2em;
    }

    .optionsCont label {
        top: 2px;
    }

    .searchin {
        display: block;
        width: 100%;
        color: #820000;
        text-align: center;
        font-size: 1.2em;
    }
}
