
/*form*/
.form {
    border: 1px solid #cccccc;
    padding: 20px;
    border-bottom-left-radius:11px;
    -webkit-border-bottom-left-radius:11px;
    -moz-border-bottom-left-radius:11px;
    border-bottom-right-radius:11px;
    -webkit-border-bottom-right-radius:11px;
    -moz-border-bottom-right-radius:11px;
    background-color: #F2F2F2;
    position:relative;
}
.form:before, .form:after
{
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width:300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.form:after
{
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}



/* CSS reset */
html{background:#282828;}
body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    background: white;
}

/*body, html {*/
    /*font-family:Arial, Helvetica, sans-serif;*/
    /*-webkit-text-size-adjust:none;*/
/*}*/
ol, ul {
    list-style:none
}
blockquote, q {
    quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
    content:''
}
:focus {
    outline:0
}
ins {
    text-decoration:none
}
del {
    text-decoration:line-through
}
table {
    border-collapse:collapse;
    border-spacing:0
}
*:focus {
    outline:none;
}

/* widget registration */

#widget-registration #registration-form{
    background: #666;
    color: white;
}

#widget-registration #registration-button, #widget-registration #login-button {
    background: #6092c4 !important;
    background: -moz-linear-gradient(top,  #6092c4 0%, #334b7b 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6092c4), color-stop(100%,#334b7b)) !important;
    background: -webkit-linear-gradient(top,  #6092c4 0%,#334b7b 100%) !important;
    background: -o-linear-gradient(top,  #6092c4 0%,#334b7b 100%) !important;
    background: -ms-linear-gradient(top,  #6092c4 0%,#334b7b 100%) !important;
    background: linear-gradient(to bottom,  #6092c4 0%,#334b7b 100%) !important;
    border-bottom:3px solid #22355b !important;
    color:#fff !important;
    text-decoration:none !important;
    text-shadow:0 1px 2px rgba(0, 0, 0, 0.5) !important;
    width: 100%;
}

#widget-registration #registration-button:hover,
#widget-registration #registration-button:active,
#widget-registration #login-button:hover,
#widget-registration #login-button:active,
#widget-registration .button:hover {
    background:#5f88c4 !important;
}

#widget-registration .accept-terms {
    color: white;
    font-size:10px;
    text-transform:none !important;
}

#widget-registration .accept-terms a {
    text-decoration: underline;
    color: #7dbf27;
    font-size:10px;
}

#widget-registration #read-only-dial-code {
    color: #FEFEFE;
    text-shadow: 0 1px 0 #666;
}

#widget-registration #facebook-sign-up {
    background: #666;
    color: white;
}

#widget-registration #facebook-sign-up #or-label {
    background: #666;
    color: white;
}

#widget-registration.facebook #registration-form, #widget-registration.facebook #login-form, #widget-registration.login #registration-form, #widget-registration.login #login-form {
    background: #666;
    color: white;
}

#widget-registration #register-login li.active {
    background: #666;
    color: white;
}

#widget-quick-login #quick-login-form {
    background: #ffffff;
    padding: 20px;
}

#widget-quick-login .button {
    background: #70C337 !important;
    background: -moz-linear-gradient(top, #70C337 0%, #549328 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#70C337), color-stop(100%,#549328)) !important;
    background: -webkit-linear-gradient(top, #70C337 0%,#549328 100%) !important;
    background: -o-linear-gradient(top, #70C337 0%,#549328 100%) !important;
    background: -ms-linear-gradient(top, #70C337 0%,#549328 100%) !important;
    background: linear-gradient(to bottom, #70C337 0%,#549328 100%) !important;
    border-bottom: 3px solid #4C8426 !important;
    border: none !important;
    padding: 8px 20px !important;
    text-align: center !important;
    color: white !important;
    text-decoration: none !important;
    font-size: 14px !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) !important;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
}

#widget-quick-login #quick-login-button:hover {
    background: #75CD39 !important
}

#widget-quick-login #quick-login-forgot-password {
    background: white !important;
    color: #38561C !important;
    border-bottom-right-radius: 0px !important;
    -webkit-border-bottom-right-radius: 0px !important;
    -moz-border-radius-bottomright: 0px !important;
}

/* Gamebox widget */

#widget-gamebox {
    background:white;
    border-radius: 0px!important;
    -webkit-border-radius: 0px!important;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2)!important;
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2)!important;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2)!important;
}

#widget-gamebox .direction-button {
    width:53px;
    height:53px;
    text-decoration:none;
    margin:0 10px 5px;
    display:block;
    overflow:hidden;
    text-indent:-5555px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
