/*
 * KCMS CSS - Modern and Attractive Design
 */

/* General Styles */
body {
  font-family: 'Arial', sans-serif;
  color: #333;
  background-color: #f4f7f9;
  margin: 0;
  padding: 0;
}

.popup_title {
  text-transform: uppercase;
  color: #34495e;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 15px;
}

.control-label {
  font-weight: 600;
  color: #555;
}

.modal {
  text-align: center;
}

.modal.modal-wide .modal-dialog {
  width: 80%;
}

.modal-wide .modal-body {
  overflow-y: auto;
}

.modal.modal-wide-sm .modal-dialog {
  width: 60%;
}

.modal-wide-sm .modal-body {
  overflow-y: auto;
}

.left {
  text-align: left!important;
}

.center {
  text-align: center!important;
}

.table-package-charges {
  table-layout: fixed;
}

.rate {
  width: 100%;
  text-align: right;
}

.border-primary {
  border: #3498db 2px solid!important;
  border-radius: 8px;
}

@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  vertical-align: middle;
}

textarea.form_text_area {
    margin: 0px;
    width: 100%;
    height: 120px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px;
    box-sizing: border-box;
}

textarea {
  height: 120px!important;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background: url(../images/preloader-2.gif) center no-repeat #ffffff;
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* Form and Field Styles */
.form_fields_area {
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

legend {
  font-size: 1.2em;
  border: 1px solid #ddd;
  padding: 10px 15px;
  font-weight: bold;
  background-color: #f9f9f9;
  border-radius: 8px;
  color: #3498db;
}

.input-disabled {
  background-color: #e9ecef;
  color: #6c757d;
}

ul.involved_users, ul.not_involved_users,
ul.granted_groups, ul.not_granted_groups, ul.granted_users, ul.not_granted_users,
ul.involved_groups, ul.not_involved_groups, ul.granted_users, ul.not_granted_users {
  list-style: none;
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.item {
  background: #ffffff;
  border: 1px solid #ddd;
  color: #333;
  font-size: 14px;
  line-height: 1.6;
  list-style-type: none;
  margin: 10px;
  padding: 12px;
  border-radius: 8px;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}

.item:hover {
  background: #ecf0f1;
  border-color: #bdc3c7;
}

.selected-item {
  background: #2ecc71;
  color: #ffffff;
}

.unselected-item {
  background: #e74c3c;
  color: #ffffff;
}

.controls {
  margin-top: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#pac-input {
  background-color: #ffffff;
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin-left: 12px;
  padding: 8px 12px;
  text-overflow: ellipsis;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 8px;
}

#pac-input:focus {
  border-color: #3498db;
  box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.25);
}

.pac-container {
  font-family: 'Arial', sans-serif;
  z-index: 20000 !important;
}

#cust-info {
  line-height: 1.6;
}

#cust-info > label {
  width: 200px;
  font-weight: normal;
}

.color-gray {
  color: #999;
}

.dashboard-tab-content {
  background-color: #ffffff!important;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

span.mandatory {
  color: #e74c3c;
}

.invoice-text-input {
  width: 125px;
  text-align: right;
  padding: 2px;
  padding-right: 6px;
}

.form-control {
  height: 34px;
  border-radius: 4px;
  border: 1px solid #ddd;
}

.del-link {
  text-align: center;
  padding-top: 10px!important;
}

.error {
  color: #e74c3c;
}

.cls-status-installed {
  background-color: #f8f9fa;
  border: 1px solid #ced4da!important;
}

.cls-status-active {
  background-color: #d4edda;
  border: 1px solid #c3e6cb!important;
}

.cls-status-expired {
  background-color: #fff3cd;
  border: 1px solid #ffeeba!important;
}

.cls-status-suspended {
  background-color: #f8d7da;
  border: 1px solid #f5c6cb!important;
}

.cls-status-disconnected {
  background-color: #f5c6cb;
  border: 1px solid #f1b0b7!important;
}

.cls-status-transferred {
  background-color: #f5c6cb;
  border: 1px solid #f1b0b7!important;
}

.cls-status-open {
  background-color: #ffffff;
  border: 1px solid #dee2e6!important;
}

.cls-status-contacted {
  background-color: #cce5ff;
  border: 1px solid #b8daff!important;
}

.cls-status-unqualified {
  background-color: #f5c6cb;
  border: 1px solid #f1b0b7!important;
}

.cls-status-inquiry-only {
  background-color: #fff9c3;
  border: 1px solid #f4f4a5!important;
}

.cls-status-qualified {
  background-color: #d4edda;
  border: 1px solid #c3e6cb!important;
}

.nav2 {
  background-color: #ffffff!important;
  border-color: #dcdcdc!important;
  color: #333!important;
}

.navbar-inverse .navbar-nav>li>a {
  color: #333;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #3498db;
}

canvas {
  display: block;
  vertical-align: bottom;
}

#particles-js {
  width: 100%;
  height: 100%;
  background-color: #34495e;
  background-image: url('');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.login-box,
.register-box {
  position: absolute;
  width: 380px;
  height: 400px;
  top: 50%;
  left: 50%;
  margin: -200px 0 0 -190px;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  padding: 20px;
  text-align: center;
}

.dblink {
  color: #3498db;
}
