﻿.listBoxCont {
    width: 100%;
    min-width: 100%;
    height: 40px;
    display: block;
    z-index: inherit;
}

.firstLineDiv {
    width: 73%;
    height: 40px;
    border: solid 1px lightgray;
    display: inline-table;
    background-image: url(_images/listBoxArrow.png);
    background-position: right center;
    background-repeat: no-repeat;
    z-index: inherit;
    position: inherit;
}

    .firstLineDiv span {
        padding: 10px;
        display: inline-block;
        z-index: inherit;
    }

.listMod {
    z-index: 1000;
    position: inherit;
}

.chkboxlist {
    width: 73%;
    display: block !important;
    height: 165px !important;
    max-height: 165px !important;
    overflow-y: scroll;
    background-color: #f7f7f7;
    z-index: 1000;
    position: relative;
}

    .chkboxlist td {
        padding: 0 !important;
    }

    .chkboxlist label span {
        font-size: 13px;
        color: gray;
        min-width: 100px;
    }

    .chkboxlist input[type=checkbox] {
        width: 25px;
        height: 25px;
        cursor: pointer;
    }

.addLink {
    width: 26%;
    min-width: 26%;
    display: inline-table;
    float: right;
    height: 40px;
    background-image: url(_images/plusSymbol.png);
    background-position: left center;
    background-repeat: no-repeat;
    cursor: pointer;
    font-weight: 400;
    font-size: 18px;
}

    .addLink span {
        display: inline-block;
        margin-left: 35px;
        margin-top: 10px;
        color: #820000;
    }

    .addLink:hover {
        background-color: #820000;
        background-image: url(_images/plusSymbolWhite.png);
    }

        .addLink:hover span {
            color: white;
        }

.lstchk label {
    display: inline-table;
    width: auto;
    height: 30px;
    width: auto;
    margin-left: 10px;
}

@media (max-width: 800px) {

    .lstchk label {
        font-size: .9em !important;
        position:relative;
        top:5px;
    }

}
