﻿
@charset "utf-8";
body {
    background: url("../images/body_bg.jpg") repeat scroll left top #f1e8d9;
    color: #444;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
}
a {
    color: #056839;
    text-decoration: none;
}
a:hover {
    color: #194e24;
    text-decoration: underline;
}
a img {
    border: medium none;
}
h1 {
    color: #815712;
    font-family: "Oswald",Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
h2 {
    color: #815712;
    font-family: "Oswald",Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
h3 {
    border-bottom: 1px solid #ccc;
    color: #444;
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 8px;
    padding: 0 0 1px;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #ccc;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    margin: 16px 0;
}
img {
    height: auto !important;
    max-width: 100% !important;
}
.imgsmall {
    float: left;
    margin-bottom: 5px;
    margin-right: 10px;
    width: 100px;
}
p {
    margin-top: 0;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    margin: 0 0 6px 15px;
    padding: 0;
}
li:last-child {
    margin-bottom: 0;
}
li ul, li ol {
    margin-top: 6px;
}
strong {
    color: #000;
    font-weight: bold;
}
.clear {
    clear: both;
}
.slim {
    margin: 0 !important;
    padding: 0 !important;
}
.wrapper {
    display: block;
    margin: 0 auto;
    max-width: 1200px;
    padding: 16px;
    text-align: left;
}
.content {
    color: #000;
    display: block;
    padding: 16px;
    position: relative;
    text-align: left;
}

.content h2 {
   line-height: 1.2;
}

.header {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 2px 2px #dcd4c6;
    min-height: 70px;
	z-index: 200;
    /*position: relative;*/
	position : fixed;
    width: 100%;    
}

.header.home {
    border-bottom: 1px solid #d2c3a9;
    height: 82px;
}
.header .wrapper {
    padding: 13px 16px 12px;
}
.header.home .wrapper {
    padding: 17px 16px 16px;
}
.header img {
    height: 36px;
}
.header.home img {
    display: block;
    height: auto;
    margin: 0 auto;
}
.breadcrumb {
    background: url("../images/breadcrumb_bg.png") repeat scroll left top rgba(0, 0, 0, 0);
    box-shadow: 0 2px 2px #dcd4c6;
    color: #815712;
    font-family: "Oswald",Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: 45px;
    position: relative;
    z-index: 100;
}
.breadcrumb .wrapper {
    padding: 0 16px;
}
.breadcrumb ul {
    margin: 0;
    padding: 0;
}
.breadcrumb li {
    display: inline;
    height: 30px;
    line-height: 30px;
    margin: 0;
}
.breadcrumb a {
    background: url("../images/breadcrumb_arrow.png") no-repeat scroll right 3px rgba(0, 0, 0, 0);
    margin-right: 3px;
    padding-right: 24px;
}
.nav {
    margin: 0;
    padding: 0;
}
.nav li {
    display: block;
    list-style: outside none none;
    margin: 0 0 10px;
}
.nav li.last {
    margin-bottom: 0;
}
.nav a {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fff;
    background-image: url("../images/nav_arrow.png"), linear-gradient(#fff 30%, #f2ede8);
    background-origin: padding-box;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto auto;
    border: 1px solid #d2c3a9;
    border-radius: 4px;
    box-shadow: 0 2px 2px #dcd4c6;
    color: #2f753e;
    display: block;
    font-family: "Oswald",Arial,Helvetica,sans-serif;
    font-size: 16px;
    line-height: 1em;
    padding: 10px 16px;
    text-decoration: none;
}
.nav a:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fff;
    background-image: url("../images/nav_arrow.png"), linear-gradient(#f2ede8, #fff 20%);
    background-origin: padding-box;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto auto;
    color: #194e24;
}
.footer {
    background: none repeat scroll 0 0 #fff;
    border-top: 1px solid #dcc7a4;
    color: #999;
    font-size: 11px;
    margin-top: 10px;
}
.disclaimer {
    font-size: 12px;
}
.footer.home {
    margin-top: 0;
}
.footer .wrapper {
    padding: 8px 16px;
}
.footer p {
    margin: 0;
    padding: 0;
    text-align: center;
}
.mod {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #d2c3a9;
    border-radius: 4px;
    box-shadow: 0 2px 2px #dcd4c6;
    margin: 0 10px 16px;
    overflow: hidden;
}
.mod.expand {
    overflow: visible;
}
.contentHolder > div {
    padding: 0;
}
.title {
    background: url("../images/title_bg.png") repeat-x scroll center bottom #fff;
    border-bottom: 1px solid #e5ded1;
    border-radius: 4px 4px 0 0;
    padding: 16px;
}
.title.main {
    padding: 8px 16px;
}
.title h1 {
    float: right;
    line-height: 28px;
}
.title.main h1 {
    float: none;
}
.title img {
    display: block;
}
.btn,
.btn.focus,
.btn:focus {
    background: linear-gradient(#418c68, #054f2c) repeat scroll 0 0 #418c68;
    border: 1px solid #0b5331;
    border-radius: 4px;
    box-shadow: 0 2px 2px #dcd4c6;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: "Oswald",Arial,Helvetica,sans-serif;
    font-size: 16px;
    margin: 16px 0 4px;
    padding: 3px;
    text-align: center;
    text-shadow: 0 2px 0 #0e492d;
    text-transform: uppercase;
}
.btn:hover {
    background: linear-gradient(#327957, #033d22) repeat scroll 0 0 #327957;
    color: #fff;
    text-decoration: none;
}
.mod > .btn {
    margin: 0 16px 16px;
}
.footer .btn {
    background: linear-gradient(#f2e8d6, #ecddc4) repeat scroll 0 0 #f2e8d6;
    border-color: #d2c3a9;
    color: #815712;
    margin: -25px auto 8px;
    padding-left: 44px;
    position: relative;
    text-shadow: none;
    text-transform: none;
    width: 122px;
}
.footer .btn:hover {
    background: linear-gradient(#f2e8d6, #e0ceb1) repeat scroll 0 0 #f2e8d6;
    border-color: #c3b192;
}
.footer .btn img {
    bottom: 4px;
    display: block;
    height: 37px;
    left: 13px;
    position: absolute;
    width: 30px;
}
.menu, .player_menu, .btn_secondary {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #f2e8d6;
    background-image: url("../images/menu_bg.png"), linear-gradient(#f2e8d6, #ecddc4);
    background-origin: padding-box;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto auto;
    border: 1px solid #d2c3a9;
    border-radius: 4px;
    box-shadow: 0 2px 2px #e8e8e8;
    color: #815712;
    float: right;
    font-family: "Oswald",Arial,Helvetica,sans-serif;
    font-size: 16px;
    margin-top: 2px;
    padding: 3px 6px 3px 28px;
    width: auto;
}
.menu:hover, .player_menu:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #f2e8d6;
    background-image: url("../images/menu_bg.png"), linear-gradient(#f2e8d6, #e0ceb1);
    background-origin: padding-box;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto auto;
    border-color: #c3b192;
    color: #815712;
    text-decoration: none;
}
.menu.active, .player_menu.active, .btn_secondary.active {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fff;
    background-image: url("../images/menu_bg.png"), linear-gradient(#f2ede8, #fff 20%);
    background-origin: padding-box;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto auto;
    border-color: #ccc;
}
.menu_content {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #d2c3a9;
    border-radius: 4px;
    box-shadow: 0 2px 2px #dcd4c6;
    font-family: "Oswald",Arial,Helvetica,sans-serif;
}
.menu_content_mobile {
    display: none;
    margin: 6px 0 0;
}
.menu_content li {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.menu_content a {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fff;
    background-image: url("../images/nav_arrow.png"), linear-gradient(#fff 30%, #f6f3ef);
    background-origin: padding-box;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto auto;
    border-bottom: 1px solid #d2c3a9;
    display: block;
    font-size: 16px;
    padding: 8px 16px;
}
.menu_content a:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fff;
    background-image: url("../images/nav_arrow.png"), linear-gradient(#f6f3ef, #fff 20%);
    background-origin: padding-box;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto auto;
    color: #194e24;
    text-decoration: none;
}
.menu_content li:first-child a {
    border-radius: 4px 4px 0 0;
}
.menu_content li.last a {
    border-bottom: medium none;
    border-radius: 0 0 4px 4px;
}

// Menu-content2 datalist form V-Blue and V-Green
.menu_content2 {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #d2c3a9;
    border-radius: 4px;
    box-shadow: 0 2px 2px #dcd4c6;
    font-family: "Oswald",Arial,Helvetica,sans-serif;
}

.menu_content2 li {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.menu_content2 a {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fff;
    background-image: url("../images/nav_arrow.png"), linear-gradient(#fff 30%, #f6f3ef);
    background-origin: padding-box;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto auto;
    border-bottom: 1px solid #d2c3a9;
    display: block;
    font-size: 16px;
    padding: 8px 16px;
}
.menu_content2 a:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fff;
    background-image: url("../images/nav_arrow.png"), linear-gradient(#f6f3ef, #fff 20%);
    background-origin: padding-box;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto auto;
    color: #194e24;
    text-decoration: none;
}
.menu_content2 li:first-child a {
    border-radius: 4px 4px 0 0;
}
.menu_content2 li.last a {
    border-bottom: medium none;
    border-radius: 0 0 4px 4px;
}

.btn_secondary {
    background: linear-gradient(#f2e8d6, #ecddc4) repeat scroll 0 0 #f2e8d6;
    float: none;
    padding: 3px 6px;
}
.btn_secondary:hover {
    background: linear-gradient(#f2e8d6, #e0ceb1) repeat scroll 0 0 #f2e8d6;
    border-color: #c3b192;
    color: #815712;
    text-decoration: none;
}
.btn_secondary.active {
    background: linear-gradient(#f2ede8, #fff 20%) repeat scroll 0 0 #fff;
    border-color: #ccc;
}
.expand {
    position: relative;
}
.expand > h3 {
    border-bottom: medium none;
    margin: 16px;
}
.expanded > h3 {
    border-bottom: 1px solid #ccc;
}
.expand .content {
    padding-top: 0;
}
.expand_btn {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fff;
    background-image: url("../images/expand_bg.png"), linear-gradient(#fff 30%, #f2ede8);
    background-origin: padding-box;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto auto;
    border: 1px solid #d2c3a9;
    border-radius: 4px;
    bottom: -12px;
    box-shadow: 0 2px 2px #dcd4c6;
    color: #2f753e;
    display: none;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    left: 16px;
    line-height: 1em;
    padding: 6px 30px 6px 10px;
    position: absolute;
    text-decoration: none;
}
.expand_btn:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fff;
    background-image: url("../images/expand_bg.png"), linear-gradient(#f2ede8, #fff 20%);
    background-origin: padding-box;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto auto;
    color: #194e24;
    text-decoration: none;
}
.expanded .expand_btn {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fff;
    background-image: url("../images/collapse_bg.png"), linear-gradient(#fff 30%, #f2ede8);
    background-origin: padding-box;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto auto;
}
.expanded .expand_btn:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fff;
    background-image: url("../images/collapse_bg.png"), linear-gradient(#f2ede8, #fff 20%);
    background-origin: padding-box;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto auto;
}
h4.accordion {
    background: url("../images/expand_bg.png") no-repeat scroll right center #fff;
    border: 1px solid #d2c3a9;
    border-radius: 4px;
    box-shadow: 0 2px 2px #eee;
    color: #815712;
    display: block;
    margin-bottom: 0;
    padding: 8px 16px;
}
h4.accordion:hover {
    background-color: #f6f1e8;
    cursor: pointer;
}
h4.accordion.open {
    background: url("../images/collapse_bg.png") no-repeat scroll right center #f6f1e8;
    border-bottom: 1px solid #dcceb7;
    border-radius: 4px 4px 0 0;
}
h4.accordion.open:hover {
    background-color: #f0eae0;
}
.content.accordion_content {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #d2c3a9 #d2c3a9;
    border-image: none;
    border-radius: 0 0 4px 4px;
    border-right: 1px solid #d2c3a9;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    box-shadow: 0 2px 2px #eee;
    padding-top: 16px;
}
option {
    font-weight: bold;
}
.player * {
}
.no_rotate, .no_rotate_message {
    display: none;
}
.player {
    margin: 0 auto;
    /*max-width: 1000px;*/
    max-width: 1200px;
    position: relative;
}
.player .mod {
    background: url("http://www.vubridge.fr/images/parchmentBg.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.player .green {
    background: none repeat scroll 0 0 #297350;
    border: 1px solid #0b5331;
}
body.noscroll {
    overflow-y: hidden;
}
.show_comment {
    float: left;
    margin: 2px;
}
a.auto_next_trick:hover {
    background: linear-gradient(#f6f3ef, #fff 20%) repeat scroll 0 0 #fff;
}
a.auto_next_trick input {
    margin-left: 0;
    margin-right: 5px;
}
#game_board {
    display: block;
    margin-bottom: 10px;
    min-height: 220px;
    position: relative;
}
@media screen and (min-width: 768px) {
#game_board {
    min-height: 312px;
}
}
.outerGame_board, .outerComment {
    padding: 0;
}
.outerGame_board div, .outerComment div {
    margin-left: auto;
    margin-right: auto;
    max-width: 470px;
}
#game_board .menu_content {
    border-bottom: medium none;
    border-radius: 0;
    border-right: medium none;
    box-shadow: none;
    display: none;
    position: absolute;
    right: 0;
    top: 27px;
    width: 287px;
    z-index: 20;
}
#game_board .menu_content a {
    background: linear-gradient(#fff 30%, #f6f3ef) repeat scroll 0 0 #fff;
    border-right: 1px solid #d2c3a9;
    box-sizing: border-box;
    float: left;
    font-size: 14px;
    width: 50%;
}
#game_board .menu_content li:first-child a {
    border-radius: 0;
    margin: auto;
}
#game_board .btn, #game_board .player_menu, #game_board .btn_secondary {
    box-shadow: 0 2px 2px #1a4e36;
    font-size: 14px;
    margin: 2px;
}
#game_board .btn {
    box-shadow: 0 1px 1px #1a4e36;
    height: auto;
    padding: 3px 6px;
}
#cardPlay {
    display: block;
}
#SouthPane, #NorthPane, #finalPane {
    clear: both;
    height: 110px;
    left: 2px;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    z-index: 30;
}
#NorthPane {
    z-index: 3000;
}
#SouthPane {
    z-index: 3001;
}
#WestPane, #EastPane {
    height: 140px;
    left: 2px;
    margin: 2px 2px 0 0;
    position: absolute;
    top: 30px;
}
#WestPane {
    display: none;
}
#centerPane {
    box-sizing: border-box;
    left: 0;
    margin: 0;
    width: 100%;
}
#EastPane {
    display: none;
    left: auto;
    margin: 2px 0 0 2px;
    right: 2px;
}
#PaneWrap {
    display: table-cell;
    vertical-align: middle;
}
#commentPanel {
    max-width: 601px;
}
#boardDetails {
    background: url("images/parchmentBg.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 4px;
    clear: both;
    color: #000;
    font-size: 14px;
    margin: 10px 0;
    max-width: 630px;
    padding: 4px;
}
.position {
    background-color: Chartreuse;
    border: 1px solid #0b5331;
    border-radius: 4px;
    box-shadow: 0 2px 2px #1a4e36;
    font-family: Arial,Helvetica,sans-serif;
    font-size: medium;
    font-weight: bold;
    line-height: 1em;
    padding: 3px 6px;
    position: absolute;
    text-align: center;
    z-index: 10;
}
.playerName {
    background-color: transparent;
    color: white;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    position: absolute;
    text-align: center;
    width: 100px;
}
#txtW {
    left: 90px;
    padding: 3px 4px;
    top: 86px;
}
#txtE {
    left: 160px;
    top: 86px;
}
#txtN {
    left: 125px;
    top: 15px;
}
#txtS {
    bottom: 25px;
    left: 125px;
}
#You {
    background-color: lightgoldenrodyellow;
    border-radius: 4px;
    bottom: 0;
    font-size: small;
    height: 18px;
    left: 117px;
    padding: 2px 0;
    position: absolute;
    text-align: center;
    width: 40px;
}
.bid_box {
    margin-bottom: -30px;
    position: relative;
    top: -30px;
    z-index: 40;
}
.cards {
    display: none;
}
.cardPlay {
    display: none;
    margin: 0 auto;
}
.bDetails {
    color: #000;
    font-size: 14px;
}
.comment, .content {
    margin-top: 5px;
}
#divComment, #bidComment {
    border-radius: 4px;
    margin-top: 0;
}
.content {
    color: #000;
    display: block;
    padding: 16px;
    position: relative;
    text-align: left;
}
.player .content {
    padding: 16px 25px;
}
.btnBoardList {
    background: linear-gradient(#418c68, #054f2c) repeat scroll 0 0 #418c68;
    border: 1px solid #0b5331;
    border-radius: 4px;
    box-shadow: 0 2px 2px #dcd4c6;
    color: #fff;
    display: block;
    font-family: "Oswald",Arial,Helvetica,sans-serif;
    font-size: 16px;
    margin: 16px auto 4px;
    padding: 3px;
    text-align: center;
    text-shadow: 0 2px 0 #0e492d;
    text-transform: uppercase;
    width: 40px;
}
.cartAmount {
    display: table-cell;
    font-size: 20px;
    font-weight: bold;
    text-align: right;
    vertical-align: middle;
}
.cartOrder {
    display: table-cell;
    font-size: 20px;
    font-weight: bold;
    text-align: right;
    vertical-align: middle;
}
.cartOrder.noCellDisplay, .cartAmount.noCellDisplay {
	display: inline;
	text-align : left;
}
.purchased {
	margin-top: 20px;
}
.purchased p {
	font-size: 18px;
}
.BtnsCart {
	padding: 0px 15px;
}
.cartSelected {
	margin: 10px 0;
}
.cartSelected img {
	position: relative;
	top: -4px;
	margin-right: 4px;
}
.chk {
    display: table-cell;
    vertical-align: middle;
}
.thCenter {
    text-align: center;
}
.tableCenter {
    border-collapse: collapse;
}
.tableCenter th, .tableCenter td {
    border-collapse: collapse;
    text-align: center;
}
.tableCenter td.img {
    height: 120px;
}
.tableCenter td img {
    margin-bottom: 15px;
    margin-top: 15px;
    max-height: 100%;
    max-width: 100%;
}
.logoImg a {
    display: block;
    margin-bottom: 5px;
}
@media screen and (min-width: 992px) {
.logoImg, .testimonialsHead {
    float: left;
}
.testimonialsHead {
    margin-left: 40px;
    max-width: 735px;
}
}
#tableTOC .even td {
    background-color: lightgoldenrodyellow;
}
#tableTOC tr:hover td {
    background-color: grey;
}
label {
    -moz-user-select: none;
}
.css-label {
    color: #fff;
    margin-right: 10px;
}
input.css-checkbox[type="checkbox"] {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
input.css-checkbox[type="checkbox"] + label.css-label {
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    height: 15px;
    line-height: 15px;
    padding-left: 20px;
    vertical-align: middle;
}
input.css-checkbox[type="checkbox"]:checked + label.css-label {
    background-position: 0 -15px;
}
.css-label {
    background-image: url("http://csscheckbox.com/checkboxes/dark-check-green.png");
}
.lite-green-check {
    background-image: url("http://csscheckbox.com/checkboxes/lite-green-check.png");
}
input.css-checkbox.med[type="checkbox"] + label.css-label.med {
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    height: 17px;
    line-height: 17px;
    padding-left: 22px;
    vertical-align: middle;
}
input.css-checkbox.med[type="checkbox"]:checked + label.css-label.med {
    background-position: 0 -17px;
}
input.css-checkbox.sme[type="checkbox"] + label.css-label.sme {
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    height: 16px;
    line-height: 16px;
    padding-left: 22px;
    vertical-align: middle;
}
input.css-checkbox.sme[type="checkbox"]:checked + label.css-label.sme {
    background-position: 0 -16px;
}
input.css-checkbox.lrg[type="checkbox"] + label.css-label.lrg {
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    height: 20px;
    line-height: 20px;
    padding-left: 22px;
    vertical-align: middle;
}
input.css-checkbox.lrg[type="checkbox"]:checked + label.css-label.lrg {
    background-position: 0 -20px;
}
.playbook, .feature {
    float: right;
    margin: 0 0 12px 12px;
    width: 100px;
}
label {
    color: #000;
    display: block;
    font-weight: bold;
    margin: 0 0 4px;
}
.menu_content label {
    color: #056839;
    display: inline;
    font-weight: normal;
    margin: 0;
}
label span {
    color: #444;
    display: block;
    font-weight: normal;
}
input[type="text"], textarea, input[type="password"] {
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: 0 2px 2px #ddd;
    box-sizing: border-box;
    margin-bottom: 16px;
    padding: 6px 4px;
    width: 100%;
}
textarea {
    height: 100px;
}
input[type="submit"] {
    background: linear-gradient(#418c68, #054f2c) repeat scroll 0 0 #418c68;
    border: 1px solid #0b5331;
    border-radius: 4px;
    box-shadow: 0 2px 2px #dcd4c6;
    color: #fff;
    display: block;
    font-family: "Oswald",Arial,Helvetica,sans-serif;
    font-size: 16px;
    margin: 0 0 16px;
    padding: 3px 5px;
    text-align: center;
    text-shadow: 0 2px 0 #0e492d;
    text-transform: uppercase;
    width: 100%;
}
input[type="submit"]:hover {
    background: linear-gradient(#327957, #033d22) repeat scroll 0 0 #327957;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

/*@media screen and (min-width: 970px) {
#scrollPart {
    height: 500px;
    overflow: hidden;
    position: relative;
}
}*/

@media not all, (min-resolution: 192dpi) {
.menu, .player_menu {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #f2e8d6;
    background-image: url("../images/menu_bg_retina.png"), linear-gradient(#f2e8d6, #ecddc4);
    background-origin: padding-box;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 22px 13px, 100% 100%;
}
.menu:hover, .player_menu:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #f2e8d6;
    background-image: url("../images/menu_bg_retina.png"), linear-gradient(#f2e8d6, #e0ceb1);
    background-origin: padding-box;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 22px 13px, 100% 100%;
}
.menu.active, .player_menu.active {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fff;
    background-image: url("../images/menu_bg_retina.png"), linear-gradient(#f2ede8, #fff 20%);
    background-origin: padding-box;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 22px 13px, 100% 100%;
}
}
@media (orientation: portrait) {
#Default {
    height: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
}
}
@media (orientation: landscape) {
#Default {
    height: 660px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}
}
.encheres .row > div, .squareBtn .row > div {
    padding: 4px;
}
.encheres .title, .squareBtn .title {
    overflow: hidden;
}
.encheres h2, .squareBtn h2 {
    font-size: 18px;
}
.encheres h3, .squareBtn h3 {
    font-size: 16px;
}
.encheres h3 span, .squareBtn h3 span {
    background-color: #ffff80;
}
.encheres h2.left, .squareBtn h2.left {
    text-align: left;
}
.encheres h2.right, .squareBtn h2.right {
    text-align: right;
}
.encheres h2 span, .squareBtn h2 span {
    font-style: italic;
}
.encheres table, .squareBtn table {
    border: 1px solid #707070;
    border-collapse: collapse;
    width: 100%;
}
.encheres table th, .squareBtn table th {
    border: 1px solid #707070;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 25%;
}
.encheres table td, .squareBtn table td {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    width: 25%;
}

.encheres button, .squareBtn button {
    background: linear-gradient(to bottom, #ffffff 1%, #e8e7de 4%, #d3ceb6 49%, #cdc5af 53%, #cdc5af 94%, #ada185 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #707070;
    border-radius: 4px;
    box-shadow: 0 0 2px #444;
    font-size: 24px;
    font-weight: bold;
    height: 45px;
    padding: 4px;
    text-align: center;
    width: 100%;
}
.encheres button:hover, .squareBtn button:hover {
    box-shadow: 0 0 0 #8d8d8d;
}
.encheres button:active, .squareBtn button:active {
    padding-left: 6px;
    padding-top: 6px;
}
.encheres button.big, .squareBtn button.big {
    background: none repeat scroll 0 0 transparent;
    font-size: 17px;
    height: 40px;
    padding: 3px;
}
.encheres button.big:active, .squareBtn button.big:active {
    padding-left: 6px;
    padding-top: 6px;
}
.encheres .smlBid, .squareBtn .smlBid {
    vertical-align: baseline;
}
.encheres button.big span, .squareBtn button.big span {
    display: inline-block;
    height: 100%;
    line-height: 31px;
    vertical-align: middle;
    width: 100%;
}
.encheres button.passe span, .squareBtn button.passe span {
    background: none repeat scroll 0 0 green;
    color: #ffffff;
}
.encheres button.xcontre span, .squareBtn button.xcontre span  {
    background: none repeat scroll 0 0 blue;
    color: #ffffff;
}
.encheres button.contre span, .squareBtn button.contre span {
    background: none repeat scroll 0 0 red;
    color: #ffffff;
}
.encheres .couleur button, .squareBtn .couleur button {
    font-size: 24px;
}
.encheres button.red, .squareBtn button.red {
    color: #ff0000;
}
.encheres button.valider, .squareBtn button.valider {
    font-size: 14px;
    max-width: 100%;
}
.encheres th.green, .squareBtn th.green {
    background: none repeat scroll 0 0 green;
    color: #ffffff;
}
.encheres th.red, .squareBtn th.red {
    background: none repeat scroll 0 0 #ff0000;
    color: #ffffff;
}
.encheres button.sa, .squareBtn button.sa {
    font-size: 18px;
}
.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 20%;
}
.col-xs-1-5 {
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 12.5%;
}
@media (min-width: 768px) {
    .col-sm-5ths {
        float: left;
        width: 20%;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        float: left;
        width: 20%;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        float: left;
        width: 20%;
    }
}
@media (max-width: 250px) {
    .encheres button.sa, .squareBtn button.sa {
        font-size: 16px;
    }
    .encheres table th, .encheres button.big, .squareBtn table th, .squareBtn button.big {
        font-size: 14px;
    }
}

/********************************************************************/
/*                                                                  */
/*                           DEALER                                 */
/*                                                                  */
/********************************************************************/


/* BASIC */ 
.dealer .container{
    max-width: 400px;
    width: 100%;
    margin: auto;
    padding: 8px 16px 0px 16px;
    position: fixed;
    top: 0px;
    bottom: 0px;            /*bottom: 50px;*/
    left: 50%;
    margin-left: -200px;
    overflow: auto;
}

.dealer .titleDealer{
    margin: 3px 0px 20px 0px;
}

.dealer .btn{
    width: 100%;
}

.dealer .row{
    margin-bottom: 10px;
}

.nopadding{
    padding-left: 0px;
}

.nomargin{
    margin: 0px !important;
}

.btn.btnAlign{
    display: inline-block;
    width: auto;
}

.btn.btnTwo{
    width: 49%;
    margin-bottom: 25px;
}

.btn.btn-inverse{
    margin: auto;
    border-color: #ccc;
    color:#444;
    padding: 10px;
    text-shadow: 0 2px 0 #fff;
    background: #999999; /* Old browsers */
    background: -moz-linear-gradient(top, #999999 0%, #ffffff 2%, #ededed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(2%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #999999 0%,#ffffff 2%,#ededed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #999999 0%,#ffffff 2%,#ededed 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #999999 0%,#ffffff 2%,#ededed 100%); /* IE10+ */
    background: linear-gradient(to bottom, #999999 0%,#ffffff 2%,#ededed 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}

.btn.btn-inverse:hover{
    padding: 12px 10px 8px;
}

/* TEXT */

.dealer input[type="text"], 
.dealer textarea,
.dealer  input[type="password"]{
    height: 30px;
}

input[readonly]{
    color: #767676;
}

label{
    width: 100%;
    border-radius: 4px;
    height: 30px;
    line-height: 30px;
    padding: 0px 8px;
    font-size: 16px;
    vertical-align: middle;
    background-color: #b08e61;
    color: #ffffff;
}

.dealer p.smallText{
    font-size: 14px;
    font-weight: normal;
}

.dealer p{
    border-radius: 5px;
    background-color: lightGoldenRodYellow  ;
    line-height: 30px;
    vertical-align: middle;
    font-size: 21px;
    font-weight: bold;
}

.medTallLabel label{
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
}

.medTallLabel p{
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
}

.medTallLabel p span{
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
}

.tallLabel label{
    height: 100px;
    line-height: 100px;
    vertical-align: middle;
}

.tallLabel p{
    height: 100px;
    line-height: 100px;
}

.tallLabel p span{
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
}

/* MENU PRINCIPAL */

#menu{
    padding: 8px 12px;
    max-width: 180px;
    margin : auto;
}

#menu .fa{
    margin-top: 3px;
    margin-left: 5px;
    float: left;
}

#menu .fa:before{
    position: absolute; 
}

/* PLAYER SUB */

#playerSub{
    margin-top: 20px;
}

#playerSub .player{
    height: 30px;
    margin-bottom: 5px;
}

#playerSub .player > div{
    padding: 0px 5px 0px 0px;
}

/* PLAY ON */
.donne p{
    background-color: transparent;
    font-size: 21px;
    font-weight: bold;
    height: 76px;
    line-height: 76px;
    vertical-align: middle;
}

.choixDonne{
    margin-top: 20px;
}

/* ================ Ahand ============== */ 

#btnDealer,
#btnDone,
#btnDiagram,
#btnDistrib{
    margin: 5px auto;
    width: auto;
}

