#active-tasks-box .search-container button {
    padding: 5px;
    font-size: 14px;
    color: white;
    background: #005d8b;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    width: 80px;
}

#active-tasks-box .search-container .searchBy,
#active-tasks-box .search-container #searchInput,
#active-tasks-box .search-container #searchDue1,
#active-tasks-box .search-container #searchDue2,
#active-tasks-box .search-container #searchTasksAssignedTech,
#searchInputCreatedBy{
    padding: 4px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    width: 160px;
}

#active-tasks-box .search-container {
    background: white;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    gap: 5px;
    font-family: calibri;
}

.ticket-or-tasks-tab:hover,
.active-ticket-or-tasks-tab{
  color: #FFF !important;
  background: #221e1e !important;
}

.ticket-or-tasks-tab{
  background: #3B5998;
  color: #fff;
  padding: 1%;
  font-family: 'Poppins';
  font-size: 18px;
  border-radius: 2px;
  width: 120px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}

#edit-ticket-comment div:has(> div.nicEdit-main){
  width: 100% !important;
}

#edit-ticket-comment .nicEdit-main, #edit-ticket-comment .nicEdit-panel {
  width: 100% !important; /* Change to your desired percentage */
}

#send-followup-email-ticket button{
  padding: 8px 5px;
  width: 100px;
  border-radius: 5px;
  font-size: 14px;
}
#send-followup-email-ticket textarea{
 resize: none;
 height: 200px; 
}

#send-followup-email-ticket input[type="text"],
#send-followup-email-ticket textarea{
  width: 100%;
  border-radius: 5px;
  padding: 5px;
  border: 1px solid #DDD;
  background: #333;
  color: #FFF;
  font-size: 13px;
}
#send-followup-email-ticket h4{
  padding: 1%;
  background: #0A5794;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#gallery2 .image-container{
  position: relative;
}

#gallery2 .image-container span{
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 24px;
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
  width: 24px;
  height: 24px;
  text-align: center;
}

#gallery2 .image-container span:hover {
  background-color: rgba(255, 0, 0, 0.8); /* Optional: red on hover */
}

.it-wishlist-rows button:hover{
  background: #333 !important;
}

.it-wishlist-rows button{
  border-radius: 5px;
  padding: 1% 3%;
  font-size: 10px;
}

#MergeTicketDetails{
  width: 35%;
  background: #585252;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 0;
  height: 600px;
  border-left: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  display: none;
}

#ITAssessment .table-specs{
  table-layout: fixed;
  width: 80% !important;
  margin: 1% 10%;
}

#ITAssessment .table-specs tr td input[type="text"]{ 
  height: 30px !important;
  font-size: 12px !important;
}

#ITAssessment .table-specs-header td{
  font-size: 12px;
}

#ITAssessment .table-specs tr td button{
  width: 5%;
  font-size: 20px;
  padding: 0;
}

/* Styling the gallery container */
.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-around;
}

.gallery2 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: left;
    padding: 2%;
}

/* Styling individual thumbnails */

.gallery2 img {
    width: 100px !important;
    height: 100px !important;
}

.gallery img,
.gallery2 img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

/* Hover effect for thumbnails */
.gallery img:hover,
.gallery2 img:hover {
    transform: scale(1.05);
}

.table-specs tr td button{
  border-top: 0;
  width: 8%;
  text-align: center;
  border-radius: 5px;
  font-size: 25px;
  font-weight: bold;
  padding: 5px;
}

.table-specs tr td input[type="text"]{ 
  text-align: center;
  padding: 2%;
  height: 40px;
  width: 100%;
}

.table-specs tr td{
  padding: 1%;
  border: 1px solid #CCC;
}

.table-specs-header td{
  background: #0A5794;
  color: #FFF;
  font-family: calibri;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

#ITAssessmentForm select,
#ITAssessmentForm input[type="Date"],
#ITAssessmentForm input[type="text"]{
  padding: 2%;
  font-size: 18px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #000;
}

#ITAssessmentForm span,
#ITAssessment span{
  color: #000;
  font-weight: bold;
  display: block;
  font-family: calibri;
  font-size: 18px;
}

#ITAssessment{
    width: 40% !important;
    margin: -10% 30% !important;  
    position: fixed !important;
}

#ITAssessmentForm,
#ITAssessment{
    position: absolute;
    width: 90%;
    margin: 2% 5%;
    background: #FFF;
    z-index: 1001;
    color: #FFF;
    border: 1px solid #000;
    display: none;
}

#ticket_hrs_min_rendered,
#log_hours_rendered_time_format{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 1% !important;
    border: 2px solid #636363 !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    height: 30px;
}

.page-id-48{
	background: #FFF !important;
}

#add-home-users label,
#edit-home-users label,
#add-scan-reminder-popup label,
#scan-reminder-popup label,
#scan-reminder-history label,
#send-google-review label,
#add-it-wishlist-popup label{
  font-size: 14px;
  font-family: calibri;
  font-weight: bold;
}

#add-home-users .form-group,
#edit-home-users .form-group,
#send-google-review .form-group{
  float: left;
  width: 49%;
  padding-bottom: 2%;
}

#add-home-users textarea,
#edit-home-users textarea,
#add-scan-reminder-popup textarea,
#scan-reminder-popup textarea,
#scan-reminder-hisotry textarea,
#add-it-wishlist-popup textarea,
#edit-it-wishlist-popup textarea{
  height: 200px;
  resize: none;
  font-size: 14px;
  width: 100% !important;
}

#send-google-review input[type="text"],
#send-google-review select,
#add-home-users input[type="text"],
#add-home-users input[type="date"],
#add-home-users select,
#add-home-users textarea,
#edit-home-users input[type="text"],
#edit-home-users input[type="date"],
#edit-home-users select,
#edit-home-users textarea,
#scan-reminder-popup input[type="text"],
#scan-reminder-popup input[type="date"],
#scan-reminder-popup select,
#scan-reminder-popup textarea,
#add-scan-reminder-popup input[type="text"],
#add-scan-reminder-popup input[type="date"],
#add-scan-reminder-popup select,
#add-scan-reminder-popup textarea,
#scan-reminder-history input[type="text"],
#scan-reminder-history input[type="date"],
#scan-reminder-history select,
#scan-reminder-history textarea{
  width: 95%;
  border: 1px solid #DDD;
  border-radius: 5px;
  padding: 2% 1%;
  margin: 1% 0;
  font-size: 12px;
}

#scan-reminder-popup,
#add-scan-reminder-popup,
#scan-reminder-history,
#add-it-wishlist-popup,
#edit-it-wishlist-popup{
  left: 30% !important;
  width: 40% !important;  
}

#send-google-review{
  left: 35% !important;
  width: 30% !important;  
}

#add-home-users,
#edit-home-users,
#send-google-review,
#add-scan-reminder-popup,
#scan-reminder-popup,
#scan-reminder-history,
#add-it-wishlist-popup,
#edit-it-wishlist-popup{
  display: none;
  position: fixed;
  top: 5%;
  left: 15%;
  width: 70%;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 20px;
  z-index: 1001;
}

.thumbnail-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.thumbnail-item {
    margin: 10px;
    position: relative; /* Position relative for button placement */
}

.thumbnail {
    width: 150px;
    height: auto;
    border-radius: 5px;
}

.delete-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: red;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}

.delete-btn:hover {
    background-color: darkred;
}

#send-followup-email-ticket{
  position: relative;
  margin-top: 2% !important;
  width: 30% !important;
  margin-left: 35% !important;    
}

