.checkbox {
    float:right;
    display:none;
    color: #FF9D00;
}

.checkboxSelected {
    display:block;
}

.checkboxUnSelected {
    display:none;
}

@media (min-width: 767.98px)  { 

    .dropDownMainEntryContainer {
        width:200px;
        vertical-align: top;
        text-align: left;
        margin: 1px;
        height: 54px;
    }

    .dropDownSubEntry {
        width:200px;
        display:none;
        border:2px solid rgba(0, 0, 0, .1);
        border-top:0px;
        padding: 10px;
        background-color: white;
        z-index: 100;
        position: absolute;
        height: 54px;
    }

    .dropDownMainEntry {
        width:200px;
        border:2px solid rgba(0, 0, 0, .1);
        padding: 10px;
        height: 54px;
    }

    .arrowDown {
        position: absolute;
        left: 175px;
        top: 18px;
    }
}

@media (max-width: 767.98px)  { 

    .dropDownMainEntryContainer {
        width:150px;
        vertical-align: top;
        text-align: left;
        margin: 1px;
        height: 54px;
    }

    .dropDownSubEntry {
        width:150px;
        display:none;
        border:2px solid rgba(0, 0, 0, .1);
        border-top:0px;
        padding: 10px;
        background-color: white;
        z-index: 100;
        position: absolute;
        height: 54px;
        height: 54px;
    }

    .dropDownMainEntry {
        width:150px;
        border:2px solid rgba(0, 0, 0, .1);
        padding: 10px;
        height: 54px;
    }

    .arrowDown {
        position: absolute;
        left: 125px;
        top: 18px;
    }
}
