﻿
hr {
    border-width: 2px !important;
}



#formSearch {
    display: block;
    width: 100%;
    height: 100%;
    padding: 6px;
    z-index: 3;
}

    #formSearch #btnBack {
        float: left;
        margin-right: 4px;
    }

    #formSearch #btnSchedule {
        float: left;
        margin-right: 4px;
    }

    #formSearch #btnSearch {
        float: left;
    }

    #formSearch #searchString {
        float: left;
        width: 300px;
        margin-right: 4px;
    }




#filters {
    position: fixed;
    top: 48px;
    left: 4px;
    width: 100%;
    text-align: left;
    padding-right: 8px;
    height: 44px;
    padding-top: 5px;
    z-index: 2;
    background-color: rgba(255,255,255,0.8);
}

    #filters .filterType {
        background: none;
        background-color: #fff;
        border: solid 2px #bbb;
        border-radius: 8px;
        padding: 4px;
        padding-left: 12px;
        padding-right: 12px;
        margin: 2px;
        font-size: 12px !important;
    }

@media only screen and (min-width: 1080px) {
    #filters {
        background-color: transparent;
        text-align: right;
        width: 480px;
        left: auto;
        top: 0;
        right: 16px;
        z-index: 2;
    }
}


#content {
    position: absolute;
    top: 80px;
    width: 98%;
    margin-left: 12px;
    padding-left: 24px;
}

#personalprogramcontent {
    position: absolute;
    top: 80px;
    width: 98%;
    margin-left: 12px;
    /*border: 2px solid #ddd;*/
}


.Result {
}

    .Result h3 {
        margin-top: 0;
    }

    .Result tr {
        height: 48px;
    }

    .Result td {
        vertical-align: middle !important;
    }

    .Result .icon i {
        color: rgba(0,0,0,0.2);
    }

    .Result .image {
        display: block;
        height: 58px;
        width: 58px;
        border: solid 4px rgba(0,0,0,0.2);
        border-radius: 60px;
        overflow: hidden;
    }

        .Result .image img {
            width: 100%;
        }

    .Result .title {
    }

        .Result .title span {
            max-width: 360px;
            overflow: hidden;
        }

    .Result .additions {
        min-width: 240px;
    }

    .Result .options {
        min-width: 120px;
        vertical-align: middle;
    }

        .Result .options .btn {
        }

        .Result .options .download {
            color: #000000;
            padding-right: 12px;
        }

        .Result .options button {
            padding-left: 12px !important;
            padding-right: 12px !important;
        }



.ProgramItemColor {
    display: block;
    height: 48px;
    width: 12px;
    border: solid 2px #999;
    border-radius: 3px;
}



.ProgramItemColorDetails {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 12px;
}