#merge-ticket{
  position: relative;
  margin-top: 2% !important;
  width: 30% !important;
  margin-left: 35% !important;  
}

#load-ticket-feedback,
#load-ticket-problem,
#load-completed-ticket,
#edit-ticket-comment{
  position: relative;
  margin-top: 2% !important;
  width: 70% !important;
  margin-left: 15% !important;
}

#x{
    position: absolute;
    background: white;
    color: black;
    top: -15px;
    right: -15px;
    border-radius: 50%;
    font-weight: bold;
    font-size: 14px;
    border:5px solid #000;
}

/* Code for custom checkbox */

  .checkbox-wrapper-4 * {
    box-sizing: border-box;
  }
  .checkbox-wrapper-4 .cbx {
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.2s ease;
    display: inline-block;
  }
  .checkbox-wrapper-4 .cbx:not(:last-child) {
    margin-right: 6px;
  }
  .checkbox-wrapper-4 .cbx span {
    float: left;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
  }
  .checkbox-wrapper-4 .cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    transform: scale(1);
    border: 1px solid #cccfdb;
    transition: all 0.2s ease;
    box-shadow: 0 1px 1px rgba(0,16,75,0.05);
    background: #FFF;
  }
  .checkbox-wrapper-4 .cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
  }
  .checkbox-wrapper-4 .cbx span:last-child {
    padding-left: 8px;
    line-height: 18px;
  }
  .checkbox-wrapper-4 .inp-cbx {
    position: absolute;
    visibility: hidden;
  }
  .checkbox-wrapper-4 .inp-cbx:checked + .cbx span:first-child {
    background: #07f;
    border-color: #07f;
    animation: wave-4 0.4s ease;
  }
  .checkbox-wrapper-4 .inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
  }
  .checkbox-wrapper-4 .inline-svg {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
    user-select: none;
  }
  @media screen and (max-width: 640px) {
    .checkbox-wrapper-4 .cbx {
      width: 100%;
      display: inline-block;
    }
  }
  @-moz-keyframes wave-4 {
    50% {
      transform: scale(0.9);
    }
  }
  @-webkit-keyframes wave-4 {
    50% {
      transform: scale(0.9);
    }
  }
  @-o-keyframes wave-4 {
    50% {
      transform: scale(0.9);
    }
  }
  @keyframes wave-4 {
    50% {
      transform: scale(0.9);
    }
  }

/* End Code for custom checkbox */

/* Checkbox inside select option */

.dropdown-check-list {
  display: inline-block;
}

.dropdown-check-list .anchor {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 5px 50px 5px 10px;
  border: 1px solid #ccc;
    background: #FFF;
    color: #000;
    border-radius: 5px;
    width: 250px;
}

.dropdown-check-list .anchor:after {
  position: absolute;
  content: "";
  border-left: 2px solid black;
  border-top: 2px solid black;
  padding: 5px;
  right: 10px;
  top: 20%;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.dropdown-check-list .anchor:active:after {
  right: 8px;
  top: 21%;
}

.dropdown-check-list ul.items {
  padding: 2px;
  display: none;
  margin: 0;
  border: 1px solid #ccc;
  height: 300px;
  overflow: auto;
  position: absolute;
  z-index: 1000;
  background: #FFF;
}

.dropdown-check-list ul.items li {
  list-style: none;
    padding: 1%;
    font-size: 14px;
    vertical-align: middle;
    color: #000;
}

.dropdown-check-list.visible .anchor {
  color: #000;
}

.dropdown-check-list.visible .items {
  display: block;
}

/* End Code for Checkbox inside select option */

.header-tab {
  width: 100%;
  height: 40px;
}

.header-tab {
  z-index: 20;
  position: relative;
  background: #343338;
  box-shadow: 0px 1px 5px 3px rgba(28, 26, 28, 1);
  -moz-box-shadow: 0px 1px 5px 3px rgba(28, 26, 28, 1);
  -webkit-box-shadow: 0px 1px 5px 3px rgba(28, 26, 28, 1);
}

.header-tab .tabs {
  bottom: 0;
  margin: 0;
  padding: 0;
  text-align: center;
}

.header-tab .tabs > li:hover {
    text-decoration: underline;
}

.header-tab .tabs > li {
  color: white;
  height: 40px;
  font-size: 15px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 30px 10px 25px;
  border-bottom: 4px solid transparent;
  transition: border-bottom .3s, color .3s;
}

.header-tab .tabs > li:hover, 
.header-tab .tabs > li.active {
  cursor: pointer;
}

.hide-for-desktop{
    display: none;
}

#ticket-files-attached a:hover{
    text-decoration: underline;
}

.tech-details table tr td input[type=text], .tech-details table tr td select, .tech-details table tr td textarea{
    background: #2a2929 !important;
    color: #FFF;
    font-family: calibri;
    font-size: 14px;
}

.tech-details{
    background: #4e4e4e;
}

.companydetails table tr td input[type=text],
#editcompany_address, #edit_companynotes,
.add-technician-fields{
    background: #585858 !important; 
    color: #FFF !important;
}

.add-technician-fields{
    border: 0 !important;
}

.user-type-row-table td{
    background: #444444d9 !important;
}

#folder_name, #subfolder_name{
    font-weight: normal !important;
}

#add_notes_popup input[type=text],
#add_notes_popup select,
#add_notes_popup textarea,
#edit_notes_popup input[type=text],
#edit_notes_popup select,
#edit_notes_popup textarea{
    background: #585858 !important;
    color: #FFF !important;
}

.add-company-fields::placeholder,
#editcompletednotes::placeholder,
#editcompany_address::placeholder,
#edit_companynotes::placeholder,
.add-technician-fields::placeholder,
#folder_name::placeholder,
#subfolder_name::placeholder{
    color: #FFF;
}

#create-workorder-popup::placeholder{
   color: #000; 
}

.add-company-fields{
    border-radius: 5px;
    color: #FFF;
    background: #585858;
}

#footer{
    border: none !important;
}

#tbl-load-company-backup-lists button{
    background-color: rgb(10, 87, 148);
    color: rgb(255, 255, 255);
    font-size: 13px;
    font-family: calibri;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 2%;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    padding: 1% 4%;
    border-radius: 5px;
}

.reopen-ticket-button{
  width: auto !important;
  font-size: 12px;
  padding: 5px 15px;
  border-radius: 5px;
}

.edit-comment-textarea{
    width: 50%;
    font-size: 13px;
    margin-bottom: 1%;
    border: 1px solid #333;
    padding: 5px;
    height: 100px;
    display: none;
}

.save-comment{
    display: none;
    margin-right: 1% !important;
    background: #669c34 !important;
}

.edit-comment, .delete-comment,
.save-comment{
    font-size: 12px !important;
    padding: 5px !important;
    width: 8% !important;
    border-radius: 5px !important;
    margin: 0 1% 0 0 !important;
}

#create-first-page #filename,
#create-first-page #filename-address{
    width: 100%;
    margin: 2% 0;
    border: 1px solid #cdcdcd;
    padding: 5px;
    font-size: 12px;
}

#create-first-page h4{
    text-align: center;
    margin-bottom: 0;
}

#create-first-page{
    width: 25%;
    padding: 1%;
    border-radius: 5px;
    background: #f1f1f1;
    margin: 2% 37%;
    box-shadow: 1px 2px 6px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 1px 2px 6px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 2px 6px 0px rgba(0,0,0,0.75);
}

