.card-header-krl {
	background-color: rgba(40, 167, 69, 0.5);
}

.form-krl {
	margin: auto;
	border: 1px solid #28a745;
}

.krl-modal-small {
	max-width: 800px;
}

div.card.form-krl .card {
	margin-bottom: 16px;
}

.sjcard {
	width: 355px;
	margin: 10px;
	border: 1px solid #28a745;
	border-radius: 10px;
}

.sjcard-heading {
	text-align: center;
	margin: auto;
	padding: 10px;
	border-bottom: 1px solid #28a745;
}

.sjcard-heading-weekend {
	background-color: #FFCCCC;
}

.sjcard-body {
	min-height: 250px;
	padding: 5px;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
  border: 1px solid #28a745;
  border-radius: 10px;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.bg-light {
    border-bottom: 1px solid #28a745;
}

.nav-username {
	font-weight: bold;
	padding: 8px;
}

.dropdown-menu a:hover {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
}

.message-div {
	margin: 10px;
}

.btn-krl {
	color: #ffffff;
	background-color: #28a745;
	font-weight: bold;
	cursor: pointer;
}

.btn-krl-quiz {
	 vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	color: #ffffff;
	background: linear-gradient(277deg,rgba(0,0,0,.2) 6%,transparent 45%),#28a745;
	font-weight: bold;
	cursor: pointer;
}

.btn-krl-selected {
	vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	color: #000000;
	background: linear-gradient(277deg,rgba(0,0,0,.2) 6%,transparent 45%),#7dfb9a;
	font-weight: bold;
	cursor: pointer;
}

.btn-krl-disabled {
	color: #ffffff;
	background: linear-gradient(277deg,rgba(0,0,0,.2) 6%,transparent 45%),#bbbbbb;
	font-weight: bold;
	cursor: not-allowed !important;
}

.game_list_row {
	cursor: pointer;
}

.fa-plus-circle {
	cursor: pointer;
	color: #28a745;
}

.doc-header {
	min-height: 40px;
}

.krl-modal {
	max-width: 95%;
}

.krl-modal-medium {
	min-width: 700px;
}

.partner-device {
	padding: 5px;
}

a{
  color: inherit;
  text-decoration: inherit;
}

a:hover{
  color: inherit;
  text-decoration: inherit;
}

.partner-header {
	font-weight: bold;
	font-size: 24px;
}

.partner-device-row-0 {
	background-color: #EEEEEE;	
}

.partner-device-row-1 {
	
}

.partner-device-saved-row-0 {
	background-color: #e68a00;	
}

.partner-device-saved-row-1 {
	background-color: #ffb84d;
}

.partner-device-signed-row-0 {
	background-color: #85e085;	
}

.partner-device-signed-row-1 {
	background-color: #2aa22a;
}

.service_job {
	margin-bottom: 5px;
	padding: 5px;
	font-size: 14px;
}

.service_job_row_1 {
	background-color: #FFDADA;	
}

.service_job_ready_row_1 {
	background-color: #CCFFCC;	
}

.service_job_uc_row_1 {
	background-color: #FFFF66;	
}

.service_job_row_0 {
	background-color: #FFF0F0;
}

.service_job_ready_row_0 {
	background-color: #EEFFEE;
}

.service_job_uc_row_0 {
	background-color: #FFFFAA;	
}


.service_job_partner {
	text-align: center;
	font-weight: bold;
}

.service_job_date {
	text-align: center;
	font-weight: bold;
}

.sj_button {
	cursor: pointer;
}

.modal-footer .footer-left {
	width: 100%;
}

.sign-canvas {
	border: 1px solid #000000;
	margin: auto;
}

.service_job_comment {
	font-size: 12px;
	position: relative;
}

.service_job_time {
	font-size: 12px;
	position: relative;
}

.service_job_edit {
	position: absolute;
	bottom: 5px;
	right: 5px;
	cursor: pointer;
}

.wslist_1 {
	background-color: #DDDDDD;
}

.hoverover {
  position: relative;
  display: inline-block;
  color: #FF0000;
}

.hovertext {
  visibility: hidden;
  width: 120px;
  background-color: #98FB98;
  color: #FF0000;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  font-weight: bold;
  position: absolute;
  z-index: 1;
}

.hoverover:hover .hovertext {
  visibility: visible;
}

/* The container */
.rbtn-container {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.rbtn-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* On mouse-over, add a grey background color */
.rbtn-container:hover input ~ .rbtn-checkmark {
  background-color: #28a745;
}

/* When the radio button is checked, add a blue background */
.rbtn-container input:checked ~ .rbtn-checkmark {
  background-color: #28a745;
}

/* Show the indicator (dot/circle) when checked */
.rbtn-container input:checked ~ .rbtn-checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.rbtn-container .rbtn-checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.rbtn-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Create a custom radio button */
.rbtn-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* Customize the label (the container) */
.chkbtn-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.chkbtn-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* On mouse-over, add a grey background color */
.chkbtn-container:hover input ~ .chkbtn-checkmark {
  background-color: #28a745;
}

/* When the checkbox is checked, add a blue background */
.chkbtn-container input:checked ~ .chkbtn-checkmark {
  background-color: #28a745;
}

/* Show the checkmark when checked */
.chkbtn-container input:checked ~ .chkbtn-checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.chkbtn-container .chkbtn-checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Create a custom checkbox */
.chkbtn-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border: #000 1px solid;
  border-radius: 5%;
}

/* Create the checkmark/indicator (hidden when not checked) */
.chkbtn-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.krl_device_dates {
	font-size: 50%;
}

.krl_device_table_row {
	cursor: pointer;
}


#worksheets_table .btn {
	min-width: 48px;
	margin: 2px;
}

.krl_datalogger_table_row {
	cursor: pointer;
}