/*
Registration/Login Form by html-form-guide.com
You can customize all the aspects of the form in this style sheet
*/

.custom-combobox {
    position: relative;
    display: inline-block;
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
}

.custom-combobox-input {
    margin: 0;
    padding: 7px 10px;
    width: 70% !important;
}

.fg_membersite_narrowfield .custom-combobox-input {
    width: 60% !important;
}

.ui-autocomplete {
    max-height: 250px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

.ui-autocomplete-input {
    width: 85%;
}

.fg_membersite fieldset {
    width: 230px;
    padding: 20px;
    border: 1px solid #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

.fg_membersite_wide fieldset {
    width: 500px !important;
}

.fg_membersite legend,
.fg_membersite h2 {
    font-family: Arial, sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    color: #b00;
}

.fg_membersite label,
span.label,
span.label-data {
    font-family: Arial, sans-serif;
    font-size: 0.8em;
    font-weight: bold;
    color: #b00;
}

span.label-data,
label.label-data {
    color: #fff;
}

.fg_membersite input[type="text"],
.fg_membersite textarea,
.fg_membersite input[type="password"] {
    font-family: Arial, Verdana, sans-serif;
    font-size: 0.8em;
    line-height: 140%;
    color: #000;
    padding: 3px;
    border: 1px solid #999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.fg_membersite input[type="text"],
.fg_membersite input[type="password"] {
    height: 18px;
    width: 220px;
}

.fg_membersite #scaptcha {
    width: 60px;
    height: 18px;
}

.fg_membersite input[type="submit"] {
    width: 100px;
    height: 30px;
    padding-left: 0px;
    background-color: #efefef;
    color: #000000;
    border-radius: 5px
}

.fg_membersite input[type="submit"]:disabled {
    background-color: #999999;
    color: #efefef;
}

.fg_membersite textarea {
    height: 120px;
    width: 310px;
}

.fg_membersite input[type="text"]:focus,
.fg_membersite textarea:focus {
    color: #009;
    border: 1px solid #990000;
    background-color: #ffff99;
    font-weight: bold;
}

.fg_membersite .container {
    margin-top: 8px;
    margin-bottom: 10px;
}

.fg_membersite .error {
    font-family: Verdana, Arial, sans-serif;
    font-size: 0.7em;
    color: #900;
    background-color: #ffff00;
}

.fg_membersite #register_password_errorloc {
    clear: both;
}

.fg_membersite fieldset#antispam {
    padding: 2px;
    border-top: 1px solid #EEE;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    width: 350px;
}

.fg_membersite fieldset#antispam legend {
    font-family: Arial, sans-serif;
    font-size: 0.8em;
    font-weight: bold;
    color: #333;
}

.fg_membersite .short_explanation {
    font-family: Arial, sans-serif;
    font-size: 0.6em;
    color: #dddddd;
}

.fg_membersite .short_explanation_medium {
    font-family: Arial, sans-serif;
    font-size: 0.8em;
    color: #dddddd;
}

/* spam_trap: This input is hidden. This is here to trick the spam bots*/
.fg_membersite .spmhidip {
    display: none;
    width: 10px;
    height: 3px;
}

.fg_membersite #fg_crdiv {
    font-family: Arial, sans-serif;
    font-size: 0.3em;
    opacity: .2;
    -moz-opacity: .2;
    filter: alpha(opacity=20);
}

.fg_membersite #fg_crdiv p {
    display: none;
}

#fg_membersite_content li {
    font-family: Arial, sans-serif;
    padding-top: 10px;
    padding-bottom: 10px;
}

#fg_membersite_content {
    font-family: Arial, sans-serif;
    font-size: 0.9em;
    line-height: 150%
}

#fg_membersite_content h2
{
   font-family : Arial, sans-serif;
   font-size: 1.5em;
   font-weight:bold;
   color:#333;
}

.notice,
.error-message {
    color: #fff;
}

.html-box-sizing * {
    box-sizing: border-box;
}

.wide-container {
    width: 95%;
    margin: 0 auto;
}