#form-import-excel #excel-file{
    display: none;
}

#btn-aspirin-import:hover{
    text-decoration: underline;
}

#btn_create_firstpage, #btn_create_address{
    background: #0a5794 !important;
}

#btn-aspirin-import,
#btn_create_firstpage,
#btn_create_address{
    appearance: none;
    background-color: #2ea44f;
    border: 1px solid rgba(27, 31, 35, .15);
    border-radius: 6px;
    box-shadow: rgb(27 31 35 / 10%) 0 1px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    padding: 6px 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 2%;
}

#load-completed-tickets .ticket-header:hovern
#load-ticket-report .ticket-header:hover{
    text-decoration: underline;
}

#load-completed-tickets .ticket-header,
#load-ticket-report .ticket-header{
    cursor: pointer;
}

#scrollable-area{
    margin: 0 2%;
    height: 300px;
    overflow: auto;
}

#preview-ticket-images h5{
    display: none;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    background: #ffd1d1;
    color: #F00;
    font-family: 'Roboto Condensed';
}

#confirm-reopen-ticket{
    min-height: auto;
    height: auto;
}

#confirm-reopen-ticket button:hover{
    text-decoration: underline;
}

#confirm-reopen-ticket button{
    padding: 2% 1%;
    border-radius: 5px;
    margin: 1%;
    font-size: 15px;
    margin-bottom: 0;
    width: 25%;
}

#load-completed-tickets .ticket-column-id button,
#load-ticket-report .ticket-column-id button{
    left: 0 !important;
    bottom: 5% !important;
    width: 50% !important;
}

#preview img{
   margin: 5px;
}

.ticket-column-id label:hover{
    text-decoration: underline;
}

.ticket-column-id label{
    font-weight: bold;
    color: #FFF;
    cursor: pointer;
}

#pagination-box{
    width: 100%;
    overflow: auto;
    display: inline-block;
    vertical-align: top;
}

#img-loading-search-ticket{
    display: none;
}

#btn-search{
    height: 30px;
    padding: 5px;
    font-size: 14px;
    border-radius: 5px;
    margin: 1% 0;
    width: 10%;
}

#search-date-box,
#search-date-box-my-ticket,
#search-date-box-active-ticket{
    font-size: 14px;
    display: none;
    float: right;
    width: 80%;
}

#active-tickets-box input[type="text"],
#active-tickets-box input[type="date"],
#my-tickets-box input[type="text"],
#my-tickets-box input[type="date"],
#completed-tickets-box input[type="text"],
#completed-tickets-box input[type="date"]{
    border: 1px solid #222 !important;
    padding: 5px;
    border-radius: 5px;
    font-family: calibri;
    width: 27%;
    font-size: 14px;
    height: 30px;
    vertical-align: middle;
}

#txt_search_company_active_ticket,
#txt_search_company,
#txt_search_company_my_ticket{
    width: 30% !important;
}

#assigned_to_dropdown,
#txt_search_company,
#txt_search_company_my_ticket,
#txt_search_company_active_ticket{
    display: none;
}

#ticket_search_by, #assigned_to_dropdown,
#txt_search_company, #my_ticket_search_by,
#txt_search_company_my_ticket, #active_ticket_search_by,
#txt_search_company_active_ticket{
    border: 1px solid #222 !important;
    padding: 5px;
    border-radius: 5px;
    font-family: calibri;
    width: 17%;
    font-size: 14px;
    height: 30px;
    vertical-align: middle;
}

.log_company{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 1% !important;
    border: 2px solid #636363 !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    color: rgba(0,0,0,1) !important;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: rgba(252,252,252,1);
    text-shadow: 1px 1px 0 rgb(255 255 255 / 66%);
    width: 95% !important;
    height: 30px;
}

#addserverlog_popup{
    top: 30%;
}

.edit-task-tech-assigned-lists,
.task-tech-assigned-lists,
.tech-assigned-lists{
    width: 100%;
    padding: 3px;
    border-bottom: 1px solid #CCC;
    font-size: 14px;
    font-family: calibri;
}

#` table tr td,
#create-ticket-popup table tr td,
#edit-ticket-popup table tr td,
#edit-bulk-company-popup table tr td,
#export-ticket-report-options table tr td{
    font-size: 14px;
    font-weight: bold;
    font-family: calibri;
    width: 39%;
    color: #FFF;
}

#complete-task-popup table,
#create-task-popup table,
#edit-task-popup table,
#create-ticket-popup table,
#edit-ticket-popup table,
#edit-bulk-company-popup table,
#export-ticket-report-options table{
    border: 0;
    width: 98%;
    table-layout: fixed;
}

#complete-task-popup{
  width: 30%;
  margin: 5% 35% !important;
}

#create-task-popup,
#edit-task-popup,
#TasksComments{
  width: 50%;
  margin: 5% 25% !important;
}

#edit-ticket-popup input[type="text"],
#edit-bulk-company-popup select,
#export-ticket-report-options select,
#edit-ticket-popup select,
#create-ticket-popup input[type="text"],
#create-ticket-popup input[type="email"],
#create-ticket-popup input[type="date"],
#create-ticket-popup select,
#create-ticket-popup textarea,
#create-task-popup input[type="text"],
#create-task-popup input[type="email"],
#create-task-popup input[type="date"],
#create-task-popup select,
#create-task-popup textarea,
#edit-task-popup input[type="text"],
#edit-task-popup input[type="email"],
#edit-task-popup input[type="date"],
#edit-task-popup select,
#edit-task-popup textarea,
#complete-task-popup textarea{
    margin: 0;
    width: 90%;
    border: 1px solid #333;
    padding: 5px;
    border-radius: 5px;
    font-size: 14px;
    background: #585858;
    color: #FFF;
}

#trouble-task-tabs li{
    list-style: none;
    float: left;
    width: 20%;
    font-size: 15px;
    font-weight: normal;
    font-family: calibri;
    padding: 5px;
    background: #0a5794;
    border-bottom: 0;
    color: #FFF;
    cursor: pointer;
    text-align: center;
    border-right: 1px solid #FFF;
}

.current-task-tab{
    background: #221e1e !important;
    color: #FFF !important;
}

#trouble-task-tabs{
    margin: 0;
    width: 80%;
}

#trouble-ticket-tabs li{
    list-style: none;
    float: left;
    width: 20%;
    font-size: 15px;
    font-weight: normal;
    font-family: calibri;
    padding: 5px;
    background: #0a5794;
    border-bottom: 0;
    color: #FFF;
    cursor: pointer;
    text-align: center;
    border-right: 1px solid #FFF;
}

.current-ticket-tab{
    background: #221e1e !important;
    color: #FFF !important;
}

#trouble-ticket-tabs{
    margin: 0;
    width: 80%;
}

.assigned-tech{
    display:block;
    border-bottom: 1px solid #FFF;
    padding: 5px;
}

#load-ticket-problem select,
#load-ticket-problem input[type="date"],
#load-ticket-problem input[type="text"],
#load-completed-ticket select,
#load-completed-ticket input[type="date"],
#load-completed-ticket input[type="text"],
#load-ticket-report select,
#load-ticket-report input[type="date"],
#load-ticket-report input[type="text"]{
    font-family: calibri;
    font-size: 14px;
    width: 90%;
    padding: 5px;
    border: 1px solid #6a6a6a;
    background: #585858;
    color: #FFF;
}

