@charset "UTF-8";
/**
 * "Partial file" (urceny len na importy, ked ma "_" negeneruje sa css)
 *
 * Obsahuje CRM-wide variables a styles
 *
 */
.removeButtonStyles {
  display: inline-block;
  padding: 0;
  margin: 0;
  background: none;
  box-shadow: none;
  border: 0;
  letter-spacing: normal;
  cursor: pointer;
  color: #333;
  font-family: Roboto, sans-serif;
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  border: none;
  border-radius: 0; }

.removeButtonStyles:hover {
  background: none; }

/* Header zeleny, podciarknuty */
.sectionHeader, .DashboardContent-agenda h2 {
  color: #373;
  font-size: 22px !important;
  border-bottom: 2px solid #373;
  background-color: transparent !important;
  box-shadow: none;
  padding: 5px !important;
  padding-bottom: 0px !important;
  margin: 10px 0;
  margin-bottom: 0px; }

.defaultFormLabelStyles {
  font-weight: 400;
  font-size: 15px;
  padding: 3px 12px;
  display: block;
  cursor: pointer;
  margin-top: 0 !important;
  margin-right: 8px;
  border-radius: 15px;
  -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
  background: -moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
  background: -webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
  background: -o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
  background: -ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
  background: linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9', GradientType=0);
  background-color: #f9f9f9;
  border: 1px solid #dcdcdc;
  color: #333;
  white-space: nowrap; }

.defaultFormLabelStyles:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
  background: -moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
  background: -webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
  background: -o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
  background: -ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
  background: linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9', GradientType=0);
  background-color: #e9e9e9; }

