﻿body {
    font-family: Arial;
    font-size: 14px;
}

.search {
    position: relative;
    color: #aaa;
    font-size: 14px;
    width: 100%;
    margin-top: 20px;
}

    .search input {
        width: 100%;
        height: 40px;
        border: 1px solid #dddddd;
    }

    .search input {
        text-indent: 32px;
    }

    .search .fa-search {
        position: absolute;
        top: 10px;
        left: 10px;
    }


    .search .fa-columns {
        position: absolute;
        top: 7px;
        left: 10px;
    }

    .search .fa-map-marker-alt {
        position: absolute;
        top: 7px;
        left: 10px;
    }

.search2 {
    position: relative;
    color: #aaa;
    font-size: 14px;
    width: 120px;
    margin-top: 0px;
}

    .search2 input {
        width: 120px;
        height: 40px;
        border: 1px solid #dddddd;
    }

    .search2 input {
        text-indent: 32px;
    }

    .search2 .fa-search {
        position: absolute;
        top: 10px;
        left: 10px;
    }


    .search2 .fa-columns {
        position: absolute;
        top: 7px;
        left: 10px;
    }

    .search2 .fa-map-marker-alt {
        position: absolute;
        top: 7px;
        left: 10px;
    }

.searchButton {
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 5px;
    color: #cccccc;
    padding: 7px;
    margin-left: 5px;
}

    .searchButton:hover {
        background: #b80e0e;
        border: 1px solid #b80e0e;
        border-radius: 5px;
        color: #ffffff;
        padding: 7px;
        margin-left: 5px;
    }



/* Popup container */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

    /* The actual popup (appears on top) */
    .popup .popuptext {
        visibility: hidden;
        width: 250px;
        background-color: #FFFFFF;
        color: #000000;
        text-align: left;
        border-radius: 0px;
        padding: 8px 0;
        position: absolute;
        z-index: 1;
        top: -15px;
        bottom: 0%;
        left: -20px;
        margin-left: -150px;
        border: 1px solid #dddddd;
        height: 50px;
    }

.popup2 {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

    /* The actual popup (appears on top) */
    .popup2 .popuptext {
        visibility: hidden;
        width: 200px;
        background-color: #FFFFFF;
        color: #000000;
        text-align: left;
        border-radius: 0px;
        padding: 8px 0;
        position: absolute;
        z-index: 1;
        top: 15px;
        bottom: 0%;
        left: 0px;
        border: 1px solid #dddddd;
        height: 50px;
    }

.smallButton {
    background-color: #FFFFFF;
    background: #FFFFFF;
    font-size: 14px;
    padding: 10px;
    border: 1px solid #999;
    color: #000000;
    margin: 5px;
    border-radius: 5px;
}

.superSmallButton {
    background-color: #cccccc;
    background: #cccccc;
    font-size: 11px;
    padding: 5px;
    border: 1px solid #999;
    color: #000000;
    margin-right: 5px;
    border-radius: 1px;
    cursor: pointer;
    text-decoration: none;
}

    .superSmallButton:hover {
        background: #b80e0e;
        color: #FFFFFF;
    }

/* Popup arrow */
.popup .popuptext::after {
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
    visibility: visible;
}

.fast-scroll {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.buttonInline {
    text-decoration: none;
    font-size: 11px;
    cursor: pointer;
    color: #000000;
}

    .buttonInline:hover {
        background-color: #b80e0e;
        color: #FFFFFF;
    }

.buttonInline2 {
    text-decoration: none;
    font-size: 11px;
    cursor: pointer;
    color: #000000;
}

    .buttonInline2:hover {
        color: #FFFFFF;
    }
