html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.btn {
    background-color: #505050;
    color: white;
    border-color: #505050;
    /*font-weight: bold;*/
    text-transform: uppercase;
    border-radius: 0;
}

.btn-group-xs > .btn, .btn-xs {
    padding: .25rem .4rem;
    font-size: .650rem;
    line-height: .8;
    /*border-radius: .2rem;*/
}

.hidden {
    display: none;

}
a { color: black;}


.hdm-page-title {
    font-size: 1.25em;
    font-weight: bold;
    text-transform: uppercase;
    background-color: white;
    z-index: 1;
    border-bottom: solid 1px #eaeaea;
    padding: 60px 20px 0 20px;
}


.hdm-fav-btn-base {
  margin: 10px;
  white-space: normal;
  width: 95px;
  height: 95px;
  font-size: .95em;
  padding-top: 23px;
  border-radius: 3px;
}

.hdm-fav-btn-base:hover {
  color: #ffffff;
  background-color: #828282;
}

.hdm-fav-btn-red {
    background-color: #741116;
}

.hdm-fav-btn-red:hover {
    color: #ffffff;
    border: solid 1px #8D0107;
    background-color: #ad141c;
}

.hdm-fav-btn-no-padding {
    white-space: normal;
    background-color: #505050;
    width: 95px;
    height: 95px;
    font-size: .95em;
    border: solid 1px #2a2727;
    /*border-radius: 5px;*/
}

.hdm-button-text-2-lines {
    padding-top: 32px;
}

.hdm-button-text-1-line {
    padding-top: 37px;
}

@font-face {
  font-family: 'hockeyplayers';
  src: url('../fonts/hockey/CFHockeyPlayers-Regular.ttf'),
      url('../fonts/hockey/CFHockeyPlayers-Regular.otf');
}


@font-face {
  font-family: 'nhl';
  src: url('../fonts/nhl/nhl.eot');
  src: url('../fonts/nhl/nhl.eot?#iefix') format('embedded-opentype'),
       /*url('../fonts/nhl/nhl.woff') format('woff'),*/
       url('../fonts/nhl/nhl.ttf') format('truetype'),
       url('../fonts/nhl/nhl.svg#NHL') format('svg');
}

.nhlfont {
  font-family: 'nhl';
}
.watermark {
  padding:0;
  margin:0;
  border: solid 0px red;
  top: 40px;
  position: fixed;
  opacity: 0.08;
  font-size: 22.0em;
  text-align: center;
  /* vertical-align: top; */
  width: 100%;
  /* max-width: 100%;
  min-width: 80%; */
  z-index: 0;
  color: black;
  z-index:-1;
  /*float: right;*/
}

.hdm-sort-table-title{ font-size: 1.25em; font-weight: bold;  text-transform: uppercase; background-color: white; z-index: 1; padding: 5px 20px 0 0; }
.hdm-sort-table-title-mobile{ font-size: 1.25em; font-weight: bold;  text-transform: uppercase; background-color: white; z-index: 1; padding: 0px 20px 0 0; }


/* h4 { font-size: 1.25em; font-weight: bold;  text-transform: uppercase; background-color: white; z-index: 1; border-bottom: solid 1px #eaeaea; padding-top: 60px; } */
.hdm-page-title { font-size: 1.25em; font-weight: bold;  text-transform: uppercase; background-color: white; z-index: 1; border-bottom: solid 1px #eaeaea; padding-top: 65px; }
.hdm-edit-row { padding-top: 50px;}

/* ALpha Sort */
.alpha-selected {  background-color: firebrick; }
.hdm-alpha { 	border-radius: 0 !important; }
.hdm-plus {  text-decoration: none; font-size: 1.0em; }
.hdm-alpha-span { padding: 0 0.05em; }
.hdm-alpha-div { margin-top: -0.20em; }
.hdm-hidden { display: none; }

/* td { border: solid 1px red; } */ 