 /*
a.brand{display: none;}
background-image: linear-gradient(to top, #667BB4 0%, #495879 50%);

background: #667BB4 no-repeat 98% 50%
#434542
border-image:linear-gradient(transparent, grey);
*/
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
div.ArtikelHover{ height: 200px; overflow: hidden;border-radius: 10px;border-bottom:10px ridge #eee; }
div.ArtikelHover:active, div.ArtikelHover:hover{ height: auto;overflow: visible;}

.alert-message {color:#777;}
.chzn-drop > ul > li {color:#777;}
.control-label > label {color:#777;}
.btn-primary{border-color:#bbb;background: #777;}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, [disabled].btn-primary{
  background-color: #999;
}
.accordion-group {    background: #444;}

textarea:focus, input[type='text']:focus, input[type='password']:focus, input[type='datetime']:focus, input[type='datetime-local']:focus, input[type='date']:focus, input[type='month']:focus, input[type='time']:focus, input[type='week']:focus, input[type='number']:focus, input[type='email']:focus, input[type='url']:focus, input[type='search']:focus, input[type='tel']:focus, input[type='color']:focus, .uneditable-input:focus {
    color: #fff;
    background-color: #999;
}
checkbox, textarea, input[type='text'], input[type='password'], input[type='datetime'], input[type='datetime-local'], input[type='date'], input[type='month'], input[type='time'], input[type='week'], input[type='number'], input[type='email'], input[type='url'], input[type='search'], input[type='tel'], input[type='color'], .uneditable-input {
    color: #fff;
    background-color: #777;
}


/** Pagenavigation **/
.je_acc > ul > li > a {font-size:13px; border: 1px solid #eee;}
.je_acc, .je_acc ul, .je_acc ul li, .je_acc ul li a{
    border: 1px solid #eee;
    border-radius: 6px;
}

.well{background: #434542;}

.well .nav > .active > a {background-color: #667BB4;color:#eee;border-radius: 4px;}
.well .nav ul.unstyled > .active > a {background-color: #667BB4;color:#eee;border-radius: 4px;}
.well .nav ul.unstyled a:hover, .well .nav ul.unstyled a:focus, .well .nav ol.unstyled a:hover, .well .nav ol.unstyled a:focus {background-color: #999;border-radius: 4px;text-decoration:none;}
.navigation {
  border-bottom    : 1px solid #eee;
  border-top       : 1px solid #eee;
  background: #434542;
  padding          : 2px;
  border-radius: 4px;
}
#aside .nav .nav-child {
    border-left: 1px solid #999;
    padding-left: 15px;
}


.span9 {border       : 1px solid #eee;
  	padding          : 5px;
  	border-radius: 4px;
	background-color: #434542;
}

.nav > li > a:hover, .nav > li > a:focus {
  border-radius: 4px;
}/*
.nav > li > a:link { color: #fff;} 
a:hover, a:focus {
    color: #999BB9;
}

.nav > li > a:hover, .nav > li > a:focus {
  color: #444444;
}
a:link, a:visited {
    color: #eee;
}
a:hover, a:focus {
    color: #444444;
    text-decoration: underline;
}*/



/**#################### DEFAULT and FORMS CSS ####################**/
body {
    font-family: Tahoma,Arial,Helvetica,Sans-Serif;
    font-size: 13px;
    color: #313e63;
}
body{
  margin: 0 auto;
  padding: 0;  
      overflow-y: scroll;
    overflow-x: hidden;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: top left;  
    background-color: #ddcea7;
  background-image: url("http://dev.tsc-casino.de/images/Page-BgTexture.jpg"); /*repeat-y top center;*/
}
.body .container{
	/*background-color: #495879;*/
  background-image: linear-gradient(to bottom,  #495879 0%,  #667BB4 15%, #495879 30%);
  padding: 10px;  
  border: 2px solid rgba(255,255,255, 0.99);
}

.footer .container{
	/*background-color: #495879; */
  background-image: linear-gradient(to bottom,  #495879 0%,  #667BB4 15%, #495879 70%);
  padding: 10px;  
  border: 2px solid rgba(255,255,255, 0.99);
  border-radius: 6px;
}


