.dl-horizontal-100 > dt {
    float: left;
    width: 200px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dl-horizontal-100 > dd {
    margin-left: 210px;
}

.dl-horizontal-100 > dd:after {
    display: table;
    content: "";
    clear: both;
}

.font-size-small {
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    vertical-align: middle;
}

.font-size-medium {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.4;
    vertical-align: middle;
}

.font-size-large {
    display: inline-block;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3;
    vertical-align: middle;
}

.text-nowrap {
    white-space: nowrap;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.float-none{
    float: none;
}

.nav-tabs > li.active { background: #ffffff; }
.nav-tabs > li.active > a:hover { background: #1bb394; cursor: pointer; }
.nav-tabs > li > a:hover { background: #1bb394; cursor: pointer; }

.btn-light-blue {
    background-color: #5dd6ff;
    border-color: #5dd6ff;
    color: #FFFFFF;
}

.horizontal {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
}

.c3-total {
    font-family: sans-serif;
    font-size: 11px;
    position: relative;
    display: flex;
    justify-content: center;
    cursor: default;
    -webkit-user-select: none;
    user-select: none;
    text-align: center;
    color: #000000;
    height: 15px;
}

.c3-total-title {
    position: absolute;
    left: 0;
}

.c3-total-group {
    margin: 0 3px;
}

.wrapper-admin-list {
    padding-top: 12px;
}

.form-control.datetime-input {
    background: white;
}
.form-control.datetime-input + .input-group-addon {
    border-left: 0;
}

.page-heading + .alert {
    margin-top: 20px;
    margin-bottom: 0;
}

h2.username.text-break {
    overflow-wrap: anywhere;
    word-break: break-word;
}
