.calendar-list{
    width:100%;
    font-size: 13px;
    float: left;
}
.calendar-list .topnav {
    padding: 40px 28px 25px 0;
}

.calendar-list ul.topnav {
    float:left;
    width:100%;
    padding: 0;
    margin: 0;
    line-height:150%;
    list-style: none;
}

.calendar-list ul.topnav li {
    /*background: url(../images/bullet/arrow.png) 0 3px no-repeat;*/
    float:left;
    width:100%;
    border-bottom:#fff 1px solid;
}

.calendar-list ul.topnav li a {
    font-size: 13px;
    line-height:24px;
    padding:5px 0;
    color: #000;
    display: block;
    text-decoration: none;
}

.calendar-list ul.topnav li a:hover {
    color:blue;
}

.calendar-list ul.topnav li .date{
    float:left;
    width: 30%;
    font-size: 13px;
    text-indent:10px;
    line-height:20px;
    font-weight:bold;
    text-align: center;
}
.calendar-list ul.topnav li .topic{
    float:left;
    width: 56%;
    margin:0 12px;
    line-height:20px;
}
.calendar-list ul.topnav ul {
    float:left;
    width: 100%;
    padding: 5px 5px;
    margin:0;
    padding-top:16px;
    display: none;
    background:url(../images/bullet/arrow-up.png) top right no-repeat;
}
.calendar-list ul.topnav ul li {
    margin: 0;
    padding:10px 0;
    clear: both;
    background:#fafafa url(../images/sub/calendar-in-bg.png) right bottom no-repeat;
    border-bottom:none;
    box-shadow:inset 0 0 15px #ddd;
}

.calendar-list ul.topnav ul li a {
    font-size: 13px;
    font-weight: normal;
    outline:0;
    color:#333;
}

.calendar-list ul.topnav ul li a:hover {
    color:#333;
}

.calendar-list ul.topnav ul ul li a {
    color:silver;
}

.calendar-list ul.topnav ul ul li a:hover {
    color:#675C7C;
}

.calendar-list ul.topnav span{
}
.calendar-list ul.topnav span img{

}
.calendar-list ul.topnav ul li .arrow-up{

}
.bar{
    font-size: 13px;
    float:left;
    width:100%;
    padding:6px 0;
    font-weight:bold;
    background:#77b3ff;
    margin-bottom:1px;
}
.bar .date{
    font-size: 13px;
    float:left;
    width: 33%;
    /* text-indent:10px; */
    text-align: center;
}
.bar .title{
    font-size: 13px;
    float:left;
    text-indent:5px;
}
/**********************************************************/
.calendar_detail{
    margin-left:29%;
    padding:10px;

}
.calendar_detail .row{
    margin:0;
}
.calendar_detail span.caption{
    /*display:block;
    font-weight:bold;
    color:#0062dd;
    padding-right:100px;
    text-align: left;*/
    width: 130px;
    color:#0062dd;
    padding-left:16px;
    background:url(../images/bullet/arrow.png) 0 50% no-repeat;
}
.calendar_detail  span.subject{
    display:block;
    padding:4px 16px;
}

/*********************************************************************/
.calendar_search{
    float:left;
    /* margin: 20px 0; */
    height:auto;
    width: 100%;
}
.calendar_search ul{
    float:left;
    /* margin:0 0 0 15px; */
    height:auto;
    display:block;
    width: 100%;
    padding: 0;
}
.calendar_search ul li{
    float:left;
    margin:2px 0;
    height:auto;
    display:block;
    width:100%;
}
.calendar_search ul li span.text{
    display:block;
    float:left;
    width: 175px;
    margin-left:10px;
    line-height:25px;
    font-weight:bold;
    text-align:right;
}
.calendar_search ul li span.input{
    display:block;
    float:left;
    margin-left:10px;
    width: 37%;
}
.gray{
    font-size:12px;
    color:#999;
    width:175px;
}
.gray.active{
    font-size:12px;
    color:#000;
}
/******************************************************/

.box_search {
    float: left;
    margin: 10px 0;
    padding:8px 0;
    width: 100%;
    height: auto;
}
.box_search .txt_search{
    float:right;
    margin:0px 0 0 0;
    width:10%;
    height:auto;
    font:18px/18px 'RSURegular', Arial, sans-serif;
    color:#333;
}
.box_search .text_field{
    float:right;
    margin:0 10px;
    height:auto;
    font:18px/18px 'RSURegular', Arial, sans-serif;
    color:#333;
}
.box_search .title{
    float:left;
    font-size:14px;
    font-weight:bold;
    line-height:30px;
    text-indent:10px;
}	
@media (max-width: 768px){
    .input{
        margin: 5px 0px;
        padding: 0px;
    }
}