/*Admin*/
.profile_img { text-align: center; }
.profile_img img { border: solid 2px #e6e8d6; border-radius: 10px; width: 228px; height: 228px; }
.red { color: red; }
.resizeTextarea textarea { resize: none; }
.downline { text-align: center; cursor: pointer; }
.statusActive { color: #00a65a; }
.statusInactive { color: #dd4b39; }
.tab-pane.active .control-sidebar-menu .menu-info { margin-left: 15px; }
.tab-pane.active .control-sidebar-menu li { margin-bottom: 10px; }
.tab-pane.active .control-sidebar-menu>li>a { padding: 0; }
.tab-pane.active .control-sidebar-menu .anchorClsss { margin: -10px 0 -10px 0; }
.bg-img { background: url('../images/bg2.jpeg'); background-repeat: no-repeat; background-position: center; background-size: cover; height: 100px;}
.hide-div{ display: none; }
.match-score-div{ padding: 2px; background-color: rgb(60, 141, 188); width: 30px; margin: 5px; }
.match-score-div .match-score-one{ border-right: 1px solid rgba(255, 255, 255, 0.5); padding: 10px; }
.match-score-div .match-score-two{ padding: 10px; }
.mar-bottom-2{ margin-bottom: 2%; }
.mar-top-2{ margin-top: 2%; }
.mar-top-5{ margin-top: 5%; }
.mar-top-20{ margin-top: 20%; }
.datepicker.datepicker-dropdown.dropdown-menu{ z-index: 9999 !important; }
.img-circle{ width: 30px; height: 30px; border-radius: 50%; }
.width-50{ width: 50%; }
.mar-left-2{ margin-left: 2%; }

.score-disabled{ cursor: not-allowed; }

.teamHigh{
  background-color: #3c8dbc;
  color: #fff;
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.undo-circle{
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  display: inline-grid;
  background: #960000;
  border: 2px solid #960000;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}

.run-circle-extra {
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  display: inline-grid;
  background: #008dff;
  border: 2px solid #795548;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}

.run-circle{
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    display: inline-grid;
    background: #ff9800;
    border: 2px solid #795548;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

.run-circle.run-active {
  -webkit-animation: run-cir 1s infinite;  /* Safari 4+ */
  -moz-animation: run-cir 1s infinite;  /* Fx 5+ */
  -o-animation: run-cir 1s infinite;  /* Opera 12+ */
  animation: run-cir 1s infinite;  /* IE 10+, Fx 29+ */
}

@-webkit-keyframes run-cir {
  0%, 49% {
    background-color: #ff9800;
    border: 2px solid #795548;
  }
  50%, 100% {
    background-color: #795548;
    border: 2px solid #ff9800;
  }
}

.wic-circle,.wicket-circle {
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    display: inline-grid;
    background: #f44336;
    border: 2px solid #ff9800;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

.wic-circle.wic-active {
  -webkit-animation: wic-cir 1s infinite;  /* Safari 4+ */
  -moz-animation: wic-cir 1s infinite;  /* Fx 5+ */
  -o-animation: wic-cir 1s infinite;  /* Opera 12+ */
  animation: wic-cir 1s infinite;  /* IE 10+, Fx 29+ */
}

@-webkit-keyframes wic-cir {
  0%, 49% {
    background-color: #f44336;
    border: 2px solid #ff9800;
  }
  50%, 100% {
    background-color: #ff9800;
    border: 2px solid #f44336;
  }
}

.ovr-circle {
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    display: inline-grid;
    background: #009688;
    border: 2px solid #ffeb3b;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

.ovr-circle.ovr-active {
  -webkit-animation: ovr-cir 1s infinite;  /* Safari 4+ */
  -moz-animation: ovr-cir 1s infinite;  /* Fx 5+ */
  -o-animation: ovr-cir 1s infinite;  /* Opera 12+ */
  animation: ovr-cir 1s infinite;  /* IE 10+, Fx 29+ */
}

@-webkit-keyframes ovr-cir {
  0%, 49% {
    background-color: #009688;
    border: 2px solid #ffeb3b;
  }
  50%, 100% {
    background-color: #ffeb3b;
    border: 2px solid #009688;
  }
}

.extra-circle {
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    display: inline-grid;
    background: #607d8b;
    border: 2px solid #2196f3;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 5px;
}

.extra-circle.extra-active {
  -webkit-animation: extra-cir 1s infinite;  /* Safari 4+ */
  -moz-animation: extra-cir 1s infinite;  /* Fx 5+ */
  -o-animation: extra-cir 1s infinite;  /* Opera 12+ */
  animation: extra-cir 1s infinite;  /* IE 10+, Fx 29+ */
}

@-webkit-keyframes extra-cir {
  0%, 49% {
    background-color: #607d8b;
    border: 2px solid #2196f3;
  }
  50%, 100% {
    background-color: #2196f3;
    border: 2px solid #607d8b;
  }
}

.strikePlayer.strike-active {
  -webkit-animation: strike-btn 1s infinite;  /* Safari 4+ */
  -moz-animation: strike-btn 1s infinite;  /* Fx 5+ */
  -o-animation: strike-btn 1s infinite;  /* Opera 12+ */
  animation: strike-btn 1s infinite;  /* IE 10+, Fx 29+ */
}

@-webkit-keyframes strike-btn {
  0%, 49% {
    background-color: #8bc34a;
    border: 2px solid #ff9800;
  }
  50%, 100% {
    background-color: #ff9800;
    border: 2px solid #8bc34a;
  }
}

.rhPlayer.rh-active {
  -webkit-animation: rh-btn 1s infinite;  /* Safari 4+ */
  -moz-animation: rh-btn 1s infinite;  /* Fx 5+ */
  -o-animation: rh-btn 1s infinite;  /* Opera 12+ */
  animation: rh-btn 1s infinite;  /* IE 10+, Fx 29+ */
}

@-webkit-keyframes rh-btn {
  0%, 49% {
    background-color: #8bc34a;
    border: 2px solid #ff9800;
  }
  50%, 100% {
    background-color: #ff9800;
    border: 2px solid #8bc34a;
  }
}

.roPlayer.ro-active {
  -webkit-animation: ro-btn 1s infinite;  /* Safari 4+ */
  -moz-animation: ro-btn 1s infinite;  /* Fx 5+ */
  -o-animation: ro-btn 1s infinite;  /* Opera 12+ */
  animation: ro-btn 1s infinite;  /* IE 10+, Fx 29+ */
}

@-webkit-keyframes ro-btn {
  0%, 49% {
    background-color: #8bc34a;
    border: 2px solid #ff9800;
  }
  50%, 100% {
    background-color: #ff9800;
    border: 2px solid #8bc34a;
  }
}

.start-ball,.ball-circle{
  width: 50px;
  margin-left: 2%;
  cursor: pointer; 
}

.start-ball.ball-active,.ball-circle.ball-active {
    -webkit-animation:ball-spin 4s linear infinite;
    -moz-animation:ball-spin 4s linear infinite;
    animation:ball-spin 4s linear infinite;
}
@-moz-keyframes ball-spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes ball-spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes ball-spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); }