/*== Buttons styles ==*/
button.btn.btn-simple,
button.btn.btn-simple:hover,
button.btn.btn-simple:focus,
button.btn.btn-simple:active,
button.btn.btn-simple.active,
button.btn.btn-simple.active:hover,
button.btn.btn-simple.active:focus,
button.btn.btn-simple.active:active,
.btn.btn-simple,
.btn.btn-simple:hover,
.btn.btn-simple:focus,
.btn.btn-simple:active,
.btn.btn-simple.active,
.btn.btn-simple.active:hover,
.btn.btn-simple.active:focus,
.btn.btn-simple.active:active {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.btn.btn-simple:hover i {
  text-decoration: none;
}
@-webkit-keyframes redPulse {
  from {
    -webkit-box-shadow: 0 0 3px #e33100;
  }
  50% {
    -webkit-box-shadow: 0 0 18px #e33100;
  }
  to {
    -webkit-box-shadow: 0 0 3px #e33100;
  }
}
.billable-btn:hover,
.billable-btn:active,
.billable-btn.active,
.billable-btn.disabled,
.billable-btn[disabled],
.btn.billable-btn:hover,
.btn.billable-btn:active,
.btn.billable-btn.active,
.btn.billable-btn.disabled,
.btn.billable-btn[disabled] {
  -webkit-animation-name: redPulse;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: inherit;
  border-bottom-color: inherit;
}
button,
button:hover,
button:active,
button:focus,
button.active,
button.active:hover,
button.active:active,
button.active:focus,
.ui-widget button,
.ui-widget button:hover,
.ui-widget button:active,
.ui-widget button:focus,
.ui-widget button.active,
.ui-widget button.active:hover,
.ui-widget button.active:active,
.ui-widget button.active:focus {
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button.hidden,
button:hover.hidden,
button:active.hidden,
button:focus.hidden,
button.active.hidden,
button.active:hover.hidden,
button.active:active.hidden,
button.active:focus.hidden,
.ui-widget button.hidden,
.ui-widget button:hover.hidden,
.ui-widget button:active.hidden,
.ui-widget button:focus.hidden,
.ui-widget button.active.hidden,
.ui-widget button.active:hover.hidden,
.ui-widget button.active:active.hidden,
.ui-widget button.active:focus.hidden {
  display: none;
}
/*== Labels ==*/
label.disabled {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
/*== Icons ==*/
[class^="icon-"],
[class*=" icon-"],
.icon-white {
  background-image: none;
}
/*== Tooltip ==*/
.tooltip .tooltip-inner a {
  color: inherit;
  text-decoration: underline;
}
/*== Dropdowns ==*/
.dropdown-menu {
  z-index: 10000;
  padding: 0;
}
/*== Timepicker ==*/
.bootstrap-timepicker .add-on i {
  text-shadow: none;
}
.bootstrap-timepicker-widget table td {
  height: 15px;
}
.bootstrap-timepicker-widget table td.separator {
  padding-top: 7px;
  padding-bottom: 7px;
}
.bootstrap-timepicker-widget table td a {
  padding: 0;
  display: inline;
  vertical-align: middle;
}
.bootstrap-timepicker-widget table td a i {
  font-family: 'fontAwesome';
  font-style: initial;
  font-size: 14px;
  margin: 0;
}
.bootstrap-timepicker-widget table td a i.icon-chevron-up:before {
  content: '\f077';
}
.bootstrap-timepicker-widget table td a i.icon-chevron-down:before {
  content: '\f078';
}
/*== Control group ==*/
.error .control-group label {
  color: #b94a48;
}
/*== Inputs ==*/
.input-prepend input[type="text"] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-append input[type="text"] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/*== checkbox/radiobuttons ==*/
label.select-item {
  display: block;
  position: relative;
  cursor: pointer;
}
label.select-item > input {
  position: absolute;
}
label.select-item > span {
  padding-left: 20px;
  display: inline-block;
}
.disabled label.select-item {
  cursor: initial;
}
/*== Tabs ==*/
.nav-tabs li .active-icon {
  display: none;
}
.nav-tabs li.active .active-icon {
  display: inline;
}
.nav-tabs li.active .unactive-icon {
  display: none;
}
.error .nav-tabs {
  border-color: #b94a48;
}
.error .nav-tabs li a {
  color: #b94a48;
}
.error .nav-tabs li.active a {
  border-color: #b94a48;
  border-bottom-color: #fff;
  border-bottom-color: transparent;
}
.error .nav-tabs li:hover a {
  border-bottom-color: #b94a48;
}
/*== Keywords ==*/
.keyword {
  font-size: inherit;
  font-weight: bold;
  font-family: Arial, sans-serif;
}
/*== Alerts ==*/
.alert {
  font-size: 0.9em;
  white-space: normal;
/*== Inline notification ==*/
}
.alert .close {
  background: transparent;
  border: none;
  font-size: 1.8em;
  padding: 0;
}
.alert.inline-notification {
  width: 100%;
  background: #f5f5f5;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  margin-bottom: 30px;
  position: relative;
  padding: 10px 0 10px 0;
}
.alert.inline-notification > div:first-of-type {
  padding-right: 45px;
}
.alert.inline-notification .title,
.alert.inline-notification .content,
.alert.inline-notification .actions {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
}
.alert.inline-notification .title .btn,
.alert.inline-notification .content .btn,
.alert.inline-notification .actions .btn {
  margin: 0;
  margin-bottom: 5px;
}
.alert.inline-notification .title {
  width: 100%;
  margin: 0;
}
.alert.inline-notification .title h4 {
  margin: 0;
  font-size: 15px;
  height: auto;
}
.alert.inline-notification .content {
  font-size: 14px;
  line-height: 18px;
}
.alert.inline-notification pre {
  margin-top: 5px;
}
.alert.inline-notification .close {
  top: 0;
  right: 0;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  position: absolute;
  line-height: 17px;
  font-size: 28px;
  font-weight: 300;
  padding: 10px 10px 8px 10px;
  text-shadow: none;
  border: 1px solid #d3d3d3;
  border-right: 0;
  border-top: 0;
  border-radius: 0;
  border-bottom-left-radius: 4px;
}
.alert.inline-notification.small {
  margin-bottom: 25px;
}
.alert.inline-notification.small > div:first-of-type {
  padding-right: 40px;
}
.alert.inline-notification.small .title,
.alert.inline-notification.small .content,
.alert.inline-notification.small .actions {
  padding: 6px 15px;
}
.alert.inline-notification.small .title h4,
.alert.inline-notification.small .content h4,
.alert.inline-notification.small .actions h4 {
  font-size: 14px;
}
.alert.inline-notification.small .content {
  font-size: 13px;
  line-height: 17px;
}
.alert.inline-notification.small .close {
  line-height: 14px;
  font-size: 24px;
  padding: 6px 6px 5px 6px;
}
.alert.inline-notification.small .btn {
  padding: 3px 8px 2px;
  font-size: 13px;
}
.timeout-message {
  cursor: wait;
  padding: 40px 0;
  font-size: 20px;
  color: #808080;
  line-height: 1.3em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/*== Overwrite of Select2 ==*/
.select2-container .select2-choice abbr {
  right: 6px;
  top: 6px;
  z-index: 10;
}
.select2-container li > div {
  font-size: 13px;
}
.select2-search input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.select2-container .select2-choice .select2-arrow,
.select2-container .select2-choice .select2-arrow b {
  background: none !important;
  border: none;
}
.select2-arrow b:before {
  font-family: 'FontAwesome';
  font-size: 12px;
  content: '\f0d7';
}
.select2-dropdown-open .select2-arrow b:before {
  content: '\f0d8';
}
.searchagent-dropdown {
  min-width: 400px;
}
/*== Back button (to switch to a general view or actualise mentions) ==*/
.liveupdate-msg,
.timeout-message,
.mentions-detail-back {
/* < use this class on html elementss */
  background: #ddd;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.7);
  box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.7);
  clear: left;
  color: #000;
  cursor: pointer;
  display: block;
  margin-bottom: 20px;
  padding: 9px 0 5px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
.liveupdate-msg:hover,
.mentions-detail-back:hover,
.mentions-detail-back.active {
  background: #aaa;
  color: #fff;
  border-color: inherit;
  text-decoration: none;
  text-shadow: 0 -1px rgba(0,0,0,0.3);
}
/*== jQuery UI override ==*/
/* Caution: Must be before .modal-header -> ask lucas*/
.ui-widget-overlay {
  z-index: 99px;
}
.modal-header h3 {
  line-height: inherit;
}
/*== Css shortcuts ==*/
.has-tooltip {
  cursor: pointer;
}
.hidden,
.form-inline select.hidden,
.select2-container.hidden {
  display: none;
}