#edit-ticket-popup,
#edit-bulk-company-popup,
#export-ticket-report-options{
    margin-top: 2% !important;
    width: 30% !important;
    margin-left: 35% !important;    
    border: 0 !important;
}

#ticket-add-to-log,
#create-ticket-popup,
#load-ticket-report{
    margin-top: 2% !important;
    width: 60% !important;
    margin-left: 20% !important;    
}

#ticket-dboard{
    min-height: 150px !important;
}

.task-row label{
    cursor: pointer;
}

.task-row label:hover{
    text-decoration: underline;
}

.task-row button{
    font-size: 12px;
    padding: 5px;
    border-radius: 5px;
    width: 96%;
    position: absolute;
}

.task-row{
    padding: 5px;
    font-size: 14px;
    font-family: calibri;
    border-bottom: 1px solid #FFF;
    vertical-align: top;
    position: relative;
    color: #FFF;
}

.ticket-row label{
    cursor: pointer;
}

.ticket-row label:hover{
    text-decoration: underline;
}

.ticket-row button{
    font-size: 12px;
    padding: 5px;
    border-radius: 5px;
    width: 96%;
    position: absolute;
}

.ticket-row{
    padding: 5px;
    font-size: 14px;
    font-family: calibri;
    border-bottom: 1px solid #FFF;
    vertical-align: top;
    position: relative;
    color: #FFF;
}

.ticket-header{
    padding: 5px;
    color: #FFF;
    background: #0a5794;
    font-size: 14px;
    font-weight: bold;
    font-family: calibri;
    border-right: 1px solid #FFF;
}

#trouble-ticket-table{
    table-layout: fixed;
    width: 100%;
    border-bottom: 0;
    margin: 0;
}

#cancel-edit-add-loc{
    display: none;
}

#edit-add-loc, #cancel-edit-add-loc{
    padding: 3px;
    font-family: 'Poppins';
    border-radius: 5px;
    font-size: 14px;
    width: 30%;
    margin: 1% 35%;
}

#addserverlog_popup, #editserverlog_popup{
    margin: -10% 20% !important;
}

#table_serverlogbook_folders tr td{
    font-family: 'Roboto Condensed';
    font-size: 13px !important;
    padding-top: 1%;
    padding-bottom: 1%;
}

#addserver_popup{
    margin: -10% 20% !important;
}

#wrap_specific_report_time{
    padding: 3% 4% !important;
}

#wrap_email_frame_lists select,
#log-search-by,
#log-search-date-from,
#log-search-date-from2,
#log-search-text,
#logbook_servername{
    font-family: 'Open Sans';
    font-size: 14px !important;
    border-radius: 5px;
    border: 2px solid #222;
    padding: 5px !important;
}

#wrap_email_to_report button,
#add_email_button,
#send_email_button,
#btn_add_new_client,
#delete_server_message_popup button,
#delete_logrecord_popup button{
    text-transform: uppercase;
    font-family: 'Poppins';
    font-size: 14px;
    border-radius: 5px;
}

#send_email_popup{
    margin: -10% 32% !important;
}

#add_work_done_edit_wrapper .reporting_time{
    width: 80% !important;
    border-radius: 5px;
    background: #f5f5f5;
    border: 1px solid #c7c7c7;
    font-size: 16px;
    padding: 10px;
    vertical-align: bottom;
}

#edit_reports_popup{
    padding: 0 !important;
    margin: -11% 30% !important;
    width: 40% !important;
}

.remove_add_work_done{
    border-radius: 5px;
    font-family: 'Poppins';
    padding: 2px !important;
    width: 30px !important;
    height: 30px !important;
}

#overflow-added-work-done{
    overflow: auto;
    height:390px;
    padding:1%;
    border-bottom: 2px dashed #0a5794;
    margin-bottom: 1%;
}

#div_add_reports_data input[type="text"],
#div_add_reports_data input[type="date"],
#div_add_reports_data select{
    height: 45px;
}

#div_add_reports_data input[type="text"],
#div_add_reports_data input[type="date"],
#div_add_reports_data select,
#div_add_reports_data textarea{
    width: 80% !important;
    background: #f5f5f5 !important;
    border: 1px solid #222 !important;
    border-radius: 5px !important;
    padding: 5px;
    font-size: 15px;
}

#div_add_reports_data{
    width: 100% !important;
}

#edit_reports_note_popup{
    margin: -10% 30% !important;
}

#add_reports_popup{
    margin: -10% 30% !important;
    width: 40% !important;
    height: auto !important;
}

#load_reports_month{
    margin-top: 2%;
    border-top: 2px solid #222;
}

.review_notes_report{
    margin: 5px 5px 5px 7% !important;
    border: 1px solid #222;
    border-radius: 5px;
    color: #222;
}

#send_select_month{
    width: 70% !important;
}

#send_monthly_email_popup h3{
    color: #FFF !important;
    font-family: 'Roboto Condensed' !important;
    height: 40px;
}

#wrap_email_frame_lists2 select,
#report_date_from, #report_date_to{
    border-radius: 5px;
    border: 1px solid #222;
}

#send_monthly_email_popup{
    margin: -10% 10% !important;
}

.report_time_row{
    background: url(https://www.compushooter.com/wp-content/themes/theme1452/images/body-tail.jpg) !important;
    font-size: 15px !important;
    border-bottom: 1px solid #222 !important;
    border-top: 1px solid #222 !important;
    padding: 2px 0 !important;
    font-weight: bold !important;
}

.company_row_viewcreate_reports table tr.row_details td, .table-details-row tr td,
.company_row_viewcreate_reports table tr.row_header td, .table-header-title tr.row_header td{
    font-family: 'Roboto Condensed' !important;
}

.company_row_viewcreate_reports .btn_create_new_report{
    font-size: 11px !important;
    border-radius: 5px;
    font-family: 'Poppins';
    text-transform: uppercase;
}

.report-filter-date{
    border: 2px solid #222 !important;
    border-radius: 5px;
}

.company_row_viewcreate_reports table{
    margin-bottom: 0;
}

.company_row_viewcreate_reports{
    border: 1px solid #222 !important;
    height: auto !important;
    margin: 1% 0 !important;
}

.company_row{
    border: 1px solid #222 !important;
    font-family: 'Roboto Condensed';
}

#load-company-reports-img{
    display: none;
}

#load-company-container{
    float: left;
    width: 80%;
}

#reporting-left-menus li:hover{
    background: #FFF;
}

#reporting-left-menus li{
    list-style: none;
    list-style-type: none;
    font-family: 'Roboto Condensed';
    font-size: 14px;
    padding: 3%;
    cursor: pointer;
    border-bottom: 1px solid #222;
    font-weight: bold;
}

#reporting-left-menus{
    float: left;
    width: 17%;
    list-style: none;
    list-style-type: none;
    margin: 0;
    background: url(https://www.compushooter.com/wp-content/themes/theme1452/images/body-tail.jpg) !important;
}

#notes-save, #notes_edit_button{
    font-weight: normal !important;
    color: #FFF !important;
    background-color: #0A5794 !important;
    border: 0 !important;
    border-radius: 5px !important;
    font-family: 'Poppins' !important;
}

#add_notes_popup label, #edit_notes_popup label{
    font-style: normal !important;
    font-size: 14px !important;
    font-family: 'Poppins' !important;
    font-weight: normal !important;
    border-radius: 5px !important;
}

