.dropdown-item.active,
.dropdown-item:active {
  color: #0c5cd9 !important;
  background-color: transparent;
  font-weight: bold !important;
}
.pac-container {
  z-index: 10000;
}
body {
  background-color: whitesmoke;
}
.btn-primary,
.btn-primary.dropdown-toggle {
  background-color: #0c5cd9 !important;
  border-color: #0c5cd9 !important;
}
.btn-primary:hover,
.btn-primary.dropdown-toggle:hover {
  background-color: #0c5cd9 !important;
  border-color: #0c5cd9 !important;
}
.text-primary {
  color: #0c5cd9 !important;
}
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #083d91 !important;
}
.btn-primary.dropdown-toggle:focus,
.btn-primary.dropdown-toggle:hover {
  background-color: #083d91 !important;
}
.tabbable .nav-tabs {
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
}
.tabbable .nav-tabs .nav-link {
  white-space: nowrap;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-left: 4px solid #0c5cd9;
  font-weight: bold;
}
.btn-default,
.btn-default.dropdown-toggle {
  background-color: #0c5cd9 !important;
}
.btn-default:not([disabled]):not(.disabled).active,
.btn-default:not([disabled]):not(.disabled):active,
.show > .btn-default.dropdown-toggle {
  background-color: #083d91 !important;
}
.btn-default.dropdown-toggle:focus,
.btn-default.dropdown-toggle:hover {
  background-color: #083d91 !important;
}
a,
a.disabled:hover,
a:disabled:hover {
  color: #0948a9;
}
a:hover {
  color: #083d91;
}
.page-title-bar {
  padding: 23px;
  color: #cfcfcf;
  background-color: white;
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
  font-weight: 300;
}
.navbar-light {
  background-color: white;
}
.navbar.navbar-light .breadcrumb .nav-item .nav-link,
.navbar.navbar-light .navbar-nav .nav-item .nav-link {
  color: #777777;
  line-height: 40px;
  font-size: 15px;
  font-weight: 400;
  padding: 0px 15px;
  cursor: pointer;
}
/*.nav-tabs > li > a {
    background-color: rgba(0,0,0,0.2);
    color: @navbar-color;
    border-style: none !important;
    transition: 0.5s;
}*/

