/* Colors

#19647e - Main Blue Accent
#5AA4BF - Dark Text Background
#add2df - Light Text Background

#d57a66 - Orange Accent

#342E37 - Dark Background
#c2c0c3 - Light Background
#ebeaeb - White

#cc4b37 - Main Red Accent (add hand, failed bid)
#E87766 - Dark Text Background
#FF8370 - Light Text Background

*/

body{
    background-color: #342E37;
    color: #342E37;
    font-family: "Comic Sans MS", sans-serif;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-family: inherit;
}
hr,.hr{
    border-color: #19647e;
}
.callout{
    background-color: #c2c0c3;
    border-color: #19647e;
    border-radius: 10px;
    border-width: 3px;
    color:inherit;
}
.button{
    border-radius: 5px;
}
.button:hover{
    background: #478398;
}
.button-hollow{
    background: none !important;
    color:#19647e !important;
    border:#19647e 2px solid;
}
.button-hollow:hover{
    background: #478398 !important;
}

.badge{
    font-size: 1rem;
    background-color: #19647e;
}
.badge.alert{
    background-color: #d12d36;
}

p.lead{
    color: #342E37
}
.stat{
    color: #19647e;
}
.alternate-gray > .cell{
    background-color: #ebeaeb;
    /* background-color: #c2c0c3; */
}
.alternate-gray > .cell:nth-child(2n){
    background-color: #c2c0c3;
}
.border-seperator-bottom > .cell{
    border-bottom: 1px solid #342E37;
}
.border-seperator-right > .cell{
    border-right: 1px solid #342E37;
}
.border-seperator-right > .cell:last-child, .border-seperator-bottom > .cell:last-child{
    border:none;
}
label{
    font-size: 16px;
    font-weight: bolder;
    color:inherit;
}
input[type=radio]{
    display: none;
}
input[type=radio] + label{
    margin: 0px;
    padding: 5px 20px;
    border: solid #19647e 2px;
    line-height: 1.0;
    background: #8cb2bf;
    text-decoration: none;
    user-select: none;
}
input[type=radio]:checked + label{
    background-color: #19647e;
    border: 2px solid #19647e;
}
input[type=radio] + label.checkbox{
    position: relative;
    padding:5px;
    font-size: 0px;
    line-height: 0;
    margin: 0px;
    width: 1.8rem;
    height: 1.8rem;
    border: 1px solid #aaa;
    background: #FFF;
    border-radius: .2rem;
    box-shadow: inset 0 0px 2px #342E37;
    text-decoration: none;
    user-select: none;

}
input[type=radio]:checked + label.checkbox {
    background: #19647e;
    box-shadow: inset 0 1px 3px rgba(0,0,0, 1);
}


input[type=radio] + label.checkbox-icon{
    padding:0px;
    border: none;
    background: none;
}
input[type=radio] + label.checkbox-icon > span{
    display: none;
    padding: .3rem;
    font-size: 1.5rem;
    line-height: 1.0;
    border: solid #fff 2px;
    border-radius: 25%;
    background: #8cb2bf;
    color: #fff;
}
input[type=radio]:not(:checked) + label.checkbox-icon > span.not-checked{
    display: inline-block;
}
input[type=radio]:checked + label.checkbox-icon > span.checked {
    display: inline-block;
    border-color: #19647e;
    background-color: #478398;
}


.mdi-cards-heart,.mdi-cards-diamond{
    color: #d12d36;
}
.mdi-cards-club,.mdi-cards-spade{
    color: black;
}
.mdi-account,.mdi-account-multiple{
    color: #d57a66;
}

.scorecard-cell{
    position: relative;
    text-align: center;
    overflow: hidden;
}
.scorecard-cell span{
    position: relative;
}
.scorecard-dealer::before{
    position: absolute;
    left: 5px;
    color: #19647e;
    text-shadow: #fff 1px 1px 1px;
    /* mdi mdi-cards */
    content: '\F0638';
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.scorecard-bidwiner{
    background-color:#5AA4BF !important;
}
.scorecard-partner{
    background-color: #add2df !important;
}
.scorecard-bidwiner.scorecard-fail{
    background-color:#E87766 !important;
}
.scorecard-partner.scorecard-fail{
    background-color:#f1ada3 !important;
}

.select2-results__option--disabled{
    display: none;
}


.listjs .sort{
    cursor: pointer;
    user-select:none;
    font-weight: bolder;
    text-align: center;
}
.listjs .sort:hover{
    color: #19647e !important;
}

.chart{
    background-color: #ebeaeb;
    border-radius: 10px;
}
.chart-title{
    user-select:none;
    text-align: center;
}