#add_notes_popup input[type="text"], #add_notes_popup select,
#add_notes_popup textarea, #edit_notes_popup input[type="text"],
#edit_notes_popup select, #edit_notes_popup textarea{
    border: 2px solid #222 !important;
    font-size: 14px !important;
    border-radius: 5px;
    font-family: 'Poppins';
}

#add_notes_popup, #edit_notes_popup{
    margin: -10% 15% !important;
}

#confirm_delete_note, #confirm_delete_note_folder,
#confirm_delete_image, #confirm_delete_image_folder,
#confirm_delete_file_attachment, #confirm_delete_technician{
    margin: -5% 33% !important;
    border-radius: 5px;
}

.no_folder_notes_details button, #confirm_delete_note input[type="button"], .folder_notes_details button{
    width: 20% !important;
    font-family: 'Poppins' !important;
    border-radius: 5px !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
}

#notes_options{
    background: url(https://www.compushooter.com/wp-content/themes/theme1452/images/body-tail.jpg) !important;
    border-bottom: 0 !important;
}

.edit-office-todo-lists-textarea{
    height: 200px;
    display: none;
}

.row_multiple_site_offices{
    color: #FFF;
}

.row_multiple_site_offices button{
    padding: 5px;
    border-radius: 5px;
    width: 16%;
    font-family: calibri;
    font-size: 13px;
    cursor: pointer;
}

#notes-search-options input[type="date"]{
    padding: 10px;
}

#subfolder_name{
    font-family: 'Poppins' !important;
}

.tech-details table tr td input[type="text"],
.tech-details table tr td input[type="password"],
.tech-details table tr td select,
.tech-details table tr td textarea,
#notes-search-options select,
#notes-search-options input[type="date"],
#notes-search-options input[type="text"],
#subfolder_name{
    border: 2px solid #222 !important;
    border-radius: 5px;
    margin: 0 !important;
}

#addcompany_popup textarea,
#addcompany_popup input[type="text"],
#addcompany_popup input[type="email"],
#addcompany_popup input[type="password"],
#add-technician-form-container input[type="text"],
#add-technician-form-container input[type="email"],
#add-technician-form-container input[type="password"],
#add-technician-form-container select,
#add-technician-form-container textarea,{
    border: 2px solid #222;
    border-radius: 5px;
    font-family: 'Open Sans';
    font-size: 14px;
    margin: 0 !important;
    width: 98% !important;
}

#AddNewCallReport textarea,
#EditCallReport textarea{
  padding: 5px;
  font-size: 13px;
  display: block;
  resize: none;
  width: 100%;
  margin: 1% 0;
  border-radius: 5px;
  height: 80px;
  border: 2px solid #222;
  background: #585858;
  color: #FFF;
}

#tbl-call-report-g-ads tr td:hover{
  text-decoration: underline;
}

#AddNewCallReport textarea::placeholder,
#EditCallReport textarea::placeholder {
  color: white;
}

#AddNewCallReport button,
#EditCallReport button{
  padding: 2%;
  margin: 2%;
  border-radius: 5px;
  font-size: 13px;
  width: 20%;
}

#AddNewCallReport input[type="date"],
#EditCallReport input[type="date"]{
    border: 2px solid #222;
    border-radius: 5px;
    font-family: 'Open Sans';
    font-size: 14px;
    margin: 2% !important;
    width: 32% !important;
    text-align: center;
    padding: 5px; 
    background: #585858;
    color: #FFF;
}

#AddNewCallReport input[type="text"],
#EditCallReport input[type="text"]{
    border: 2px solid #222;
    border-radius: 5px;
    font-family: 'Open Sans';
    font-size: 14px;
    margin: 0 !important;
    width: 10% !important;
    text-align: center;
    padding: 5px; 
    background: #585858;
    color: #FFF;
}

#AddNewCallReport,
#EditCallReport{
    margin-top: -6% !important;
    width: 30% !important;
    margin-left: 35% !important;
    background: #202020 !important;  
    display: none;
}

#addcompany_popup, #editcompany_popup,
#add-technician-form-container{
    margin-top: -6% !important;
    width: 40% !important;
    margin-left: 30% !important;
    background: #202020 !important;
}

.company-table-header tr td{
    font-family: 'Poppins';
    text-transform: uppercase;
}

.table-rows.company-table tr td{
    font-family: calibri;
    color: #FFF;
}

#todo-search-container input[type="date"]{
    width: 15%;
}

#todo-search-container input[type="text"]{
    width: 20%;
}

#todo-search-container select,
#todo-search-container input[type="text"],
#todo-search-container input[type="date"]{
    padding: 5px;
    border:1px solid #222;
    border-radius: 5px;
    height: 35px;
}

#todo-search-container{
    padding: 5px;
    font-family: 'Poppins';
}

#todo_office_id,
#edit_todo_office_id{
    width: 96%;
    margin: 1% 2%;
    padding: 1%;
    border-radius: 5px;
    border: 2px solid #222;
}

#add-todo-container button,
#edit-todo-container button{
    font-family: 'Open Sans';
    margin-left: 2%;
    outline: none;
    cursor: pointer;
}

#todo-search-container{
    width: 96%;
    margin-left: 2%;
    padding: 10px 5px;
    border: 1px solid #CCC;
    border-radius: 5px;
    margin-bottom: 1%;
    margin-top: 1%;
}

.todo-header-row td{
    padding: 4px;
    font-weight: bold;
    border-top: 1px solid #222;
}

#todo-search-container button,
.todo-btn{
    font-size: 14px !important;
    width: 10%;
}

#add-technician-form-container input[type="button"]{
    background: #CCC !important;
    color: #222 !important;
}

#add-technician-form-container input[type="submit"],
#add-technician-form-container input[type="button"]{
    padding: 3% 1% !important;
    font-size: 16px !important;
}

#save_subfolder{
    background: #0a5794 !important;
    color: #FFF !important; 
}

#cancel_subfolder{
    color: #222 !important;
    background: #CCC !important;
}

#notes-search-options button,
#save_subfolder, #cancel_subfolder{
    padding: 11px 15px !important;
}

.todo-data-row td button,
#todo-search-container button,
.todo-btn, #add-user-button,
.tech-details table tr td button,
#add-technician-form-container input[type="submit"],
#add-technician-form-container input[type="button"],
#notes_options button,
#notes-search-options button,
#div_addfolder input[type="button"],
#save_subfolder, #cancel_subfolder{
    padding: 5px;
    border-radius: 5px;
    font-family: 'Poppins';
    font-size: 13px;
}

.todo-data-row td{
    background: none !important;
    font-size: 14px !important;
    padding: 4px;
    border-bottom: 1px solid #CCC !important;
    vertical-align: top;
}

.todo-header-row td{
    background: #0A5794;
    color: #FFF;
    border-right: 1px solid #FFF;
    font-size: 14px;
    font-weight: bold;
    font-family: calibri;
    text-indent: 5px;
}

#calendar-search-result-container table tr td{
    font-family: 'Roboto Condensed';
    font-size: 14px;
    vertical-align: top;
    border-bottom: 1px solid #222;
    background: url(https://www.compushooter.com/wp-content/themes/theme1452/images/body-tail.jpg);
}

#calendar-search-result-container{
    padding: 1%;
    display: none;
    min-height: 400px;
}

#calendar-tasks-search-container input[type="text"],
#calendar-tasks-search-container input[type="date"]{
    width: 200px !important;
}

#calendar-tasks-search-container button{
    border: 0 !important;
    font-family: 'Poppins';
}