.navbar.navbar-light .breadcrumb .nav-item.active > .nav-link,
.navbar.navbar-light .navbar-nav .nav-item.active > .nav-link {
  background-color: transparent;
  font-weight: bold;
}
.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-row {
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.navbar-toggler {
  color: #0c5cd9 !important;
}
.navbar-toggler.collapsed {
  color: #777777 !important;
}
.navbar .nav-item > .nav-link:focus,
.navbar .nav-item > .nav-link:hover {
  color: #6a6a6a !important;
  /*background-color: transparent;
    box-sizing: border-box;
    border-bottom: 3px solid darken(@navbar-color, 5%);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;*/

}
.navbar .nav-item.active > .nav-link,
.navbar .nav-item.active > .nav-link:focus,
.navbar .nav-item.active > .nav-link:hover {
  color: #0c5cd9 !important;
  /*background-color: transparent;
    box-sizing: border-box;
    border-bottom: 3px solid @navbar-active-color;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;*/

}
.nav-link-label {
  margin-bottom: 0px !important;
  cursor: pointer;
}
.navbar .nav-item.active > .nav-link .nav-link-label,
.navbar .nav-item.active > .nav-link:focus .nav-link-label,
.navbar .nav-item.active > .nav-link:hover .nav-link-label {
  border-bottom: 4px solid #0c5cd9 !important;
  /*background-color: transparent;
    box-sizing: border-box;
    border-bottom: 3px solid @navbar-active-color;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;*/

}
/*.navbar-brand
{
    background-image: url('231126');
}*/

.bg-planned {
  background-color: #d71b1b8c;
}
.bg-inprogress {
  background-color: #f0df1280;
}
.bg-ready {
  background-color: #0ca30a7a;
}
.btn-c-primary {
  border-style: none;
  color: white;
  background: #0c5cd9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0d62e7 0%, #0c5ad4 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0d62e7 0%, #0c5ad4 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #0d62e7 0%, #0c5ad4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d62e7, endColorstr=#0c5ad4, GradientType=0);
  /* IE6-9 */

}
.btn-c-primary:hover,
.btn-c-primary:focus {
  color: white;
  background: #0c5cd9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0c5ad4 0%, #0d66f1 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0c5ad4 0%, #0d66f1 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #0c5ad4 0%, #0d66f1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0c5ad4, endColorstr=#0d66f1, GradientType=0);
  /* IE6-9 */

}
.btn-c-primary:active {
  color: white;
  background: #0c5cd9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0b56cb 0%, #0c5ede 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0b56cb 0%, #0c5ede 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #0b56cb 0%, #0c5ede 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0b56cb, endColorstr=#0c5ede, GradientType=0);
  /* IE6-9 */

}
.btn-c-light.selected {
  color: white !important;
  border-style: none !important;
  background: #0c5cd9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0d62e7 0%, #0b56cb 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0d62e7 0%, #0b56cb 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #0d62e7 0%, #0b56cb 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d62e7, endColorstr=#0b56cb, GradientType=0);
  /* IE6-9 */

}
.btn-c-light:active {
  color: white;
  border-style: none !important;
  background: #0c5cd9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0d62e7 0%, #0b56cb 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0d62e7 0%, #0b56cb 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #0d62e7 0%, #0b56cb 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d62e7, endColorstr=#0b56cb, GradientType=0);
  /* IE6-9 */

}
.single-frame-page .container {
  padding: 40px;
}
.single-frame-page .container h2.page-heading {
  color: #0c5cd9;
}
.single-frame-page .container h2.page-heading:after {
  color: #0c5cd9;
}
.login-block {
  width: 420px;
  height: 280px;
  padding: 20px;
  background: white;
  border-radius: 5px;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 8px;
  box-shadow: 1px 1px 20px white;
}
.login-block h1 {
  text-align: center;
  color: black;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
}
.login-block input {
  width: 100%;
  height: 42px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #cccccc;
  margin-bottom: 20px;
  font-size: 14px;
  padding: 0 20px 0 50px;
  outline: none;
}
.login-block input#username {
  background: white url('http://i.imgur.com/u0XmBmv.png') 20px top no-repeat;
  background-size: 16px 80px;
}
.login-block input#username:focus {
  background-size: 16px 80px;
}
.login-block input#password {
  background: white url('http://i.imgur.com/Qf83FTt.png') 20px top no-repeat;
  background-size: 16px 80px;
}
.login-block input#password:focus {
  background-size: 16px 80px;
}
.login-block input:active,
.login-block input:focus {
  border: 1px solid #01a0e1;
}
.login-block button {
  width: 100%;
  height: 40px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  outline: none;
  cursor: pointer;
}
.k-loading-mask {
  background-color: white;
  opacity: 0.7;
}
.k-loading-image::before,
.k-loading-image::after {
  border-color: #01a0e1;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.auth-view .logo {
  filter: brightness(0) invert(1);
  margin: 10px;
  max-height: 80px;
}
.list-group-hover .list-group-item:hover {
  background-color: whitesmoke;
}
.container-title {
  padding: 10px;
  border-bottom: 1px solid #0c5cd9;
  background-color: #fcfcfc;
  margin: 0px;
}
.container-title .title-text {
  color: #0c5cd9;
  font-weight: 300;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
}
.m-r-xs {
  margin-right: 5px;
}
.rzslider .rz-selection {
  background: #0c5cd9 !important;
}
.rzslider .rz-pointer {
  background-color: #0948a9 !important;
}
.rzslider .rz-pointer.rz-active:after {
  background-color: #073378 !important;
}
.card {
  border-radius: 15px;
}
.card-hover.active {
  box-shadow: 0 0px 5px 0 #0c5cd9, 0 2px 10px 0 #0c5cd9 !important;
}
.card-hover-primary {
  cursor: pointer;
}
.card-hover-primary:hover {
  box-shadow: 0 0px 5px 0 #0c5cd9, 0 2px 10px 0 #0c5cd9 !important;
}
.arrow-steps .step {
  font-size: 14px;
  text-align: center;
  color: #666666;
  cursor: default;
  margin: 0 3px;
  padding: 10px 10px 10px 30px;
  min-width: 180px;
  float: left;
  position: relative;
  background-color: #d9e3f7;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: background-color 0.2s ease;
}
.arrow-steps .step:after,
.arrow-steps .step:before {
  content: " ";
  position: absolute;
  top: 0;
  right: -17px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 21px solid transparent;
  border-left: 17px solid #d9e3f7;
  z-index: 2;
  transition: border-color 0.2s ease;
}
.arrow-steps .step:before {
  right: auto;
  left: 0;
  border-left: 17px solid #ececec;
  z-index: 0;
}
.arrow-steps .step:first-child:before {
  border: none;
}
.arrow-steps .step:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.arrow-steps .step span {
  position: relative;
}
.arrow-steps .step span:before {
  opacity: 0;
  content: "✔";
  position: absolute;
  top: -2px;
  left: -20px;
}
.arrow-steps .step.done span:before {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease 0.5s;
  -moz-transition: opacity 0.3s ease 0.5s;
  -ms-transition: opacity 0.3s ease 0.5s;
  transition: opacity 0.3s ease 0.5s;
}
.arrow-steps .step.current {
  color: white;
  background-color: #23468c;
}
.arrow-steps .step.current:after {
  border-left: 17px solid #23468c;
}
.arrow-steps .step.editable {
  color: white;
  background-color: #c7a926;
  cursor: pointer;
}
.arrow-steps .step.editable:hover {
  background-color: #a1881b;
}
.arrow-steps .step.editable:hover:after {
  border-left: 17px solid #a1881b;
}
.arrow-steps .step.editable:after {
  border-left: 17px solid #c7a926;
}
.arrow-steps .step.done {
  color: white;
  background-color: #2d9e3a;
}
.arrow-steps .step.done:after {
  border-left: 17px solid #2d9e3a;
}
.ui-select-container {
  z-index: 9999;
}
.image-uploader {
  position: relative;
  cursor: pointer;
  width: 80px;
  height: 80px;
  display: table-cell;
  vertical-align: middle;
}
.image-uploader label {
  margin-bottom: 0px !important;
}
.image-uploader:hover :after {
  content: "\e095";
  font-family: 'Simple-Line-Icons';
  color: white;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 80px;
  font-size: 20px;
  -webkit-transition: background 0.5s ease-in-out;
  cursor: pointer;
  pointer-events: none;
}
.image-uploader:hover :before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-transition: background 0.5s ease-out-in-out;
  cursor: pointer;
  pointer-events: none;
}
.inline {
  display: inline-block;
}
.gradient-background {
  background: #0c5cd9;
  background: linear-gradient(180deg, #5594f6 0%, #0c5cd9 100%);
}
.hbox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*Align children horizontally*/
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
/*Stretch item along parent's main-axis*/

.flex {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
/*Stretch item along parent's cross-axis*/

.stretch {
  align-self: stretch;
}
/*Stack child items to the main-axis start*/

.main-start {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
}
/*Stack child items to the cross-axis start*/

.cross-start {
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
/*Stack child items to the main-axis center*/

.main-center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/*Stack child items to the cross-axis center*/

.cross-center {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
/*Stack child items to the main-axis end.*/

.main-end {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
/*Stack child items to the cross-axis end.*/

.cross-end {
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
/*Stretch child items along the cross-axis*/

.cross-stretch {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
/*Wrap items to next line on main-axis*/

.wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .hbox {
    display: block;
  }
}
@media (max-width: 425px) {
  body {
    font-size: 10px;
  }
  .h1,
  h1 {
    font-size: 1.8rem !important;
  }
  .h5,
  h5 {
    font-size: 1rem;
  }
  .padded-content {
    padding-top: 20px !important;
    padding-bottom: 40px;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.hori-timeline-container {
  overflow-x: auto;
  padding: 0 10px;
}
.padded-content {
  padding: 40px;
}
.hori-timeline {
  display: flex;
  width: 100%;
  border-top: 3px solid #e9ecef;
  justify-content: space-between;
}
.events {
  display: flex;
  width: 100%;
  padding: 0;
  justify-content: space-between;
}
.event-list {
  position: relative;
  text-align: center;
  padding-top: 36px;
  list-style: none;
  margin: 0;
  white-space: nowrap;
  flex: 1;
}
.event-list:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #dee2e6;
}
.active-milestone:before {
  background-color: #27c24c;
  box-shadow: 0 0 20px #27c24c;
  height: 12px;
  width: 12px;
}
.completed-milestone:before {
  background-color: #27c24c;
}
.event-date {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 75px;
  border-radius: 4px;
  padding: 2px 4px;
}
.attachment-btn {
  background-color: #f8f9fa;
  border: 1px solid #cccccc;
  padding: 5px 10px;
  border-radius: 5px;
  color: #0056b3;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.attachment-btn:hover {
  background-color: #e2e6ea;
}
.attachment-btn i {
  margin-right: 5px;
  color: #007bff;
}
.attachment-btn:hover i {
  color: #0056b3;
}
.grid-item {
  width: 200px;
}
.grid-item--width2 {
  width: 400px;
}
div.intl-tel-input {
  width: 100% !important;
}
div.intl-tel-input > input {
  width: 100% !important;
}
