/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 19px;
  }
  
  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: red;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked+.slider {
    background-color: green;
  }
  
  input:focus+.slider {
    box-shadow: 0 0 1px green;
  }
  
  input:checked+.slider:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
  }

 /*loader-css-start*/
.spinner {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(/images/loaderuser.gif) 50% 50% no-repeat rgb(249, 249, 249);
	opacity: .8;
	background-size: 8%;
}

.change-status .change-st-box {
  background-color: #fff;
  border-bottom: 1px solid #7e97a7;
}

  .change-status .change-st-box .chnage-st-name {
      padding: 9px;
      border-bottom: 1px solid #eee;
  }

.status-button-group {
  display: flex;
  justify-content: space-between;
  margin: 15px 0;
  padding: 0 24px;
}

  .status-button-group .status-active {
      color: #282828;
      cursor: pointer;
  }

 /* .status-button-group .status-active {
      color: #b9b9b9;
  }*/

.status-button {
  width: 30%;
  font-size: 15px;
  line-height: 15px;
  background-image: linear-gradient(-180deg, #fefefe 0%, #e0e0e0 100%);
  border: 1px solid #9d9d9d;
  border-radius: 8px;
  margin: 0 5px;
  padding: 8px 0;
  cursor: not-allowed;
  text-align: center;
  color: #b9b9b9;
}
.status-button-group .status-active span.icon {
  fill: #282828;
}

.status-button-group .status-active span.icon {
  fill: #d8d8d8;
}

.status-button span.icon {
  width: 21px;
  height: 21px;
  margin-bottom: 7px;
  fill: #d8d8d8;
  display:inline-block;
  font-size:21px;
}

.status-button-group .status-disbled {
  cursor: pointer;
  color: #e83523;
}

  .status-button-group .status-disbled span.icon {
      fill: #e83523;
  }
.status-button-group .status-locked {
  cursor: pointer;
  color: #7e97a7;
}

  .status-button-group .status-locked span.icon {
      fill: #7e97a7;
  }



  .sectionn {
    display: flex;
    flex-flow: row wrap;
    margin-top: 5%;
}
.sectionn > div {
    flex: 1;
    padding: 0.5rem;
}
.sectionn input[type="radio"] {
    display: none;
}
.sectionn input[type="radio"]:not(:disabled) ~ label {
    cursor: pointer;
}
.sectionn input[type="radio"]:disabled ~ label {
    color: rgb(36, 36, 36);
    border-color: hsla(150, 5%, 75%, 1);
    box-shadow: none;
    cursor: not-allowed;
    filter: blur(1px); 
    background: rgb(224, 224, 224);
}
.sectionn label {
    height: 100%;
    display: block;
    background: white;
    border: 2px solid hsla(150, 75%, 50%, 1);
    border-radius: 20px;
    padding: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    box-shadow: 0px 3px 10px -2px hsla(150, 5%, 65%, 0.5);
    position: relative;
    transition: background 0.3s, border-color 0.3s, box-shadow 0.3s;
}
.sectionn input[type="radio"]:checked + label {
    background: hsla(150, 75%, 50%, 1);
    color: hsla(215, 0%, 100%, 1);
    box-shadow: 0px 0px 20px hsla(150, 100%, 50%, 0.75);
}
 .sectionn input[type="radio"]#control_01:checked + label {
    background: rgb(1, 129, 1);
    border-color: red;
}
.sectionn input[type="radio"]#control_02:checked + label {
    background: rgb(204, 192, 31);
    border-color: red;
}
.sectionn input[type="radio"]#control_05:checked + label {
    background: rgb(229, 151, 151);
    border-color: red;
}

.activeSec {
  background: rgb(1, 129, 1);
  border-color: red;
  box-shadow: 0px 0px 20px hsla(150, 100%, 50%, 0.75);
}
.lockSec {
  background: #ccc01f;
  border-color: red;
  box-shadow: 0px 0px 20px hsla(150, 100%, 50%, 0.75);
}
.suspendSec {
  background: rgb(229, 151, 151);
  border-color: red;
  box-shadow: 0px 0px 20px hsla(150, 100%, 50%, 0.75);
}
.sectionn p {
    font-weight: 900;
}
@media only screen and (max-width: 700px) {
    .sectionn {
        flex-direction: column;
    }
}
.sport_row {
	display: inline-block;
	width: 100%;
	position: relative;
	border-bottom: 1px solid #e9e9e9;
	box-shadow: 0 5px 10px rgba(36, 50, 56, .12);
	background: #fff;
}
.match_odds_front {
	display: flex;
	text-align: right;
	width: 40%; 
  float: right; 
}

.match_odds_front span.back-cell,
.match_odds_front span.lay-cell {
	flex: 1;
	width: 40px;
	color: #000;
	display: inline-block;
	text-align: center;
	font-size: 15px;
	vertical-align: text-bottom;
	padding: 10px 0px;
	border-left: 1px solid #5c6a6f;
	cursor: pointer;
	font-weight: 600;
  border-radius: 3px;
	border: 1px solid rgba(0, 0, 0, .58);
}

