body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000; }

h1, .h1 {
  font-size: 32px;
  font-weight: 400; }

h2, .h2 {
  font-size: 24px;
  font-weight: 700; }

h3, .h3 {
  font-size: 18px;
  font-weight: 700; }

h4, .h4 {
  font-size: 14px;
  font-weight: 700; }

h5, .h5 {
  font-size: 13px;
  font-weight: 700; }

h6, .h6 {
  font-size: 10px;
  font-weight: 700; }

a {
  color: #000;
  text-decoration: underline; }

label {
  font-size: 12px;
  color: #000;
  font-weight: 400; }
  .error label {
    color: #f00; }

textarea {
  max-width: 100%; }

table {
  width: 100%;
  margin-bottom: 30px;
  border-collapse: separate; }
  table thead tr td, table thead tr th {
    color: #2B3857;
    font-size: 13px;
    padding: 16px 20px;
    font-weight: 400;
    border: 1px solid #e4e4e4;
    border-right-width: 0; }
    table thead tr td:last-child, table thead tr th:last-child {
      border-right-width: 1px; }
  table tbody tr td {
    padding: 15px 20px;
    border: 1px solid #e4e4e4;
    border-right-width: 0;
    color: #000;
    font-size: 13px;
    font-weight: 400; }
    table tbody tr td:first-child {
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    table tbody tr td:last-child {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
      border-right-width: 1px; }
    table tbody tr td.actions {
      width: 1%;
      padding: 3px; }
  table tbody tr:nth-child(4n+1) {
    background-color: #fff; }
  table tbody tr:nth-child(4n+2) {
    background-color: #fff; }
  table tbody tr.hiddenInfo td {
    border-radius: 0;
    border-top-width: 0;
    border-right-width: 0; }

*:focus {
  outline: none !important; }

body {
  background: #fafafa; }

#login-form, #register-form, #reset-form, .fos-wrap {
  background: #fff;
  border: 1px solid #e4e4e4;
  padding: 15px;
  margin-top: 10vw; }
  #login-form .logo, #register-form .logo, #reset-form .logo, .fos-wrap .logo {
    margin: 10px auto; }
  #login-form a, #register-form a, #reset-form a, .fos-wrap a {
    text-decoration: none;
    font-size: 13px;
    color: #2B3857; }
  #login-form p, #register-form p, #reset-form p, .fos-wrap p {
    font-size: 12px;
    color: #2B3857; }

#register-form {
  margin-top: 3vw; }
  #register-form a {
    text-decoration: underline; }

header {
  background-color: #fff; }
  header #logo {
    float: left;
    margin: 10px 15px 10px 0;
    height: 50px; }
  header #username {
    margin: 10px 0 6px; }
  header #edit-profile {
    font-size: 13px;
    color: #2B3857;
    text-decoration: none;
    vertical-align: bottom; }
  header #logout {
    float: right;
    margin-top: 5px;
    font-size: 13px;
    color: #2B3857;
    text-decoration: none; }
  header #menu {
    font-size: 0; }
    header #menu a {
      display: inline-block;
      color: #2B3857;
      font-size: 14px;
      padding: 23px 20px;
      text-decoration: none;
      border-left: 1px solid #e4e4e4; }
      header #menu a:first-child {
        border-left: 0; }
      header #menu a img {
        margin-right: 15px; }
      header #menu a:hover {
        background-color: #e4e4e4; }

#new-form {
  display: inline-block;
  margin-top: 20px; }

#form-form {
  margin-bottom: 15px; }
  #form-form #form-wrap {
    margin-bottom: 15px;
    padding: 30px;
    background: #f2f2f2; }
  #form-form .form-type {
    margin-bottom: 15px;
    padding: 15px 30px 15px 85px;
    background: #e4e4e4; }
    #form-form .form-type .control-label {
      font-weight: 700;
      text-align: left; }
    #form-form .form-type label {
      font-size: 14px; }
  #form-form #form-conpany-data {
    display: none; }
  #form-form #form-buttons {
    display: none; }
    #form-form #form-buttons #submit-documents {
      display: none; }

#annex > .form-group,
#modal-annex6 > .form-group {
  display: none; }
#annex .btn,
#modal-annex6 .btn {
  white-space: initial; }
  #annex .btn span,
  #modal-annex6 .btn span {
    display: none;
    color: #b3d835; }
