@media print {
   .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
   }
   .col-sm-12 {
        width: 100%;
   }
   .col-sm-11 {
        width: 91.66666667%;
   }
   .col-sm-10 {
        width: 83.33333333%;
   }
   .col-sm-9 {
        width: 75%;
   }
   .col-sm-8 {
        width: 66.66666667%;
   }
   .col-sm-7 {
        width: 58.33333333%;
   }
   .col-sm-6 {
        width: 50%;
   }
   .col-sm-5 {
        width: 41.66666667%;
   }
   .col-sm-4 {
        width: 33.33333333%;
   }
   .col-sm-3 {
        width: 25%;
   }
   .col-sm-2 {
        width: 16.66666667%;
   }
   .col-sm-1 {
        width: 8.33333333%;
   }
   .runner-header {
	   	background-color: black !important;
	   	color: white !important;
   }
   .strength-rating {
    color: black !important;
    background-color: yellow !important;
    -webkit-print-color-adjust: exact !important;
  }
    .time-green {
    color: black !important;
    background-color: lawngreen!important;
    -webkit-print-color-adjust: exact !important;
}
        .time-orange {
    color: black !important;
    background-color: orange!important;
    -webkit-print-color-adjust: exact !important;
}


   
}

.strength-rating {
    color: black !important;
    background-color: yellow !important;
    -webkit-print-color-adjust: exact !important;
}

.time-green {
    color: black !important;
    background-color: lawngreen!important;
    -webkit-print-color-adjust: exact !important;
}
        .time-orange {
    color: black !important;
    background-color: orange!important;
    -webkit-print-color-adjust: exact !important;
}


#videoPlay{
	background-color: black !important;
}
.form-row {
   line-height: 25px;
   min-height: 25px;
   height: 25px;
}
.top-right-button {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 10em !important;
}

.modal-title{
    color: black !important;
    text-align: center !important;
}
.my-custom-scrollbar {
position: relative;
height: 600px;
overflow: auto;
}
.table-wrapper-scroll-y {
display: block;
}

.play{
	height: 100%;
}

.clock{
	height: 100%;
}

.row{
	color: white;
}
#runners{
	background-color: white;
	color: black;	
}
body{
  -webkit-print-color-adjust:exact;
  background-color: #030329 !important;
}

.margin-left-80px{
    margin-left: 80px;
    margin-right: 80px;
}
.form-control{
    display: inline-table;
}
.margin-top-20px{
    margin-top: 20px;
}
.margin-top-40px{
	margin-top:40px;
}
.font-size-18px{
    font-size: 18px;
}
#timer {
	font-size: 16pt;
}
button {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
}

trapbutton {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 50px;
    height: 50px;
}

.border-radius-10px{
	border-radius: 10px;
}

button:hover {
    opacity: 0.8;
}
.btn-black{
    background-color: black;
}
.trap{
	border: 1px;
    border-color: black;
    border-style: solid;
    height: 30px;
    width: 30px;
}
.trap-card{
	border: 1px;
    border-color: black;
    border-style: solid;
    height: 20px;
    width: 20px;
}
.track-title{
	background-color: black;
	  color: white;
	  width: 100%;
	  font-size: 16pt;
}
.runner-name{
	  font-weight: bold;
	  font-size: 1.5em;
}
.btn-trap1{
	border: 1px;
    border-color: black;
    border-style: solid;
    height: 50px;
    width: 50px;
    background: url("https://www.24dogs.com/assets/images/trap1");
    background-size: cover;
}
.btn-trap2{
	border: 1px;
    border-color: black;
    border-style: solid;
    height: 50px;
    width: 50px;
    background: url("https://www.24dogs.com/assets/images/trap2");
    background-size: cover;
}
.btn-trap3{
	border: 1px;
    border-color: black;
    border-style: solid;
	height: 50px;
    width: 50px;
    background: url("https://www.24dogs.com/assets/images/trap3");
    background-size: cover;
}
.btn-trap4{
	border: 1px;
    border-color: black;
    border-style: solid;
	height: 50px;
    width: 50px;
    background: url("https://www.24dogs.com/assets/images/trap4");
    background-size: cover;
}
.btn-trap5{
	border: 1px;
    border-color: black;
    border-style: solid;
	height: 50px;
    width: 50px;
    background: url("https://www.24dogs.com/assets/images/trap5");
    background-size: cover;
}
.btn-trap6{
	border: 1px;
    border-color: black;
    border-style: solid;
	height: 50px;
    width: 50px;
    background: url("https://www.24dogs.com/assets/images/trap6");
    background-size: cover;
}
.btn-trap7{
    height: 50px;
    width: 50px;
    background: url("https://www.24dogs.com/assets/images/trap1");
    background-size: cover;
}
.btn-trap8{
    height: 50px;
    width: 50px;
    background: url("https://www.24dogs.com/assets/images/trap1");
    background-size: cover;
}

.btn-brown{
    background-color: brown;
}
.btn-dark-brown{
    background-color: #444444;
}
.text-align-center{
    text-align: center;
}
.text-align-left{
    text-align: left;
}
.select{
    width: 100%;
    padding: 0px;
    margin: 8px 0;
}
.chart{
	width: 100%;
}
.background-color-white{
	background-color:white !important;
}

.daySubscript {
    /* width: 100%; */
    /* height: 100%; */
    position: absolute;
    bottom:0; /* top: 0; */
    right:0; /* left: 0; */
    z-index: 10;
    text-align:right;
    vertical-align:bottom;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-top: 5px;
    font-size: 10px;
    background-color: black !important;
    color: white !important;
  	-webkit-print-color-adjust: exact;
  	border:1px solid #CCCCCC;
}
th{
    text-align:center !important;
    vertical-align:middle !important;
}
td{
    border:1px solid #CCCCCC;
    width:45px;
    height:45px;
    text-align:center;
    vertical-align:middle;
    position:relative; /* establish relationship with children position absolute */
    font-size: 14px;
}