/* Import fonts */
@import url("https://fonts.googleapis.com/css?family=Bree+Serif|Merriweather:400,300,700,900|Droid+Sans:400,700");

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
/* Reset Styles */

html, 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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  margin: 0;
  padding: 0;
  height: 100%;
}

ul {
  list-style: none; }

ol.dealOrder {
  list-style-type: decimal; }

/* scj
table {
  border-collapse: collapse;
  border-spacing: 0; }
*/
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }


/* Base Styles */

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

html {
/*  background-color: #023E54; */
  background-color: black;
  /*scj - this was the blue
  background-image: url(images/fallback-gradient.png); 
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#023E54), to(#10AAC0));
  background-image: -webkit-linear-gradient(top, #023E54, #10AAC0); 
  background-image: -moz-linear-gradient(top, #023E54, #10AAC0);
  background-image: -o-linear-gradient(top, #023E54, #10AAC0); */
  height: 100%; 
}

body  {
  font-family: Merriweather, serif;
  font-size: 1rem;
  line-height: 160%;
  height: 100%;
}

main {
 /* background: #FCF4DC; */
/*  background-color: black; */
  width: 95%;
  min-width: 310px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0px 0px;
  text-align: center;
  position: relative;
  height: 100%;
/*  scj - this was the blue background
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 4px 0px black;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
  opacity: .95;
*/
}


.login {
  background: #FCF4DC;
  width: 60%;
  margin: 0 auto;
  padding: 10px 20px;
  text-align: center;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 4px 0px black;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
  position: relative;
  opacity: .95;
 /* height: 475px; */
 height: 100%;
}
.loginInfo {
  width: 49%;
  float: left;

}
.loginBranding {
  color: white;
  width: 49%;
  float: right;
}
.loginBrandingImage {
  width: 65%;
}

.register {
  background: #FCF4DC;
  width: 70%;
  min-width: 310px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px 20px;
  text-align: center;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 4px 0px black;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
  position: relative;
  opacity: .95;
 /* height: 475px; */
 height: 100%;
}
.registerInfo {
  margin-top: 4%;
  width: 50%;
  float: left;
  color: black;

}
.registerBranding {
  width: 49%;
  float: right;
}
.registerBrandingImage {
  width: 65%;
}

.settings {
  background: #FCF4DC;
  width: 60%;
  min-width: 310px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px 20px;
  text-align: center;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 4px 0px black;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
  position: relative;
  opacity: .95;
 /* height: 475px; */
 height: 100%;
}

@media all and (max-width: 400px) {
  main {
    width: 100%;
     border-radius: 0;
  }
}


h1, h2, h3, h4, h5, h6 {
  font-family: 'Bree Serif', serif;
  font-weight: normal;
  color: #475b62;
  text-shadow: 1px 1px rgb(255,255,255,1);
}

.rfDef {
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
  font-size: .8em;
  text-align: center;
  font-family: 'Bree Serif', serif;
  font-style: italic;
  color: white;
  text-shadow: 1px 1px rgb(255,255,255, 1);
}

footer {
  font-family: 'Bree Serif', serif;
  font-weight: lighter;
  color: white;
  font-size: .5em;
  text-shadow: 1px 1px rgb(255,255,255, 1);
  position: absolute; 
  bottom: 5px;
}
/* these are the nav item colors */
a {
 /* color: #145266; */
  color: white;
  font-family: Bree Serif, serif;
}

header {
  margin-bottom: 20px;
}

h1{
  color: #145266;
  font-size: 2rem;
  line-height: 100%;
  margin-bottom: 10px;
}

h2{ 
  font-size: 1.5rem;
  line-height: 90%;
  color: #c61c6f;
  margin-bottom: 10px;
}

h3{ 
  margin-top: 0;
  color: #bd3613;
  line-height: 110%;
  margin-bottom: 5px;
}

p {
}

a.small {
  line-height: 100%;
  font-size: .9rem;
}


/* Form Styles */
form {
  height: 100%;
}

.inputFontDark {
  color: black;
}

.inputFontLight {
  color: white;
}

input {
  width: 200px;
  display: inline-block;
  padding: 10px 0 10px 15px;
  font-size: 1rem;
/*  color: #475B62; */
  background: rgba(255,255,255,0.4);
  border: 1px solid white;
  border-radius: 10px;
  outline: 0;
}

