@font-face {
  font-family: "Akrobat";
  src: url("../fonts/Akrobat-Regular.woff") format("woff");
}

.article-item {
  margin-bottom: 15px;
}

.article-item .article-title,
.article-item .article-title a {
  color: inherit;
  margin: 0;
}

.article-item .article-meta,
.article-item .article-meta a {
  color: #999;
  font-size: .85em;
}

.article-item .article-meta a {
  text-decoration: underline;
}

.article-item .article-thumb {
  margin-right: 10px;
  margin-bottom: 10px;
}

.article-item .article-text {
  margin-top: 7px;
}

html,
body {
  font-family: "PT Sans", sans-serif;
  height: calc(100% - 75px);
  background: #EFF3F8;
}

.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}

.wrap > .container {
  /*width: 910px;*/
  min-height: 70px;
  padding: 30px;
  margin: 90px auto 20px;
  background-color: #ffffff;
}

/* If it IE9 */
.guest > .container {
  background-color: transparent;
}

.footer {
  /*padding-bottom: 30px;*/
  /*padding-top: 30px;*/
  /*margin-left: 20%;*/
  padding: 0 30px;
  margin-bottom: 30px;
}

.footer img {
  display: block;
  width: 150px;
}

.footer div {
  color: #aaa;
  margin-bottom: 10px;
}

.gallery-container a {
  display: inline-block;
  padding-right: 10px;
}

.gallery-container a img {
  display: block;
  max-width: 100px;
  max-height: 80px;
}

.auto-doc a img {
  max-width: 36px;
}

.login-page {
  margin: auto !important;
  position: fixed;
  height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  background-color: unset !important;
}

.login-page-footer {
  position: fixed;
  bottom: 0;
}

.jumbotron {
  text-align: center;
  background-color: transparent;
}

.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

.not-set {
  color: #c55;
  font-style: italic;
}

.text-green {
  color: #00C000 !important;
}

.text-red {
  color: #C00000 !important;
}

.application .dropdown-menu {
  min-width: 250px;
  right: 0;
  left: auto;
}

.application .dropdown-menu.dropdown-folder {
  min-width: 250px;
  right: auto;
  left: -11px;
  top: auto;
}

.application .dropdown-menu > li > a {
  padding-left: 15px;
  line-height: 40px;
}

.application .dropdown-menu > li > a > .dropdown-element-label {
  padding-left: 15px;
  line-height: 40px;
}

.application .dropdown-menu > li > .pdf-link {
  color: #1585D8;
  font-size: 14px;
  line-height: inherit;
}

.application .dropdown-menu > li > .pdf-link:focus, .application .dropdown-menu > li > .pdf-link:hover {
  color: #23527c;
  text-decoration: underline;
}

.application .application-body .row :not(:last-child) {
  padding-right: 0;
}

/*.application .application-body .row div:first-child {*/
/*  width: 36%;*/
/*}*/

/*.application .application-body .row div:not(:first-child) {*/
/*  width: 32%;*/
/*}*/

.pl-45 {
  padding-left: 45px;
}

.pl-0 {
  padding-left: 0;
}

.mr--30 {
  margin-right: -30px;
}

.mr--15 {
  margin-right: -15px;
}

.mr-30 {
  margin-right: 30px;
}

.ml-0 {
  margin-left: 0 !important;
}

.pr-0 {
  padding-right: 0;
}

.pr-15 {
  padding-right: 0;
}

.divider {
  width: 130%;
  height: 20px;
  background: #EFF3F8;
  position: relative;
  left: -10%;
  margin-top: 20px;
  margin-bottom: 30px;
}

.step {
  position: absolute;
  margin-left: -70px;
  margin-top: -28px;
}

