.header{
  background: linear-gradient(to bottom,#020a38 0%,#031651 100%) !important;
}

.header .icon{
  background: linear-gradient(to bottom,#a75a0f 0%,#e8dc56 100%) !important;
}

.header .title h4{
  color:#00c4e4;
}

.wrapper{
  background: #0e1b54 !important;
}

.content-menu{
  background: #070f2f;
  border-left: 1px solid #313e90;
}

.active{
  background-color: #313e90 !important;
  border-right: 5px solid #00c4e4;  
}

.active:hover{
  background-color: #313e90 !important;
  border-right: 0px !important;
}

.sidebar-pokertour{
  background: #1b1e29;
}

.accordion-menu {
  width: 100%;
  max-width: 200px;
  position: absolute;
  top: 80px;
  color: #fff;
}

.accordion-menu li .limenu{
  padding: 15px 0px 15px 10px;
}

.accordion-menu li.open .dropdownlink {
  color: #a7a8aa;
}
.accordion-menu li.open .dropdownlink .fa-chevron-down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion-menu li:last-child .dropdownlink {
  border-bottom: 1px solid #313e90;
}

.dropdownlink {
  cursor: pointer;
  display: block;
  padding: 15px 0px 15px 0px;
  border-bottom: 1px solid #313e90;
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.dropdownlink:hover{
  background-color: #313e90 !important;
  border-right: 5px solid #00c4e4;  
}

.dropdownlink h4{
  padding-left: 10px;
  font-weight:normal !important;
}
.dropdownlink a{
  color: #a7a8aa;
}
.dropdownlink i {
  position: absolute;
  top: 17px;
  left: 16px;
}
.dropdownlink .fa-chevron-down {
  right: 12px;
  left: auto;
}

.submenuItems {
  display: none;
  background: #1b1e29;
}

.submenuItems li:hover{
  background-color: #313e90 !important;
  border-right: 5px solid #00c4e4; 
}

.submenuItems li {
  border-bottom: 1px solid #313e90;
  background: #08123e;
}

.submenuItems a {
  display: block;
  color:#9aa1ce  !important;
  padding: 15px 12px 14px 20px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  font-family: 'Lato'; 

}

.content-menu{
font-family: 'Lato'; 
}

.content-menu h2{
border-bottom: 1px solid #313e90;
padding-bottom: 5px;
font-weight:100;
}

.content-menu h3{
  color:#e008c4;
}

.content-menu p {
color:#fff;
padding-bottom:5px;
}

.accordion-menu a {
  color: #fff;
}

select {
    float: right;
    margin-right: 10px;
    border: 1px solid #050b23;
    background: #1e3fb1;
    padding: 5px 10px;
    color: #fff;
}

input:focus, select:focus {
    border: 1px solid #022581;
    outline: 1px solid #0279f2;
    background: #1e3fb1;
    box-shadow: inset 0 0 5px #000000;
    -moz-box-shadow: inset 0 0 5px #000000;
    -webkit-box-shadow: inset 0 0 5px #000000;
}