#menuadmin {
  	margin: 0.15em 2.0em;
}

.dogMenuBar {
	border: 1px solid rgb(46, 85, 0);
	border-radius: 10px;
}

.dogMenuBar li {
  position: relative;
  display: inline-block;
}

.tooltiptext {
  visibility: hidden;
  background-color: #113803;
  color: #ffcc00;
  text-align: center;
  padding: 5px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
  white-space: normal;
  font-size: 12px;
  font-weight: normal;
}

.tooltiptop {
  bottom: 125%; /* Position above the button */
  left: 50%;
  transform: translateX(-50%);
}

.tooltipright {
  top: 50%;
  left: 125%; /* Position to the right of the button */
  transform: translateY(-50%);
}

.dogMenuBar li:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/* Add arrow to top tooltips */
.tooltiptop::after {
  content: "";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Add arrow to right tooltips */
.tooltipright::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%; /* To the left of the tooltip */
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #555 transparent transparent;
}

.menuEdit {
	padding: 1.15em 0;
	margin: 0.15em 2.0em;
}

.link-entry {
	margin: 0.25em 0;
  overflow: auto;
  resize: none;
}

.link-entry:focus {
	outline: none;
}

#titleline {
	display: block;
  overflow: none;
  box-sizing: content-box;
}

.colorSetBTN {
  background: url('../img/ad/btnarrowright.svg');
  background-size: 100%;
  padding-left: 0.625em;
}

.iconBTN {
  height:30px;
  width:30px;
  border: none;
  cursor: pointer;
  margin-right: 1em;
  margin-top: auto;
  margin-bottom: auto;
}

.menu_list {
  display: flex;
  width: 100%;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.lineinput {
  overflow: none;
  text-align: center;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  margin-left: 0.5em;
}

.linelabel {
  visibility: visible;
  padding-top: 0.65em;
  padding-bottom: 0.65em;
  margin-right: 1em;
}

.closeBTN
{
	background-image: url(../img/ad/close.svg);
	background-size: 30px 90px;
	background-repeat: no-repeat;
}

.learnBTN
{
	background-image: url(../img/ad/learn.svg);
	background-size: 30px 90px;
	background-repeat: no-repeat;
}

.aboutBTN
{
	background-image: url(../img/ad/qhead.svg);
	background-size: 30px 90px;
	background-repeat: no-repeat;
}

.doorBTN
{
	background-image: url(../img/ad/door.svg);
	background-size: 30px 90px;
	background-repeat: no-repeat;
}

.stopBTN
{
	background-image: url(../img/ad/stop.svg);
	background-size: 30px 90px;
	background-repeat: no-repeat;
}

.menuLinkBTN {
	background-image: url(../img/ad/link.svg);
	background-size: 30px 90px;
	background-repeat: no-repeat;
}

.menuAddBTN {
	background-image: url(../img/ad/addlink.svg);
	background-size: 30px 90px;
	background-repeat: no-repeat;
}

.menuDeleteBTN {
	background-image: url(../img/ad/deletelink.svg);
	background-size: 30px 90px;
	background-repeat: no-repeat;
}

.menuRefreshBTN {
	background-image: url(../img/ad/refreshlink.svg);
	background-size: 30px 90px;
	background-repeat: no-repeat;
}

.menuSearchBTN {
	background-image: url(../img/ad/search.svg);
	background-size: 30px 90px;
	background-repeat: no-repeat;
}

.menuStatusBTN {
	background-image: url(../img/ad/status.svg);
	background-size: 30px 240px;
	background-repeat: no-repeat;
}

.menuPaintBTN {
  background-image: url(../img/ad/color.svg);
	background-size: 30px 90px;
	background-repeat: no-repeat;
}

.menuPickBTN {
  background-image: url(../img/ad/dropper.svg);
	background-size: 30px 90px;
	background-repeat: no-repeat;
}

.menuArtBrushBTN {
  background-image: url(../img/ad/artbrush.svg);
	background-size: 30px 90px;
	background-repeat: no-repeat;
}

.menuAddColorBTN {
  background-image: url(../img/ad/addcolor.svg);
	background-size: 30px 90px;
	background-repeat: no-repeat;
}

.menuSwapBTN {
  background-image: url(../img/ad/swap.svg);
	background-size: 30px 90px;
	background-repeat: no-repeat;
}

.menuDoSwapBTN {
  background-image: url(../img/ad/target.svg);
	background-size: 30px 90px;
	background-repeat: no-repeat;
}

.menuLeftArrowBTN {
  background-image: url(../img/ad/leftarrow.svg);
	background-size: 30px 90px;
	background-repeat: no-repeat;
}

.menuRightArrowBTN {
  background-image: url(../img/ad/rightarrow.svg);
	background-size: 30px 90px;
	background-repeat: no-repeat;
}

.menuPagesBTN {
  background-image: url(../img/ad/pages.svg);
	background-size: 30px 90px;
	background-repeat: no-repeat;
}

.menuBlankBTN {
  background-image: url(../img/ad/blank.svg);
	background-size: 30px 90px;
	background-repeat: no-repeat;
}

.menuListBTN {
  background-image: url(../img/ad/list.svg);
	background-size: 30px 90px;
	background-repeat: no-repeat;
}

.menuLowercaseBTN {
  background-image: url(../img/ad/lowercase.svg);
	background-size: 30px 90px;
	background-repeat: no-repeat;
}

.copyarticleBTN {
  background-image: url(../img/ad/copyarticle.svg);
	background-size: 30px 90px;
	background-repeat: no-repeat;
}

.imagesearchBTN {
  background-image: url(../img/ad/imagesearch.svg);
	background-size: 30px 90px;
	background-repeat: no-repeat;
}

.addimageBTN {
  background-image: url(../img/ad/addimage.svg);
	background-size: 30px 90px;
	background-repeat: no-repeat;
}

.sailboatBTN {
  background-image: url(../img/ad/sailboat.svg);
	background-size: 30px 90px;
	background-repeat: no-repeat;
}

.moveimageBTN {
  background-image: url(../img/ad/moveimage.svg);
	background-size: 30px 90px;
	background-repeat: no-repeat;
}

.deleteimageBTN {
  background-image: url(../img/ad/deleteimage.svg);
	background-size: 30px 90px;
	background-repeat: no-repeat;
}

.menusearchnewBTN {
  background-image: url(../img/ad/searchnewimg.svg);
	background-size: 30px 90px;
	background-repeat: no-repeat;
}

.menuSearchUnDatedBTN {
  background-image: url(../img/ad/searchundated.svg);
	background-size: 30px 90px;
	background-repeat: no-repeat;
}

.pawSearchBTN {
	background-image: url(../img/ad/pawsearch.svg);
	background-size: 30px 90px;
	background-repeat: no-repeat;
}

#colormatch {
  width: 100%;
  border: 1px solid yellow;
  overflow: hidden; 
}

