.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0; }

.filter-icon {
  border: 1px solid #ccc;
  width: 40px;
  height: 40px;
  line-height: 38px;
  padding: 0;
  margin: 0 0 10px; }

.filter-set {
  margin-bottom: 30px;
  display: none; }

.nav-second-level {
  display: none; }

.hgroup {
  text-align: center;
  margin-top: 4em; }

.login-form {
  min-width: 380px;
  max-width: 500px;
  margin: 2em auto;
  padding: 3em 2em 2em 2em;
  background: #fafafa;
  border: 1px solid #ebebeb;
  box-shadow: rgba(0, 0, 0, 0.14902) 0px 1px 1px 0px, rgba(0, 0, 0, 0.09804) 0px 1px 2px 0px; }

.restore-form {
  min-width: 380px;
  max-width: 940px;
  margin: 2em auto;
  padding: 3em 2em 2em 2em;
  background: #fafafa;
  border: 1px solid #ebebeb;
  box-shadow: rgba(0, 0, 0, 0.14902) 0px 1px 1px 0px, rgba(0, 0, 0, 0.09804) 0px 1px 2px 0px; }

.plus-object {
  font-size: 18px;
  vertical-align: text-bottom;
  cursor: pointer; }
  .plus-object:hover {
    color: #2a62bc; }

.loading {
  position: absolute;
  z-index: 2000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #eee; }

.cssload-loader {
  position: relative;
  left: calc(50% - 112px);
  width: 224px;
  height: 224px;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  perspective: 2800px;
  top: 40%; }

.cssload-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%; }

.cssload-inner.cssload-one {
  left: 0%;
  top: 0%;
  animation: cssload-rotate-one 0.95s linear infinite;
  -o-animation: cssload-rotate-one 0.95s linear infinite;
  -ms-animation: cssload-rotate-one 0.95s linear infinite;
  -webkit-animation: cssload-rotate-one 0.95s linear infinite;
  -moz-animation: cssload-rotate-one 0.95s linear infinite;
  border-bottom: 11px solid black; }

.cssload-inner.cssload-two {
  right: 0%;
  top: 0%;
  animation: cssload-rotate-two 0.95s linear infinite;
  -o-animation: cssload-rotate-two 0.95s linear infinite;
  -ms-animation: cssload-rotate-two 0.95s linear infinite;
  -webkit-animation: cssload-rotate-two 0.95s linear infinite;
  -moz-animation: cssload-rotate-two 0.95s linear infinite;
  border-right: 11px solid black; }

.cssload-inner.cssload-three {
  right: 0%;
  bottom: 0%;
  animation: cssload-rotate-three 0.95s linear infinite;
  -o-animation: cssload-rotate-three 0.95s linear infinite;
  -ms-animation: cssload-rotate-three 0.95s linear infinite;
  -webkit-animation: cssload-rotate-three 0.95s linear infinite;
  -moz-animation: cssload-rotate-three 0.95s linear infinite;
  border-top: 11px solid black; }

@keyframes cssload-rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg); }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg); } }

@-o-keyframes cssload-rotate-one {
  0% {
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg); }
  100% {
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg); } }

@-ms-keyframes cssload-rotate-one {
  0% {
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg); }
  100% {
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg); } }

@-webkit-keyframes cssload-rotate-one {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg); }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg); } }

@-moz-keyframes cssload-rotate-one {
  0% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg); }
  100% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg); } }

@keyframes cssload-rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg); }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg); } }

@-o-keyframes cssload-rotate-two {
  0% {
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg); }
  100% {
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg); } }

@-ms-keyframes cssload-rotate-two {
  0% {
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg); }
  100% {
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg); } }

@-webkit-keyframes cssload-rotate-two {
  0% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg); }
  100% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg); } }

@-moz-keyframes cssload-rotate-two {
  0% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg); }
  100% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg); } }

@keyframes cssload-rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg); }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg); } }

@-o-keyframes cssload-rotate-three {
  0% {
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg); }
  100% {
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg); } }

@-ms-keyframes cssload-rotate-three {
  0% {
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg); }
  100% {
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg); } }

@-webkit-keyframes cssload-rotate-three {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg); }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg); } }

