body,
td,
th {
    font-family: Kanit;
    font-size: 14px;
    color: #434A54;
}

body {
    background-color: transparent;
}

#bg_theme {
    background-color: #fb9d67;
    background: #fb9d67;
    color: #fff;
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
    letter-spacing: 1.5px;
}

.world_map {
    position: relative;
    width: 100%;
    margin: 10px auto;
    height: 760px;
}

.world_map img {
    position: absolute;
    max-height: 49px;
    max-width: 49px;
    border: 0px;
    display: block;
    opacity: 1;
}

.dungeon {
    position: relative;
    width: 100%;
    margin: 30px auto;
    padding-bottom: 50px;
}

.dungeon img {
    position: absolute;
    max-height: 49px;
    max-width: 49px;
    border: 0px;
    display: block;
    opacity: 1;
}

#head {
    color: black;
    font-weight: bold;
    border-bottom: 0px dotted eee;
}

.detail {
    font-size: 11px;
    font-family: Tahoma;
    color: #1C1C1C;
    background-color: #fff;
    min-width: 100px;
    min-height: 20px;
    border: 0px solid #eee;
    border-radius: 5px;
    padding: 3px 5px;
    border-collapse: collapse;
    float: left;
}

.name {
    min-width: 180px;
    max-width: 230px;
    display: block;
    float: left;
}

.amount {
    width: 60px;
    float: left;
}

.time {
    display: block;
    min-width: 80px;
    max-width: 140px;
    float: left;
}

.line {
    width: 100%;
    border-bottom: 1px solid #eee;
    float: left;
    padding-bottom: 5px;
}

.cover_map {
    min-width: 1200px;
    max-width: 990px;
    float: left;
    height: 80px;
}

.list_dun {
    width: 50px;
    float: left;
}

.list_dun img {
    position: relative;
    max-height: 49px;
    max-width: 49px;
    border: 0px;
    display: block;
    opacity: 1;
}

.map_name {
    width: 140px;
    float: left;
    height: 50px;
    padding-left: 5px;
    border-bottom: 0px;
    vertical-align: top;
    font-weight: normal;
    padding-top: 15px;
    color: #333;
}

h2 {
    padding: 6px;
    padding-left: 10px;
    display: block;
    font-weight: 300;
    margin-top: 10px;
}

.heading_top {
    position: relative;
    width: 100%;
    margin: auto;
    display: block;
    margin-top: 20px;
}

.sidebar {
    top: 0px;
    right: 0px;
    padding: 5px;
    margin: 5px;
    position: fixed;
    display: block;
    font-size: 14px;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-info {
    background: #cce9f2;
    border: 1px solid #86cde3;
    color: #3194b1;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1)
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: -20px;
}

.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-xs,
.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:focus,
.btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #23527c;
    text-decoration: none;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff !important;
    background-image:
        linear-gradient(45deg, transparent 50%, #555 50%),
        linear-gradient(135deg, #555 50%, transparent 50%),
        linear-gradient(to right, #ccc, #ccc);
    background-position:
        calc(100% - 20px) calc(1em + 2px),
        calc(100% - 15px) calc(1em + 2px),
        calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    padding-right: 2.5em;
}

select::-ms-expand {
    display: none;
}