.back-cell {
  background-color: #b5e0ff !important;
  padding: 1px;
}

.lay-cell {
  background-color: #fbb7c5 !important;
  padding: 1px;
}
.tittle_sports {
  background: black !important;
  color: #ffb80c;
  font-size: 18px !important;;
  font-weight: 700 !important;;
}
.sport_name {
	display: inline-block;
	width: 47%;
	vertical-align: top;
	font-size: 11px;
	padding: 0px 5px;
}

.sport_name a {
	color: #5c086a;
	display: block;
	/* white-space: nowrap; */
	text-overflow: ellipsis;
	width: 90%;
	font-size: 15px;
	line-height: 15px;
	padding: 3px 0px;
	text-decoration: none;
	font-weight: 600;
}

.sport_name time {
	color: #4083a9;
	font-weight: 700;
	font-size: 12px;
}
.match_status {
	display: inline-block;
	font-size: 10px;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 2px;
	border-radius: 12px;
  /* width: 10%; */
}
.mobile_time_match {
  display: none;
  color: #9642a6;
}
.blinking-inplay {
  /* animation: rainbow2 5s infinite; */
  font-size: 14px;
  font-weight: 600;
  line-height: 35px;
}
@media (max-width: 992px) {
  .match_odds_front {
		width: 100%;
    text-align: center;
	}
  .match_odds_front span.back-cell, .match_odds_front span.lay-cell {
    width: 30%;
    line-height: 27px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, .58);
}

}

.mod-header {
  background: #654062;
  color: white;
  margin: 0px;
  padding: 10px 5px;
    border-bottom: transparent;
}
.block_box {
  display: inline-block;
  width: 100%;
}
#tital_change {
  float: left;
  width: 58%;
  font-size: 18px;
  
}
.block_box_btn {
  float: right;
  width: 35%;
}
.btn-group, .btn-group-vertical {
  position: relative;
  /* display: inline-block; */
  vertical-align: middle;
}
.dropdown, .dropup {
  position: relative;
}
.modal-body {
  padding: 0px !important;
  position: relative;
}
.score_area {
  color: rgb(0, 0, 0);
  text-align: center;
  width: 100%;
  background: rgb(255, 255, 255);
  padding: 0px;
}
.match-odds-sec {
  background-color: rgb(255, 255, 255);
  width: 100%;
  float: left;
  display: flex;
  border-width: 1px 1px 1px;
  border-style: solid solid solid;
  border-color: rgb(219, 219, 219) rgb(219, 219, 219) transparent;
  border-image: initial;
  border-bottom: transparent;
}
.match-odds-sec .item {
  text-align: center;
  font-size: 12px;
  flex: 1 1 0%;
  padding: 10px 0px;
  border-radius: 0px;
}
.fullrow {
  display: inline-block;
  width: 100%;
}
.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: none;
  /* color: #151313; // */
  border-right: 1px solid #000;
}

