/* FUNCTIONS */
/* GRADIENT */
/* RADIUS */
/* SHADOWS */
/* TRANSITIONS AND TRANSFORMS */
/* OTHER */
/* CUSTOM THEME */
textarea {
  resize: vertical;
}
h2 {
  font-weight: normal;
}
.main-nav {
  padding-left: 30px;
  height: 100%;
  background: url(/img/logo.png) no-repeat left center;
  background-size: auto 80%;
}
.big-icon {
  font-size: 30pt;
  text-align: center;
  display: block;
  padding-left: 3px;
}
.event-date {
  line-height: 24px;
}
.event-date .glyphicon {
  font-size: 12pt;
  position: relative;
  top: 4px;
}
.list-group-item-created {
  font-size: 8pt;
  text-align: right;
  color: #ccc;
}
.well-tabs {
  border-bottom: none !important;
}
.well-tabs > li.active a,
.well-tabs > li:active a {
  background: #F5F5F5;
  border: none;
}
.well-tabs > li.active a:hover,
.well-tabs > li:active a:hover,
.well-tabs > li.active a:active,
.well-tabs > li:active a:active {
  background: #F5F5F5;
  border: none;
}
.well-tabs span.badge {
  margin-left: 5px;
}
.thumb {
  display: block;
  margin: 0 0 10px;
}
.table-vertical-middle td {
  vertical-align: middle !important;
}
.table-vertical-middle td.logo {
  width: 75px;
}
.event-avatar {
  margin: 0;
  display: inline-block;
}
.event-avatar img {
  border-radius: 15px;
}
.calendar-navigation-box {
  margin-top: 20px;
}
.client-status {
  margin: 21px 15px 0;
}
.event-list-item {
  padding: 0 !important;
  border: none;
  background: #f5f5f5;
}
.event-list-item h4 {
  font-size: 16px;
}
.event-list-item p {
  font-size: 10pt;
  line-height: 1.4;
}
.event-status {
  padding: 10px 15px;
}
.event-status hr {
  margin: 3px auto 5px;
}
.event-status-overdue {
  border-left: solid 12px #EBCCD1;
  background: #fcf7f9;
}
.event-status-completed {
  border-left: solid 12px #D6E9C6;
  background: #f7faf5;
}
.event-status-waiting {
  border-left: solid 12px #FAEBCC;
  background: #faf6f0;
}
.event-actions {
  margin-top: 2px;
  font-size: 11pt;
  color: #333;
}
.event-actions a {
  color: #333;
}
.event-actions a:hover {
  color: #428BCA;
}
.client-detail-calendar {
  margin-top: -12px;
}
.client-detail-calendar .cal-month-box,
.client-detail-calendar .cal-cell {
  background: #fff !important;
}
.overdue {
  color: #8B0000;
}
.overdue a {
  color: #8B0000 !important;
}
/* CALENDAR OVERRIDE */
.cal-month-day,
.cal-cell,
.cal-month-box [class*="cal-cell"] {
  height: auto !important;
  min-height: 50px !important;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #fff !important;
}
.original-value {
  font-size: 80%;
}
#loader {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/img/loader.gif) no-repeat;
  position: relative;
  top: 2px;
  margin-left: 5px;
}
tr.alert-danger td {
  background-color: #F2DEDE !important;
  border-color: #EBCCD1 !important;
  color: #A94442 !important;
}
.event-footer {
  position: relative;
  top: 1px;
}
.event-footer .col-middle {
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
}
.event-footer > div {
  padding: 5px 0;
  color: #333 !important;
  font-size: 8pt !important;
}
.well {
  border: none !important;
  box-shadow: none !important;
  background: #fff;
  padding: 19px 0;
}
.nav-tabs li {
  margin-bottom: -2px !important;
}
.nav-tabs li a:hover,
.nav-tabs li a:active {
  border-bottom: none;
}
.list-group {
  margin-bottom: 30px;
}
.navbar {
  border: none;
}
hr.strong {
  height: 5px;
  background: #F5F5F5;
}
.event {
  box-shadow: none;
  border: none;
  width: 10px;
  height: 10px;
}
.event-client {
  background-color: #00c0ef;
}
.event-phonecall {
  background-color: #00a65a;
}
.event-meeting {
  background-color: #f39c12;
}
.event-email {
  background-color: #f56954;
}
.event-newsletter {
  background-color: #932ab6;
}
.event-proposal {
  background-color: #85144b;
}
.event-signature {
  background-color: #0073b7;
}
.date-range {
  max-width: 200px;
}
.dropdown-menu-scrollable {
  max-height: 300px;
  overflow-y: auto;
}
.filter-item {
  margin-bottom: 5px;
}
.hasData a {
  border-top-color: #47a447 !important;
}
.affix {
  background: #fff none repeat scroll 0 0;
  left: 0;
  position: fixed;
  top: 110px;
  width: 100%;
  padding: 0 55px 0 128px;
  border-bottom: solid 1px #ccc;
}
.panel-heading .btn-group {
  margin-top: 7px;
}
.glyphicon-calendar {
  position: relative;
  top: 0;
}
@media screen and (max-width: 767px) {
  .affix {
    top: 59px;
    padding: 0;
  }
  .affix tr th:first-child {
    min-width: 61px;
  }
}
.out-of-office th {
  text-align: center;
}
.out-of-office .events th {
  width: 12.5%;
}
.out-of-office .events td {
  padding: 5px 0;
  width: 12.5%;
}
.out-of-office .events td:first-child {
  padding: 8px;
}
.out-of-office .events td:nth-child(2n) {
  background: #f9f9f9;
}
.out-of-office .events td.weekend {
  background: #f3f3f3 !important;
}
.out-of-office .events .ooo {
  display: block;
  width: 100%;
  padding: 2px 5px;
  background: #ccc;
}
.out-of-office .events .ooo:not(:first-child) {
  margin-top: 5px;
}
.out-of-office .events .ooo.multiday.firstday {
  border-radius: 5px 0 0 5px;
}
.out-of-office .events .ooo.multiday.lastday {
  border-radius: 0 5px 5px 0;
}
.out-of-office .events .ooo.singleday {
  border-radius: 5px;
}
.out-of-office .events .ooo a {
  margin-left: 5px;
  display: none;
  float: right;
}
.out-of-office .events .ooo:hover a {
  display: inline;
}
.out-of-office .events .dovolenka {
  background: #dff0d8;
}
.out-of-office .events .pn {
  background: #f2dede;
}
.out-of-office .events .lekar {
  background: #d9edf7;
}
.out-of-office .events .klient {
  background: #fcf8e3;
}
.out-of-office .events .skola {
  background: #f7f7f9;
}
.out-of-office .events .homeoffice {
  background: #e3efc0;
}
@media screen and (max-width: 700px) {
  .content-body {
    padding: 0 0 7px;
  }
  .panel-body {
    padding: 0;
  }
  .out-of-office {
    font-size: 10px;
  }
  .out-of-office .events td:first-child {
    padding: 2px;
  }
  .panel-heading .pull-right {
    margin-bottom: 10px;
    text-align: center;
  }
  .panel-heading .pull-right .btn-group {
    float: none;
    display: block;
    width: 100%;
  }
  .panel-heading .pull-right .btn-group .btn {
    float: none;
  }
}
td.alert-danger {
  background: #f2dede !important;
}
td.alert-warning {
  background: #fcf8e3 !important;
}
td.alert-success {
  background: #dff0d8 !important;
}
td.holiday,
th.holiday {
  background: #f0f0f0 !important;
}

.select2-container {
    display: block;
    width: 100% !important;
}