.link-fio {
  text-decoration: underline;
  color: #1a91eb;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}

a.asc:after {
  content: "\e151";
}

a.desc:after {
  content: "\e152";
}

.sort-numerical a.asc:after {
  content: "\e153";
}

.sort-numerical a.desc:after {
  content: "\e154";
}

.sort-ordinal a.asc:after {
  content: "\e155";
}

.sort-ordinal a.desc:after {
  content: "\e156";
}

.grid-view th {
  white-space: nowrap;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

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

.img-logo {
  max-height: 50px;
  margin-right: 10px;
}

.logo-text {
  display: block;
  /*font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;*/
  color: #333333;
}

.logo-text.logo-text-div {
  font-family: 'Akrobat', sans-serif;
  float: right;
  margin-top: 8px;
  line-height: 1.5;
}

.logo-text.logo-unit {
  font-size: 12px;
}

.logo-text.logo-department {
  /*padding-top: 10px;*/
  font-size: 14px;
  font-weight: bold;
  /*float: right;*/
}

.navbar-brand {
  padding: 0;
}

.navbar-default .navbar-nav > .active > a {
  background-color: unset;
}

#header {
  background: #ffffff;
  height: 70px;
  /*border: none;*/
  box-shadow: 0 -1px 0 0 #E6EAEE;
}

@media (min-width: 768px) {
  .container > .navbar-header {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.img-konversta {
  height: 70px;
  padding: 25px 0;
}

.img-subdivision {
  height: 50px;
  padding: 10px 0;
}

.navbar-brand {
  float: left;
  font-size: 18px;
  line-height: 20px;
  margin-left: 0 !important;
}

.navbar-brand > .img-logo {
  display: block;
  /*width: 260px;*/
  /*margin-top: 11px;*/
  /*margin-left: 2px;*/
  max-width: 135px;
}

a {
  color: #69707C;
  text-decoration: none;
}

.application {
  padding: 10px 10px 10px 13px;
  margin-bottom: 10px;
  border-radius: 3px;
  background-color: #DBEEF3;
  border-left: 5px solid #289df5;
}

.application-action > i {
  color: #777;
}

#okved_button {
  color: #2f8000;
  border-bottom: 1px dashed #2f8000;
  text-decoration: none;
  font-size: 9pt;
  cursor: pointer;
}

#okved_button:hover {
  border-bottom: 1px solid #2f8000;
}

.btn-app-search {
  border-radius: 0 4px 4px 0;
  position: relative;
  left: -6px;
  top: -2px;
}

.search-helper {
  color: #000;
  border-bottom: 1px dashed #000;
  text-decoration: none;
  line-height: 30px;
  font-size: 9pt;
  cursor: pointer;
  margin-right: 10px;
}

.search-helper:hover {
  color: #464646;
  border-bottom: 1px solid #464646;
  text-decoration: none;
  line-height: 30px;
  font-size: 9pt;
}

.search-helper.active {
  color: #2f8000;
  border-bottom-color: #2f8000;
}

.search-helper.active:hover {
  color: #278054;
  border-bottom-color: #278054;
}

.filters-block {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 5px;
}

.statistic-filters-block {
  margin-bottom: 25px;
}

.statistic-submit-label {
  visibility: hidden;
}

.statistic-header {
  margin-top: 0;
  margin-bottom: 20px;
}

.filter-input-block {
  padding-right: 0;
}

.subdivision-alias {
  font-weight: bolder;
}

.active-filter {
  text-align: left;
}

.full-width {
  width: 100% !important;
  padding-left: 40px;
  padding-right: 40px;
}

.btn-select {
  width: 0 !important;
  margin-left: -40px !important;
  margin-right: 40px !important;
}

.btn-select > .dropdown-toggle {
  display: none;
}

.relative {
  position: relative;
}

.application.queue, .application-full-view .queue {
  background-color: #eeeeee !important;
  border-color: #6e6e6e;
}

.application.notification, .application-full-view .notification {
  background-color: #DBEEF3;
  border-color: #289df5;
}

.application.fsb_begin, .application-full-view .fsb_begin {
  border-color: #f0ad4e;
  background-color: #fff3e5;
}

.application.fsb_yes, .sb_yes, .application-full-view .fsb_yes {
  border-color: #269900;
  background-color: #e4f5de;
}

.application.fsb_no, .application-full-view .fsb_no {
  border-color: #f0524e;
  background-color: #ffe5e6;
}

.application.discard, .application-full-view .discard {
  border-color: #ffbf00;
  background-color: #eeeeee;
}

.application.ktsp, .application-full-view .ktsp {
  border-color: #660bab;
  background-color: #ede1f7;
}

.application p {
  margin: 0;
}

.application-description-visitors {
  color: #888;
  margin: 0;
}

.application-description-terminal {
  margin: 0 0 5px;
}

.overflow-block {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.profile-status span {
  display: inline-block;
  vertical-align: top;
  background-color: #7F7F7F;
  margin-right: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-top: 5px;
}

.profile-status span.profile-status-green {
  background-color: #00B050;
}

.application-action {
  display: inline-block;
  position: absolute;
  top: -5px;
  right: -5px;
  padding-bottom: 3px;
  padding-top: 4px;
  height: 28px;
}

.application-content h2 {
  font-size: 24px;
  margin: 0;
  padding: 0;
}

.pagination.applications a {
  color: #69707C;
}

.pagination.applications > .active > a {
  color: #fff;
}

.application-list {
  padding-top: 10px;
}

.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 0 solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}

.bs-callout-danger {
  border-left-color: #f0524e;
  background-color: #f5f5f5;
}

.collapse-visitor-applications .bs-callout-warning {
  border-radius: 3px;
  border-left-width: 5px;
}

.collapse-visitor-applications .rejected {
  border-left-color: #f0524e;
}

.bs-callout-warning {
  border-left-color: #f0ad4e;
  background-color: #fff3e5;
  margin-top: 0;
}

.bs-callout-info {
  border-left-color: #5bc0de;
  background-color: #e6f0f3;
}

.bs-callout-success {
  border-left-color: #269900;
  background-color: #f5f5f5;
}

.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: bold;
}

