
.border_none {
    border: none;
}
.boxshadow_none {
    box-shadow: none;
}

/*===== Summary Tab - Turning Movement =====*/
.direction_turning_container {
    position: absolute;
    width: 300px;
    height: 250px;
    top: 80px;
    left: 0px;
}
.am_turning_container {
    position: absolute;
    width: 300px;
    height: 250px;
    top: 80px;
    left: 223px;
}
.pm_turning_container {
    position: absolute;
    width: 300px;
    height: 250px;
    top: 80px;
    left: 494px;
}
.select_turning_container {
    position: absolute;
    width: 300px;
    height: 250px;
    top: 80px;
    left: 768px;
}

/* Header */
.am_header {
    position: relative; 
    width: 33%; 
    left: 19.9%; 
    margin-top: 20px;
    display: inline-block;
    text-align: center;
}
.pm_header {
    position: relative; 
    width: 33%; 
    left: 13.4%; 
    margin-top: 20px;
    display: inline-block;
    text-align: center;
}
.select_header {
    position: relative; 
    width: 33%; 
    right: -6.8%;
    margin-top: 20px;
    display: inline-block;
    text-align: center;
}

/* Direction name */
.turning_name_n {
    position: absolute;
    top: -1%;
    left: 4%;
    width: 180px;
    text-align: center;
    font-weight: bold;
}
.turning_name_e {
    position: absolute;
    top: 46%;
    right: -30%;
    width: 360px;
    text-align: center;
    font-weight: bold;
}
.turning_name_s {
    position: absolute;
    bottom: 0;
    left: 4%;
    width: 180px;
    text-align: center;
    font-weight: bold;
}
.turning_name_w {
    position: absolute;
    top: 46%;
    left: -62%;
    width: 360px;
    text-align: center;
    font-weight: bold;
}

/* Sum */
.turning_sum {
    position: absolute;
    top: 46%;
    left: 42%;
    width: 16%;
    text-align: center;
}

/* North */
.turning_n_l {
    position: absolute;
    top: 3%;
    left: 59%;
    width: 16%;
    text-align: left;
}
.turning_n_st {
    position: absolute;
    top: 3%;
    left: 42%;
    width: 16%;
    text-align: center;
}
.turning_n_r {
    position: absolute;
    top: 3%;
    left: 25%;
    width: 16%;
    text-align: right;
}
/* East */
.turning_e_l {
    position: absolute;
    top: 59%;
    right: 2%;
    width: 16%;
}
.turning_e_st {
    position: absolute;
    top: 46%;
    right: 2%;
    width: 16%;
}
.turning_e_r {
    position: absolute;
    top: 34%;
    right: 2%;
    width: 16%;
}
/* South */
.turning_s_l {
    position: absolute;
    bottom: 4%;
    left: 25%;
    width: 16%;
    text-align: right;
}
.turning_s_st {
    position: absolute;
    bottom: 4%;
    left: 42%;
    width: 16%;
    text-align: center;
}
.turning_s_r {
    position: absolute;
    bottom: 4%;
    left: 59%;
    width: 16%;
    text-align: left;
}
/* West */
.turning_w_l {
    position: absolute;
    top: 34%;
    left: 2%;
    width: 16%;
    text-align: right;
}
.turning_w_st {
    position: absolute;
    top: 46%;
    left: 2%;
    width: 16%;
    text-align: right;
}
.turning_w_r {
    position: absolute;
    top: 59%;
    left: 2%;
    width: 16%;
    text-align: right;
}