.notification-container {
    border-radius: 8px;
    border: 3px solid #AA0000;
    background-color: #220000;
    color: #fff;
    box-sizing: border-box;
    padding: 16px 16px;
    position: relative;
}
.notification-container form {
    position: absolute;
    top: 16px;
    right: 16px;
}
.notification-container form button {
    border: 1px #444 solid;
    border-radius: 6px;
    overflow: hidden;
    white-space: nowrap;
    background: transparent;
    color: #fff;
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    padding: 0;
    cursor: pointer;
    transition: background-color ease-in-out 0.25s;
}
.notification-container form button:hover {
    background-color: #444;
}
.notification-container form button:before {
    content: "×";
    color: #fff;
    text-indent: 0;
    margin-left: 5px;
    margin-right: 20px;
    font-size: 1.2em;
    line-height: 18px;
}
.notification-header {
    font-size: 1.5em;
    font-weight: bold;
}
/* Bootstrap for beginners */
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.content-container {
    width: 90%;
    margin: 0 auto;
}
.d-none {
    display: none;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.row:after {
    content: "";
    display: block;
    float: none;
    clear: both;
}
[class*="col"] {
    padding: 0 15px;
    flex-grow: 1;
    box-sizing: border-box;
}
[class*="col-"] {
    flex-grow: 0;
}
.col-1 {
    flex-basis: 8.333%;
}
.col-2 {
    flex-basis: 16.667%;
}
.col-3 {
    flex-basis: 25%;
}
.col-4 {
    flex-basis: 33.333%;
}
.col-5 {
    flex-basis: 41.667%;
}
.col-6 {
    flex-basis: 50%;
}
.col-7 {
    flex-basis: 58.333%;
}
.col-8 {
    flex-basis: 66.667%;
}
.col-9 {
    flex-basis: 75%;
}
.col-10 {
    flex-basis: 83.333%;
}
.col-11 {
    flex-basis: 91.667%;
}
.col-12 {
    flex-basis: 100%;
}
.offset-0 {
    margin-left: 0;
}
.offset-1 {
    margin-left: 8.333%;
}
.offset-2 {
    margin-left: 16.667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.333%;
}
.offset-5 {
    margin-left: 41.667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.333%;
}
.offset-8 {
    margin-left: 66.667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.333%;
}
.offset-11 {
    margin-left: 91.667%;
}
.offset-12 {
    margin-left: 100%;
}
.mt-1 {
    margin-top: 0.25em;
}
.mt-2 {
    margin-top: 0.5em;
}
.mt-3 {
    margin-top: 1em;
}
.mt-4 {
    margin-top: 1.5em;
}
.mb-1 {
    margin-bottom: 0.25em;
}
.mb-2 {
    margin-bottom: 0.5em;
}
.mb-3 {
    margin-bottom: 1em;
}
.mb-4 {
    margin-bottom: 1.5em;
}

.align-items-center {
    align-items: center;
}


@media only screen and (min-width: 768px) {
    .content-container {
        width: 600px;
    }
    [class*="col-md"] {
        flex-grow: 1;
    }
    [class*="col-md-"] {
        flex-grow: 0;
    }
    .col-md-1 {
        flex-basis: 8.333%;
    }
    .col-md-2 {
        flex-basis: 16.667%;
    }
    .col-md-3 {
        flex-basis: 25%;
    }
    .col-md-4 {
        flex-basis: 33.333%;
    }
    .col-md-5 {
        flex-basis: 41.667%;
    }
    .col-md-6 {
        flex-basis: 50%;
    }
    .col-md-7 {
        flex-basis: 58.333%;
    }
    .col-md-8 {
        flex-basis: 66.667%;
    }
    .col-md-9 {
        flex-basis: 75%;
    }
    .col-md-10 {
        flex-basis: 83.333%;
    }
    .col-md-11 {
        flex-basis: 91.667%;
    }
    .col-md-12 {
        flex-basis: 100%;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.333%;
    }
    .offset-md-2 {
        margin-left: 16.667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.333%;
    }
    .offset-md-5 {
        margin-left: 41.667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.333%;
    }
    .offset-md-8 {
        margin-left: 66.667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.333%;
    }
    .offset-md-11 {
        margin-left: 91.667%;
    }
    .offset-md-12 {
        margin-left: 100%;
    }
}

@media only screen and (min-width: 992px) {
    .wide-container {
        width: 960px;
    }
    [class*="col-lg"] {
        flex-grow: 1;
    }
    [class*="col-lg-"] {
        flex-grow: 0;
    }
    .col-lg-1 {
        flex-basis: 8.333%;
    }
    .col-lg-2 {
        flex-basis: 16.667%;
    }
    .col-lg-3 {
        flex-basis: 25%;
    }
    .col-lg-4 {
        flex-basis: 33.333%;
    }
    .col-lg-5 {
        flex-basis: 41.667%;
    }
    .col-lg-6 {
        flex-basis: 50%;
    }
    .col-lg-7 {
        flex-basis: 58.333%;
    }
    .col-lg-8 {
        flex-basis: 66.667%;
    }
    .col-lg-9 {
        flex-basis: 75%;
    }
    .col-lg-10 {
        flex-basis: 83.333%;
    }
    .col-lg-11 {
        flex-basis: 91.667%;
    }
    .col-lg-12 {
        flex-basis: 100%;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.333%;
    }
    .offset-lg-2 {
        margin-left: 16.667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.333%;
    }
    .offset-lg-5 {
        margin-left: 41.667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.333%;
    }
    .offset-lg-8 {
        margin-left: 66.667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.333%;
    }
    .offset-lg-11 {
        margin-left: 91.667%;
    }
    .offset-lg-12 {
        margin-left: 100%;
    }
}

@media only screen and (min-width: 1280px) {
    [class*="col-xl"] {
        flex-grow: 1;
    }
    [class*="col-xl-"] {
        flex-grow: 0;
    }
    .col-xl-1 {
        flex-basis: 8.333%;
    }
    .col-xl-2 {
        flex-basis: 16.667%;
    }
    .col-xl-3 {
        flex-basis: 25%;
    }
    .col-xl-4 {
        flex-basis: 33.333%;
    }
    .col-xl-5 {
        flex-basis: 41.667%;
    }
    .col-xl-6 {
        flex-basis: 50%;
    }
    .col-xl-7 {
        flex-basis: 58.333%;
    }
    .col-xl-8 {
        flex-basis: 66.667%;
    }
    .col-xl-9 {
        flex-basis: 75%;
    }
    .col-xl-10 {
        flex-basis: 83.333%;
    }
    .col-xl-11 {
        flex-basis: 91.667%;
    }
    .col-xl-12 {
        flex-basis: 100%;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.333%;
    }
    .offset-xl-2 {
        margin-left: 16.667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.333%;
    }
    .offset-xl-5 {
        margin-left: 41.667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.333%;
    }
    .offset-xl-8 {
        margin-left: 66.667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.333%;
    }
    .offset-xl-11 {
        margin-left: 91.667%;
    }
    .offset-xl-12 {
        margin-left: 100%;
    }
}

.fieldset-container fieldset {
    padding: 20px;
    border: 1px solid #fff;
    border-radius: 10px;
    margin: 0;
}
.fieldset-container input[type="submit"],
.fieldset-container button[type="submit"] {
    width: 100px;
    height: 30px;
}
.fieldset-container .container {
    margin: 8px 0 10px;
}

@keyframes rotate {
   0% {
      transform: rotate(0deg);
   }
   100% {
      transform: rotate(360deg);
   }
}

.status {
   width: 20px;
   height: 20px;
   margin-left: auto;
   border-radius: 50%;
}
.status-pending {
   border: 2px solid transparent;
   border-top-color: #990000;
   animation: rotate infinite 2s;
}
.status-error {
   color: #b00;
}
.status-error:before {
    content: "✕";
    padding-right: 3px;
}
.status-success {
   color: #dddddd;
}
.status-success:before {
    content: "✓";
    padding-right: 3px;
}
.status-notice {
    color: #dddddd;
}
/*.status-notice:before {*/
/*    content: "Notice: "*/
/*}*/
#fg_membersite_content h2 {
    font-family: Arial, sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    color: #333;
}

