/*
 * KCMS CSS
 */

.popup_title {
  text-transform: uppercase;
}

.control-label {
  font-weight: 600;
}

.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-purple {
  border: #605ca8 1px solid!important ;
}

@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: 400px; height: 100px;
}

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

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

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}
/*, .tab_content */
.form_fields_area {
  padding: 15px;
}

legend {font-size:90%; border: 1px solid #eee; width:auto; padding: 2px 5px; font-weight: bold; background-color: #FFF}

.input-disabled{background-color:#EBEBE4;}

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: none repeat scroll 0 0 rgba(254,120,82,.1);
  border: 0;
  color: #000000;
  font-size: 13px;
  line-height: 10px;
  list-style-type: none;
  margin: 10px 10px 10px 0px;
  padding: 10px;
  webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.selected-item{
  background: #00a65a;
  color: #ffffff;
}

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

.controls {
  margin-top: 10px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 300px;
}

#pac-input:focus {
  border-color: #4d90fe;
}

.pac-container {
  font-family: Roboto;
  z-index: 20000 !important;
}

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

.color-gray { color: #999;}

.dashboard-tab-content { background-color: #edeaf2!important }

span.mandatory { color: #d01313;}


.invoice-text-input { width:125px; text-align: right; padding: 1px;padding-right: 5px; }
.form-control { height: 30px; }
.del-link{text-align:center; padding-top:10px!important}
.error { color:red;}

.cls-status-installed    { background-color: #DDDDDD; border: 1px solid #AAAAAA!important }
.cls-status-active       { background-color: #77F298; border: 1px solid #AAAAAA!important }
.cls-status-expired      { background-color: #F2E477; border: 1px solid #AAAAAA!important }
.cls-status-suspended    { background-color: #F2AA77; border: 1px solid #AAAAAA!important }
.cls-status-disconnected { background-color: #F56969; border: 1px solid #AAAAAA!important }
.cls-status-transferred  { background-color: #F56969; border: 1px solid #AAAAAA!important }

.cls-status-open         { background-color: #FFFFFF; border: 1px solid #AAAAAA!important }
.cls-status-contacted    { background-color: #A5C7FF; border: 1px solid #AAAAAA!important }
.cls-status-unqualified  { background-color: #f56969; border: 1px solid #AAAAAA!important }
.cls-status-inquiry-only { background-color: #FDF1F1; border: 1px solid #AAAAAA!important }
.cls-status-qualified    { background-color: #77F298; border: 1px solid #AAAAAA!important }


.nav2 {
   background-color: #d2d6de!important;
   border-color: #d2d6de!important;
   color:#000!important;
}

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

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #605ca8;
}

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

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

.login-box,
.register-box{
  position: absolute;
  width: 400px;
  height: 350px;
  top: 35%;
  left: 50%;
  margin: -100px 0 0 -200px;
  border-radius: 4px;
  box-sizing: border-box;
  z-index: 100
}

.dblink {
  color:#ffffff;
}