.ahand p{
    background-color: transparent;
}

.arrowGreen {
    display:none;
}

#cardVal, #diagram {
    margin: 0 auto;
}

#cardVal{
    position: fixed;
    max-width: 300px;
    width: 100%;
    bottom: 0px;
    margin: auto;
}

#cardVal .row,
#diagram .row {
    margin: 0px;
}

#cardVal .row > div,
#diagram .row > div{
    padding: 0px;
}

#cardVal button {
    max-width:60px;
    width: 100%;
    height:52px;
    font-size:24px;
    font-weight:700;
}

#diagram, #btnDiagram {
    display:none;
}

#diagram{
    text-align: left;
}

#diagram .row{
    margin: 15px 0px;
}

#aHand {
    margin-left;
}

#howTo {
    font-size:18px;
    text-align:left;
    width:90%;
    margin:0 auto;
}

#howTo p{
    padding-bottom: 15px;
    font-size: 14px;
    background-color: transparent;
}

#cellArrow div {
    text-align: center;
}

.side img.arrowGreen{
    margin-top: 42px;
}

#diagramN{
    display: inline-block;
}

#diagramS{
    display: inline-block;
}
#diagramW{
    border-right: 1px solid #777;
}

#diagramE{
    float: right;
}

#diagram .row > div.diagramNord{
    border-bottom: 1px solid #777;
    padding-bottom: 8px;
}

