html
{

}

body
{
text-align:left;
font-family: 'Titillium Web', sans-serif;
font-size:16px;
color:#9e9e9f;
background:#25262b;
}

.top-black{background:#000;}
.top-black .logo-keystore{padding-top:9px;padding-bottom:9px;}
.navbar{margin-bottom:0;}
.navbar-inverse{background:#1f2024; border-radius:0;border:0;}
a.navbar-brand{text-transform:uppercase;color:#FFF !important;font-size:14px;}
.color1{color:#f47920 !important;}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus,
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{background:transparent;color:#f47920;}
.dropdown-menu{background-color:#1f2024;border-radius:0;box-shadow:none;}
.dropdown-menu > li > a{color:#9e9e9f;}
.fb, .yt {padding-top:6px;padding-bottom:5px;margin-left:10px;}
.dark{background:#1f2024;}
.banner{background:#191a1d;}
.btn-keystore{
background: rgb(244,121,32); /* Old browsers */
background: -moz-linear-gradient(top, rgb(244,121,32) 0%, rgb(240,78,35) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgb(244,121,32) 0%,rgb(240,78,35) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgb(244,121,32) 0%,rgb(240,78,35) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f47920', endColorstr='#f04e23',GradientType=0 ); /* IE6-9 */
border:0;
color:#FFF;
text-transform:uppercase;
box-shadow:0 1px 2px rgba(0,0,0,0.3);
}

.btn-keystore:hover{
background: rgb(221,110,29); /* Old browsers */
background: -moz-linear-gradient(top, rgb(221,110,29) 0%, rgb(218,71,32) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgb(221,110,29) 0%,rgb(218,71,32) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgb(221,110,29) 0%,rgb(218,71,32) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd6e1d', endColorstr='#da4720',GradientType=0 ); /* IE6-9 */
border:0;
color:#FFF;
text-transform:uppercase;
}


.btn-keystore-wiecej{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#929192+0,514f54+100 */
background: rgb(146,145,146); /* Old browsers */
background: -moz-linear-gradient(top, rgb(146,145,146) 0%, rgb(81,79,84) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgb(146,145,146) 0%,rgb(81,79,84) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgb(146,145,146) 0%,rgb(81,79,84) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#929192', endColorstr='#514f54',GradientType=0 ); /* IE6-9 */
border:0;
color:#FFF;
text-transform:uppercase;
}

.btn-keystore-wiecej:hover{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#929192+0,514f54+100 */
background: rgb(120,119,122); /* Old browsers */
background: -moz-linear-gradient(top, rgb(120,119,122) 0%, rgb(81,79,84) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgb(120,119,122) 0%,rgb(81,79,84) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgb(120,119,122) 0%,rgb(81,79,84) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78777a', endColorstr='#514f54',GradientType=0 ); /* IE6-9 */
border:0;
color:#FFF;
text-transform:uppercase;
}

.input-keystore{background:#18191c;border:1px solid #101114;}

.ideye{filter: grayscale(100%);}
.ideye:hover {filter: grayscale(0%);}

.footer p{line-height:40px;}

.bbb{border-bottom:1px solid #3e3d42;}

.footer-logos{padding-top:20px;padding-bottom:20px;}
.footer-logos a img{opacity: 0.5;filter: alpha(opacity=50); filter: grayscale(100%);}
.footer-logos a:hover img{opacity: 1;filter: alpha(opacity=100); filter: grayscale(0%);}

.thumbnail{border:1px solid #1f2024; border-radius:3px;background:transparent;}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{background-color:transparent;color:#FFF;}

.chatContainer > .chatMessages {height: 500px;overflow-y: scroll;}
.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 #191a1d;}
.button-player, a {color:#f47920;}
.button-player:hover, a:hover{color:#f04e23;}
.glyphicon-cred{color:red;}
.label-primary{background-color:#198b72;}
.label-success{background-color:#f04e23;}
.table-striped > tbody > tr:nth-of-type(odd)
{
background-color:#191a1d;
}

@media (max-width: 767px) {
.navbar-nav > li > a{padding-top:5px;padding-bottom:5px;}
}

.alert-danger {
color: #d7bcbc;
background-color: #361d20;
border-color: #ff0000;
}

.alert-danger {
color: #bcd7c0;
background-color: #23361d;
border-color: #00ff00;
}

.label-success{background-color:#26ab3d;}