span.hidden {
  display: none;
}

.rd-oauth-connect-section {
  margin: 10px;
  width: 60%;
}

.rd-oauth-connect-section p {
  font-size: 15px;
}

.nav-tab-wrapper a {
  border-radius: 5px 5px 0 0;
}

.rdsm-tracking-code-validation-warning div.notice {
  margin-left: 0;
}

/* ROUNDED TOGGLE CHECKBOXES */

.checkbox-switch {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 22px;
}

.checkbox-switch input {
	display:none;
}

.checkbox-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .5s;
  transition: .5s;
}

.checkbox-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .5s;
  transition: .5s;
}

.checkbox-slider-on, .checkbox-slider-off {
  text-align: center;
  width: 100%;
  font-size: 10px;
  font-weight: bold;
  display: inline-block;
}

input:checked + .checkbox-slider {
  background-color: #7ed321;
}

input:focus + .checkbox-slider {
  box-shadow: 0 0 1px #7ed321;
}

input:checked + .checkbox-slider:before {
  -webkit-transform: translateX(78px);
  -ms-transform: translateX(78px);
  transform: translateX(78px);
}

.checkbox-slider.checkbox-slider-round {
  border-radius: 34px;
}

.checkbox-slider.checkbox-slider-round:before {
  border-radius: 50%;
}

/**
* RD Station Log Styles
*/  
#rdsm_log_screen.rdsm-log-output{
  width: 100%;
  background-color: black;
  padding: 1em; 
  border: 1px solid #1f10f3; 
  height: 500px; 
  overflow: auto;
  padding-bottom: 150px;
}

.rdsm-log-error {
  color: red;
  font-family: monospace;
}

.rdsm-log-success {
  color: green;
  font-family: monospace;
}

.rdsm-log-timestamp {
  color: #666;
  font-weight: bold;
  font-family: monospace;
  margin-top: 1em;
}

/**
* RD Station Log Styles Finally
*/ 

body {
  font-family: sans-serif;
}

.toggle-check-input {
  width: 1px;
  height: 1px;
  position: absolute;
}

.toggle-check-text {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  background: #CCC;
  padding: 0.25em 0.5em 0.25em 2em;
  border-radius: 1em;
  min-width: 2em;
  color: #FFF;
  cursor: pointer;
  transition: background-color 0.15s;
}

.toggle-check-text:after {
  content: ' ';
  display: block;
  background: #FFF;
  width: 1.1em;
  height: 1.1em;
  border-radius: 1em;
  position: absolute;
  left: 0.3em;
  top: 0.25em;
  transition: left 0.15s, margin-left 0.15s;
}

.toggle-check-text:before {
  content: 'No';
}

.toggle-check-input:checked ~ .toggle-check-text {
  background: #8ad869;
  padding-left: 0.5em;
  padding-right: 2em;
}

.toggle-check-input:checked ~ .toggle-check-text:before {
  content: 'Yes';
}

.toggle-check-input:checked ~ .toggle-check-text:after {
  left: 100%;
  margin-left: -1.4em;
}

#info_create_fields, #info_check_login, #info_mapped_fields, .alert-box {
  background: antiquewhite;
  padding: 15px;
  color: #4f6d83;
  border-radius: 5px;
}

#info_check_login, #info_mapped_fields, .alert-box {
  background: indianred;    
  color: white;
}

#button-log {
  margin: 10px 2px;
}
