body{
}

.pick{
  width: 125px;
  height: 44px;
  border: 1px solid black;
  border-radius: 0.5em;
  display: inline-block;
  margin: 0 2px;
  box-shadow: none;
  vertical-align: top;
}
.pick.active{
  box-shadow: 0 0 0 3px red;
}

.pick-row{
  margin: 4px 0;
  height:50px;
  width:1850px;
}

.pick-player-data{
  font-size: 10px;
  font-weight: 600;
  color: white;
  font-family: 'Roboto', sans-serif;
  margin-top: 2px;
  margin-left: 4px;
  margin-bottom: 2px;
}

.pick-player-name-section{
  font-size: 10px;
  font-weight: 600;
  color: white;
  font-family: 'Roboto', sans-serif;
  margin: 0px;
}

.pick-player-name{
  margin-left: 4px;
  margin-right: 4px;
  word-break: break-all;
  white-space: nowrap;
  margin-top: 0px;
  margin-bottom: 0px;
  display: inline-block;
  width:95%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.team-label{
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  width: 85px;
  text-align:center;
}

.pick-trade-info{
  font-size: 8px;
  font-weight: 600;
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 2px;
  margin-bottom: 0px;
  color: black;
  text-align: center;
}

.pick-round-info{
  color: black;
  float: right;
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 0px;
  margin-bottom: 0px;
  display: inline-block;
}

#pick-panel{
  display: inline-block;
  margin-left: 0px;
  margin-right: 4px;
  border: 2px solid black;
  border-radius: 2em;
  padding: 8px;
  background-color:aliceblue;
  float:left;
  border-left:0px;
  border-top-left-radius:0em;
  border-bottom-left-radius:0em;
  width:calc(95% - 375px);
  overflow-x:scroll;
  margin-top:22px;
  position:absolute;
}

#team-panel{
  display: inline-block;
  margin-left: 4px;
  margin-right: 0px;
  border: 2px solid black;
  border-radius: 2em;
  padding: 8px;
  background-color:aliceblue;
  float:left;
  border-right:0px;
  border-top-right-radius:0em;
  border-bottom-right-radius:0em;
  width:85px;
  padding-bottom:15px;
  position: sticky;
  margin-top:22px;
}

.team-row{
  display: flex;
  margin: 4px 0;
  height:50px;
}

#player-panel{
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
  border: 2px solid black;
  border-radius: 2em;
  background-color:aliceblue;
  float:left;
  height:752px;
  padding-top: 12px;
  padding-bottom: 12px;
  overflow: auto;
  width:300px;
  padding-bottom:15px;
  position:sticky;
  margin-top:22px;
}

.ranked-player{
  border: 1px solid black;
  border-radius: 2em;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 2px;
  margin-bottom: 2px;
  width: 85%;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  background-color: white;
}

.ranked-player.selected{
  background-color: gray;
}

.ranked-player-info{
  float: left;

}

.ranked-player-position{
  float:right;
}















#draftpicks-panel{
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
  border: 2px solid black;
  border-radius: 1.5em;
  padding: 8px;
  background-color:aliceblue;
  width:50%;
  float:left;
  overflow-y:auto;
  height:calc(100vh - 20%);
  min-height:750px;
  min-width:950px;
}

#draftpicks-table{
  width:100%;
}

#teams-panel{
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
  border: 2px solid black;
  border-radius: 1.5em;
  padding: 8px;
  background-color:aliceblue;
  width:30%;
  float:left;
}

#penalties-panel{
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
  border: 2px solid black;
  border-radius: 1.5em;
  padding: 8px;
  background-color:aliceblue;
  width:90%;
  float:left;
}

#teams-table{
  width:100%;
}

#penalties-table{
  width:100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
  font-size:14px;
}

tr:nth-child(even) {
  background-color: lightgray;
}

img:hover {
    cursor: pointer;
}

.modal_wrapper {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(250, 250, 250, 0.8);
  text-align:center;
  overflow:auto; }
  .modal_wrapper .modal_position {
    position: relative;
    min-width: 500px;
    width:auto;
    display:inline-block;
    margin: 120px auto 100px; }
    .modal_wrapper .modal_position .modal_content {
      text-align: center; }
      .modal_wrapper .modal_position .modal_content > img {
        margin-top: 15px;
        margin-bottom: 15px;
        width: 60px; }
      .modal_wrapper .modal_position .modal_content h4 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 15px;
        font-weight: 400; }
      .modal_wrapper .modal_position .modal_content p {
        margin-bottom: 15px;}
      .modal_wrapper .modal_position .modal_content .modal_actions {
        margin-top: 35px; }
        .modal_wrapper .modal_position .modal_content .modal_actions button, .modal_wrapper .modal_position .modal_content .modal_actions input[type=submit], .modal_wrapper .modal_position .modal_content .modal_actions a {
          width: 60%;
          display: block;
          margin: 0 auto 8px; }
      .modal_wrapper .modal_position .modal_content .row {
        text-align: left; }
  .modal_wrapper a.modal_close {
    display: block;
    width: 55px;
    height: 55px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 55px;
    text-align: center;
    opacity: 0.3; }
    .modal_wrapper a.modal_close:hover {
      opacity: 0.8; }

#content {
  padding: 70px 0 100px; }

.box {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.14);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  display: block;
  width: 100%; }
  .box > header {
    height: 55px;
    line-height: 55px;
    padding: 0 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .box > header h3 {
      line-height: 55px; }

.gap {
  display: block;
  height: 20px; }

.btn-primary {
  background-color:#3472e0;
  border-color:#3472e0;}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
  height: 7px;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.bootstrap-select .dropdown-menu li{
  width:100%; }

.bootstrap-select>.dropdown-toggle {
  width:calc(100% + 25px); }

.bootstrap-select .dropdown-item.active{
  background-color:#e2e6ea;}

.bootstrap-select .dropdown-item:active{
  background-color:#e2e6ea;}

button, a.button, input[type=submit] {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 18px;
  background: #3472e0;
  border-radius: 3px;
  font-size: 16px;
  color: #fff;
  border: 0; }
  button:hover, a.button:hover, input[type=submit]:hover {
    color: #fff !important; }
  button.secondary, a.button.secondary, input[type=submit].secondary {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #666666; }
    button.secondary:hover, a.button.secondary:hover, input[type=submit].secondary:hover {
      color: #222222 !important; }
    button.secondary.caution:hover, a.button.secondary.caution:hover, input[type=submit].secondary.caution:hover {
      background: #c84200;
      color: #fff !important;
      border: 0; }
  button.tertiary, a.button.tertiary, input[type=submit].tertiary {
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #999999;
    font-size: 14px; }
    button.tertiary:hover, a.button.tertiary:hover, input[type=submit].tertiary:hover {
      border: 1px solid rgba(0, 0, 0, 0.15);
      color: #666666 !important; }

.padded {
  padding: 20px; }
