/* platform specific css for casino page */
#casino.container {
    background: #FFF;
    margin-top: 10px;
    padding: 0 0 15px 0;
    border: 0;
    min-height: 600px;
    width: 719px;
}
#casino h1 {
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font-style: normal;
    width: 728px;
    height: 25px;
    margin: 0;
    background-color: transparent !important;
    color: #3c446b;
    padding-left: 11px;
    padding-top: 11px;
    font-size: 17px;
    border-radius: 0 15px 0 0;
}
#casino .games .game.hover {
    background: #0316F7;
    color: white;
}
#casino .games .hover .game-name {
    color: white;
}
#casino .games .hover .provider {
    color: white;
}
#casino .options #provider{
    width: 170px;
}
#casino .options #sortby{
    width: 170px;
}
#casino .options #search{
    width: 280px;
    padding-left: 10px;
}

#casino .games .game img {
    border-color: #3c446b;
}
#casino .games .game .favourite {
    color: #3c446b;
}
#casino .games .game.hover .favourite {
    color: orange;
}
#casino .games .game .favourite.on {
    color: darkorange;
}
#casino .games .game {
    width: 175px;
}
#casino .lastplayed {
    margin-top: 0px;
    border-color: #3c446b;
}
#casino .lastplayed span {
    text-transform: uppercase;
    color: #3c446b;
}
#casino .lastplayed div.left {
    color: #3c446b;
}
#casino .lastplayed div.right {
    color: #3c446b;
}
#casino .lastplayed ul li.empty {
    background: #D0EFFD;
    color: #85D6FA;
}
#casino .menu {
    border-top: 1px solid #D8CED9;
    border-bottom: 1px solid #D8CED9;
    background: #f9fafa;
    background: -moz-linear-gradient(top, #f9fafa 0%, #ced0d2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9fafa), color-stop(100%,#ced0d2));
    background: -webkit-linear-gradient(top, #f9fafa 0%,#ced0d2 100%);
    background: -o-linear-gradient(top, #f9fafa 0%,#ced0d2 100%);
    background: -ms-linear-gradient(top, #f9fafa 0%,#ced0d2 100%);
    background: linear-gradient(to bottom, #f9fafa 0%,#ced0d2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fafa', endColorstr='#ced0d2',GradientType=0 );
}
#casino .menu ul li a:hover {
    border: 1px solid #fff;
    color: #fff;
    background: #3c446b;
    background: linear-gradient(to bottom, #052BE5 0%,#192EC0 100%);
}
#casino .menu ul li a.active {
    border: 1px solid #fff;
    color: #fff;
    background: #3c446b;
    background: linear-gradient(to bottom, #052BE5 0%,#192EC0 100%);
}
#casino .menu ul li:last-child a span {
    margin-right: 5px;
}
#casino .top .inner {
    background: #daeaf7;
    left:740px;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
}

#casino .top .inner.initial {
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
}
.fa-stack{
    height: 44px;
    line-height: 44px;
}
#casino .top span {
    color: #3c446b;
}

#casino .lastplayed .center{
    width: 550px;
}

#casino .submenu{
    color: #3c446b;
    width: 100%;
    height: 40px
}
#casino .submenu ul {
    margin-top: 1em;
    margin-bottom: 1em;
}
#casino .submenu li {
    height: 20px;
}

#casino .games .game .favourite:hover {
    color: orange;
}

#casino .menu ul li a {
    color: #3c446b;
}

#casino .menu ul li .fa-star{
    color: darkorange;
}

.ui-dialog-titlebar{
    background-color: #3D446E;
    background-image: none;
}
.ui-dialog-title{
    color: white;
}

.overlaycover {
    position:absolute;
    background:rgba(0,0,0,0.4);
    display:block;
    opacity:0;
}

.messageholder {
    position:absolute;
    background:#4f81bd;
    border:2px solid #385d8a;
    display:block;
    opacity:0;
}

.messagecontent {
    position:absolute;
    display:block;
    color:#ffffff;
    font-family:Arial;
    font-size:12px;
    padding:10px;
}

.buttonspanel {
    position:absolute;
    left:5px;
    bottom:5px;
}

.custombutton {
    display:inline-block;
    margin:5px;
}

.netentgameholder { position:relative }