﻿input, select, textarea, button {
    max-width: 100%;
    min-height: 45px;
    border-radius: 0px !important;
}

input, select, textarea {
    border: 1px solid #666 !important;
}

.gl ul {
    min-height: 120px;
    line-height: 28px;
    padding-left: 30px;
    padding-right: 30px;
}

.lc li {
    cursor: pointer
}

    .lc li.active .bg-gray-out {
        border-color: #00a0ff;
        color: #00a0ff;
    }

#vedioList li.active {
    background: #dddddd !important;
    color: #333;
}
