/*Write your custom css in this file.*/

.help-category-box .anchor {
    color: #008A9C;
    text-transform: lowercase;
}


.app-alert.alert-success {
    background-color: #008A9C;
    color: #fff;
}

.bg-info {
    background-color: #008A9C !important;
}


.btn-info {
  background: #005661;
  border: 1px solid ##005661;
}
.btn-info:hover, .btn-info:active, .btn-info:focus {
  background: #008A9C !important;
  border-color: #008A9C !important;
  color: #fff;
}


.sidebar-menu li.active > a {
  color: #fff !important;
  background-color: #008A9C;
}

.dataTable:not(.js-selection-mode) tbody tr.active td, .dataTable:not(.js-selection-mode) tbody tr.active:hover td {
  background: #008A9C !important;
  color: #fff !important;
  cursor: default;
}

.select2-results .select2-highlighted {
  background-color: #008A9C;
}

.awesomplete ul li[aria-selected=true] {
  background: #008A9C;
}
.tox .tox-collection--list .tox-collection__item--active {
  background-color: #008A9C !important;
}
.avatar.primary-contact img {
  border: 2px solid #008A9C;
}
.btn-primary {
  border-color: #008A9C;
  background-color: #008A9C;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #005661;
  border-color: #005661;
  color: #fff;
}

.spinning-btn.spinning:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  right: 6px;
  position: absolute;
  border: 2px solid #fff;
  border-right: 2px solid #008A9C;
  animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
}
.bg-primary {
  background-color: #008A9C !important;
  color: #fff;
}

.bg-dark-success {
  background-color: #008A9C;
  color: #fff;
}
/*text-color*/
.text-primary {
  color: #008A9C !important;
}
#timeline .post-content .post-date span {
  background: #008A9C;
  color: #fff;
  padding: 3px 10px 5px;
  border-radius: 25px;
}
.notepad-title {
  border: none !important;
  padding-left: 7px;
  border-left: 5px solid #008A9C !important;
}
.unread {
  border-left: 3px solid #008A9C;
}

.message-row.unread strong,
.message-row.unread span {
  color: #008A9C;
}
.circle-done {
  margin: 10px auto;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 5px rgba(220, 230, 235, 0.5);
  text-align: center;
  font-size: 30px;
  padding: 10px;
  color: #008A9C;
}
.list-group-item.active {
  background: #008A9C;
}
.chat-me .chat-msg {
  border-radius: 10px 0 10px 10px;
  background-color: #008A9C;
  color: #fff;
}
.unread-comments-of-tasks i {
  padding: 5px;
  color: #008A9C;
}
/*loader*/
.circle-loader {
  margin: 10px auto;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 2px rgba(220, 230, 235, 0.5);
  border-top-color: #008A9C;
  animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
}
.app-loader .loading {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 2px #008A9C;
  border-top-color: #fff;
  animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
  display: inline-block;
}

.table-loader .loading {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 2px #008A9C;
  border-top-color: #fff;
  animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
  display: inline-block;
}
.inline-loader {
  width: 20px;
  height: 20px;
  border-radius: 50% !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 2px #008A9C !important;
  border-top-color: #fff !important;
  animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
  display: inline-block;
  padding: 0 !important;
  align-self: center;
}
.comment-highlight {
  border: 2px solid #008A9C !important;
  border-radius: 5px;
}
.sub-task-filter-kanban-active,
.sub-task-filter-active {
  background-color: #008A9C;
  color: #fff;
  padding: 1px 2px;
  border-radius: 5px;
}
.selection-handler-dropdown-btn.active {
  background-color: #008A9C !important;
  color: #fff;
  cursor: pointer;
}
.form-check-input:checked {
  background-color: #008A9C !important;
  border-color: #008A9C !important;
}
#pwa-install-message-iphone {
  display: none;
  position: fixed;
  background-color: #008A9C;
  color: #fff;
  height: 100%;
  top: 0;
  padding: 100px 30px;
  z-index: 1032;
}



table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-top: 1px solid #eeeeee;
    background-color: #fff;
}