.text-white{color: #ffffff;}
.pnlChosenEnemy {display: none}

.ui-error,.ui-notice,.ui-success{
    color: #ffffff;
    padding:10px;
    margin:10px 5px 10px 5px;
    max-width: 500px;
}
.ui-error{
    border: 1px solid #b00;
}

.ui-notice{
    border: 1px dotted #ffffff;
}
.ui-success{
    border: 1px solid #ffffff;
}

/** Audit Logs */
section {
    padding-bottom: 15px;
    clear: both;
    display: block;
    min-height: 60px;
}

section header {
    font-size: 1.5rem;
}

section.filters .form-group input,
section.filters .form-group select {
    color: red;
    background-color: black;
    border-radius: 5px;
}

section.filters .form-group input {
    min-height: 20px;
}

section.filters .form-group select {
    min-height: 25px;
}

.form-group {
    float: left;
    padding: 5px 5px
}

.form-group > label {
    display: block;
}

.form-group .btn-primary {
    min-height: 25px
}

table.audit-logs {
    width: 100%;
}

table.audit-logs th {
    color: #000;
    background-color: #b00;
}

table.audit-logs th,
table.audit-logs th {
    padding: 5px 5px;
    text-align: left;
}

.hidden {
    display: none;
    visibility: hidden
}

ul.pagination{}
ul.pagination li{ display:inline-block}

/** Character Stats / Approve Events */
.tbl-character-stats,
.tbl-tbody-multiple {
    border-collapse: collapse;
}

.tbl-character-stats tbody,
.tbl-tbody-multiple tbody {
    border-top: 20px solid transparent;
}

.tbl-character-stats th {
    font-size: 1.25rem;
}

.tbl-character-stats th,
.tbl-character-stats td {
    text-align: left;
}

.tbl-character-stats .total {
    text-align: right;
}

.tbl-character-stats td.total {
    color: #FFFFFF;
}

/** Approve Events */
.tbl-approve-events th,
.tbl-approve-events td {
    text-align: left;
    padding: 2px 0px 2px 8px;
}

tr.action-row th {
    font-size: 1.25rem;
}

.current {
    font-weight: 700;
}

.page:not(.current) {
    text-decoration: none;
}

.first:not(.current) {
    text-decoration: none;
}

.last:not(.current) {
    text-decoration: none;
}

.debug {
    color: gray;
    font-style: italic;
    text-align: left;
}

.debug::before {
    content: 'Debugging'
}