#search_text, #search_date,
#search_date2, #workorder_search_by{
    border-radius: 5px;
    border: 1px solid #222 !important;
}

#calendar-tasks-search-container button,
#calendar-tasks-search-container select,
#calendar-tasks-search-container input[type="text"],
#calendar-tasks-search-container input[type="date"]{
    padding: 5px;
    font-size: 16px;
    width: 100px;
    border-radius: 5px;
    vertical-align: middle;
    border: 1px solid #222;
}

#calendar-tasks-search-container{
    padding: 5px;
    font-family: 'Poppins';
    font-size: 14px;
}

#load_tasks table tr td{
    border-bottom: 1px solid #c3c3c3;
    font-family: 'Poppins';
    font-size: 13px;
}

.days_in_month span{
    padding: 2%;
    font-size: 15px;
    display: block;
    font-weight: bold;
}

.days_in_month{
    font-family: 'Poppins';
    color: #000000;
    font-size: 14px;
    padding: 0 !important;
    height: 70px;
    width: 100px;
    vertical-align: top;
}

#finish_workorder_popup h3{
    font-family: 'Poppins' !important;
    font-size: 20px !important;
    font-weight: normal !important;
    border: 0 !important;
    border-bottom: 1px solid #fff !important;
    color: #FFF !important;
    background: transparent !important;
}

.rename-backup-task-sched{
    display: none;
    font-family: 'Poppins';
    padding: 5px !important;
    font-size: 12px !important;
    width: 100% !important;
    border: 1px solid #222 !important;
}

.blink-row td a{
    color: #FFF;
}

.blink-row td{
    background: #0A5794;
    color: #FFF;
}

#select-company-backup-tasks{
    margin-left: 1%;
    font-family: 'Poppins';
    padding: 5px;
    font-size: 14px;
    width: 20%;
}

table tr td a:hover{
    text-decoration: underline;
}

#btn-add-company-backup-tasks{
    margin-left: 1%;
    border-radius: 5px;
    font-family: 'Poppins';
    padding: 5px;
}

#workoder-history-container h4{
    text-align: center;
    font-family: 'Poppins';
    font-size: 30px;
}

#workoder-history-container{
    padding: 0% 1%;
    margin: 4% 0;
    display: none;
}

#table-active-workorders{
    width: 98% !important;
    margin: 0 0 0 1% !important;
    table-layout: fixed;
}

.row-workorder-full-details input[type="button"],
#finish_workorder_popup button{
    font-family: 'Poppins';
    font-size: 14px;
    border-radius: 5px;
    padding: 10px;
    text-transform: uppercase;
}

.cancel_edit_todo:hover{
    background: #CCC !important;
}

.cancel_edit_todo{
    background: #CCC;
    color: #222;
}

.update_this_todo,
.cancel_edit_todo{
    width: 18% !important;
}

.row-workorder-full-details,
#img-loading-workorder-history,
#repeat_task_message,
#calendar-tasks-search-container input[type="date"],
#todo-search-container input[type="date"],
#todo-loading, .update_this_todo, .cancel_edit_todo{
    display: none;
}

.workorder-address-column li{
    list-style: none;
    background: #403f3f;
    padding: 1%;
    border: 1px inset #CCC;
    border-radius: 5px;
    width: 95%;
    font-family: calibri;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 1%;
    color: #e5e3e3;
}

.workorder-address-column{
    margin: 0;
}

#sort-locations-container,
#edit-sort-locations-container{
    background: #FFF !important;
    width: 30% !important;
    margin: 5% 35% 0 35% !important;
    border: 4px solid #222;
    position: fixed;
    z-index: 1002;
    padding-bottom: 0;
    min-height: 350px;
    display: none;
}

#sort-locations, #sort-locations li,
#edit-sort-locations, #edit-sort-locations li{
    list-style: none;
    list-style-type: none;
    margin: 0;
}

#sort-locations li span,
#edit-sort-locations li span{
    display: inline-block;
}

#sort-locations li,
#edit-sort-locations li{
    cursor: pointer;
    padding: 5px;
    font-family: 'Poppins';
}

#locations-available{
    display: none;
}

#create-new-workorder-location-lists,
#edit-create-new-workorder-location-lists,
#locations-available{
    height: 500px;
    overflow: auto;
    border-top: 1px solid #222;
    margin-bottom: 4%;
    border-bottom: 1px solid #222;
}

.edit-office-container hr{
    display: none;
}

#addnew_office, #edit_offices{
    height: auto !important;
    border: 2px solid #0a5794 !important;
}

#new_office_name, #new_office_address,
.edit_office_name, .edit_office_address{
    width: 96% !important;
    margin: 1% 2% !important;
    border: 2px solid #222 !important;
    outline: none !important;
    border-radius: 5px;
}

.edit_office_address{
    height: 100px !important;
}

#btn-cancel-update-office,
#btn-cancel-add-office{
    background: #CCC;
    color: #222;
}

#btn-update-office, #btn-cancel-update-office,
#btn-add-office, #btn-cancel-add-office{
    border-radius: 5px;
    font-family: 'Poppins';
}

#background2{
  z-index:1005 !important;
}

.locations-options-delete,
.locations-options-edit{
    float: right !important;
    width: auto !important;
    border:0 !important;
    padding: 0 !important;
}

.locations-options-edit{
    margin-right: 1%;
}

#locations-options-add{
    background: url(https://report.compushooter.com/wp-content/uploads/2021/05/add.png) #e8e8e8;
    background-repeat: no-repeat;
    background-position: 10px center;;
    background-size: 15%;
}

.locations-options-btn{
    border-radius: 5px;
    font-family: 'Poppins';
    font-size: 15px;
    width: 22%;
    text-align: left;
    border: 2px solid #222;
    color: #222;
    font-weight: bold;
    padding: 5px 5px 5px 7%;
}

#add-technician-form-container,
#AddNewCallReport,
#EditCallReport{
    z-index: 1001;
    margin-top: -10%;
    width: 90%;
    margin-left: 5%;
    color: #FFF;
    position: fixed;
}

#create-workorder-popup table tr td input[type="text"],
#create-workorder-popup table tr td input[type="date"],
#create-workorder-popup select,
#create-workorder-popup textarea,
#edit-workorder-popup table tr td input[type="text"],
#edit-workorder-popup table tr td input[type="date"],
#edit-workorder-popup table tr td input[type="email"],
#edit-workorder-popup select,
#edit-workorder-popup textarea{
    width: 95%;
    padding: 1%;
    font-family: calibri;
    font-size: 14px;
    margin-bottom: 3%;
    border: 1px solid #222;
    background: #585858;
    color: #FFF;
}

#workorder-add-to-log-popup table tr td{
  font-size: 14px;
}

#workorder-add-to-log-popup select,
#workorder-add-to-log-popup input[type="date"]{
    width: 95%;
    padding: 1%;
    font-family: calibri;
    font-size: 14px;
    margin-bottom: 3%;
    border: 1px solid #222;
    background: #585858;
    color: #FFF;
    border-radius: 5px;
}

#back-to-active-workorders{
    float: none !important;
    width: 30% !important;
    margin-left: 35% !important;
    margin-top: 1% !important;
    margin-bottom: 1% !important;
    display: none;
}

#button-create-workorder,
#button-workorder-history,
#back-to-active-workorders{
    float: right;
    margin-right: 1%;
    font-family: 'Poppins';
    font-size: 14px;
    margin-top: -1%;
    border-radius: 5px;
    padding: 10px;
}