.application-full-view h3 {
  margin: 0;
  padding: 0;
}

.application-full-view .link-backward {
  bottom: 65px;
}

.application-full-view .name-label, .application .name-label {
  display: block;
  color: #777;
  font-size: 12px;
}

.item .application .name-label {
  display: unset;
}

.application .row {
  margin-bottom: 2px;
}

.heading {
  font-size: 14px;
  display: inline-block;
}

.application .row-label {
  margin-bottom: 5px;
}

.application-full-view .application p {
  font-size: 14px;
}

.application-full-view .application .pdf-link {
  font-size: 14px;
}

.callout-visitor h4 {
  font-size: 16px;
  /*margin-bottom: 0;*/
}

.visitor-transports {
  margin-top: 25px;
}

.visitor-transports .row .auto-doc {
  padding-left: 0;
  max-height: 40px;
  overflow: hidden;
}

.visitor-transports .row div:nth-child(2) {
  padding-left: 0;
}

.application-full-view .text-danger {
  margin-top: 7px;
  font-size: 14px;
  margin-right: 7px;
}

.application-full-view .application-status {
  font-size: 16px;
}

/* HTML: <div class="loader"></div> */
.ajax-loader {
  margin: 15% 50%;
  width: 50px;
  aspect-ratio: 1;
  display: grid;
  border-radius: 50%;
  background:
    linear-gradient(0deg ,rgb(0 0 0/50%) 30%,#0000 0 70%,rgb(0 0 0/100%) 0) 50%/8% 100%,
    linear-gradient(90deg,rgb(0 0 0/25%) 30%,#0000 0 70%,rgb(0 0 0/75% ) 0) 50%/100% 8%;
  background-repeat: no-repeat;
  animation: l23 1s infinite steps(12);
}
.ajax-loader::before,
.ajax-loader::after {
  content: "";
  grid-area: 1/1;
  border-radius: 50%;
  background: inherit;
  opacity: 0.915;
  transform: rotate(30deg);
}
.ajax-loader::after {
  opacity: 0.83;
  transform: rotate(60deg);
}
@keyframes l23 {
  100% {transform: rotate(1turn)}
}

.site-login {
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 600px) {
  .guest {
    background: #fff;
  }
}

@media screen and (min-width: 600px) {
  .guest {
    background: #fff url('../img/login-background.svg') right -50px top no-repeat;
    background-size: 100% 100%;
  }
}

@media screen and (min-width: 900px) {
  .guest {
    background: #fff url('../img/login-background.svg') right -150px top no-repeat;
    background-size: 100% 100%;
  }
}

@media screen and (min-width: 1200px) {
  .guest {
    background: #fff url('../img/login-background.svg') right -250px top no-repeat;
    background-size: 100% 100%;
  }
}

.login-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.site-login h3 {
  font-family: 'Akrobat', sans-serif;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  max-width: 550px;
  margin: 15px auto 0;
  padding: 0 15px;
  min-width: 330px;
}

#login-logo {
  max-width: 100px;
  max-height: 100px;
}

#subtitle {
  font-family: 'Akrobat', sans-serif;
  font-weight: normal;
  font-size: 18px;
}

#login-form {
  min-width: 330px;
  padding: 0 15px;
}

