
/*---------------------------------------------------------------------------------------*/
/* Creating seperators in the plugin admin menu */
.wp-submenu a[href="admin.php?page=idocs-dashboard"]{
  border-bottom:  1px solid #959090;
}

.wp-submenu a[href="edit.php?post_type=idocs_content"]{
  border-bottom:  1px solid #959090;
}

.wp-submenu a[href="edit-tags.php?post_type=idocs_content&taxonomy=idocs-kb-taxo"]{
  border-bottom:  1px solid #959090;
}
/*
.wp-submenu a[href="admin.php?page=idocs-analytics"]{
  border-bottom:  1px solid #959090;
}
*/

/* coloring the pro version menuc*/
.wp-submenu a[href="https://incrediblewp.io/incredibledocs-pro"]{
    /*background-color: #1da867!important;
    color: #fff!important;*/
    color: #36d68c!important;
    font-weight: 700;
}
/*--------------------------------------------*/
/*  custom editor panel */
.idocs-custom-panel button {
    background-color: #17b35a!important;
    font-weight: 600;
}
/*--------------------------------------------*/
#idocs-custom-select-content-type  {

  border-color:  #cb720d !important; 
  border-width: 3px;
  border-style: solid;
  font-weight: 600;
  
}
/*--------------------------------------------*/
#idocs-custom-select-kb  {
  border-color:   #338dd7 !important;
  border-width: 3px;
  border-style: solid;
  font-weight: 600;
}
/*--------------------------------------------*/
#idocs-custom-select-category  {

  border-color:   #26991b!important;
  border-width: 3px;
  border-style: solid;
  font-weight: 600;
}
/*--------------------------------------------*/
#idocs-custom-select-faq-group  {
  border-color:  #5c1b99!important;
  border-width: 3px;
  border-style: solid;
  font-weight: 600;
}

#idocs-custom-select-link {

  border-color:  #c4d40f!important;
  border-width: 3px;
  border-style: solid;
  font-weight: 600;

}

#idocs-display-order {

  border-color:  #df2209!important;
  border-width: 3px;
  border-style: solid;
  font-weight: 600;

}

#idocs-tags-selection {

  border-color:  #e8f80a!important;
  border-width: 3px;
  border-style: solid;
  font-weight: 600;

}


/*---------------------------------------------------------------------------------------*/
/* custom filters added to admin pages */
.idocs-admin-filters {
  background-color: #338dd7 !important;
  color: white !important;
}
/*--------------------------------------------*/
.idocs-admin-filter-content-type {
/*  background-color: #cb720d !important; */
/*  color: white !important; */
  border-color:  #cb720d!important; /* #da341e!important;;*/
  border-width: 2px;
  font-weight: 600;
}
/*--------------------------------------------*/
.idocs-admin-filter-kb {
  border-color: #338dd7 !important;
  border-width: 2px;
  font-weight: 600;
}
/*--------------------------------------------*/
.idocs-admin-filter-category {
  border-color: #26991b !important;
  border-width: 2px;
  font-weight: 600;
}
/*--------------------------------------------*/
.idocs-admin-filter-faq-group {
  border-color: #5c1b99 !important;
  border-width: 2px;
  font-weight: 600;
}
/*--------------------------------------------*/
#post-query-submit {
  background-color: #919892 !important;
  color: white !important;
}
/*--------------------------------------------*/ 
.idocs-icon-picker-row {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 15px;
}
/*--------------------------------------------*/
.idocs-icon-picker-icon {
  width: 50px; /* Adjust icon size as needed */
  height: 50px;
  cursor: pointer;
  border: 1px solid black;
  margin: 0 5px 0 5px;
  padding: 4px;
}
/*--------------------------------------------*/
.idocs-icon-picker-icon:hover {

  background-color: rgb(214, 212, 212);
}
/*--------------------------------------------*/
.idocs-icon-picker-icon-active {

  background-color: rgb(57, 233, 48) !important;

}
/*--------------------------------------------*/
.idocs-icon-picker-icon svg {
  width: 100%;
  height: 100%;
}
/*--------------------------------------------*/
.idocs-icon-picker-container {

  max-height: 300px; /* Set your desired maximum height */
  overflow-y: auto; /* Add vertical scrollbar if needed */
  white-space: nowrap; /* Prevent icons from wrapping to the next line */
  display: inline-block; /* Make the container fit the width of its content */
  
}
/*--------------------------------------------*/
.idocs-icon-type-button {

 /* background-color:#2fabe1; */
  font-weight:500;
  margin: 5px;
  padding: 5px;

}
/*--------------------------------------------*/
.idocs-icon-type-button:hover {
  background-color:#a6c6d4;
}
/*--------------------------------------------*/
.idocs-button-selected {

  background-color:#2fabe1;
  
}
/*--------------------------------------------*/
.idocs-category-upload-remove {

  height: 50px;
  width: 130px;
  font-size: 1rem;
}
/*--------------------------------------------*/
.idocs-category-icon-image {

  max-width: 100%;

}
/*--------------------------------------------*/
.idocs-category-icon-image-container {

  height: 100px;
  width: 100px;
  margin: 10px;
  border: 1px solid black;
  padding: 3px;

}
/*--------------------------------------------*/