input[type=radio] {
  width: auto;
}


.ng-enter.ng-enter-active,
.ng-leave {
  opacity: 1;
  height: 80px;
  overflow: hidden;
}

.ng-leave.ng-leave-active,
.ng-enter {
  opacity: 0;
  height: 0;
  overflow: hidden;
}
*/

p.error {
  color: red;
  font-size: .8em;
  padding-top: 5px;
}

/*buttons*/
.ng-invalid .btn {
  background: skyblue;
}

/* Buttons */

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 140%;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    background: #C61C6F;
    color: #FCF4DC;
    background-color: #14566A;
    background-size: 18px 18px;
    min-width: 28px;
    min-height: 28px;
    background-position: center center;
    background-repeat: no-repeat;
    border: 2px solid white;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
         -o-user-select: none;
            user-select: none;
}

.btn-skinny {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 100%;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    background: #C61C6F;
    color: #FCF4DC;
    background-color: #14566A;
    background-size: 18px 18px;
    min-width: 28px;
    min-height: 28px;
    background-position: center center;
    background-repeat: no-repeat;
    border: 2px solid white;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
         -o-user-select: none;
            user-select: none;
}


.btn .btn-left { float: left; }
.btn .btn-right { float: right; }
.btn:hover { background-color: #DC322F; }

.btn-list { background-image: url(../images/icons/icon_list.png); }
.btn-checkin { background-image: url(../images/icons/icon_checkmark.png); }
.btn-delete { background-image: url(../images/icons/icon_trash.png); }
.btn-love { background-image: url(../images/icons/icon_heart.png); }
.btn-email { background-image: url(../images/icons/icon_email.png); }
/*.btn-meeting { background-image:  url(../images/icons/icon_meeting.png); } */

.btn-pick {
  background: #186A84 url(../images/icons/icon_dice.png) 5px center no-repeat;
  background-size: 20px 20px;
  padding: 5px 5px 5px 30px;
  font-size: .8em;
  margin: 0 auto;
}

.btn-reset {
  background: #CB4B19 url(../images/icons/icon_reset.png)  5px center no-repeat;
  background-size: 20px 20px;
  padding: 5px 5px 5px 50px;
}


/*buttons*/

.search {
  background: #EEE8D5;
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
  padding: 20px 30px;
  border-radius: 20px;
  text-align: left;
  font-size: 1.1rem;
  font-family: Bree Serif, serif;
}

.search h2 {
  color: #124E61;
  margin-bottom: 10px;
}

.search select {
  font-size: 1rem;
  padding: 10px 0 10px 15px;
  color: #475B62;
  background: rgba(255,255,255,0.4);
  border: 1px solid rgba(0,0,0,0.3);
}

.search input[type="text"] {
  margin-bottom: 10px;
}

.search input[type="checkbox"] {
    background-color: #ddd;
    border-radius: 10px;
    display: inline-block;
    margin-right: 15px;
    -webkit-appearance: none;
}

.search label {
  font-size: 1rem;
  font-family: 'Bree Serif';
  color: #576E75;
}

.search .formgroup {
  float: left;
  width: 33%;
}

.search .buttons {
  display: block;
  width: 33%;
  float: right;
  text-align: right;
}

@media all and (max-width: 700px) {
  .search .formgroup {
    width: 50%;
  }

  .search .buttons {
    width: 100%;
    float: right;
  }
}

@media all and (max-width: 550px) {
  .search .formgroup {
    width: 100%;
  }
}

/* user List Styles */

.userlist {
  width: 100%;
  margin: 0 auto;
  opacity: .95;
  z-index: 10;
  margin-top: 20px;
}

.userlist ul {
  margin: 0;
  padding: 0;
}

.userlist li {
  width: 50%;
  float: left;
  padding: 8px;
  border-radius: 10px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.userlist li:hover {
  background-color: #EEE8D5;
}

.userlist li.expanded {
  width: 100%;
  background-color: #D3E0E3;
}

.userlist li.expanded form {
  width: 100%;
  padding: 10px 0;
}

.userlist li.expanded form input {
  width: 80%;
}


.userlist li.expanded .btn-love {
  background-color: #C61C6F;
}

.userlist .buttons {
  display: block;
  float: left;
  text-align: left;
  margin-right: 5px;
}

.userlist .info {
  display: block;
  float: left;
  text-align: left;
}

@media all and (max-width: 600px) {
  .userlist li {
    width: 100%;
  }

  .userlist  .info  {
    width: 70%;
  }
}


nav {
  width: 100%;
 /* background: #EFC94C; */
  background: #4d0000;
}

nav .table {
  display: table;   /* Allow the centering to work */
  margin: 0 auto;
}

nav li.branding a {
  font-size: 1.5em;
  text-align: left;
  background: #1E9382;
  color: #A2CFA5; 
}

nav ul {
  width: 100%;
  margin: 0 auto;
}

nav ul li {
  float: left;
  color: #145266;
  font-family: Bree Serif, serif;
}

nav ul li.user {
  background-color: #D24244;
  color: #EFC94C;
  font-family: Bree Serif, serif;
}

nav ul li.user.hello {
  margin-left: 60px;
  padding: 10px 15px;
}

nav ul li a {
  float: left;
  text-decoration: none;
  padding: 10px 15px;
}

nav ul li a:hover {
  background-color: #45B29D;
  color: #E0E7AB;
}

.userinfo {
  text-align: center;
  color: #E0E7AB;
  font-family: Bree Serif, serif;
  padding-bottom: 5px;
}

.userinfo a {
  color: #EFC94C;
}

.userinfo input {
    width: auto;
}

.addGameText {
  color: white;
}

.addgame {
    width:100%;    
    color: white;
}

.addgame .inputwrapper {
  margin-right:80px;
  color: white;
}

.addgame .inputwrapper input {
    float: left;
    width: 100%;
    color: white;
}

.addgame button {
  width: 60px;
  margin-left: 20px;
  vertical-align: center;
}

.addAGame {
  width: 45%;
  margin: auto;
/*  margin-left: 20px;
  vertical-align: center; */
}

.games {
  padding-top: 10px;
  color: white;
}

.games h2 {
  padding-bottom: 5px;
}

.games .game {
  display: inline-block;
  background: #E5DEC8;
  padding: 5px 20px 8px 15px;
  margin: 3px 10px;
  border-radius: 10px;
  border: 2px solid white;
}

.games .game .btn {
  margin-right: 4px;
  padding: 1px 8px;
}

.games .game .text {
  display: inline-block;
  vertical-align: bottom;
}

.games .game .text a{
  text-decoration: none;
}

.tooltip {
  position: relative;
}

.tooltip span {
  background: #DC322F;
  bottom: 100%;
  display: block;
  left: -20px;
  opacity: 0;
  padding: 2px 10px;
  margin-bottom: 5px;
  pointer-events: none;
  position: absolute;
  border-radius: 10px;
  box-shadow: none;
  border: 2px solid white;
  -webkit-transform: translateY(25px);
     -moz-transform: translateY(25px);
      -ms-transform: translateY(25px);
       -o-transform: translateY(25px);
          transform: translateY(25px);
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
}

.tooltip:hover span {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
}

.checkinslist { margin-top: 20px; }
.checkinslist h1 { color: #AC3213; }
.checkinslist h2 { color:#145569; }
.checkinslist h3 { color: #657B83; }


/* official RF styles */
.logo {
    position: fixed;
    top: 10px;
    left: 40px;
    height: 105px;
    z-index: 10;
}

/* scj aug 2020 - resizing */
.gameTable {
  border-radius: 25px;
  -webkit-box-shadow: 0px 0px 4px 0px black;
    box-shadow: 10px 05px 20px rgba(0,0,0,0.2);
  float: left;
/*  min-height: 450px; */ /*scj fix this */
/*  height: 485px; */
  height: 550px;
  width: 80%;
  display: inline-block;
  margin-right: 1%;
  /* background: green; */
  background-image: url(../images/backgrounds/gametable.png);
  background-size: 100% 100%;
  overflow: auto;
}
/* main 3 area layout - start */
.playersSection {
  height: 140px;
  width: 100%;
}

.gamePlayMessages {
    width: 74%;
    position: absolute;
  /*  left: 365px; */
  text-align: center;
    top: 170px;
  z-index: 3;
}

.gamePlayMessages p span {
  background-color: white;
}

.gameMessageSection-top {
  height: 20px;
  width: 100%;
  z-index: 2;
}
.textBlink {
  text-decoration: blink;
  color: blue;
}
/* scj aug 2020 - resizing */
.playAreaSection {
  height: 185px;
  width: 100%;
  border: 0px solid black;
  overflow: visible;
}
.gameMessageSection-bottom {
  height: 20px;
  width: 100%;
  margin-bottom: 10px;
  float: left;
  text-align: auto;
  border: 0px solid black;
}
.gameplay-buttons-and-messages {
  margin-top: 50px;
  z-index: 1;
}

.myCardsSection input {
/*  padding: 0px 0px 0px 0px;
  border-radius: 0px; */
  height: 150px;
  width: 100%;
  border: 0px;
}
.showDPOrderSection {
  margin-top: 0%;
  width: 100%;
  text-align: center;
  z-index: 3;
}
.dpCards {
  float: left;
  width: 51%;
  margin-left: 12%;
  margin-top: 3%;
  border: 0px solid black;
}
.dpPlayedCardInfo {
  width: 11%;
  margin: 2% 2% 1% 2%;
  padding: 0px;
  display: inline-block;
 /* font-size: .8em; */
  overflow: visible;
  position: relative;
  float: left;
  line-height: 105%;
}

.dpCardHW {
  width: 100%;
}
.dpCardHW:hover { 
  transform: scale(1.2); 
}

.dpPlayerList {
  border: 0px solid black;
  float: right;
  width: 25%;
  margin-right: 40%;
  font-size: .80em;
}
.dpNickname {
  font-size: .7em;
 /* line-height: 105%; */
  position: relative;
  margin-top: 10%; 
}
/* main 3 area layout - end */
.banter {
  float: right;
/*  height: 455px; */
  height: 485px;
  width: 25%;
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 4px 0px black;
    box-shadow: 15px 15px 20px rgba(0,0,0,0.2);
}
.banterStream {
 height: 285px; 
 width: 100%;

/*  min-height: 300px;
  max-height: 300px; */
  font-size: .8em;
  overflow-y: scroll;
  overflow-x: hidden;
}
.banterInput {
  width: 75%;
  margin: 3%;
  float: left;
  display: inline-block;
}
.banterBtn {
  float: right;
  display: inline-block;
  margin-top: 3%;
  margin-right: 1.5%;
}

.scoreRecap {
  float: left;
}



.playerInfo {
/*  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 4px 0px black;
  box-shadow: 15px 15px 20px rgba(0,0,0,0.2);
  background-color: #FCF4DC;
  opacity: 60%; */
  width: 11%; 
  display: inline-block;
  margin-top: 2%;
  margin-right: 5px;
  position: relative;
  vertical-align: top;
}

.playerTurnInfo {
  font-size: .7em;
}

.playerBorder {
    border-radius: 10px;
  -webkit-box-shadow: 0px 0px 4px 0px black;
    box-shadow: 15px 15px 20px rgba(0,0,0,0.2);
  background-color: #FCF4DC;
  opacity: 60%;
}

.playerPicture {
  width: 90%;
}

.pregamePlayers {
  margin-top: 12%;
  width: 100%;
}

.pregamePlayerInfo {
/*  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 4px 0px black;
  box-shadow: 15px 15px 20px rgba(0,0,0,0.2);
  background-color: #FCF4DC;
  opacity: 60%; */
  width: 12%; 
  display: inline-block;
  margin-top: 2%;
  margin-right: 5px;
  margin-bottom: 15px;
  position: relative;
  vertical-align: top;
}

.pregamePlayerNickname {
  display: inline-block;
  text-align: auto;
  font-size: .7em;
  line-height: 105%; 
  position: relative;
}
.pregamePlayerStats {
  display: inline-block;
  text-align: auto;
  font-size: .8em;
  line-height: 105%; 
  position: relative;
}
.pregameAvatar {
  width: 70%;
  margin: auto;
  position: relative;
  top: 0;
  left: 0;
}

.avatar {
  height: 55px;
  margin: auto;
  position: relative;
  top: 0;
  left: 0;
}

.pregameMessages {
  margin-top: 3%;
    width: 100%;
  /*  left: 365px; */
  text-align: center;
}

.pregamePlayOrder {
  width: 100%;
  height: 100%;
  position: relative;
  border: 0px;
 /* margin-left: 20%; */
  float: left;
  overflow: auto;
    z-index: 10;
}

/*
.pregamePlayOrder {
  margin-top: 15%;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 50px;
  left: 0px;
  border: 0px;
   z-index: 10;
}
 /* margin-left: 20%;
  float: left;
  overflow: auto; */

.dealerText {
  position: absolute; 
 /* top: 65%; */
  left: 0px;
  width: 100%;
  height: 14%;
  color: #c61c6f;
  font-weight: bolder;
  font-size: .9em;
  background-color: rgb(255,255,255);
  background-image: url("images/icons/cheese.png");
}

.playerNickname {
  text-align: center;
  font-size: .9em;
  margin-bottom: .5%;
  color: black;
}

.playerScore {
  font-size: 1em;
  line-height: 105%;
}

.playedCards {
  margin-left: 12%;
  width: 65%;
  height: 100%;
  position: relative;
  border: 0px;
 /* margin-left: 20%; */
  float: left;
  overflow: hidden;
}

.roundWinners {
  width: 100%;
  height: 100%;
  position: relative;
  border: 0px;
 /* margin-left: 20%; */
  float: left;
  overflow: auto;
}

.roundWinners span {
  background-color: white;
}

.roundWinnerInfo span {
  background-color: white;
}
.gameOver {
  margin-top: 15%;
  width: 100%;
  height: 100%;
  position: relative;
  border: 0px;
 /* margin-left: 20%; */
  float: left;
  overflow: auto;
    z-index: 10;
}

/* scj aug 2020 - resizing */
.playedCardInfo {
  /*
  -webkit-box-shadow: 0px 0px 4px 0px black;
    box-shadow: 15px 15px 20px rgba(0,0,0,0.2); */
  width: 12%;
  margin: 4% 1% 2% 2%;
  padding: 0px;
  display: inline-block;
 /* font-size: .8em; */
  overflow: visible;
  position: relative;
  float: left;
  line-height: 105%;
}
.playedCardInfo:hover { 
  transform: scale(1.2); 
}

.cardHW {
    -webkit-box-shadow: 0px 0px 4px 0px black;
    box-shadow: 15px 15px 20px rgba(0,0,0,0.2);
  width: 100%;
 /* width: 35px; */
}

.playedCardNickname {
  font-size: .8em;
  line-height: 115%;
  position: relative;
  margin-top: 10%;
}

.trumpCardSection {
  float: right;
  width: 15%;
  position: relative;
}

.trumpCardInfo {
  width: 55%;
  float: left;
  text-align: left;
  margin: 20% 0% 0% 0%;
  padding: 0px;
  display: inline-block;
  position: relative;

}

.trumpText {
  font-size: .8em;
  line-height: 105%;
  position: relative;
  margin-top: 1%;
  margin-left: 3px;
  text-align: center;
}

.trumpCardHW {

  -webkit-box-shadow: 0px 0px 4px 0px black;
    box-shadow: 15px 15px 20px rgba(0,0,0,0.2);
  width: 90%;
}
.trumpCardHW:hover { 
  transform: scale(1.2); 
}

.myCards {
/*  height: 130px; */
  width: 100%;
  border: 1px solid green;
  clear: both;
}
.myHand {
  width: 100%;
  float: left;
  margin: auto;
}

.myHandCards {
  -webkit-box-shadow: 0px 0px 4px 0px black;
    box-shadow: 15px 15px 20px rgba(0,0,0,0.2);
  width: 8%;
  /* width: 40px;
  height: 70px; */
  text-align: justify;
  margin-top: 0px;
  margin-bottom: 5px;
  margin-right: 2%;
  margin-left: 2%;
  padding: 0px;
  display: inline-block;
}
.playableCard:hover { 
  transform: scale(1.2); 
}

.playableCard {
  width: 100%;
/* border: 2px solid blue; */
}

.notPlayableCard {
  width: 100%;
  opacity: .70;
 /* margin: auto; */
}
.myGameInfo {
  width: 25%;
  float: right;
  margin: auto;
  text-align: left;
}

.btn-bids {
    display: inline-block;
    padding: 3px 12px;
    margin-bottom: 0;
    font-size: .9em;
    line-height: 120%;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    background: #C61C6F;
    color: #FCF4DC;
    background-color: #14566A;
    background-size: 18px 18px;
    min-width: 28px;
    min-height: 28px;
    background-position: center center;
    background-repeat: no-repeat;
    border: 2px solid white;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
         -o-user-select: none;
            user-select: none;
}
