body {
    background-color: #282828;
}

.text-primary {
    color: #00b3ee;
}

.navbar-brand {
    color: #00b3ee;
    text-shadow: none;
}

.navbar-brand:hover {
    color: #1e92be;
    text-shadow: none;
}

#form_lang {
    color: #dbdbdb;
    background-color: #282828;
    border: 1px solid #707070;
}

.nav > li > a.logout-link, .nav > li > a.logout-link {
    background-color: #222222;
}

.nav > li > a.logout-link:focus, .nav > li > a.logout-link:hover {
    text-decoration: none;
    background-color: #222222;
}

.glyphicon-log-out {
    background-color: #222222;
    color: #00b3ee;
}

.glyphicon-log-out:hover {
    background-color: #222222;
    color: #1e92be;
}

.navbar-color {
    color: #dbdbdb;
    background-color: #222222;
}

.iframe-autoresize-wrapper {
    color: #dbdbdb;
    display: inline;
}

.hint {
    color: #dbdbdb;
}

#above-iframe .player-key {
    display: inline;
    color: #dbdbdb;
}

.select2-container--default .select2-selection--single {
    color: #dbdbdb;
    background-color: #282828;
}

.select2-search--dropdown {
    color: #dbdbdb;
    background-color: #282828;
}

.select2-search__field {
    color: #dbdbdb;
    background-color: #282828;
}

.select2-results {
    color: #dbdbdb;
    background-color: #282828;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #707070 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #dbdbdb !important;
    line-height: 28px;
}

.select2-container--default .select2-selection--single {
    background-color: #282828 !important;
    border: 1px solid #707070 !important;
    border-radius: 4px;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #707070 !important;
    background-color: #282828 !important;
}

.side-block select, .side-block input {
    color: #dbdbdb !important;
    background-color: #282828 !important;
    border: 1px solid #707070 !important;
}

#player select, #player input {
    color: #dbdbdb !important;
    background-color: #282828 !important;
    border: 1px solid #707070 !important;
}

.btn-game-style {
    display: block;
    background-image: none;
    margin: 1px;
    color: #dbdbdb;
    background-color: #525151;
    text-shadow: none;
    border: 1px solid #202020;
    overflow: hidden;
}


.btn-game-style:hover {
    color: #dbdbdb;
    background-color: #5b5b5b;
    text-shadow: none;
    border: 1px solid #202020;
}

.hl-cur-balance {
    font-weight: 600;
    color: #00b3ee;
}

.sleep-under-iframe button {
    color: #dbdbdb;
    background-color: #525151;
    text-shadow: none;
    border: 1px solid #202020;
}

#wrapper {
    color: #dbdbdb;
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper {
    z-index: 1;
    position: fixed;
    right: 350px;
    width: 0;
    height: 100%;
    margin-right: -350px;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-left: 1px solid #aaaaaa;
    color: #dbdbdb;
    background-color: #383838;
}

.sidebar-nav li a {
    color: #00b3ee;
    display: block;
    text-decoration: none;
}

.sidebar-nav li a:hover {
    color: #1e92be;
    text-decoration: none;
}

.sidebar-nav li a.disabled {
    color: gray;
    pointer-events: none;
    text-decoration: none !important;
}

.btn-default-custom {
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
    background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #245580;
}

.btn-default-custom:hover,
.btn-default-custom:focus {
    color: #dbdbdb;
    background-color: #265a88;
    background-position: 0 -15px;
}

.btn-default-custom:active,
.btn-default-custom.active {
    color: #dbdbdb;
    background-color: #265a88;
    border-color: #245580;
}

.generate-key {
    width: 450px;
    height: 160px;
    padding: 20px;
    font-size: 16px;
    background-color: #282828;
    border: none;
    position: absolute;
    top: 0;
    left: 40%;
    color: white;
    box-shadow: 1px 2px 3px 2px rgba(0, 0, 0, 0.6);
}

.generate-key p.info {
    margin-top: 5px;
}

.generate-key input {
    color: #dbdbdb;
    background-color: #282828;
    border: 1px solid #707070;
    font-size: 16px;
    user-select: all;
}

/*api*/
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #282828;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: 1px solid #6c6c6c;
}

code {
    color: #ff3939;
    background-color: #222222;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    caret-color: white;
    border: 1px solid #707070;
    -webkit-text-fill-color: #dbdbdb;
    -webkit-box-shadow: 0 0 0 1000px #282828 inset;
    transition: background-color 5000s ease-in-out 0s;
}

.form-signin {
    background-color: #383838;
    border: 1px solid #535353;
    border-radius: 5px;
}

.form-signin input {
    color: #dbdbdb !important;
    background-color: #282828 !important;
    border: 1px solid #707070 !important;
}

#qr-btn {
    border: 1px solid white;
}

.wl-site-name a {
    color: #00b3ee;
}

.wl-site-name a:hover {
    color: #1e92be;
}

.btn-gen-key a {
    background-image: url('../icons/key-white.svg');
}

#menu-list, #players-list {
    background: #222222;
    border: 1px solid #1a1a1a;
}

.player-block .text-primary:hover {
    color: #1E92BE;
}

#players-list li.unselected:hover {
    color: #979797;
    cursor: pointer;
}

.tag {
    border: 1px solid #707070;
}

.remove-tag {
    border: 1px solid grey;
    color: #C12E2A;
    background: #282828;
}

.remove-tag:hover {
    border: 1px solid #989898;
}

.add-tag {
    border: 1px solid grey;
    color: #468847;
    background: #282828;
}

.add-tag:hover {
    border: 1px solid #989898;
}