#annex .choose-file,
#modal-annex6 .choose-file {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  padding: 3px !important; }
  #annex .choose-file input,
  #modal-annex6 .choose-file input {
    opacity: 0;
    cursor: pointer;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0; }
  #annex .choose-file span,
  #modal-annex6 .choose-file span {
    display: block;
    font-size: 10px;
    word-wrap: break-word;
    white-space: pre-line;
    color: #fff; }
#annex .valid .btn,
#modal-annex6 .valid .btn {
  background: transparent;
  /*border-color: transparent;*/
  /*font-size: 0;*/
  color: #b3d835; }
  #annex .valid .btn span,
  #modal-annex6 .valid .btn span {
    display: inline-block;
    font-size: 14px; }

#annex5-form table {
  border-collapse: collapse; }
  #annex5-form table thead {
    padding: 2px; }
    #annex5-form table thead td {
      border: 1px solid #eee; }

#alert-file-change {
  display: none; }

#disabled label, #disabled input, #disabled textarea:not(#appbundle_application_reject_info), #disabled select {
  pointer-events: none; }

.form-choices {
  margin-bottom: 15px; }
  .form-choices label {
    font-size: 14px; }
    .form-choices label.required::after {
      content: ' *'; }
  .form-choices ol {
    margin-top: 5px; }
    .form-choices ol li {
      position: relative;
      list-style: none;
      margin-bottom: 5px; }
      .form-choices ol li input {
        position: absolute;
        left: -25px; }
      .form-choices ol li hr {
        margin-top: 5px;
        margin-bottom: 5px; }

#flash-messages {
  margin-top: 30px; }

.infobox {
  background: #fff;
  border: 1px solid #e4e4e4;
  padding: 20px 15px;
  margin-bottom: 30px; }
  .infobox strong {
    display: inline-block;
    margin-bottom: 10px; }