#diagram .row > div.diagramSud{
    border-top: 1px solid #777;
    padding-top: 8px;
}

.diagramNord, .diagramSud{
    text-align : center;
}

#diagramN p, #diagramS p{
    text-align: left;
}

#diagram h1, #diagram h2{
    text-align: center;
}

#distrib{
    margin-top: 10px;
}
.arrowPos > div{
    height: 80px; 
}

.bntVit, 
.btnPlay,
.textBtn{
    max-width:261px;
    margin: auto;
}

.btnPlay .btn{
    width: 98px;
}

.btnStart, .btnStart:focus{
    margin-right: 59px;
}

.bntVit .btn{
    width: 45px;
    margin-right: 5px;
}

.bntVit .btn:last-child{
    margin-right: 0px;
}

.textBtn > div{
    padding: 0px;
}

.textBtn .left{
    text-align: left;
}
.textBtn .right{
    text-align: right;
}

.btnPlay .btn[disable]{
    background: #c4c4c4;
    border-color: #c4c4c4;
    cursor: default;
    text-shadow: 0px 0px 0px #fff;
}

.bntVit .btn[disable]{
    background: #03331C;
    cursor: default;
}
/* ================== End of aHand =========== */

/* BOUTONS CARDS */

.encheres .row, .squareBtn .row {
    margin: 0px;
}

