.home_page, .manage_page, .join_page {
    
}

.home_page > section, .manage_page > section, .join_page > section {
    float: left;
}

.join_page .join_room_list {
    width: 870px;
    margin-right: 60px;
}

.manage_page .room_list {
    width: 870px;
    margin-right: 60px;
}

.join_page .guest_info {
    width: 300px;
}

.manage_page .room_booking_info {
    width: 300px;
}

.home_page .log_section {
    width: 870px;
    margin-right: 60px;
}

.home_page .period_section {
    width: 300px;
}

.building_header_info {
    padding: 0px;
}

.building_header_info > span {
    float: left;
    display: block;
    padding: 5px 20px;
    color: rgba(138,142,143,0.99);
    cursor: pointer;
}

.building_header_info > span:first-child {
    border-radius: 5px 0 0 5px;
}

.building_header_info > span.active {
    background-color: rgba(106,192,253,0.99);
    color: rgb(255,255,255);
    font-weight: 700;
}

.building_floor {
    margin-top: 20px;
}

.room {
    width: 75px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.room .room_info {
    border: 1px solid rgb(232 ,238 ,238);
    border-bottom: 0px;
    padding: 2px;
    height: 50px;
    overflow: hidden;
}

.room .room_info span.title {
    white-space: nowrap;
    display: block;
    font-size: 18px;
    color: rgb(64, 53, 70);
    margin-bottom: 5px;
    overflow: hidden;
}

.room .room_title {
    background: rgb(232 ,238 ,238);
}

.room .room_title h3 {
    font-size: 13px;
    float: left;
    display: block;
    text-align: center;
    background: rgb(220, 188, 104);
    color: rgb(255, 255, 255);
    padding: 4px;
    width: 40px;
}

.room .room_title h3 a {
    text-decoration: none;
    color: rgb(255, 255, 255);
}

.room .room_title .room_legend {
    font-size: 13px;
    font-weight: 400;
    float: right;
}

.room .room_title .room_legend span {
    display: block;
    padding: 4px 8px;
    text-align: center;
    border-left: 1px solid rgb(255 ,255 ,255);
    float: left;
}

.room .room_title .room_legend span:first-child {
    border-left: 0px;
}

.building_floor {
    display: none;
}

.room.room_dorm {
    width: 60px;
}

.room.room_dorm .room_info {
    text-align: center;
}

.room.room_dorm .room_info span.title {
    font-size: 24px;
    margin-bottom: 0px;
}

.room.room_dorm .room_title {
    background: rgb(220, 188, 104);
}

.room.room_dorm .room_title h3 {
    width: 52px;
    background: rgb(232 ,238 ,238);
    color: rgb(0, 0 , 0);
}

.room_list .room.room_dorm .room_title h3 {
    cursor: pointer;
}

.room.room_dorm.room_over .room_info {
    border: 1px solid rgb(220, 188, 104);
    border-bottom: 0px;
}

input.code_join, input.date_start_join, input.date_end_join {
    margin-top: 10px;
    width: 290px;
    padding: 5px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 5px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.list_student_join {
    background: rgb(238, 238, 238);
    border-radius: 4px;
    margin-top: 10px;
    padding: 5px;
    cursor: move;
}

.list_student_join.helper {
    margin: 0;
    padding-left: 15px;
}

span.label_join {
    display: block;
    margin-top: 10px;
    color: #000000;
}

.room.for_damaged .room_title h3, .list_student_join.for_damaged {
    background: red;
    color: rgb(255,255,255);
}

.room.for_male .room_title h3, .list_student_join.for_male {
    background: rgb(220, 188, 104);
    color: rgb(255,255,255);
}

.room.for_female .room_title h3, .list_student_join.for_female {
    background: rgb(106,192,253);
    color: rgb(255,255,255);
}

.room.room_dorm.for_damaged.room_over .room_info {
    border: 1px solid red;
    border-bottom: 0px;
}

.room.room_dorm.for_male.room_over .room_info {
    border: 1px solid rgb(220, 188, 104);
    border-bottom: 0px;
}

.room.room_dorm.for_female.room_over .room_info {
    border: 1px solid rgb(106,192,253);
    border-bottom: 0px;
}

.room.room_dorm.for_setting h3 {
    cursor: pointer;
}

.input_index {
    display: none;
}

.input_index input {
    width: 35px;
    padding: 5px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 5px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    text-align: center;
}

.input_index .list_row .list_cell h3 {
    padding-top: 5px;
}

.input_index .list_row .input_slider {
    width: 600px;
    padding: 23px 20px 15px 20px;
    display: none;
}

.input_index .list_row .input_slider div {
    width: 600px;
}

.input_index .list_row .index_number {
    width: 50px;
}

.input_index .list_row .index_number_text {
    width: 50px;
    padding-top: 15px;
}

.input_index .list_row .list_cell.total_index {
    margin-left: 20px;
}

.input_index .list_row .list_cell.money_text {
    text-align: right;
    width: 100px;
    margin-right: 50px;
    padding-top: 15px;
    font-weight: bold;
}

.input_index .list_row .index_number span {
    display: block;
    background: rgb(220, 188, 104);
    color: white;
    padding: 5px;
    text-align: center;
}

.input_index .ui-slider {
    height: 4px;
    background: rgb(240, 240, 240);
    border: 0px;
}

.input_index .ui-slider-handle {
    height: 16px;
    width: 16px;
    border-radius: 8px;
    top: -6px;
    background: rgb(106,192,253);
    border: none;
    cursor: move;
}

.input_index .ui-slider-handle:focus {
    outline: none
}

.input_index .ui-slider-range-min {
    background: rgb(220, 188, 104);
}

.room_booking_info_detail {
    display: none;
}

.list_table .list_row .list_cell.room_title {
    width: 400px;
}

.list_table .list_row .list_cell.room_max {
    width: 50px;
}

.list_table .list_row .list_cell.room_fee {
    width: 150px;
    text-align: right;
}

.list_table .list_row .list_cell.changeroom {
    width: 20px;
    cursor: move;
}

.list_table .list_row .list_cell.name {
    width: 160px;
}

.list_table .list_row .list_cell.code {
    width: 130px;
}

.list_table .list_row .list_cell.number {
    width: 130px;
}

.list_table .list_row .list_cell.date {
    width: 130px;
}

.list_table .list_row .list_cell.roomtitle {
    width: 70px;
}

.list_table .list_row .list_cell.log_message {
    width: 700px;
}

.list_table .list_row .list_cell.time {
    width: 35px;
}

.list_table .list_row .list_cell.log_icon {
    width: 35px;
}

.list_table .list_row .list_cell.money {
    text-align: right;
    width: 100px;
    margin-right: 20px;
}

.list_table .list_row .list_cell.action {
    width: auto;
}

.list_invoice_info .page_quick_info {
    float: left;
    width: 300px;
}

.list_invoice_info .page_quick_info div {
    float: none;
}

.list_invoice_info .list_table {
    float: left;
    width: 900px;
    margin-right: 25px;
}

.period_list {
    margin-top: 20px;
}

.period_list li {
    border-top: 1px solid rgb(240, 240, 240);
    padding: 15px 0;
}

.quick_statistics {
    background: rgb(232, 238, 238);
    margin-top: 20px;
    border-radius: 5px;
}

.quick_statistics .stats_field {
    float: left;
    margin-right: 2px;
    padding: 30px;
    text-align: center;
}

.quick_statistics .stats_field:hover {
    color: #ffffff;
}

.quick_statistics .stats_field.sf_booking {
    width: 160px;
    border-radius: 5px 0 0 5px;
}

.quick_statistics .stats_field.sf_booking:hover {
    background-color: #e9573f;
}

.quick_statistics .stats_field.sf_fee {
    width: 394px;
}

.quick_statistics .stats_field.sf_fee:hover {
    background-color: #967adc;
}

.quick_statistics .stats_field.sf_current {
    width: 160px;
}

.quick_statistics .stats_field.sf_current:hover {
    background-color: #8cc152;
}

.quick_statistics .stats_field.sf_room {
    margin-right: 0px;
    width: 270px;
    border-radius: 0 5px 5px 0;
}

.quick_statistics .stats_field.sf_room:hover {
    background-color: #3bafda;
}

.quick_statistics .stats_field h1 {
    font-size: 50px;
}

.variation {
}

.variation > div {
    width: 238px;
    float: left;
    margin-right: 10px;
}

.variation > div:last-child {
    margin-right: 0px;
}

.chart_statistics {
    margin-top: 20px;
}

.chart_statistics .stats_field {
    float: left;
    width: 410px;
}

.chart_statistics .stats_field .stats_info {
    width: 330px;
    margin: 0 40px 0 40px;
}

.chart_statistics .stats_field .stats_info h3 {
    color: #000000;
    border-bottom: 1px solid #e4d5d5;
    margin-bottom: 10px;
}

.chart_statistics .stats_field .stats_info ul li {
    width: 330px;
    height: 23px;
    border-bottom: 1px dotted #f5f0f0; 
    margin-bottom: 7px;
}

.chart_statistics .stats_field .stats_info ul li span {
    display: block;
    float: left;
}

.chart_statistics .stats_field .stats_info ul li span.stats_info_legend {
    width: 18px;
    border-radius: 4px;
    height: 18px;
    margin-right: 10px;
}

.chart_statistics .stats_field .stats_info ul li span.stats_info_name {
    width: 200px;
}

.chart_statistics .stats_field .stats_info ul li span.stats_info_value {
    float: right;
    font-weight: 700;
    margin-left: 5px;
    width: 30px;
    text-align: right;
}

.chart_statistics .stats_field .stats_chart {
    width: 200px;
    margin: 0 105px 0 105px;
}

.chart_buildings {
    
}

.chart_buildings .chart_building {
    float: left;
    width: 577px;
    margin-right: 76px;
}

.chart_buildings .chart_building:nth-child(2n) {
    margin-right: 0px;
}

.chart_buildings .chart_building h3 {
    margin: 10px 0 10px 0;
}

.chart_building svg rect {
    fill: rgb(245, 245, 245);
}

.chart_building svg rect.room {
    fill: rgb(220, 220, 220);
    cursor: pointer;
}

.chart_building svg text {
    font-size: 11px;
    fill: rgb(170, 170, 170);
}

.chart_building svg rect.room_male_8 {
    fill: rgb(255, 152, 0);
}

.chart_building svg rect.room_male_7 {
    fill: rgb(255, 166, 34);
}

.chart_building svg rect.room_male_6 {
    fill: rgb(255, 174, 55);
}

.chart_building svg rect.room_male_5 {
    fill: rgb(255, 178, 64);
}

.chart_building svg rect.room_male_4 {
    fill: rgb(255, 190, 93);
}

.chart_building svg rect.room_male_4 {
    fill: rgb(255, 190, 93);
}

.chart_building svg rect.room_male_3 {
    fill: rgb(255, 200, 118);
}

.chart_building svg rect.room_male_2 {
    fill: rgb(255, 217, 160);
}

.chart_building svg rect.room_male_1 {
    fill: rgb(255, 236, 207);
}

.chart_building svg rect.room_male_0 {
    fill: rgb(255, 248, 236);
}

.chart_building svg rect.room_female_8 {
    fill: rgb(0, 170, 253);
}

.chart_building svg rect.room_female_7 {
    fill: rgb(22, 177, 253);
}

.chart_building svg rect.room_female_6 {
    fill: rgb(45, 185, 253);
}

.chart_building svg rect.room_female_5 {
    fill: rgb(62, 190, 253);
}

.chart_building svg rect.room_female_4 {
    fill: rgb(75, 194, 253);
}

.chart_building svg rect.room_female_3 {
    fill: rgb(111, 206, 253);
}

.chart_building svg rect.room_female_2 {
    fill: rgb(142, 217, 253);
}

.chart_building svg rect.room_female_1 {
    fill: rgb(210, 239, 253);
}

.chart_building svg rect.room_female_0 {
    fill: rgb(238, 248, 253);
}

#previous_booking_info_detail {
    margin-top: 10px;
}

#previous_booking_info_detail span {
    font-weight: bold;
    line-height: 25px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
	width: 150px;
}