#dboard-workorders .table-headers td{
    background: #0A5794;
    color: #FFF;
    border-right: 1px solid #FFF;
    font-size: 14px;
    font-weight: bold;
    font-family: calibri;
    text-indent: 5px;
}

#dboard-workorders .table-rows:hover td{
    background: url(https://www.compushooter.com/wp-content/themes/theme1452/images/body-tail.jpg) !important;
}

.company-table tr:hover{
    background: #333 !important;
}

#dboard-workorders .table-rows td,
.todo-data-row td{
    background: #221e1e !important;
    color: #FFF;
    font-weight: normal;
    border-bottom: 1px solid #b7b7b7;
    font-size: 13px !important;
    font-family: 'Poppins';
    padding-left: 5px;
    cursor: pointer;
}

.success-message{
    width: 90%;
    margin: 1% 5%;
    padding: 5px;
    background: #0a5794;
    color: #FFF;
    border-radius: 5px;
    font-family: 'Poppins';
}

#edit-reminder-form textarea,
#edit-reminder-form select,
#edit-reminder-form input[type="text"],
#edit-reminder-form input[type="date"],
#create-reminder textarea,
#create-reminder select,
#create-reminder input[type="text"],
#create-reminder input[type="date"]{
    width: 100%;
    margin: 2% 0 4%;
    padding: 1%;
    border: 1px solid #222;
    height: 40px;
}

.popup-close-img{
    float: right;
    border: 3px solid #FFF;
    border-radius: 50%;
    cursor: pointer;
}

.spinner-img{
    display: none;
    margin-top: 2%;
}

.disabled-elements{
    pointer-events: none;
    opacity: 0.4;
}

#load-all-reminders select{
    font-size: 16px;
    padding: 5px 10px;
    margin-right: 2%;
    height: 40px;
}

#load-all-reminders #search-text{
    display: none;
}

#load-all-reminders #search-text,
#load-all-reminders #search-date,
#load-all-reminders #search-date2{
    text-align: left !important;
    width: 20% !important;
    height: 40px;
    border: 1px solid #222;
}

#load-all-reminders #search-text,
#load-all-reminders #search-date,
#load-all-reminders #search-date2,
#load-all-reminders table tr td button{
    width: 30%;
    font-size: 14px;
    border-radius: 5px;
    font-family: calibri;
    padding: 5px;
    text-align: center;
}

#load-all-reminders table tr.data-row td{
    padding: 5px;
    font-size: 14px;
    font-family: calibri;
    font-weight: normal;
    background: #FFF;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
    vertical-align: top;
    word-break: break-word;
}

#load-all-reminders table tr.header-row td{
    padding: 5px;
    font-size: 15px;
    font-family: calibri;
    background: #eaeaea;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
}

#confirm-delete-backup-task button{
    border-radius: 5px;
    font-family: 'Poppins';
    text-transform: uppercase;
}

#confirm-delete-backup-task h4{
    font-family: 'Poppins';
    display: inline;
}

#load-edit-reminder,
#create-reminder,
#confirm-reopen-ticket,
#confirm-delete-backup-task{
    width: 30% !important;
    margin: 0 35% !important;
}

#create-workorder-popup table tr td,
#edit-workorder-popup table tr td{
    font-family: calibri;
    color: #FFF;
    font-size: 14px;
    width: 32%;
    font-weight: bold;
    vertical-align: top;
}

#create-workorder-popup,
#edit-workorder-popup{
    margin-top: -9% !important;
    width: 90% !important;
    margin-left: 5% !important;
}

#workorder-add-to-log-popup {
    margin-top: -5% !important;
    width: 40% !important;
    margin-left: 30% !important;
}

.row_multiple_site_offices:hover{
    background: none !important;
}

.row_multiple_site_offices .row-location:hover{
    text-decoration: underline;
}

.office-todo-lists:hover,
.locations-options-btn:hover,
.row-workorder-full-details input[type="button"]:hover{
    text-decoration: underline;
}

.office-todo-lists,
.edit-office-todo-lists{
    word-break: break-word;
}

.row_multiple_site_offices .row-location label,
.office-todo-lists{
    cursor: pointer;
}

.row_multiple_site_offices .row-location{
    cursor: pointer !important;
    padding: 5px !important;
}

#add_calendar_tasks_popup, #add_calendar_tasks,
#edit_calendar_tasks{
    margin-top: -5% !important;
}

#add_calendar_tasks, #edit_calendar_tasks{
    width: 50% !important;
    margin-left: 25% !important;
}

#add_calendar_tasks table tr td input[type="text"],
#add_calendar_tasks table tr td select,
#add_calendar_tasks table tr td textarea,
#edit_calendar_tasks table tr td input[type="text"],
#edit_calendar_tasks table tr td select,
#edit_calendar_tasks table tr td textarea{
    border-radius: 5px;
    border: 1px solid #222;
    font-weight: normal !important;
    width: 100% !important;
}

#add_calendar_tasks table tr td label:hover,
#edit_calendar_tasks table tr td label:hover{
    text-decoration: underline;
}

#add_calendar_tasks table tr td label,
#edit_calendar_tasks table tr td label{
    cursor: pointer;
    font-family: 'Poppins';
}

#add_calendar_tasks table tr td button,
#edit_calendar_tasks table tr td button{
    border-radius: 5px;
    font-family: 'Poppins';
}

#folder_name{
    border: 2px solid #222 !important;
    border-radius: 5px;
}

#folder_name,
#add_calendar_tasks table tr td,
#add_calendar_tasks table tr td input[type="text"],
#add_calendar_tasks table tr td select,
#add_calendar_tasks table tr td textarea,
#edit_calendar_tasks table tr td,
#edit_calendar_tasks table tr td input[type="text"],
#edit_calendar_tasks table tr td select,
#edit_calendar_tasks table tr td textarea{
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 600;
}

#load-all-reminders,
#load-edit-reminder,
#create-reminder,
#confirm-reopen-ticket,
#create-workorder-popup,
#edit-workorder-popup,
#workorder-add-to-log-popup,
#confirm-delete-backup-task,
#add_calendar_tasks_popup,
#add_calendar_tasks,
#edit_calendar_tasks,
#load-ticket-problem,
#load-ticket-feedback,
#load-completed-ticket,
#load-ticket-report,
#ticket-add-to-log,
#complete-task-popup,
#create-task-popup,
#edit-task-popup,
#TasksComments,
#create-ticket-popup,
#edit-ticket-popup,
#edit-bulk-company-popup,
#export-ticket-report-options,
#merge-ticket,
#send-followup-email-ticket,
#edit-ticket-comment{
    position: fixed;
    width: 80%;
    margin: 0 10%;
    background: #202020;
    display: none;
    z-index: 1001;
    color: #FFF;
}

#dboard-reminders .due-reminders .reminders_note{
    font-weight: normal !important;
    text-transform: none !important;
    text-align: left !important;
    width: 90%;
    margin: 0 5% !important;
}

#dboard-reminders .due-reminders .reminders_date,
#dboard-reminders .due-reminders .reminders_company,
#dboard-reminders .due-reminders .reminders_note_lbl,
#dboard-reminders .due-reminders .reminders_note{
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 3% 0;
}

#dboard-reminders .due-reminders img{
    cursor: pointer;
}

#dboard-reminders .due-reminders{
    width: 90%;
    margin: 5%;
    padding: 2%;
    background: #ffc3c3;
    border-radius: 5px;
    border: 1px solid #ff6f6f;
}