.table-striped>tbody>tr:nth-of-type(even) {
  background-color: none;
  /* color: #151313; // */
  border-right: 1px solid #000;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
  border-right: 1px solid rgb(0, 0, 0);
  background: rgb(249, 249, 249);
}
.table-striped.table > tbody > tr > th {
  padding: 3px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(0, 0, 0);
  border-image: initial;
}
.mobile_heading th:first-child {
  width: 40%;
  background: rgb(101, 64, 98);
  border-right: none !important;
}
.mobile_heading th {
  background: rgb(101, 64, 98);
}
.back_heading_color {
  text-align: center;
  color: rgb(255, 255, 255) !important;
  background: rgb(101, 64, 98) !important;
  line-height: 25px !important;
  width: 14% !important;
}
.lay_heading_color {
  color: rgb(255, 255, 255) !important;
  background: rgb(101, 64, 98) !important;
  font-size: 13px;
  text-align: center;
  line-height: 25px !important;
  width: 14% !important;
}
.back_lay_color td {
  width: 60px;
  text-align: center;
  cursor: pointer;
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(219, 219, 219) rgb(0, 0, 0) rgb(0, 0, 0);
  border-image: initial;
  border-top: 1px solid rgb(219, 219, 219);
  padding: 3px 0px !important;
  background: rgb(255, 255, 255);
}
p.runner_text {
  display: inline-block;
  text-align: left;
  float: left;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 0px 0px 10px;
  width: 65%;
  margin-bottom: 0px;
}
.back_lay_color td span {
  font-size: 13px;
  font-weight: 700;
  width: 100%;
  display: inline-block;
  text-align: center;
  line-height: 19px;
  
}
span.runner_amount {
  /* display: inline-block; */
  float: right;
  width: 25% !important;
  padding: 10px 0px;
  text-align: left !important;
  font-weight: 700;
}
.runner_amount {
  font-size: 12px !important;
}
.mark-back {
  background: rgb(124, 196, 247) !important;
}
.back-cell {
  background-color: rgb(181, 224, 255) !important;
}
.lay-cell {
  background-color: rgb(251, 183, 197) !important;
  padding: 1px;
}
.mark-lay {
  background: rgb(252, 164, 183) !important;
}
.fancybox .block_box {
  padding-bottom: 0px;
  background: rgb(255, 255, 255);
  border-top: 1px solid rgb(219, 219, 219);
}
.sport-high {
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.ses-fan-box {
  width: 100%;
  display: inline-block;
  background: rgb(255, 255, 255);
}
.session_content td:first-child {
  padding-left: 10px;
  background: rgb(255, 255, 255);
  width: 56.5%;
}
.session_content td span {
  padding-left: 10px;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 20px;
  width: 70%;
  float: left;
  display: -webkit-box;
  /* -webkit-line-clamp: 2; */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: auto !important;
  overflow: hidden;
  font-weight: 700;
}
.session_content td p {
  margin-bottom: 0px;
  padding-right: 10px;
  width: 22%;
  float: right;
  padding-top: 5px;
}
.session_content td.fancy_back, .session_content td.fancy_lay {
  width: 50%;
  float: left;
}
.fancy_lay {
  background: rgb(251, 183, 197);
}
.fancy_lay button {
  margin: 0px;
}
.cell-btn {
  width: 100%;
  color: rgb(0, 0, 0);
  font-size: 13px;
  font-weight: 700;
  background: 0px 0px;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
}
.disab-btn {
  width: 100%;
  color: rgb(0, 0, 0);
  font-size: 11px !important;
  font-weight: 400 !important;
  background: 0px 0px;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
}
.fancy_back {
  background: rgb(181, 224, 255);
  border-right: none !important;
}
.fancy_back button {
  margin: 0px;
}
.back-cell {
  background-color: rgb(181, 224, 255) !important;
}
.table-striped {
margin-bottom: 0 !important;
}
@media screen and (max-width: 900px) {
  /* .mobile_heading th:first-child {
      width: 100% !important;
      float: left;
  } */
  
    .mobile_heading th:nth-child(2) {
        display: none;
    }

}
@media screen and (max-width: 900px) {
  .mobile_heading th:nth-child(3) {
      display: none;
  }
}
@media screen and (max-width: 900px) {
  .mobile_heading th:nth-child(6) {
      display: none;
  }
}
@media screen and (max-width: 900px) {
  .mobile_heading th:nth-child(7) {
      display: none;
  }
}
@media screen and (max-width: 900px) {
  .back_lay_color td:first-child {
      width: 55%;
  }
}
@media screen and (max-width: 900px) {
  .back_lay_color td:nth-child(2) {
      display: none;
  }
}
@media screen and (max-width: 900px) {
  .back_lay_color td:nth-child(3) {
      display: none;
  }
}
@media screen and (max-width: 900px) {
  .back_lay_color td:nth-child(6) {
      display: none;
  }
}
@media screen and (max-width: 900px) {
  .back_lay_color td:nth-child(7) {
      display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .mobile_heading th {
      width: 19%;
  }
}
.nav-tabs-custom>.nav-tabs {
  /* background-color: #654062; */
  color: rgb(22, 22, 22) !important;
  font-weight: 700;
}
.nav-tabs-custom>.nav-tabs>li.active>a, .nav-tabs>li>a:hover {
  background-color: #00a7d0 !important;
  color: white !important;
  font-weight: 700;
}
.nav-tabs>li>a {
  color: rgb(22, 22, 22) !important;
  font-weight: 700;
}
.box-header {
  /* background-color: #654062; */
  /* color: white !important; */
  font-weight: 700;
}
.nav-tabs-custom>.nav-tabs>li {
  border-top: 0px solid transparent;
}
.btn-box-tool, .btn-box-tool:hover {
  color: white !important;

}

.time {
  background: rgb(12, 12, 12);
  color: #fff;
  border: 7px solid rgb(255, 252, 252);
  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
  padding: 8px;
  text-align: center;
  
}
.time2 {
  background: rgb(255, 255, 255);
  color: #fff;
  border: 2px solid rgb(255, 252, 252);
  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
  padding: 8px;
  text-align: center;
  
}
.hms {
  font-size: 68pt;
  font-weight: 200;
}
.ampm {
  font-size: 35pt;
}
.date {
  font-size: 25pt;
}

.signinout {
  background: #fff;
  color: rgb(12, 12, 12);
  border: 7px solid rgb(255, 252, 252);
  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
  padding: 8px;
  text-align: center;
  
}
.hms1 {
  font-size: 30pt;
  font-weight: 400;
  color: red;
}
.hms2 {
  font-size: 20pt !important;
  font-weight: 400;
  color: darkblue !important;
}
.hms3 {
  font-size: 20pt !important;
  font-weight: 400;
  color: red !important;
}
.date1 {
  font-size: 35pt;
  font-weight: 400;
  color: darkgreen;
}
/* For Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* For Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