#login-form .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
  margin-top: 20px;
  font-size: 16px;
}

div.remember-me input[type="checkbox"].remember-me {
  display: none;
}

div.remember-me > label.remember-me > span.fancy-checkbox:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #CCCCCC;
  background: #FFF;
  content: " ";
  border-radius: 3.5px;
}

div.remember-me > input[type="checkbox"].remember-me:checked + label.remember-me > span.fancy-checkbox:after {
  border: 2px solid #1585D8;
  border-top: none;
  border-right: none;
  width: 9px;
  height: 5px;
  position: absolute;
  top: 7px;
  left: 5px;
  content: " ";
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

div.remember-me > label.remember-me > .fancy-label {
  margin: 25px;
}

div.remember-me > label.remember-me {
  position: absolute;
  top: 7px;
  left: 20px;
  cursor: pointer;
  font-weight: normal;
}

#login-form .form-group {
  margin-bottom: 0;
}

#login-form .help-block {
  margin: 0;
}

.btn-primary {
  color: #fff;
  background-image: linear-gradient(-1deg, #1991EB 2%, #2DA1F8 98%);
  border: 1px solid #1585D8;
  border-radius: 4px;
  outline: none;
}

.access-button {
  font-size: 13px;
  margin-top: -9px;
}

.send-blacklist-btn{
  font-size: 13px;
  width: 128px;
}

.row-login {
  margin-top: 15px;
  margin-bottom: 15px;
}

.transport-icon {
  width: 25px;
}

.pedestrian-icon {
  width: 20px;
}

.icon-pdf {
  width: 18px;
  height: 22px;
  margin-right: 5px;
}

.application-terminal-documents {
  display: flex;
  flex-wrap: wrap;
}

.application-terminal-documents--items {
  display: flex;
  flex-direction: column;
  width: 40px;
  max-width: 40px;
}

.xml-filename {
  overflow-x: hidden;
  white-space: nowrap;
}

.icon-xml {
  width: 32px;
  height: 32px;
  margin: 0 auto
}

.xml-link {
  color: #1585D8;
  font-size: 14px;
  text-align: center;
  width: inherit;
  white-space: nowrap;
  padding: 0 3px;
}

.warning-icon {
  width: 18px;
  margin-top: -3px;
  margin-left: 5px;
  color: #ff9a02;
}

.status-visitors .warning-icon {
  margin-top: -1px;
}

.text-pdf {
  margin-top: 1px;
}

.pdf-link {
  color: #1585D8;
  font-size: 12px;
}

.export-btn {
  line-height: inherit;
}

.xlsx-img {
  height: 34px;
}

.link-backward {
  position: relative;
  bottom: 45px;
}

#signingModal .pdf-link, .application .pdf-link, .application-full-view .pdf-link {
  font-size: 14px;
  display: inline-flex;
}

.alert {
  border-radius: 0;
}

.application-list span.status-green {
  background-color: #00B050;
}

.application-list span.status-red {
  background-color: #C00000;
}

.application-content .sort-label {
  margin: 0;
  position: absolute;
  top: -4px;
}

.application-content .sort-attr {
  padding-top: 17px;
}

.status-visitors {
  display: flex;
  align-items: center;
}
.application .visitors-count {
  display: inline;
}

.application .visitors-short-list {
  display: none;
}

.visitors-count {
  display: none;
}

.visitors-short-list {
  display: block;
}

.after-flag {
  margin-left: 23px;
}

.vessel-info div img {
  vertical-align: unset;
}

.icon-flag {
  height: 10px;
  padding-right: 4px;
  margin-top: -3px;
}

.nationality-flag {
  width: 18px;
  height: 12px;
  margin: 0 5px;
  vertical-align: baseline;
}

.visitor-list .callout-visitor .col-md-1.visitor-nationality {
  padding-left: 32px;
}

.visitor-list .callout-visitor .col-md-1.visitor-nationality img {
  margin-top: -5px;
}

.visitor-nationality .nationality-flag {
  padding-bottom: 3px;
}

.visitor-list .visitor-nationality .nationality-flag {
  position: unset;
}

.visitor-list .visitor-nationality .nationality-flag {
  padding-bottom: unset;
}

.visitor-nationality .icon-flag {
  padding-bottom: 3px;
  margin-top: 0;
}