.encheres p, .squareBtn .p {
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
}

/* FREQUENCE / TABLES */ 

#freq table{
    width: 100%;
}

.frequenceTable{
    margin-top: 15px;
}

#freq table td,
#freq table th{
    text-align: center;
    border: 1px solid #444;
    padding: 5px;
}

#freq table th{
    background-color: #b08e61;
    color: #fff;
}

#freq table td{
    background-color: lightGoldenRodYellow ;
}

#freq table td[colspan]{
    background-color: transparent;
    padding-bottom: 10px;
    border: none;
}

#freq table h2{
    margin: 5px 0px;
}

#freq table .btn{
    margin: 0px;
    font-size: 12px;
}

/* FOOTER */

.bottomBtn .btn{
    margin-top: 9px;
    width: 100%;
}

.bottomBtn{
    width: 100%;
    max-width: 400px;
    position: fixed;
    bottom: 0px;
    height: 50px;
    left: 50%;
    padding: 5px 15px 0px; 
    margin-left: -200px;
}

.btn-small, btn-small:focus, btn-small:visited {
    width: 49%;
	display: inline-block;
    margin: 10px auto auto !important;
}

.horizontal-menu {
    padding-left: 14px;
}

		.affix {
			width: 262px;
		}

		.wrapper {
			padding-top: 100px;
		}

		@media screen and (max-width: 1200px) {
		  .affix {
			width: 212px;
		  }
		}

		/* POUR LE MOBILE */

		@media screen and (max-width: 992px) {
			.affix {
				position: static !important;
			}

			.header {
				position: static !important;
				}
			 .wrapper {
				 padding-top: 15px;
			   }
			}
		}


/* MEDIA QUERY */
  

@media (max-width: 400px) {
    .dealer .container{
        left: 0%;
        margin-left: 0px;
    }
    .bottomBtn{
        left: 0px;
        margin-left: 0px;
    }
}

@media screen and (min-width: 350px){
    #diagramN p, #diagramS p, #diagramW p, #diagramE p {
        font-size: 16px;
    }
}

@media screen and (min-width: 300px) {
    #cardVal{
        left: 50%;
        margin-left: -150px;
    }
}

