/*----------------Hall constructor-----------------*/
.date_btns {
    padding-bottom: 10px;
}
.hall_btns {
    padding-bottom: 10px;
}
.date_btn {
    display: inline-block;
    width: 220px;
    height: 40px;
    line-height: 38px;
    font-size: 18px;    
    text-align: center;
    border-radius: .25rem;
    margin: 0 10px 10px 0;
    transition: all ease 0.3s;
}
.date_btn:link,
.date_btn:visited {
    background: #d4d4d4;
    color: #000000;   
    text-decoration: none; 
}
.date_btn:hover,
.date_btn:active {
    background: #4187c5;
    color:  #FFFFFF;
    text-decoration: none;
}
.d1 #d1,
.d2 #d2 {
    background: #3065ab;
    color:  #FFFFFF;
}
.hall_btn {
    display: inline-block;
    width: 220px;
    height: 40px;
    line-height: 38px;
    font-size: 18px;
    text-align: center;
    border-radius: .25rem;
    margin: 0 10px 10px 0;
    transition: all ease 0.3s;
}
.hall_btn:link,
.hall_btn:visited {
    background: #d4d4d4;
    color: #000000;
    text-decoration: none;
}
.hall_btn:hover,
.hall_btn:active {
    background: #ff4879;
    color: #FFFFFF;
    text-decoration: none;
}

.hl1 #hl1,
.hl2 #hl2,
.hl3 #hl3,
.hl4 #hl4,
.hl5 #hl5,
.hl6 #hl6,
.hl7 #hl7,
.hl8 #hl8,
.hl9 #hl9 {
    background: #FF2861;
    color: #FFFFFF;
    text-decoration: none;
}

.hall_block {
    display: none;    
    min-height: 300px;
    padding: 20px 0;
}
.hall_block h2 {
    font-size: 16pt;
    line-height: 1.3em;
    color: #0070d5;  
    margin-top: 0;  
}

.start_hall {
    display: block;
}

.d1.hl1 .start_hall,
.d1.hl2 .start_hall,
.d1.hl3 .start_hall,
.d1.hl4 .start_hall,
.d1.hl5 .start_hall,
.d1.hl6 .start_hall,
.d1.hl7 .start_hall,
.d1.hl8 .start_hall,
.d1.hl9 .start_hall,
.d2.hl1 .start_hall,
.d2.hl2 .start_hall,
.d2.hl3 .start_hall,
.d2.hl4 .start_hall,
.d2.hl5 .start_hall,
.d2.hl6 .start_hall,
.d2.hl7 .start_hall,
.d2.hl8 .start_hall {
    display: none;
}

.d1.hl1 .date_1 .hall_1,
.d1.hl2 .date_1 .hall_2,
.d1.hl3 .date_1 .hall_3,
.d1.hl4 .date_1 .hall_4,
.d1.hl5 .date_1 .hall_5,
.d1.hl6 .date_1 .hall_6,
.d1.hl7 .date_1 .hall_7,
.d1.hl8 .date_1 .hall_8,
.d1.hl9 .date_1 .hall_9,
.d2.hl1 .date_2 .hall_1,
.d2.hl2 .date_2 .hall_2,
.d2.hl3 .date_2 .hall_3,
.d2.hl4 .date_2 .hall_4,
.d2.hl5 .date_2 .hall_5,
.d2.hl6 .date_2 .hall_6,
.d2.hl7 .date_2 .hall_7,
.d2.hl8 .date_2 .hall_8 {
    display: block;
}

.inner_table {
    font-size: 12px;
    line-height: 16px;
    margin-top: 10px;
    width: 100%;
}
.inner_table tr td {
    padding: 3px !important;
    text-align: center;
    vertical-align: middle;
}
