/*------------------------------------------------*/
/*	General Styles
/*------------------------------------------------*/
html,
body {
  height: 100%;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #555555;
  background: #ececec;
}

h1, h2 {
  font-family: "latolight";
}

h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

hr {
  border-top-color: #dddddd;
}
hr.inner-separator {
  border-style: dashed;
}

label {
  font-weight: 300;
}

blockquote {
  border-color: #e4e4e4;
}

input {
  border-radius: 0;
}

@media screen and (min-width: 768px) {
  .container {
    max-width: 100%;
    width: 100%;
  }
}

.wrapper {
  width: 100%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -34px;
  /*margin-left:-15px;
  margin-right:-15px;*/
  /* always the same as footer height including paddings and/or borders */
}

.push-sticky-footer {
  height: 34px;
  /* always the same as footer height including paddings and/or borders */
}

/* full page such as 404, login, register */
.full-page-wrapper .inner-page {
  padding-top: 5%;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .full-page-wrapper {
    position: initial;
    padding-top: 5em;
    margin-top: 0;
  }
  .full-page-wrapper .inner-page {
    position: relative;
    padding: 0 1em;
  }
}
@media screen and (max-width: 480px) {
  .full-page-wrapper {
    padding-top: 0;
  }
  .full-page-wrapper .inner-page {
    padding: 5em 1em;
  }
}

.red-font {
  color: #e60404 !important;
}

.yellow-font {
  color: #ffb800 !important;
}

.green-font {
  color: #3e9c1a !important;
}

.dropdown-menu,
.panel,
.well,
code {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.panel {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.link-disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}

.no-padding {
  padding: 0 !important;
}

.bottom-30px {
  margin-bottom: 30px;
}

/* 2 column data presentation */
.data-row {
  margin-bottom: 0;
}
.data-row .data-name,
.data-row .data-value {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 5px;
}
@media screen and (max-width: 480px) {
  .data-row .data-name,
  .data-row .data-value {
    display: block;
  }
}
.data-row .data-name {
  /*width: 12em;*/
  background-color: #ececec;
  color: #808080;
  font-size: 0.9em;
  vertical-align: top;
}
.data-row .data-value {
  padding-left: 10px;
}

/* nav stacked */
.nav-stacked > li {
  border: 1px solid #dddddd;
}
.nav-stacked > li:not(:first-child) {
  border-top: none;
}
.nav-stacked > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.nav-stacked > li + li {
  margin-top: 0;
}

.control-inline {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}

/*------------------------------------------------*/
/*  Footer
/*------------------------------------------------*/
.footer {
  color: #fff;
  padding: 10px;
  background-color: #555555;
  font-size: 0.9em;
  text-align: center;
}
.block_input {
    width: 30px;
    height: 30px;
    margin: 0 85%;
}

.block_tab {
    pointer-events: none;
    cursor: not-allowed;
}

.block_component {
    pointer-events: none;
    cursor: not-allowed;
}

.component-disabled {
    pointer-events: none;
    cursor: not-allowed;
}

.component-content-disabled > *:not(:first-child), .component-content-disabled > *:not(a:first-child) {
    pointer-events: none;
    cursor: not-allowed;
}
