.flashmsg {
    position: fixed;
    bottom: 1px;
    right: 15px;
    text-align: center;
    padding: 15px 30px;
    font-size: 15pt;
    display: none;
}

.profilepic {
    width: 35px;
    border-radius: 15px;
    position: relative;
    top: 5px;
    right: 5px;
    margin-top: -15px;
}

.profilepicfull {
    width: 85px;
    float: right;
    margin-right: 15px;
}

.guild-body .profilepicfull {
    float: initial;
    margin-right: 0;
}

.guild-body #guildemblem {
    display: none;
}

.guild-body .avatarcol {
    min-width: 0;
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
}

.guild-search .pagination {
    margin: 0px auto;
    display: block;
    width: 450px;
    height: 40px;
}

#profileheadborder,
#titleDataContent {
    word-break: break-word;
}

#guildmembers th,
#guildmembers td {
    text-align: center;
}

.avatarcol {
    min-width: 135px;
}

.form-inline {
    display: inline;
}

.form-group .row{
    margin-bottom: 10px;
}

.float-right {
    float: right;
}

.bg-light {
    background-color: #ededed;
}

.avatar-small {
    width: 16px;
}

.guild-member-title {
    color: rgb(144, 144, 144);
    text-transform: uppercase;
    margin-left: 4px;
}

.loadingmodal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;

    background: url("../img/loading.gif") center 300px no-repeat,
        url("../img/krakenloading.gif") center 400px no-repeat;
    background-color: rgba(255, 255, 255, 0.8);
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .loadingmodal {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .loadingmodal {
    display: block;
}

#playerProfileTable div div {
    padding: 10px;
}

#playerProfileTable > div:nth-child(odd) {
    background-color: rgb(231, 231, 231);
}

#playerProfileTable > div td:nth-child(2) {
    width: 70%;
}

#playerProfileTable {
    width: 100%;
    margin: 0 auto;
    padding: 15px;
}

#playerProfileTable .profile-values {
    white-space: pre-wrap;
    word-break: break-all;
}

.game-title,
#playerhead {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
}
#resultSection {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.punishSubmit {
    width: 150px;
}

.behaviorSubmit {
    width: 170px;
    text-align: left;
}

.punishClear,
.cacheClear {
    padding: 0 15px;
}

@media (max-width: 992px) {
}

.filterBlue {
    background-image: none !important;
    background-color: #d9edf7 !important;
}
.info-hover {
    background-color: #b3e5ff !important;
}
.filterGreen {
    background-image: none !important;
    background-color: #dff0d8 !important;
}
.success-hover {
    background-color: #c8ffb3 !important;
}
.filterYellow {
    background-image: none !important;
    background-color: #fcf8e3 !important;
}
.warning-hover {
    background-color: #fff2b3 !important;
}
.filterRed {
    background-image: none !important;
    background-color: #f2dede !important;
}
.danger-hover {
    background-color: #ffb3b3 !important;
}

.userNameDisplay {
    font-weight: bold;
}

.bold {
    font-weight: bold;
}

#addPlayerInbox,
#addInboxTemplate {
    border-right: 1px solid #ededed;
}

.form-checkbox {
    margin-top: 5px;
}
.form-checkbox label {
    vertical-align: middle;
}

/* The switch - the box around the slider */
form .switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
}

/* Hide default HTML checkbox */
form .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
form .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

form .slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

form input:checked + .slider {
    background-color: #2196f3;
}

form input:checked:disabled + .slider {
    background-color: #aedbff;
}

form input:disabled + .slider {
    cursor: not-allowed;
}

form input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

form input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

/* Rounded sliders */
form .slider.round {
    border-radius: 34px;
}

form .slider.round:before {
    border-radius: 50%;
}

#classicGamePercent-handle, #highEloPercent-handle, #lowEloPercent-handle {
    width: 3em;
    height: 1.6em;
    top: 50%;
    margin-top: -.8em;
    text-align: center;
    line-height: 1.6em;
}

.percentage-slider{
    margin-top: 5px;
    margin-right: 10px;
}

.serveropspreview{
    width: 100%;
}

.radio-label{
    vertical-align: middle;
}

#otherActions .btn{
    margin-bottom: 5px;
    width: 170px;
}

#updateGameStandby{
    margin-top: 10px;
}

#matchhistorycontent .box{
    background: rgba(40,40,40,0.03);
    /* box-shadow: none; */
}
#matchhistorycontent .box .box-footer{
    background: transparent;
    border-top: 1px solid white;
}

#matchhistorycontent .box-header.with-border{
    border-bottom: 1px solid white;
}

.d-flex{
    display: flex;
}

.flex-wrap{
    flex-wrap: wrap;
}

.currency {
    width: 16px;
}

.behavior-submit{
    margin-top: 25px;
}