.inside_folder_notes button{
    font-family: 'Poppins' !important;
    border-radius: 5px !important;
    padding: 5px !important;
    margin-top: 1% !important;
}

#dboard-reminders button,
#confirm_delete_note_folder input[type="button"]{
    width: 30%;
    font-size: 14px;
    margin-right: 1%;
    border-radius: 5px;
    font-family: 'Poppins';
    padding: 5px;
}

.dboard-sections h3,
.user-type-header{
    padding: 5px;
    background: url(https://www.compushooter.com/wp-content/themes/theme1452/images/body-tail.jpg) !important;
    border-bottom: 1px solid #c7c7c7;
    font-family: 'Poppins' !important;
    color: #222 !important;
    font-weight: normal !important;
}

.dboard-sections h3{
    color: #FFF !important;
}

.dboard-sections{
    background: #221e1e;
    min-height: 200px;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
}

.dboard-sections-calendar{
    background: #FFF;
    min-height: 200px;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
}

#dashboard-right{
    float: right;
    width: 22%;
}

#dashboard-left{
    float: left;
    width: 75%;
}

#dashboard{
    width: 90%;
    margin-left: 5%;
    padding: 2% 0;
}

#dboard-menus table tr td a{
    color: #FFF;
    text-align: center;
    min-width: 90px;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    font-family: Calibri;
    height: 50px;
    padding-top: 15px;
}

#dboard-menus table tr td{
    display: inline-block;
    list-style-type: none;
    border-right: 1px solid #bdafaf;
    padding: 0;
    height: 50px;
}

#dboard-menus{
    width: 100%;
    background: url(https://www.compushooter.com/wp-content/themes/theme1452/images/body-tail.jpg);
    -webkit-box-shadow: 0px 1px 15px -7px #000000; 
    box-shadow: 0px 1px 15px -7px #000000;
}

.clear{
    clear: both;
}

@media only screen and (min-width:1800px) and (max-width:2000px) {

    #load-all-reminders #search-text,
    #load-all-reminders #search-date,
    #load-all-reminders #search-date2{
        width: 15% !important;
    }

}

@media only screen and (min-width:1300px) and (max-width:1450px) {

    #load-all-reminders{
        width: 80%;
        margin: 0 10%;
    }

}

@media only screen and (min-width:800px) and (max-width:1299px) {

    #load-all-reminders{
        width: 98%;
        margin: 0 1%;
    }

}

@media only screen and (min-width:300px) and (max-width:500px) {

    #dashboard-left{
        width: 100% !important;
    }

    .hide-for-desktop{
        display: block;
    }

    #ticket-dboard, .hide-for-mobile{
        display: none;
    }

}

/* Pagination */

.pagination {
  display: inline-block;
  margin-left: 0;
  margin-bottom: 5px;
  margin-top: 10px;
}

.pagination li {
  display: inline-block;
  list-style: none;
  list-style-type: none;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  border: 1px solid #ddd;
  font-size: 12px;
  font-weight: bold;
  background: #FFF;
}

.pagination a.active {
  background-color: #0a5794;
  color: white !important;
  border: 1px solid #0a5794;
}

.pagination a:hover:not(.active) {background-color: #ddd;}

.pagination a:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.pagination a:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* End Pagination */


/* Custom Checkbox Design */
  @supports (-webkit-appearance: none) or (-moz-appearance: none) {
    .checkbox-wrapper-13 input[type=checkbox] {
      --active: #275EFE;
      --active-inner: #fff;
      --focus: 2px rgba(39, 94, 254, .3);
      --border: #BBC1E1;
      --border-hover: #275EFE;
      --background: #fff;
      --disabled: #F6F8FF;
      --disabled-inner: #E1E6F9;
      -webkit-appearance: none;
      -moz-appearance: none;
      height: 25px;
      width: 25px;
      outline: none;
      display: inline-block;
      vertical-align: top;
      position: relative;
      margin: 0;
      cursor: pointer;
      border: 3px solid var(--bc, var(--border));
      background: var(--b, var(--background));
      transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    }
    .checkbox-wrapper-13 input[type=checkbox]:after {
      content: "";
      display: block;
      left: 0;
      top: 0;
      position: absolute;
      transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    }
    .checkbox-wrapper-13 input[type=checkbox]:checked {
      --b: var(--active);
      --bc: var(--active);
      --d-o: .3s;
      --d-t: .6s;
      --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
    }
    .checkbox-wrapper-13 input[type=checkbox]:disabled {
      --b: var(--disabled);
      cursor: not-allowed;
      opacity: 0.9;
    }
    .checkbox-wrapper-13 input[type=checkbox]:disabled:checked {
      --b: var(--disabled-inner);
      --bc: var(--border);
    }
    .checkbox-wrapper-13 input[type=checkbox]:disabled + label {
      cursor: not-allowed;
    }
    .checkbox-wrapper-13 input[type=checkbox]:hover:not(:checked):not(:disabled) {
      --bc: var(--border-hover);
    }
    .checkbox-wrapper-13 input[type=checkbox]:focus {
      box-shadow: 0 0 0 var(--focus);
    }
    .checkbox-wrapper-13 input[type=checkbox]:not(.switch) {
      width: 25px;
    }
    .checkbox-wrapper-13 input[type=checkbox]:not(.switch):after {
      opacity: var(--o, 0);
    }
    .checkbox-wrapper-13 input[type=checkbox]:not(.switch):checked {
      --o: 1;
    }
    .checkbox-wrapper-13 input[type=checkbox] + label {
      display: inline-block;
      vertical-align: text-bottom;
      cursor: pointer;
      margin-left: 4px;
      font-size: 15px !important;
    }

    .checkbox-wrapper-13 input[type=checkbox]:not(.switch) {
      border-radius: 7px;
    }
    .checkbox-wrapper-13 input[type=checkbox]:not(.switch):after {
      width: 5px;
      height: 9px;
      border: 2px solid var(--active-inner);
      border-top: 0;
      border-left: 0;
      left: 7px;
      top: 4px;
      transform: rotate(var(--r, 20deg));
    }
    .checkbox-wrapper-13 input[type=checkbox]:not(.switch):checked {
      --r: 43deg;
    }
  }

  .checkbox-wrapper-13 * {
    box-sizing: inherit;
  }
  .checkbox-wrapper-13 *:before,
  .checkbox-wrapper-13 *:after {
    box-sizing: inherit;
  }

/* End Custom Checkbox Design */

/* Hide the default radio input */
#merge-ticket input[type="radio"] {
    display: none;
}

/* Custom radio button wrapper */
#merge-ticket .custom-radio {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-family: Arial, sans-serif;
    margin-bottom: 10px;
    position: absolute;
    right: 1%;
    top: 30%;
}

/* Custom radio button */
#merge-ticket .radio-box {
    position: relative;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    transition: background-color 0.3s ease;
}

/* Inner dot when the radio is selected */
#merge-ticket .radio-box::after {
    content: "";
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #0A5794;
    transform: translate(-50%, -50%);
}

/* Checked state */
#merge-ticket input[type="radio"]:checked + .radio-box {
    background-color: #e6ffe6;
    border-color: #4CAF50;
}

/* Display the dot when checked */
#merge-ticket input[type="radio"]:checked + .radio-box::after {
    display: block;
}

/* Hover effect */
#merge-ticket .custom-radio:hover .radio-box {
    background-color: #f0f0f0;
}