﻿body .container .content {
   /* margin-top: 60px;*/
}

#goSearch {
    min-width: inherit !important;
}


.scroll-pane .list-box-blue .box-single .item-detail {
    color: #ffffff !important;
}

.scroll-pane .list-box-blue .box-single.accesspoint {
    background-color: #c58805 !important;
}

.scroll-pane .list-box-blue .box-single.course {
    background-color: #089601 !important;
    height: 230px;
}

.scroll-pane .list-box-blue .box-single.program {
    background-color: #089601 !important;
    height: 230px;
}

.scroll-pane .list-box-blue .box-single .item-detail h3 {
    font-size: 14px;
}

.scroll-pane .list-box-blue .box-single .item-description {
    height: 100px;
    margin-bottom: 20px;
    font-size: 12px !important;
    overflow: hidden;
    position: relative;
}

    .scroll-pane .list-box-blue .box-single .item-description p.path {
        font-size: 11px !important;
    }

.scroll-pane .list-box-blue .box-single .item-detail img {
    width: 100% !important;
}

.scroll-pane .list-box-blue .box-single .item-detail .more {
    font-size: 12px;
    margin-top: 5px;
    bottom: 0;
}

.scroll-pane .list-box-blue #more {
    margin: 0 auto 10px;
    width: 200px;
    text-align: center;
    padding: 5px 20px;
    font-weight: bold;
    color: rgb(32, 85, 13);
    cursor: pointer;
    display: none;
}

.scroll-pane .list-box-orange #more {
    margin: 0 auto 10px;
    width: 200px;
    text-align: center;
    padding: 5px 20px;
    font-weight: bold;
    color: rgb(32, 85, 13);
    cursor: pointer;
    display: none;
}


.scroll-pane .list-box-blue .filler {
    height: 60px;
}

.scroll-pane .list-box-blue .spinner {
    margin: 0 auto 10px;
    text-align: center;
    height: 50px;
    display: none;
}

.scroll-pane .list-box-orange .spinner {
    margin: 0 auto 10px;
    text-align: center;
    height: 50px;
    display: none;
}

.scroll-pane .list-box-orange .filler {
    height: 60px;
}

.scroll-pane {
    min-height: 600px;
}

.profile-main .form-unit .radio label, .profile-main .form-unit .checkbox label {
    white-space: inherit;
}
