/* IMPORTS
==============================*/
/* VARIABLES
==============================*/
/* COLORS */
/* MAIN STYLE
==============================*/
/* NAVBAR
==============================*/
.navbar {
  background: #1d1d1d;
  height: 61px;
  border-bottom: 0px;
}
.navbar .label {
  display: inline-block;
  margin-left: 15px;
}
.navbar-right {
  background: #1d1d1d;
  padding: 15px 0 15px 35px;
}
/* CUSTOM FOR CRM */
.insight-navigation ul {
  list-style: none;
  margin: 0;
}
.insight-navigation ul .menu-active.link-one a span {
  color: #0071a7;
}
.insight-navigation ul .menu-active.link-two a span {
  color: #13b0a5;
}
.insight-navigation ul .menu-active.link-three a span {
  color: #67bc9a;
}
.insight-navigation ul .menu-active.link-four a span {
  color: #b4d6a4;
}
.insight-navigation ul .menu-active.link-five a span {
  color: #f8f2ab;
}
.insight-navigation ul li {
  display: inline-block;
}
.insight-navigation ul li a {
  display: inline-block;
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.2);
  padding: 17px 25px;
  transition: all 0.4s;
}
.insight-navigation ul li a span {
  color: white;
}
.insight-navigation ul li:nth-child(1) a:hover span,
.insight-navigation ul li:nth-child(1) a:focus span,
.insight-navigation ul li:nth-child(1) a:active span {
  color: #0071a7;
}
.insight-navigation ul li:nth-child(2) a:hover span,
.insight-navigation ul li:nth-child(2) a:focus span,
.insight-navigation ul li:nth-child(2) a:active span {
  color: #13b0a5;
}
.insight-navigation ul li:nth-child(3) a:hover span,
.insight-navigation ul li:nth-child(3) a:focus span,
.insight-navigation ul li:nth-child(3) a:active span {
  color: #67bc9a;
}
.insight-navigation ul li:nth-child(4) a:hover span,
.insight-navigation ul li:nth-child(4) a:focus span,
.insight-navigation ul li:nth-child(4) a:active span {
  color: #b4d6a4;
}
.insight-navigation ul li:nth-child(5) a:hover span,
.insight-navigation ul li:nth-child(5) a:focus span,
.insight-navigation ul li:nth-child(5) a:active span {
  color: #f8f2ab;
}
/* FORM
==============================*/
input[type="button"] {
  outline: none;
}
input[type="button"]::-moz-focus-inner {
  border: 0;
}
button {
  outline: none;
}
.form-control {
  margin-bottom: 10px;
}
/* CALENDAR
==============================*/
th.fc-day-header {
  padding: 10px 0;
}
.fc-basic-view td.fc-day-number {
  padding-top: 5px;
  padding-right: 10px;
}
.fc td,
.fc th {
  cursor: pointer;
}
.table-loader {
  text-align: center;
}
.table-loader td {
  padding: 15px 0;
}
/* MODAL
==============================*/
.modal-wrapper {
  min-width: 350px;
  min-height: 250px;
  padding: 100px;
}
.modal-wrapper #modal-loader {
  text-align: center;
  width: 100px;
  vertical-align: middle;
}
/* EVENTS
==============================*/
.event-attr {
  font-style: italic;
}
.event-attr span {
  font-style: normal;
  font-weight: 700;
}
.add-event-button {
  margin: 5px 0px;
}
/* IMAGES
==============================*/
.profile-image-xs {
  width: 40px;
  height: 40px;
}
.profile-image-m {
  width: 125px;
  height: 125px;
}
.profile-image-l {
  width: 200px;
  height: 200px;
}
/* ACTIVITIES
==============================*/
.activity-table th {
  padding: 10px 0;
}
.activity-table td {
  padding: 10px;
  vertical-align: middle;
  text-align: center;
  font-size: 11px;
  font-weight: 200;
}
/* SEARCH BAR
==============================*/
.all-search {
  margin-bottom: 15px;
}
.all-search .btn {
  vertical-align: middle;
}
.all-search .btn-info {
  margin-left: 15px;
}
.refresh {
  margin-top: 15px;
  margin-left: 15px;
}
.stylish-input-group .input-group-addon {
  background: white !important;
}
.input-group-addon {
  height: 34px;
  width: 5%;
}
.stylish-input-group .form-control {
  border-right: 0;
  box-shadow: 0 0 0;
  border-color: #ccc;
}
.stylish-input-group button {
  border: 0;
  background: transparent;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .modal-dialog {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  .modal-dialog {
    width: 55%;
    min-width: 600px;
  }
}
