#operational_content{
    margin: 0px auto;
    width: 90%;
}

.title_bar{
    background: #171c61;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0px 10px 50px;
    position: relative;
    text-align: left;
    width: 100%;
}

.title_bar:first-of-type{
	margin-top: 1em;
}

.title_bar:before{
    background: #ffad00;
    content: "";
    height: 100%;
    left: 30px;
    position: absolute;
    top: 0px;
    width: 7px;
}

.title_bar button{
    background: transparent;
    border: none;
    border-radius: 50%;
    box-shadow: 1px 1px 2px 1px #787395;
    color: #7C7595;
    outline: none;
    position: absolute;
    top: 6.5em;
}

.title_bar button:hover{
    box-shadow: 1px 1px 2px 1px #787395 inset;
}

.title_bar button.left{
    left: -2.4em;
    padding: 5px 10px 4px 9px;
}

.title_bar button.right{
    right: -2.4em;
    padding: 6px 9px 4px 12px;
}

.month_group{
    font-family: Verdana;
    margin: 10px 0px 30px 0px;
    overflow: hidden;
    padding: 0px 10px;
    text-align: left;
    width: 100%;
}

.animate_div{
    overflow: hidden;
    width: auto;
}

.month_group .per_month{
    border: 1px solid #eeeeee;
    border-radius: 4px;
    box-shadow: 1px 1px 1px #ABABAB;
    display: inline-block;
    margin: 10px 5px 0px 0px;
    min-width: 230px;
    padding: 0px 5px;
    vertical-align: top;
    /*width: calc(100%/4 - 5px);*/
    width: 274px;
}

.month_group .per_month:last-child{
    margin-right: 0px;
}

.month_group .per_month .month_description{
    border-bottom: 2px dotted #eeeeee;
    color: #6C93BD;
    font-weight: 600;
    margin-bottom: 5px;
    padding: 6px 0px;
    text-align: center;
}

.month_group .per_month .calendar .weeks{
    display: flex;
}

.month_group .per_month .calendar .week{
    box-sizing: border-box;
    display: flex;
    margin-bottom: 5px;
    justify-content: center;
    width: calc(100% / 7);
}

.month_group .per_month .calendar .days{
    display: flex;
    flex-wrap:wrap
}

.month_group .per_month .calendar .day{
    display: flex;
    justify-content: center;
    padding: 2px 0px;
    width: calc(100% / 7);
}

.month_group .per_month .calendar .day a.unactive{
    background: transparent;
    border-radius: 50%;
    box-sizing: border-box;
    color: #9D97A2;
    padding: 2px 4px;
    text-decoration: none;
}

.month_group .per_month .calendar .day a.active{
    background: #DDE7FF;
    border-radius: 50%;
    box-sizing: border-box;
    color: #796C9F;
    font-weight: 600;
    padding: 2px 4px;
    text-decoration: none;
}

.month_group .per_month .calendar .day a.active:hover{
    box-shadow: 1px 1px 1px #695565;
}

.month_group .per_month .calendar .day a.active:active{
    box-shadow: 1px 1px 1px #695565 inset;
}

.title_bar_sub{
    background-color: #efeafe;
    margin: 20px 0px;
    height: 40px;
    width: 100%;
}

.content_subtitle{
    color: #171c61;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0px 0px 25px;
    text-align: left;
}

.content_margin{
    padding: 10px 0px 20px 0px;
}

.product_group select{
    border: 1px solid #CCCCCC;
    border-radius: 6px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    outline: none;
    padding-left: 5px;
    width: 150px;
}

.block{
    border-color: rgba(201, 207, 209, 0.5);
    color: #C9CFD1;
    cursor: no-drop;
}

.product_title{
    text-align: left;
}

.product_name{
    width: 16em;
}

.calendar_btn:hover{
    color: #FFAD00;
    cursor: pointer;
}

.search_btn a,.product_time a,.ctrl_div a{
    color: black;
}

.search_btn a:hover, .product_time a:hover, .ctrl_div label:hover,.all_product_btn:hover, .time_span:hover{
    color: #FFAD00;
}

table{
    margin: 0 auto;
    width: 90%;
}

table td.latest_time{
    min-width: 70px;
}

table td a{
    color: #7D92A8;
    text-decoration: none;
}

table td a:hover{
    color: #3C9FD1;
    text-decoration: none;
    transition: all 0.2s ease-in;
}

#calendar_btn:before{
    content:"\f073";
    font-family: "FontAwesome";
    font-size: 14px;
}

.calendar_btn{
    outline: none;
    text-align: center;
}

.ctrl_div .calendar_btn{
    width: 0;
    height: 0;
    border: none;
}

a.block_btn{
    opacity: 0!important;
    z-index: -1;
}

.ctrl_div label{
    font-size: 22px;
    cursor: pointer;
}

.ui-state-highlight a{
    color: #fed22f!important;
}

#time_group{
    position: fixed;
    width: 9%;
    //top: 30px;
    bottom: 0;
    right: 0;
    border: 3px #e09191 solid;
    border-radius: 5px 0 0 5px;
    background: white;
    //opacity: 0;
    //z-index: -1;
    opacity:1;
    z-index:1000;
    transition: opacity 0.3s ease-in
}

#time_group input{
    width: 90%;
    height: 30px;
    margin: 10px auto 10px;
    border-radius: 20px;
    padding: 6px 10px;
    border: 2px solid #a5a5a9;
}

#time_group input:nth-of-type(2){
    margin: 0 auto 10px;
}

#time_group div:nth-of-type(1){
    background: #e09191;
    font-size: 18px;
}

.fa-calendar-check-o{
    font-size: 18px;
}

.time_span{
    /*background: #87c2df;*/
    border: 1px solid #87c2df;
    border-radius: 20px;
    color: #477a92;
    cursor: pointer;
    font-family: Verdana;
    outline: none;
    padding: 5px 10px;
    text-align: center;
    width: 8em;
    line-height: 30px;
}

.all_product_btn{
    display: none;
    margin-left: 5px;
    cursor: pointer;
}

.product_time{
    min-width: 3.5em;
}

.error_message{
    font-size: 1.2em;
    background: #FFCDC9;
    border-radius: 2px;
    cursor: default;
    font-family: Microsoft JhengHei;
    padding: 3px 5px 3px 26px;
    text-shadow: none;
    display: none;
}

.error_message:before{
    background: #F56C62;
    border-radius: 4px;
    color: #EFF8F6;
    content: "\f00d";
    font-family: "FontAwesome";
    left: 4px;
    padding: 0px 4px;
    position: absolute;
}

span.ctrl_btn:nth-child(2):after{
    border-left: none!important;
    content: "\f061"!important;
    top: 4px;
}

span.ctrl_btn:nth-child(1):before{
    border-right: none!important;
}

span.ctrl_btn:nth-child(1){
    padding: 4px 6px 4px 25px!important;
    left: 0!important;
}

span.ctrl_btn:nth-child(2){
    padding: 4px 25px 4px 6px!important;
    right: 0!important;
}