#widget-gamebox .direction-button.call, .direction-button.call:active {
    background:url(../images/call_put_btn_sprite.png) no-repeat top left !important;
    border:none !important;
}
#widget-gamebox .direction-button.call:hover {
    background:url(../images/call_put_btn_sprite.png) no-repeat top right !important;
    border:none !important;
}
#widget-gamebox .direction-button.put, .direction-button.put:active {
    background:url(../images/call_put_btn_sprite.png) no-repeat bottom left !important;
    border:none !important;
}
#widget-gamebox .direction-button.put:hover {
    background:url(../images/call_put_btn_sprite.png) no-repeat bottom right !important;
    border:none !important;
}

#widget-gamebox #payout-wrapper {
    font-size:60px;
    color:#2f4d62;
    float:left;
    text-decoration:none;
    margin:-20px 20px 0;
    width:150px;
}
#widget-gamebox .payout-text {
    font-size:14px;
    color:#666262;
    float:left;
    width:150px;
    text-align:center;
}

#widget-gamebox .spot {
    float:left;
    padding: 7px 10px;
    background:#fff;
    border:1px solid #cbcbcb;
    font-size:11px;
    width:40px;
    text-align:center;
    display:block;
    width: 72px;
    margin: 7px 0 10px;
    border-radius:20px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
}
#widget-gamebox .trend-up {
    color: #4F900F;
}
#widget-gamebox .trend-down {
    color: #EB4823;
}

#widget-gamebox #game-expiry-box, #widget-gamebox #instrument-box {
    padding:2px 15px;
    background:#fff;
    border:1px solid #cbcbcb;
    font-size:11px;
    width:150px;
    border-radius:20px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
}

#widget-gamebox .x-progress-default {
    background: #fff !important;
    border: none !important;
    width: 150px !important;
    height: 24px !important;
    float: left !important;
    -webkit-box-shadow: inset 0px 0px 15px 0px #000 !important;
    -moz-box-shadow: inset 0px 0px 15px 0px #000 !important;
    box-shadow: inset 0px 0px 15px 0px #000 !important;
    border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
}


#widget-gamebox #closing-progress-bar-container .x-progress-text {
    color:#333;
}

#widget-gamebox #closing-progress-bar-container .x-progress {
    border: 4px solid #dadada !important;
}

#widget-gamebox .x-progress-bar {
    background-image:url(../images/time_bar_bg.jpg) !important;
    height:16px !important;
    margin:0 !important;

    display:block !important;
    float:left !important;
    border:none !important;
    -webkit-box-shadow:inset 0px 0px 2px 0px #999;
    -moz-box-shadow:inset 0px 0px 2px 0px #999;
    box-shadow:inset 0px 0px 2px 0px #999;
    border-radius:20px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
}

#widget-gamebox .call-small-icon {
    display:inline-block;
    background:url(../images/buttons_small.png) no-repeat top center;
    width:16px;
    height:16px;
}

#widget-gamebox .put-small-icon {
    display:inline-block;
    background:url(../images/buttons_small.png) no-repeat bottom center;
    width:16px;
    height:16px;
}

/* Asset-index widget */

#widget-asset-index #asset-index-filter {
    background:#38561c !important;
    border:none !important;
    padding:5px;
}

#widget-asset-index #asset-index-filter .active {
    color:#fff;
    background:#49c459;
    background:-moz-linear-gradient(top, #54e066, #49c459) no-repeat #49c459;
    background:-webkit-gradient(linear, left top, left bottom, from(#54e066), to(#49c459)) no-repeat #49c459;
    border-left:0;
    border-right:0;
    text-shadow:1px 1px 2px rgba(0, 0, 0, 0.5);
}

#widget-asset-index #asset-index-filter a {
    font-size:12px;
    text-decoration:none;
    float:left;
    color:#fff !important;
    padding:12px 15px 12px !important;
    text-shadow: none;
    margin-left:0;
}

#widget-asset-index .game, #widget-asset-index .instrument {
    padding: 10px;
    border-bottom: 1px solid #E8E8E8;
}

/* Expiry-prices widget */

#widget-expiry-prices #date-picker {
    background:#38561c !important;
    border:none !important;
    padding:5px;
}

#widget-expiry-prices #date-picker label {
    color:#fff;
    font-weight:bold;
}

#widget-expiry-prices .odd {
    background: #e6e6e6;
}

#widget-expiry-prices .even {
    background: #fefefe;
}

#widget-expiry-prices #pagination .button {
    margin-right: 5px;
    color: #333;
    background: #dddddd;
    background: -moz-linear-gradient(center top, #f8f8f8, #c6cbce);
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#c6cbce));
    text-decoration:none !important;
}
#widget-expiry-prices #pagination .button:hover {
	background:#111 !important;
	border:1px solid #000;
    color:#fff;
    text-shadow:none;
}
#widget-expiry-prices #pagination .button.pressed {
    color: #c2c2c2;
    background:#cbd0d0;
    border:1px solid #cbd0d0;
}