.defaultFormLabelStyles_selected {
  -moz-box-shadow: inset 0px 1px 0px 0px #9acc85;
  -webkit-box-shadow: inset 0px 1px 0px 0px #9acc85;
  box-shadow: inset 0px 1px 0px 0px #9acc85;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #74ad5a), color-stop(1, #68a54b));
  background: -moz-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
  background: -webkit-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
  background: -o-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
  background: -ms-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
  background: linear-gradient(to bottom, #74ad5a 5%, #68a54b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74ad5a', endColorstr='#68a54b', GradientType=0);
  background-color: #74ad5a;
  border: 1px solid #3b6e22;
  color: #ffffff; }

.defaultButtonStyles {
  -moz-box-shadow: inset 0px 1px 0px 0px #9acc85;
  -webkit-box-shadow: inset 0px 1px 0px 0px #9acc85;
  box-shadow: inset 0px 1px 0px 0px #9acc85;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #74ad5a), color-stop(1, #68a54b));
  background: -moz-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
  background: -webkit-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
  background: -o-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
  background: -ms-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
  background: linear-gradient(to bottom, #74ad5a 5%, #68a54b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74ad5a', endColorstr='#68a54b', GradientType=0);
  outline: none;
  background-color: #74ad5a;
  border-radius: 3px;
  border: 1px solid #3b6e22;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-weight: bold;
  padding: 6px 12px;
  text-decoration: none;
  letter-spacing: 1px; }

.defaultButtonStyles:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #68a54b), color-stop(1, #74ad5a));
  background: -moz-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
  background: -webkit-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
  background: -o-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
  background: -ms-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
  background: linear-gradient(to bottom, #68a54b 5%, #74ad5a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#68a54b', endColorstr='#74ad5a', GradientType=0);
  background-color: #68a54b; }

.growler {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  z-index: 999999;
  color: #fff;
  font-size: 17px;
  background: #2ea91a;
  height: 55px;
  margin-top: -55px;
  line-height: 55px;
  text-align: center;
  transition: opacity 0.3s, margin-top 0.3s; }

.growler--success {
  visibility: visible;
  opacity: 1;
  margin-top: 0px;
  background-color: #5bbd66; }

.growler__icon {
  margin-right: 5px;
  margin-bottom: -3px; }

.growler--error {
  visibility: visible;
  opacity: 1;
  margin-top: 0px;
  background: #ff5f5f; }

.growler--hiding {
  visibility: visible;
  opacity: 0;
  margin-top: -55px; }

.growler--hidden {
  visibility: hidden; }

#growler.error .icon {
  margin-right: 5px;
  margin-bottom: -6px; }

/**
 * Styly spolocne pre celu aplikaciu
 */
/* BreadCrumbs */
.BreadCrumbs {
  background: #f0f0f0;
  padding: 5px;
  overflow: auto;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -15px;
  color: #333; }

.BreadCrumbs_contentLeft {
  float: left; }

.BreadCrumbs__contentRight {
  float: right;
  margin-right: 10px; }

/* Dashboard Component (todo: own DashBoard.scss) */
.DashboardContent-agenda h2 span.icons,
.DashboardContent-agenda h2 span.badge {
  display: none; }

.Activities--missed .List__NextItemsButton {
  margin-top: 0px;
  margin-right: 10px;
  float: right;
  font-weight: normal;
  padding: 3px 5px; }

/* Multiple Text Input */
.MultipleTextInput__Item {
  position: relative;
  padding-bottom: 10px; }

.MultipleTextInput__Item i.clearValue {
  position: absolute;
  top: 11px;
  right: 7px;
  color: #444;
  font-size: 18px;
  cursor: pointer; }

.MultipleTextInput__Item i.clearValue:hover {
  color: red !important; }

.MultipleTextInput__Add {
  float: right;
  margin-bottom: 10px;
  cursor: pointer; }

.MultipleTextInput__Add--leftAligned {
  float: left; }

.MultipleTextInput__Add--asBlock {
  clear: both;
  display: block;
  margin: 5px 0; }

.MultipleTextInput__Add--bordered {
  border: 1px solid #1B5E20;
  padding: 10px;
  border-radius: 5px; }

.MultipleTextInput__Add--bordered:hover {
  background: #d0f0cb; }

.MultipleTextInput__Add--clear {
  clear: both; }

.MultipleTextInput__Add--floatLeft {
  float: left; }

.MultipleTextInput__Add--leftMargin {
  margin-left: 20px; }

.MultipleTextInput__Add--topMargin {
  margin-top: 20px; }

.MultipleTextInput__Icon {
  font-size: 28px;
  color: #373;
  vertical-align: middle; }

.MultipleTextInput__Text {
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
  padding-top: 3px;
  color: gray; }

.MultipleTextInput__Add:hover .MultipleTextInput__Text {
  color: #373; }

.ShowAddress .AddressListItem ul.ListItem__actionsAsLinks {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 10px; }

.ShowAddress .AddressListItem ul.ListItem__actionsAsLinks li {
  margin: 10px 0;
  font-size: 16px;
  cursor: pointer;
  padding: 5px 4px;
  border-radius: 4px; }

.ShowAddress .AddressListItem ul.ListItem__actionsAsLinks li:hover {
  background: #ccc; }

.ShowAddress .AddressListItem ul.ListItem__actionsAsLinks li i.fa {
  margin: 0 5px;
  padding-right: 10px; }

button:disabled,
button[disabled] {
  border: 1px solid #999999;
  border-shadow: none;
  box-shadow: none;
  background: none;
  background-color: #cccccc !important;
  color: #888 !important;
  cursor: not-allowed; }

/* Popup */
.Popup {
  position: absolute;
  margin: 5px;
  margin-top: 0px;
  padding: 5px;
  border: 1px solid silver;
  border-radius: 10px;
  background: white;
  z-index: 5000;
  box-shadow: 4px 6px 15px 0px rgba(0, 0, 0, 0.2); }

.Popup__closeButton {
  color: red;
  float: right;
  cursor: pointer; }

.Popup__closeButton i {
  scale: 1;
  transition: all .1s ease-in-out; }

.Popup__closeButton i:hover {
  transform: scale(1.5); }

/* /Popup */
/* .info */
.info {
  margin: 20px;
  padding: 20px;
  text-align: center;
  min-height: 40px;
  line-height: 40px;
  background: #E8F5E9;
  border-radius: 4px;
  border: 1px solid silver; }

/* Default application spinner animated icon */
.app__loader {
  color: gray;
  margin: 0 auto;
  text-align: center; }

/* Public Homepage :: stránka zobrazená neprihláseným užívateľom */
.HomePagePublic, .PrivacyPolicy {
  background: white;
  border: 1px solid #1B5E20;
  margin: 20px;
  max-width: 600px;
  width: 600px;
  margin-right: auto;
  margin-left: auto; }

.homepage__header {
  margin-bottom: 30px; }

.homepage__header h1 {
  padding: 20px; }

.homepage__header h1 span.logo__icon {
  display: inline-block;
  background: silver;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  line-height: 70px;
  text-align: center;
  border: 5px solid #1B5E20;
  color: #1B5E20;
  font-size: 40px;
  float: left; }

.homepage__header h1 span.logo__title {
  margin-left: 20px;
  display: inline-block;
  font-style: italic;
  float: left;
  margin-top: 20px;
  font-size: 30px; }

.homepage__content {
  clear: both;
  padding: 20px;
  line-height: 1.5em; }

.homepage__content .img__screenshot {
  max-width: 550px;
  height: auto; }

.homepage__content > h2 {
  border: 2px solid #1B5E20;
  padding: 20px;
  margin: 10px 0;
  margin-bottom: 20px;
  border-radius: 4px; }

.homepage__content ul {
  margin: 10px; }

.homepage__content li {
  margin: 20px; }

.homepage__login {
  margin: 30px 0px;
  padding: 15px;
  border: 2px solid red;
  border-radius: 4px; }

.homepage__login a, .homepage__content a {
  color: blue;
  text-decoration: underline; }

.homepage__footer > .footer__content {
  text-align: center;
  padding: 20px;
  font-size: 0.8em; }
