nav#aki {
    margin-top: 60px;
    padding: 13px 15px 0px 15px;
    height: 45px;
    text-align: left;
}

nav#aki h2 {
    float: left;
    color: #fff;
    font-size: 18px;
    margin-right: 10px;
}

nav#aki ul#selector {
    float: left;
    margin-right: 10px;
    margin-top: -3px;
}

nav#aki ul#selector li {
    display: inline;
    margin-right: 3px;
}

nav#aki ul#selector li a {
    border-radius: 20px;
    display: inline-block;
    text-align: center;
    width: 100px;
    padding: 2px 0px 2px 0px;
    background-color: #FFF;
    color: #000;
}

nav#aki ul#selector li a.current {
    color: #fff;
}

nav#aki time {
    font-size: 11px;
    color: #fff;
}

nav#aki div {
    float: right;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    margin-top: -4px;
    cursor: pointer;
    display: none;
}

nav#aki .open {
    background-color: #fff;
    background-image: url(../img/arrow_d.png);
    background-repeat: no-repeat;
    background-position: center center;
}

nav#aki .close {
    background-color: #AC2D5C;
    background-image: url(../img/arrow_u.png);
    background-repeat: no-repeat;
    background-position: center center;
}

#public .wrap,
#private .wrap {
    width: 100%;
    padding: 0px 10px;
}

#public nav#aki {
    background-color: #00A3D9;
}

#public nav#aki ul#selector a.current {
    background: #007399;
}

#public .dataTables_filter input {
    border: solid 1px #00A3D9;
}

#public .datatable tr:nth-child(even) {
    background: #F1F7FA;
}

#private nav#aki {
    background-color: #D55C89;
}

#private nav#aki ul#selector a.current {
    background: #AC2D5C;
}

#private .dataTables_filter input {
    border: solid 1px #D55C89;
}

#private .datatable tr:nth-child(even) {
    background: #FCF3F7;
}

form#login {
    -moz-box-shadow: #666 0px 0px 2px;
    -webkit-box-shadow: #666 0px 0px 2px;
    box-shadow: #666 0px 0px 2px;
    width: 300px;
    border-radius: 5px;
    padding: 20px 15px 15px 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
}

form#login dt {
    background-color: #eee;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 3px 0px 3px 0px;
}

form#login span.error {
    color: coral;
}

form#login input[type=password] {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    text-align: center;
    width: 100%;
    border: solid 1px #ddd;
    font-size: 26px;
}

form#login input[type=submit] {
    margin-top: 10px;
    background-color: #D6658F;
    color: #fff;
    border-radius: 5px;
    width: 100%;
    border: solid 1px #D6658F;
    padding: 10px 0px 10px 0px;
}

.datatable {
    font-size: 12px;
}

.datatable th {
    line-height: 130%;
    padding: 10px 5px 10px 5px;
}

.datatable td {
    line-height: 130%;
    padding: 7px 5px 7px 5px;
}

.datatable thead th {
    border-bottom: solid 1px #ddd;
    border-left: dotted 1px #ddd;
    white-space: nowrap;
}

.datatable thead .sorting {
    background-image: url(../img/sort.png);
    background-repeat: no-repeat;
    background-position: center right 5px;
    background-color: #F2F2F2;
}

.datatable thead .sorting_asc {
    background-image: url(../img/sort_a.png);
    background-repeat: no-repeat;
    background-position: center right 5px;
    background-color: #ddd;
}

.datatable thead .sorting_desc {
    background-image: url(../img/sort_d.png);
    background-repeat: no-repeat;
    background-position: center right 5px;
    background-color: #ddd;
}

.datatable tbody {
    text-align: left;
}

.datatable tbody td {
    border-left: dotted 1px #eee;
    border-bottom: solid 1px #eee;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.datatable tbody tr:nth-child(odd) {
    background: #fff;
}

.datatable tbody .cntr {
    text-align: center;
}

.DTFC_Cloned {
    background-color: #fff;
    border-right: solid 1px #ccc;
}

.dataTables_filter {
    position: absolute;
    top: 65px;
    right: 10px;
}

.dataTables_filter input {
    background-image: url(../img/ico-search.png);
    background-repeat: no-repeat;
    background-position: left 10px top 6px;
    padding: 5px 10px 5px 33px;
    border-radius: 20px;
    width: 200px;
}

.dataTables_info {
    position: absolute;
    top: 74px;
    right: 220px;
    color: #fff;
}

.dataTables_info em {
    font-family: Arial, Helvetica, "sans-serif";
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    padding: 0px 3px 0px 3px;
}