@-moz-keyframes cssload-rotate-three {
  0% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg); }
  100% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg); } }

.table-header thead > tr > th {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  background-color: #FEF5E7;
  z-index: 1000; }

.menu {
  width: 100%;
  display: block;
  font-size: 13px;
  background-color: #f8f8f8;
  border: 1px solid #e7e7e7; }
  .menu > ul {
    margin: 0;
    padding: 0; }
    .menu > ul > li {
      display: inline-block; }
      .menu > ul > li > .menu-item {
        padding: 8px 15px;
        display: inline-block; }
        .menu > ul > li > .menu-item:hover {
          background-color: #20a8d8 !important; }

a {
  cursor: pointer; }

.nav-tabs > li > a {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0; }

.animate:hover {
  animation: shake 0.2s 3 ease-in-out;
  -o-animation: shake 0.2s 3 ease-in-out;
  -moz-animation: shake 0.2s 3 ease-in-out;
  -webkit-animation: shake 0.2s 3 ease-in-out; }

@keyframes shake {
  25% {
    transform: translateX(-2px); }
  0%, 100% {
    transform: translateX(0); }
  0%, 100% {
    transform: translateX(2px); } }

.option-group {
  margin-bottom: 20px;
  margin-top: 20px; }
  .option-group .option-item {
    font-size: 18px; }
    .option-group .option-item:hover {
      color: #337ab7;
      text-decoration: underline; }

/* Important part */
.modal-dialog {
  overflow-y: initial !important; }

body {
  font-family: 'Jost', sans-serif;
  color: #555; }

@media (min-width: 992px) {
  .modal-lg {
    width: 90%;
    min-width: 800px;
    margin: 10px auto; } }

.return-action {
  margin-right: 20px;
  cursor: pointer;
  opacity: 0.5; }
  .return-action:hover {
    opacity: 1; }

.chosen-container-single .chosen-single {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  height: 30px; }

.add-action {
  margin-top: 25px;
  line-height: 30px;
  position: relative;
  float: left;
  opacity: 0.5; }
  .add-action:hover {
    opacity: 0.9; }

.success-content {
  border-left: 15px solid #5cb85c; }

.alert-content {
  border-left: 15px solid #d9534f; }

label {
  font-weight: normal !important; }

.dialog-group-title {
  font-weight: bold;
  color: #666;
  font-size: 18px;
  margin-bottom: 10px;
  border-bottom: 1px solid #999;
  margin-left: 15px;
  margin-right: 15px; }

@media (max-width: 768px) {
  .navbar-header {
    margin-right: 50px; }
  .nav--user-info {
    right: 0;
    position: absolute;
    top: 0; }
    .nav--user-info > .dropdown > .dropdown-toggle {
      min-height: 30px;
      background-color: unset; } }

.table--value-at-date .value {
  color: #0D3349;
  margin-bottom: 7px; }

.table--value-at-date .comment {
  font-size: 95%;
  color: #868686; }

.has-error .control-label {
  font-weight: bold !important; }

.loading-item {
  margin-bottom: 7px;
  padding: 6px;
  border: 1px solid #ccc; }

.flat-counter-info, .msg-elem {
  display: flex; }
  .flat-counter-info .msg-info, .msg-elem .msg-info {
    padding: 4px; }
  .flat-counter-info .index-column, .msg-elem .index-column {
    padding-left: 10px;
    padding-right: 20px;
    font-size: 200%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center; }
  .flat-counter-info .counter-info, .msg-elem .counter-info {
    width: 30%;
    padding: 4px; }
    .flat-counter-info .counter-info .title, .msg-elem .counter-info .title {
      font-size: 120%; }
  .flat-counter-info .flat-info, .msg-elem .flat-info {
    width: 60%;
    padding: 4px; }
    .flat-counter-info .flat-info .title, .msg-elem .flat-info .title {
      font-size: 120%; }
  .flat-counter-info .check-item, .msg-elem .check-item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    width: 30px; }

.loading-icon {
  margin-right: 10px; }

.row-info {
  padding-top: 3px;
  padding-bottom: 3px; }
  .row-info > .title {
    text-decoration: underline;
    min-width: 120px; }
  .row-info > .value {
    margin-right: 10px; }