.visitor-list .callout-visitor {
  margin-top: 0;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.visitor-list .visitor-passports .callout-visitor {
  padding: 10px 10px 10px 13px;
}

.visitor-list .visitor-passports .callout-visitor .row .col-md-2 {
  width: 18%;
}

.visitor-list .visitor-passports .callout-visitor .row .col-md-3 {
  width: 23.5%;
}

.visitor-list .visitor-passports .callout-visitor .row .col-md-4 {
  width: 32%;
}

.visitor-list .visitor-passports .callout-visitor .row .col-md-5 {
  width: 44.5%;
}

.visitor-list .visitor-passports .callout-visitor .row .col-md-8 {
  width: 68%;
}

.visitor-list .visitor-passports .callout-visitor .row .col-md-2.identification-date-of {
  width: 21%;
}

.collapse-visitor-applications .bs-callout-danger {
  padding: 10px 20px;
}

.collapse-visitor-applications .bs-callout-danger > .visitor-transports {
  margin-top: 15px;
}

.app-count {
  background: #42aeff;
  font-size: 12px;
  margin-left: 5px;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #f7f7f7;
  font-weight: bold;
  line-height: 1.6em;
  text-align: center;
  padding: 2px 6px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  height: 34px;
}

@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.tooltip-inner {
  width: 100% !important;
  max-width: 100% !important;
  text-align: left !important;
  white-space: nowrap !important;
  z-index: 1000 !important;
}

.status-visitors .tooltip {
  z-index: 1000 !important;
  width: max-content !important;
}

.tooltip-arrow {
  width: 0 !important;
  height: 0 !important;
}

.menuitem-icon {
  width: 20px;
}

.check-all {
  padding: 6px 0;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-align: center;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  display: inline-block;
}

.mass-assigment-panel .dropdown-menu > li > a {
  padding-left: 15px;
  line-height: 40px;
}

.mass-assigment-panel .dropdown-menu > li > a .dropdown-element-label {
  padding-left: 15px;
  line-height: 40px;
}

.dropdown-toggle.application-action {
  width: 34px;
  height: 34px;
  padding: 0;
}

.dropdown-toggle.application-action > i {
  text-align: center;
  vertical-align: -6px;
}

.application-checkbox {
  vertical-align: -1px;
}

.mass-assigment-burger {
  width: 34px;
  height: 34px;
}

.mass-assigment-burger > i {
  margin: -4px;
}

.disabled.mass-assigment-burger,
.disabled.check-all {
  background-color: #cccccc;
}

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

.dropdown-menu-inline-block > .dropdown-menu {
  left: inherit;
}

.bottom-container {
  position: absolute;
  bottom: 40px;
  width: 100%;
  height: 10%
}

@media screen and (max-width: 600px) {
  .bottom-container {
    bottom: 55px;
  }
}

img.trusted-application {
  height: 18px;
}

img.comment-application {
  margin-bottom: 1px;
  height: 18px;
}

.extended-info {
  height: 40px;
}

.loader {
  margin: 5px;
  text-indent: -9999em;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  position: absolute;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.loader:before {
  width: 50%;
  height: 50%;
  background: #000;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}

.loader:after {
  background: #fff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.role-button {
  cursor: pointer;
}

.h-100 {
  height: 100%;
}

.glyphicon-flipped {
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
}

.bootstrap-modal-carousel img,
.bootstrap-modal-carousel iframe {
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.bootstrap-modal-carousel iframe {
  width: 100%;
  height: 100%;
}

div.carousel-inner {
  height: 100%;
  width: auto;
}

@media (min-width: 600px) {
  .visitor-modal-window {
    width: 30%;
    height: 400px;
  }

  #buttons-modal {
    max-width: 30%;
    width: 30%;
    top: 400px;
  }

  #buttons-modal .modal-content {
    height: 65px;
  }

  #buttons-modal .modal-dialog {
    position: absolute;
    max-width: 100%;
    width: 600px;
    left: 60px;
    margin: 25px 0;
  }
}

@media (max-width: 600px) {
  .visitor-modal-window {
    height: 0;
    width: 0;
  }

  .visitor-modal-window .modal-dialog {
    display: none;
  }

  #buttons-modal {
    top: 0;
  }

  #buttons-modal .modal-dialog {
    left: 0;
  }
}

.application-scan-copy-thumbnail {
  width: 100px;
  height: 100px;
  margin: 5px;
}