#firstmatch, #secondmatch {
  width: 50%;
  float: left;
  border: 1px solid #3e5500;
  padding: 0.625em;
}

strong {
  display: block;
  padding-left: 30px;
  margin-bottom: 10px;
}
label {
  display: block;
  position: relative;
  margin-left: 0.625em;
  color: #808080;
  font-size: 0.95em;
	font-weight: 500;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radioBTN {
  float: right;
}
.radioBTN > input[type='radio'] {
  visibility: hidden;
  position: absolute;
}
.radioBTN > input[type='radio'] ~ span {
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: inline-block;
  background-size: 30px 90px;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.radioBTN:hover {
  color: #bfbfbf;
}

.radioBTN > input[type='radio']:checked ~ span.radioPaw {
  background-image: url(../img/ad/radiopaw.svg);
}
.radioBTN > input[type='radio']:checked ~ span.radioPaw:hover {
	background-position: 0 -30px;
}
.radioPaw { 
  background-image: url(../img/ad/radioring.svg);
}
.radioPaw:hover {
	background-position: 0 -30px;
}


.dogToolBar {
  list-style: none;
  width: 100%;
   height: 48px;
   margin: 0;
   padding: 0 0 0 2px;
   width: 100%;
 }

 .dogToolBar a {
  display: block;
  height: 30px;
  overflow: hidden;
  background-repeat: no-repeat;
  text-indent: -1000em;
  text-decoration: none;
}

.dogToolBar a:active {
  margin-top: 2px;
  margin-left: 2px;
  background-position: 0 -60px;
}

.dogToolBar a:hover {
  background-position: 0 -30px;
}
.dogToolBar li {
  float: left;
  min-width: 32px;
  height: 32px;
  margin-top: 0.7em;
  margin-left: 0.5em;
  line-height: 2em;
}

.dogToolBar li.on a, .dogAdminBar li.on a:hover {
  background-position: 0 -60px;
}

.dogToolBar li.dogEditButton {
  background-image: url(../img/ed/button_shadow.gif);
  background-repeat: no-repeat;
  background-position: bottom right;
}

  
  

.searchBTN {
  background: url(../img/ad/btnsearch.svg);
  float: right;
  height: 30px;
  width: 30px;
  margin-left: 0.625em;
  margin-top: 0.75em;
  margin-bottom: 0.25em;
  border: none;
  background-size: 30px 60px;
  background-repeat: no-repeat;
}
.searchBTN:hover {
	background-position: 0 -30px;
}
.searchBTN:active {
	margin-top: 2px;
	margin-left: 2px;
	background-position: 0 -30px;
}

.dogMenuBar {
	list-style: none;
	width: 100%;
	height: 48px;
	margin: 0;
	padding: 0 0 0 2px;
	border: 1px solid #3e5500;
  /*	background-image: url(../img/ed/toolbar_bg.gif); */
	background-repeat: repeat-x;
}

.dogMenuBar {
	width: 100%;
}

.dogMenuBar a {
	display: block;
	height: 30px;
	overflow: hidden;
	background-repeat: no-repeat;
	text-indent: -1000em;
	text-decoration: none;
}

.dogMenuBar a:active {
	margin-top: 2px;
	margin-left: 2px;
	background-position: 0 -60px;
}

.dogMenuBar a:hover {
	background-position: 0 -30px;
}
.dogMenuBar li {
	float: left;
	width: 32px;
	height: 32px;
	margin-top: 9px;
	margin-left: 7px;
	line-height: 30px;
}

.dogMenuBar li.on a, .dogAdminBar li.on a:hover {
	background-position: 0 -60px;
}

.dogMenuBar li.dogEditButton {
	background-image: url(../img/ed/button_shadow.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.box {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-top: 15px;
  margin-bottom: 15px;
  cursor: pointer;
 }
 input[type=checkbox] {       /* Hide the default style of the checkbox */
   visibility: hidden;
 }
 .mark {                      /* Create a custom checkbox */
   position: absolute;
   top: 0;
   left: 0;
   height: 25px;
   width: 25px;
   background-color: #081e02;
   border: 1px solid #2E5500
 }    
  
 .box:hover input + .mark {   /* Specify the background color for the checkbox while hovering */
   background-color: #808080;
 }
 .box input:active + .mark {  /* Specify the background color for the checkbox when the checkbox is active */
   background-color: #ff9700;
 }
 .box input:checked + .mark { /* Specify the background color for the checkbox when it is checked */
   background-color: #081e02;
 } 
 .mark:after {                /* Checkmark to be shown in checkbox not be shown when not checked */
   content: "";
   position: absolute;
   display: none;
 }
 .box input:checked + .mark:after { /* Display checkmark when checked */
   display: block;
 }
 .box .mark:after { /* Styling the checkmark using webkit */
   left: 8px; /* Rotated the rectangle by 45 degree and showing */
   bottom: 5px; /* only two border to make it look like a tick mark */
   width: 6px;
   height: 16px;
   border: solid #ffcc00;
   border-width: 0 4px 4px 0;
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
 }

 .input-entry {
	 margin: 0.25em 0;
   padding: .375em;
   text-align: center;
   color: rgb(149, 167, 33);
   background-color: rgb(9, 24, 0);
   border: 1px solid rgb(46, 85, 0);
   width: 10%;
}

.admininput {
  margin: 0.20em 0;
  padding: .20em;
  text-align: left;
  color: rgb(149, 167, 33);
  background-color: rgb(9, 24, 0);
  border: 1px solid rgb(46, 85, 0);
  width: 100%;
}

.shortinput {
  width: 50%;
}

.adminBTN {
  margin: 0.0 0.5em 0.125em 1.0em;
}

.hline {
  border-top: 1px solid rgb(46, 85, 0);
}

.doginput {
	clear: left;
	width: 100%;
	height: 150px;
	padding: 0 0 0 2px;
	border: 1px solid #3e5500;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
	border-radius: 5px 5px 5px 5px;
}

.quotescan {
	width: 27%;
  padding-left: 0;
}

.quotescan .prev {
	float: left;
	cursor: pointer;
}

.quotescan .next {
	float: right;
	cursor: pointer;
}

.dog-btn {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

.svg-indicator {
  vertical-align: bottom;
  position: relative;
  top: -5px;
  margin-right: 0.625em;
}

.status-off {
  vertical-align: middle;
  margin-right: 0.625em;
  color: #324600;
}

.status-on {
  vertical-align: middle;
  margin-right: 0.625em;
  color: #009f00;
}

.status-red {
  vertical-align: middle;
  margin-right: 0.625em;
  color: #cc0000;
}

.status-shift {
  margin-left: 0.625em;
}

/* Convert Dialog Styles (moved from cc.css) */
#convertDialog {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #113803;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.7);
    z-index: 1001;
    min-width: 900px;
    border: 1px solid #0f5e02;
    color: #ff9700;
}

#convertDialog h3 {
    margin-top: 0;
    color: #8092d6;
}

.dialog-input-group {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.dialog-input-group input[type="text"] {
    flex: 3; 
    padding: 8px;
    border: 1px solid #0f5e02;
    border-radius: 4px;
    background: #081e02;
    color: #fdfde5;
    font-family: Arial, sans-serif;
}

.dialog-input-group input[type="text"]:focus {
    outline: none;
    border-color: #0f5e02;
}

.dialog-input-group button {
    background: #0f5e02;
    color: #ff9700;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-family: Arial, sans-serif;
    transition: background 0.3s ease;
    flex: 1;
}

.dialog-input-group button:hover {
    background: #4a6700;
}