.dropdown-toggle {
    border-color: #dddddd !important;
}

.dataTables_filter input {
    border-radius: 2px;
    border: 1px solid #ddd;
    box-shadow: none;
    padding: 7px 10px;
    outline: none;
    font-weight: normal;
    background: url(../images/search.png) no-repeat 96% 45% #fff;
    width: 200px !important;
    transition: all 0.5s;
    height: 32px;
}

.dataTable td:hover {
  background: #f2f4f6;
}
.dataTable tbody tr:hover td {
  background: #f2f4f6 !important;
}
 
 .dataTable.no-hover tr:hover td, .dataTable.no-hover tbody tr:hover {
  background: transparent !important;
}

.dataTable tbody tr.active .badge {
    color: #ffffff;
    background-color: #f7941d !important;
}

.dataTable tbody tr {
  border-color: #eef6f9 !important;
  color: #4e5e6a;
}

.dataTable:not(.js-selection-mode) tbody tr.active .badge {
    color: #333333;
    background-color: #fff !important;
}

.filter-multi-select .dropdown-toggle {
    color: #555;
    border-color: #ddd !important;
    text-align: left;
}


.h6, h6 {
    font-size: 1.2rem;
    font-weight: bold;
}
.h4, h4 {
    font-size: 1.2rem;
    font-weight: bold;
}

/*
    
}

.help-category-box:hover {
  cursor: pointer;
  background: #b1ffff ;
  color: #000;
 border: 1px solid #14ebeb;
}

.help-search-box {
  background: url(../images/search.png) no-repeat 15px 50% #fff;
  padding: 15px 15px 15px 40px;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: none;
  transition: background 0.5s;
}
.help-search-box:focus {
  background-color: #f8f8f8;
  border: 1px solid #dbe3e8;
}

.help-catagory.list-group .list-group-item {
    border-radius: 0 !important;
    border: none !important;
    background: transparent;
    color: #4e5e6a;
}

table.dataTable thead th {
    border-top: 1px solid #eee;
    padding: 15px 10px !important;
    background-color: #f9f9f9;
}
.footer {
    width: 100%;
    text-align: center;
    color: #333333;
    background: #ffffff;
    display: inline-block;
}
.footer a:hover {
    padding: 10px;
    color: #eeeeee;
    font-weight: bold;
    background: #333333;
    border: 2px solid #ffcc00; 
    border-radius: 3px;
    padding: 7px 15px 7px 15px;
}
.footer a {
    padding: 10px;
    color: #000000;
    font-weight: bold;
    background: #ffcc00;
    border: 2px solid #333333; 
    border-radius: 3px;
    padding: 7px 15px 7px 15px;
}
*/ 


.h6, h6 {
    font-size: 1.2rem;
    font-weight: bold;
}
.h4, h4 {
    font-size: 1.2rem;
    font-weight: bold;
}

.widget-container .card {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.04) !important;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.04) !important;
}

.cover-widget .b-t, .cover-widget .b-r {
  border-color: rgba(0, 0, 0, 0.1);
}

.widget {
  border: 1px solid #f2f4f6;
}

.nav-tabs {
    background: #fff;
    border-bottom: 1px solid #eeeeee;
    border-radius: 5px 5px 0 0;
}

.bg-white {
    background: #fff !important;
}

.page-title {
    background: transparent;
    border-bottom: 3px solid #008A9C;
    color: #000;
    border-radius: 5px 5px 0 0;
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: #fd7e14 !important;
}


.bg-orange {
    background-color: var(--bs-orange);
}



.avatar img {
  height: auto;
  max-width: 100%;
  border-radius: 50%;
  border: 2px solid #008A9C;
}

.alert-warning {
    --bs-alert-color:#008A9C;
    --bs-alert-bg: var(--bs-warning-bg-subtle);
    --bs-alert-border-color: var(--bs-warning-border-subtle);
    --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus,
.btn-info:hover,
.btn-info:active,
.btn-info:focus {
  background-color: #007888!important;
  border-color: #29689e!important;
  color: #FFF !important;
}