.filter-block {
  margin-bottom: 15px;
  padding: 20px;
  background: #f2f2f2; }
  .filter-block .btn {
    margin-top: 15px; }
  .filter-block .letters-filter button {
    background: none;
    border: 0; }
    .filter-block .letters-filter button.active {
      color: #b3d835; }
  .filter-block.twoline-labels label {
    min-height: 34px; }

.application-status {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px 3px 0;
  vertical-align: middle;
  border-radius: 50%; }
  .application-status.application-status-1 {
    background: #ccc; }
  .application-status.application-status-2 {
    background: #f90; }
  .application-status.application-status-3 {
    background: #09f; }
  .application-status.application-status-4 {
    background: #09f; }
  .application-status.application-status-5 {
    background: #b3d835; }
  .application-status.application-status-6 {
    background: #f00; }
  .application-status.application-status-8 {
    background: #09f; }
  .application-status.application-status-9 {
    background: #09f; }
  .application-status.application-status-10 {
    background: #09f; }
  .application-status.application-status-11 {
    background: #09f; }
  .application-status.application-status-12 {
    background: #f00; }
  .application-status.application-status-13 {
    background: #f00; }

.annex-header {
  background: #f2f2f2;
  padding: 15px 15px 1px;
  margin-bottom: 15px; }

.annex2-table thead tr td, .annex2-table thead tr th, .annex6-table thead tr td, .annex6-table thead tr th {
  padding: 3px 0;
  text-align: center; }
.annex2-table tbody tr td, .annex6-table tbody tr td {
  border-color: transparent;
  padding: 0; }
.annex2-table .annex2-row-to-copy .annex2-row-remove, .annex2-table .annex2-row-to-copy .annex6-row-remove, .annex2-table .annex6-row-to-copy .annex2-row-remove, .annex2-table .annex6-row-to-copy .annex6-row-remove, .annex6-table .annex2-row-to-copy .annex2-row-remove, .annex6-table .annex2-row-to-copy .annex6-row-remove, .annex6-table .annex6-row-to-copy .annex2-row-remove, .annex6-table .annex6-row-to-copy .annex6-row-remove {
  display: none; }
.annex2-table .annex2-row-remove, .annex2-table .annex6-row-remove, .annex6-table .annex2-row-remove, .annex6-table .annex6-row-remove {
  margin-left: 5px;
  display: block; }

.annex4-table thead tr td, .annex4-table thead tr th, .annex5-table thead tr td, .annex5-table thead tr th {
  padding: 3px 0;
  text-align: center; }
.annex4-table tbody tr td, .annex5-table tbody tr td {
  border-color: transparent;
  padding: 0; }
.annex4-table .annex4-row-to-copy .annex4-row-remove,
.annex4-table .annex4-row-to-copy .annex5-row-remove, .annex4-table .annex4-row-to-copy-2 .annex4-row-remove,
.annex4-table .annex4-row-to-copy-2 .annex5-row-remove,
.annex4-table .annex5-row-to-copy .annex4-row-remove,
.annex4-table .annex5-row-to-copy .annex5-row-remove, .annex4-table .annex5-row-to-copy-2 .annex4-row-remove,
.annex4-table .annex5-row-to-copy-2 .annex5-row-remove, .annex5-table .annex4-row-to-copy .annex4-row-remove,
.annex5-table .annex4-row-to-copy .annex5-row-remove, .annex5-table .annex4-row-to-copy-2 .annex4-row-remove,
.annex5-table .annex4-row-to-copy-2 .annex5-row-remove,
.annex5-table .annex5-row-to-copy .annex4-row-remove,
.annex5-table .annex5-row-to-copy .annex5-row-remove, .annex5-table .annex5-row-to-copy-2 .annex4-row-remove,
.annex5-table .annex5-row-to-copy-2 .annex5-row-remove {
  display: none; }
.annex4-table .annex4-row-remove,
.annex4-table .annex5-row-remove, .annex5-table .annex4-row-remove,
.annex5-table .annex5-row-remove {
  margin-left: 5px;
  display: block; }

#annex2-form.disabled input, #annex2-form.disabled textarea, #annex2-form.disabled select,
#annex3-form.disabled input,
#annex3-form.disabled textarea,
#annex3-form.disabled select,
#annex6-form.disabled input,
#annex6-form.disabled textarea,
#annex6-form.disabled select {
  pointer-events: none;
  background-color: #eee;
  opacity: 1; }

.table-form td {
  vertical-align: top; }

.btn {
  margin: 0 3px;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 400;
  border: 2px solid #b3d835;
  border-radius: 3px;
  text-decoration: none; }
  .btn img {
    margin-right: 10px; }
  .btn.btn-default {
    color: #fff;
    background: #b3d835;
    border: 2px solid #b3d835; }
    .btn.btn-default:active {
      color: #fff;
      background: #b3d835;
      border: 2px solid #b3d835; }
  .btn.btn-danger {
    color: #000;
    border: 2px solid #f00;
    background: #fff; }
    .btn.btn-danger:active {
      color: #000;
      border: 2px solid #f00;
      background: #fff; }
  .btn.btn-primary {
    color: #000;
    border: 2px solid #b3d835;
    background: #fff; }
    .btn.btn-primary:active {
      color: #000;
      border: 2px solid #b3d835;
      background: #fff; }
  .btn.btn-sm {
    padding: 3px 30px; }

.pagination > li > button {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd; }
.pagination > li:first-child > button {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }
.pagination > li:last-child > button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }
.pagination > li.active > button {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7; }

.form-control {
  height: 35px;
  font-size: 15px;
  border-color: #e4e4e4;
  border-radius: 3px;
  color: #2B3857; }
  .form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #e4e4e4; }

.text-nowrap {
  white-space: nowrap; }

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label,
label.error {
  color: #f00; }

.has-error .list-unstyled li {
  display: none; }
  .has-error .list-unstyled li:last-child {
    display: block; }

.form-group .radio:first-child input.error {
  margin-top: 22px; }
.form-group .radio:first-child label.error {
  float: left;
  width: 100%;
  margin-left: -20px;
  padding-left: 0; }

.radio label.error {
  margin-top: -10px;
  margin-bottom: 10px; }

label > label.error {
  display: block;
  float: right; }

.showInfo {
  display: inline-block;
  float: right; }

.help-text {
  margin-top: 15px;
  color: #bbb; }

.iframe-table table thead {
  background: #fafafa;
  border-bottom: 1px solid #e4e4e4; }
  .iframe-table table thead tr td, .iframe-table table thead tr th {
    padding: 3px 10px;
    font-size: 12px;
    border-left: 1px solid #e4e4e4; }
.iframe-table table tbody tr td {
  padding: 3px 10px;
  font-size: 12px; }

#confirm_template, #appbundle_application_confirm_info {
  height: 162px; }

#reject_template, #appbundle_application_reject_info {
  height: 162px; }

.form-vertical .form-horizontal .control-group > label {
  text-align: left; }

.form-horizontal .form-vertical .control-group > label {
  float: none;
  padding-top: 0;
  padding-left: 0;
  text-align: left; }
  .form-horizontal .form-vertical .control-group > label.col-sm-4 {
    width: 100%; }

.form-horizontal .form-vertical .controls {
  margin-left: 0; }

.form-horizontal .form-vertical.form-actions,
.form-horizontal .form-vertical .form-actions {
  padding-left: 20px; }

.control-group .control-group {
  margin-bottom: 0; }

.npr {
  padding-right: 0; }

.npl {
  padding-left: 0; }

.pagination {
  margin: 0 0 20px; }

#authors a {
  display: inline-block;
  margin-top: 5px; }
#authors .remove {
  display: block;
  width: 15px;
  height: 15px;
  margin: 10px auto 0;
  border: 1px solid #2B3857;
  border-radius: 50%;
  text-decoration: none;
  text-align: center;
  line-height: 10px;
  cursor: pointer; }
#authors label {
  display: none; }
#authors .row:first-child > div:last-child label {
  display: block; }

#add_author_link {
  margin-bottom: 30px; }

#add_document_link {
  position: absolute;
  top: 5px;
  right: 0; }

#add_document_link {
  cursor: pointer; }

#documents {
  margin-bottom: 30px; }
  #documents label {
    display: none; }
  #documents .remove {
    display: inline-block;
    width: 15px;
    height: 16px;
    background: url(../img/icon-trash.png) no-repeat center center; }
  #documents .list-unstyled {
    color: #f00; }

#form-form[data-status="1"] #block1, #form-form[data-status="1"] #block2, #form-form[data-status="1"] #block3 {
  display: none; }

#form-form[data-status="10"] .status-pz-hide,
#form-form[data-status="11"] .status-pz-hide,
#form-form[data-status="12"] .status-pz-hide {
  display: none !important; }

#form-form[data-status="9"] .status-tz-retake-hide,
#form-form[data-status="12"] .status-tz-retake-hide {
  display: none !important; }

.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap; }

#add_image_link {
  margin-left: 5px;
  cursor: pointer; }

#images {
  margin-bottom: 30px; }
  #images label {
    display: none; }
  #images .img-wrap {
    position: relative;
    margin-bottom: 30px; }
    #images .img-wrap .remove {
      position: absolute;
      top: 10px;
      right: 20px;
      display: inline-block;
      width: 15px;
      height: 16px;
      background: url(../img/icon-trash.png) no-repeat center center; }
  #images .list-unstyled {
    color: #f00; }

.inline-block {
  display: inline-block; }

.documents-list {
  margin: 0;
  padding: 0; }
  .documents-list li {
    list-style: none;
    margin-bottom: 10px; }
    .documents-list li a {
      text-decoration: none; }
    .documents-list li img {
      height: 32px;
      margin-right: 10px; }

.images-list img {
  margin-bottom: 30px; }

.pagination > .active > span {
  background-color: #b3d835;
  border-color: #b3d835; }
  .pagination > .active > span:hover {
    background-color: #b3d835;
    border-color: #b3d835; }
.pagination > li > a {
  color: #b3d835; }

.nav-tabs > li > a {
  text-decoration: none; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #b3d835; }

.custom-file .choose-file {
  width: 24px;
  height: 26px;
  background: url(../img/icon-attachment2.png) no-repeat center center;
  overflow: hidden; }
  .custom-file .choose-file input[type="file"] {
    width: 24px;
    height: 26px;
    opacity: 0; }

#columns-show,
#iframe-columns-show {
  display: none; }

.bootstrap-tagsinput {
  width: 100%; }

.label-info {
  white-space: pre-wrap; }

.tt-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  cursor: pointer; }

.tt-suggestion {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap; }

.tt-suggestion:hover,
.tt-suggestion:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca; }

#appbundle_user_imageFile .form-group:first-child label {
  display: none; }

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

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  white-space: initial; }

.vich-image img {
  max-width: 100%; }

@media (min-width: 768px) {
  .row.equal {
    display: flex;
    flex-wrap: wrap; } }
@media screen and (min-width: 768px) {
  .xl-no-overflow {
    overflow-x: visible; } }
@media screen and (max-width: 991px) {
  header #menu a {
    padding: 23px 10px; } }
@media screen and (max-width: 767px) {
  header #menu-toggle {
    float: right;
    margin-left: 15px; }
    header #menu-toggle span {
      display: block;
      height: 3px;
      width: 20px;
      background: #000;
      margin-bottom: 4px; }
  header #menu {
    display: none; }
    header #menu a {
      display: block;
      border-left: 0;
      padding: 10px; }
    header #menu.active {
      display: block; }

  #form-form #form-type {
    padding: 15px 15px 15px 30px; }

  .form-choices {
    padding: 0 15px 0 0; }
    .form-choices ol {
      padding-left: 15px; } }

/*# sourceMappingURL=main.css.map */
