@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900);
.originator-label-1 {
  text-transform: uppercase;
  color: grey;
  display: inline-block;
  font-size: 13px;
}

/*
-----------------------------------
RESET
-----------------------------------
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, select, textarea, button,
caption
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  background: none;
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

b, strong {
  font-weight: bold;
}

/*table {
  border-collapse: collapse;
  border-spacing: 0;
}*/
button,
input[type=submit] {
  cursor: pointer;
}

*::-moz-focus-inner {
  padding: 0;
  border: 0;
  margin: 0;
}

/*
------------------------------
Base: base
Generic HTML elements
------------------------------
*/
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}

*:last-child {
  margin-bottom: 0;
}

html,
body {
  height: 100%;
}

body {
  background: white;
  color: #777;
  font: 12px/18px arial, sans-serif;
}

/*
------------------------------
Typography
------------------------------
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0d2767;
  margin-bottom: 20px;
}

h1 {
  font-size: 26px;
  font-weight: normal;
  line-height: 32px;
}

h2 {
  font-size: 22px;
  font-weight: normal;
  line-height: 30px;
}

h3 {
  font-size: 20px;
  font-weight: normal;
  line-height: 26px;
}

h4 {
  font-size: 18px;
  font-weight: normal;
  line-height: 22px;
}

h5 {
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
}

h6 {
  font-size: 15px;
  line-height: 22px;
  color: #3c579a;
  margin-bottom: 0px;
}

h7 {
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 20px;
}

.p1 {
  margin-bottom: 20px !important;
}

.p2 {
  margin-bottom: 10px !important;
}

.p3 {
  margin-bottom: 5px !important;
}

/*
------------------------------
Hyperlinks
------------------------------
*/
a {
  color: #245483;
  text-decoration: none;
}

a:hover {
  color: #245483;
  text-decoration: none;
}

/*
------------------------------
Common
------------------------------
*/
.push-left {
  float: left !important;
}

.push-right {
  float: right !important;
}

.push-down {
  height: 50px;
}

.bottom-border {
  border-bottom: 1px solid #ccc;
}

.bottom-border-notam {
  height: 6em;
}

.padding-after-border {
  padding-top: 10px;
}

.align-center {
  text-align: center;
}

.no-style-link {
  text-decoration: none;
}

.no-style-link:hover {
  text-decoration: none;
}

.rounded-border {
  border-radius: 25px !important;
  border: 1px solid #2b1f28 !important;
}

#searchSpinner {
  width: 100px;
  margin-left: 40%;
}

.full-width-button {
  width: 100% !important;
}

.help-text {
  text-transform: none;
}

/*
------------------------------
For Internet Explorer
------------------------------
*/
select::-ms-expand {
  display: none;
}

body.ie select {
  background-image: none;
}

.only-print {
  display: none;
}

/*
------------------------------
Component: button
------------------------------
*/
.btn,
.btn:hover {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  display: block;
  text-align: left;
  text-decoration: none;
  overflow: hidden;
}

.btn-inline,
.btn-inline:hover {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.btn-wide {
  width: 100%;
}

/*
------------------------------
Component: button / base
------------------------------
*/
.btn-default {
  background: #fff;
  border: 1px solid #0d2767;
  color: #0d2767;
  height: 32px;
  line-height: 30px;
  padding: 0 20px;
  transition: background 0.2s ease;
}

.btn-default:hover {
  border: 1px solid #99b3f3;
  color: #0d2767;
}

.btn-custom {
  height: 32px;
  line-height: 30px;
  padding: 0 15px;
  position: relative;
  transition: background 0.2s ease;
}

.btn-custom:before {
  position: absolute;
  top: 0;
  background: url('../images/sprites-se7ec2fcea7.png');
  content: "";
  display: block;
  height: 30px;
  width: 30px;
}

.btn-custom-wrap {
  line-height: 16px;
  padding: 7px 20px;
  position: relative;
  transition: background 0.2s ease;
}

.btn-custom-wrap:before {
  position: absolute;
  top: 0;
  background: url('../images/sprites-se7ec2fcea7.png');
  content: "";
  display: block;
  height: 30px;
  width: 30px;
}

/*
------------------------------
Component: button / text
------------------------------
*/
.btn-text {
  height: 32px;
  line-height: 30px;
  padding: 0 20px;
  position: relative;
  transition: background 0.2s ease;
  border: 1px solid #0d2767;
  background: #fff;
  color: #0d2767;
}

.btn-text:hover {
  border: 1px solid #99b3f3;
  color: #0d2767;
}

.btn-text button {
  color: #0d2767;
}

/*
------------------------------
Component: button / add
------------------------------
*/
.btn-add {
  border: 1px solid #0d2767;
  background: #fff;
  color: #0d2767;
  padding-right: 40px;
}

.btn-add:hover {
  border: 1px solid #99b3f3;
  color: #4d6f84;
}

.btn-add:before {
  background-position: 0 -331px;
  right: 0;
}

/*
------------------------------
Component: button / report
------------------------------
*/
.btn-report {
  border: 1px solid #0d2767;
  background: #fff;
  color: #0d2767;
  padding-right: 40px;
}

.btn-report:hover {
  border: 1px solid #99b3f3;
  color: #4d6f84;
}

.btn-report:before {
  background-position: 0 -301px;
  right: 0;
}

/*
------------------------------
Component: button / white
------------------------------
*/
.btn-white {
  border: 1px solid #0d2767;
  background: #fff;
  color: #0d2767;
}

.btn-white:hover {
  border: 1px solid #99b3f3;
  color: #4d6f84;
}

.btn-white:before {
  background: none;
}

/*
------------------------------
Component: button / white - blue
------------------------------
*/
.btn-white-blue {
  border: 1px solid #0d2767;
  background: #fff;
  color: #0d2767;
}

.btn-white-blue.selected {
  border: 1px solid #0d2767;
  background: #0d2767;
  color: #fff;
}

.btn-white-blue:hover {
  background: #173684;
  border: 1px solid #173684;
  color: #fff;
}

.btn-white-blue:before {
  background: none;
}

/*
------------------------------
Component: button / stripes
------------------------------
*/
.btn-stripes {
  border: 1px solid #0d2767;
  background: #fff;
  color: #0d2767;
}

.btn-stripes:hover {
  border: 1px solid #99b3f3;
  color: #4d6f84;
}

.btn-stripes:before {
  background-image: url("/images-v2/icons/ais7_ikonas-20.png");
  height: 10px;
  width: 12px;
  top: 10px;
  right: 15px;
}

/*
------------------------------
Component: button / file
------------------------------
*/
.btn-file {
  border: 1px solid #0d2767;
  background: #fff;
  color: #0d2767;
}

.btn-file:hover {
  border: 1px solid #99b3f3;
  color: #4d6f84;
}

.btn-file:before {
  background-image: url("/images-v2/icons/ais11_ikona-28.png");
  height: 26px;
  width: 20px;
  top: 1px;
  right: 5px;
}

/*
------------------------------
Component: button / arrow
------------------------------
*/
.btn-arrow {
  background: #0d2767;
  border: 1px solid #0d2767;
  color: #fff;
  padding-right: 40px;
}

.btn-arrow:hover,
a:hover .btn-arrow {
  background: #173684;
  border: 1px solid #173684;
  color: #fff;
}

.btn-arrow:before {
  background-position: 0 -541px;
  right: 0;
}

/*
------------------------------
Component: button / zip
------------------------------
*/
.btn-zip {
  background: #245483;
  border: 1px solid #245483;
  color: #fff;
  padding-right: 34px;
  line-height: 20px;
  padding-left: 7px;
  height: 23px;
}

.btn-zip:hover {
  background: #2D68A2;
  border: 1px solid #2D68A2;
  color: #fff;
}

.btn-zip:before {
  background-image: url("/images-v2/zip_ikona-41.png");
  height: 20px;
  width: 17px;
  top: -1px;
  right: 10px;
}

/*
------------------------------
Component: button / print
------------------------------
*/
.btn-print {
  border: 1px solid #0d2767;
  background: #fff;
  color: #0d2767;
  padding-right: 40px;
}

.btn-print:hover {
  border: 1px solid #99b3f3;
  color: #4d6f84;
}

.btn-print:before {
  background-position: 0 -511px;
  right: 0;
}

/*
------------------------------
Component: button / zip 2
------------------------------
*/
.btn-zip2 {
  border: 1px solid #0d2767;
  background: #fff;
  color: #0d2767;
}

.btn-zip2:hover {
  border: 1px solid #99b3f3;
  color: #4d6f84;
}

.btn-zip2:before {
  background-image: url("/images-v2/icons/ais11_ikona-22.png");
  height: 26px;
  width: 20px;
  top: 1px;
  right: 5px;
}

/*
------------------------------
Component: button / arrow
------------------------------
*/
.btn-submit {
  height: 32px;
  line-height: 32px;
  background: #0d2767;
  border: 1px solid #0d2767;
  color: #fff;
  width: 191px;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

.btn-submit:hover {
  background: #173684;
  border: 1px solid #173684;
  color: #fff;
  text-align: center;
}

.btn-submit-small {
  height: 24px;
  line-height: 23px;
  background: #0d2767;
  border: 1px solid #0d2767;
  color: #fff;
  padding: 0 10px;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  margin-top: 5px;
}

.btn-submit-small:hover {
  background: #173684;
  border: 1px solid #173684;
  color: #fff;
  text-align: center;
}

.btn-submit-medium {
  height: 25px;
  line-height: 25px;
  background: #0d2767;
  border: 1px solid #0d2767;
  color: #fff;
  width: 120px;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
}

.btn-submit-medium:hover {
  background: #173684;
  border: 1px solid #173684;
  color: #fff;
  text-align: center;
}

.btn-pointer:hover {
  cursor: pointer;
}

/*
------------------------------
Component: button / icons
------------------------------
*/
.btn-icon {
  background: url('../images/sprites-se7ec2fcea7.png');
  height: 24px;
  text-indent: -99999px;
  width: 24px;
}

.btn-moveup {
  background-position: -24px -150px;
}

.btn-movedown {
  background-position: -24px -102px;
}

.btn-sitemap {
  background-position: -25px -249px;
}

.btn-sitemap:hover {
  background-position: -25px -224px;
}

.btn-help {
  background-position: -24px -199px;
}

.btn-help:hover {
  background-position: -24px -174px;
}

.btn-search {
  background-position: 0 -224px;
}

.btn-search:hover {
  background-position: 0 -249px;
}

.btn-search2 {
  background-position: 0 -224px;
}

.btn-menu-open {
  background-position: 0 -571px;
}

.btn-menu-close,
.btn-search-close,
.btn-submenu-close {
  background-position: 0 -102px;
}

.btn-search-close {
  background-position: 0 -78px;
}

/*
------------------------------
Button tooltip
------------------------------
*/
.btn .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
}

.btn:hover .tooltiptext {
  visibility: visible;
  overflow: visible;
  z-index: 100;
}

/*
------------------------------
Page menu select
------------------------------
*/
.select-box {
  border: 1px solid #0d2767;
  background: #fff;
  color: #0d2767;
}

.select-box:hover {
  border: 1px solid #99b3f3;
  color: #4d6f84;
}

.btn-submit-large {
  width: 230px;
}

/*
------------------------------
Component: icon
------------------------------
*/
.ico {
  background: url('../images/sprites-se7ec2fcea7.png');
  display: block;
  height: 24px;
  overflow: hidden;
  text-indent: -99999;
  width: 24px;
}

.ico-edit {
  background-position: 0 -199px;
}

.ico-user-access {
  background-position: 0 -150px;
}

.ico-acess-rights {
  background-position: -19px -56px;
}

.ico-unblocked-access {
  background-position: 0 -56px;
}

.ico-unblocked-access {
  height: 22px;
}

.ico-blocked-access {
  background-position: -37px -18px;
}

.ico-remove {
  background-position: 0 -126px;
}

.ico-trash {
  background-position: -24px -78px;
}

.ico-pdf {
  background-position: -24px -126px;
}

.ico-report {
  background-position: 0 -301px;
}

.ico-add {
  background-position: 0 -331px;
}

.ico-arrow {
  background-position: -18px -18px;
  width: 18px;
  height: 18px;
}

/*
------------------------------
Component: file
------------------------------
*/
.files-container {
  width: 100%;
}
.files-container .file-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.files-container .file-row:not(:first-child) {
  padding-top: 5px;
}
@media only screen and (min-width: 561px) and (max-width: 768px) {
  .files-container .file-row {
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 1121px) {
  .files-container .file-row {
    flex-wrap: nowrap;
  }
}
@media only screen and (max-width: 500px) {
  .files-container .arrows-column {
    display: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 960px) {
  .files-container .arrows-column {
    display: none;
  }
}
.files-container .file-column {
  width: 230px;
  padding-right: 10px;
  margin-right: auto;
}
.files-container .crc-column {
  width: 38%;
}
.files-container .crc-column .narrow-screen-actions-column {
  display: flex;
  padding: 5px 0px 20px 0px;
}
@media only screen and (min-width: 561px) and (max-width: 768px) {
  .files-container .crc-column .narrow-screen-actions-column {
    display: none;
  }
}
@media only screen and (min-width: 1121px) {
  .files-container .crc-column .narrow-screen-actions-column {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  .files-container .crc-column {
    flex: none;
    width: 165px;
  }
}
.files-container .actions-column {
  display: flex;
  padding: 5px 50px 20px 0px;
}
@media only screen and (max-width: 560px) {
  .files-container .actions-column {
    display: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1120px) {
  .files-container .actions-column {
    display: none;
  }
}

.file {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  min-height: 26px;
  padding-left: 24px;
  position: relative;
  overflow: hidden;
  padding-top: 5px;
}

.file-corrupt {
  color: #777;
}

.file-broken {
  color: #af272d;
}

.file-upload-date {
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  padding-left: 30px;
}

.file:before {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images-v2/icons/ais11_ikona-28.png");
  content: "";
  display: block;
  height: 25px;
  width: 20px;
}

.file-pdf:before {
  background-image: url("/images-v2/icons/ais11_ikona-17.png");
}

.file-list-pdf {
  padding-left: 40px;
  padding-right: 30px;
}

.file-list-pdf:before {
  background-image: url("/images-v2/icons/ais11_ikona-17.png");
  padding-right: 5px;
}

.file-list-pdf:after {
  position: absolute;
  top: 9px;
  right: 0;
  background-image: url("/images-v2/icons/ais7_ikonas-20.png");
  content: "";
  display: block;
  height: 10px;
  width: 12px;
}

.file-png:before {
  background-image: url("/images-v2/icons/ais11_ikona-19.png");
}

.file-xls:before {
  background-image: url("/images-v2/icons/ais11_ikona-21.png");
}

.file-corrupt:before {
  background-image: url("/images-v2/icons/ais11_ikona-29.png");
}

.file-zip:before {
  background-image: url("/images-v2/icons/ais11_ikona-22.png");
}

.file-broken:before {
  background-image: url("/images-v2/icons/ais21_ikona-51.png");
}

/*
.file {
  @include inline-block();
  min-height: 24px;
  padding: 3px 0;
  padding-left: 24px;
  position: relative;
  overflow: hidden;
}

.file:before {
  @include absolute(top 0 left 0);
  background: sprite-url($map);
  content: "";
  display: block;
  height: 24px;
  width: 18px;
}

.file:before {
  $position: sprite-position($map, mime-txt);
  background-position: $position;
}

.file-png:before {
  $position: sprite-position($map, mime-png);
  background-position: $position;
}

.file-jpg:before,
.file-jpeg:before {
  $position: sprite-position($map, mime-jpg);
  background-position: $position;
}

.file-gif:before {
  $position: sprite-position($map, mime-gif);
  background-position: $position;
}

.file-doc:before,
.file-docx:before {
  $position: sprite-position($map, mime-doc);
  background-position: $position;
}

.file-xls:before,
.file-xlsx:before {
  $position: sprite-position($map, mime-xls);
  background-position: $position;
}

.file-pdf:before {
  $position: sprite-position($map, mime-pdf);
  background-position: $position;
}

.file-txt:before {
  $position: sprite-position($map, mime-txt);
  background-position: $position;
}
*/
/*
------------------------------
Component: form
------------------------------
*/
.input-label {
  color: #909090;
  display: block;
  font-size: 13px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
}

.input-label.disabled {
  opacity: 0.5;
}

.filter-form .input-label {
  font-size: 11px;
  text-transform: none;
  font-weight: normal;
}

.input-label-required:after {
  color: #cc0000;
  content: " *";
}

.input {
  display: block;
  position: relative;
  overflow: hidden;
}

.input button {
  position: absolute;
  top: 0;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background: no-repeat;
  background-image: url('../images/sprites-se7ec2fcea7.png');
  border: 0;
  overflow: hidden;
  z-index: 1;
}

.input-text {
  background: #fff;
  border: 1px solid #ccc;
  height: 32px;
}

.input-text input {
  height: 30px;
  padding: 0 10px;
  width: 100%;
  font-size: 14px;
}

.input-number {
  background: #fff;
  border: 1px solid #ccc;
  height: 32px;
}

.input-number input {
  height: 30px;
  padding: 0 10px;
  width: 100%;
  font-size: 14px;
}

.input-password {
  background: #fff;
  border: 1px solid #ccc;
  height: 32px;
}

.input-password input {
  height: 30px;
  padding: 0 10px;
  width: 100%;
  font-size: 14px;
}

.input-select {
  background: #fff;
  border: 1px solid #ccc;
  height: 32px;
}

.input-select select {
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  height: 30px;
  text-indent: 0.01px;
  text-overflow: "";
  padding-left: 10px;
  padding-right: 32px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.input-select option {
  color: #000;
  font-style: normal;
}

.input-select button {
  height: 32px;
  right: 0;
  width: 30px;
}

.input-select-multiple,
.input-select-multiple select {
  height: auto;
  min-height: 120px;
}

.input-select-multiple button {
  display: none;
}

.input-date,
.input-email,
.input-search {
  background: #fff;
  border: 1px solid #ccc;
  height: 32px;
}

.input-date input,
.input-email input,
.input-search input {
  height: 30px;
  padding-left: 10px;
  padding-right: 30px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.input-date button,
.input-email button,
.input-search button {
  height: 30px;
  right: 0;
  width: 30px;
}

.input-textarea {
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px;
}

.input-textarea textarea {
  max-height: 300px;
  min-height: 100px;
  padding: 2px 5px;
  resize: vertical;
  width: 100%;
  font-size: 14px;
}

.input-checkbox {
  cursor: pointer;
  padding-left: 24px;
  position: relative;
  min-height: 18px;
  min-width: 18px;
  width: auto;
  pointer-events: none;
}

.input-checkbox input {
  display: none;
}

.input-checkbox:before {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/sprites/check-box-48.png");
  content: "";
  display: block;
  height: 16px;
  width: 18px;
  top: 1px;
  pointer-events: auto;
}

.input-checkbox.disabled:before {
  opacity: 0.5;
}

.input-checkbox label {
  color: #255483;
}

.input-radio input {
  display: none;
}

.input-radio label {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  cursor: pointer;
  margin-right: 10px;
  padding-left: 24px;
  position: relative;
  min-height: 18px;
  min-width: 18px;
}

.input-radio label:before {
  position: absolute;
  top: 0;
  left: 0;
  background: url('../images/sprites-se7ec2fcea7.png');
  content: "";
  display: block;
  height: 18px;
  width: 18px;
}

.input-small {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  height: 20px;
}

.input-small input,
.input-small select {
  height: 18px;
  padding: 0 5px;
  width: auto;
}

/*
.input-checkbox:before {
  $position: sprite-position($map, input-checkbox-off);
  background-position: $position;
}
*/
.input-checkbox.checked:before {
  background-image: url("/images/sprites/check-box-47.png");
  top: 0px;
}

.input-checkbox.checked.disabled:before {
  opacity: 0.5;
}

.input-radio label:before {
  background-position: 0 0;
}

.input-radio label.checked:before {
  background-position: -36px 0;
}

.input-select button {
  background-position: 0 -481px;
}

.input-date button {
  background-position: 0 -361px;
}

.input-email button {
  background-position: 0 -421px;
}

.input-search button {
  background-position: 0 -451px;
}

.text-search:before {
  background: url("../images/sprites/input-search.png");
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  top: 0;
  right: 0;
}

.text-date:before {
  background: url("../images/sprites/ais21_ikona-49.png");
  position: absolute;
  content: "";
  height: 18px;
  width: 20px;
  top: 6px;
  right: 5px;
}

.input-errors ul {
  color: #d21300;
  font-size: 11px;
  padding: 5px 10px 0;
}

.input-error {
  background: #fff3f3;
  border: 1px solid #e8aaaa;
  color: #cc0000;
}

:-moz-placeholder {
  color: #ccc;
  font-style: italic;
  opacity: 1;
}

::-moz-placeholder {
  color: #ccc;
  font-style: italic;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #ccc;
  font-style: italic;
}

:-ms-input-placeholder {
  color: #ccc;
  font-style: italic;
}

select option {
  color: #000;
  font-style: normal;
}

select option[disabled]:first-child {
  display: none;
}

/*
------------------------------
Component: navigation
------------------------------
*/
.nav ul,
.nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav ul {
  *zoom: 1;
}
.nav ul:after {
  content: "";
  display: table;
  clear: both;
}

.nav ul.horizontal li {
  float: left;
}

.nav ul.vertical li {
  float: none;
}

/*
------------------------------
Component: grid
------------------------------
*/
.grid, .grid > .grid-wrapper {
  display: block;
  *zoom: 1;
}
.grid:after, .grid > .grid-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.grid > .grid-wrapper {
  margin: -15px;
}

.grid-row {
  *zoom: 1;
}
.grid-row:after {
  content: "";
  display: table;
  clear: both;
}

.grid-col {
  display: block;
  float: left;
  padding: 15px;
  width: 100%;
  width: auto;
}

[class*="grid-col-"] {
  display: block;
  float: left;
  padding: 15px;
  width: 100%;
}

.grid-small, .grid-small > .grid-small-wrapper {
  display: block;
  *zoom: 1;
}
.grid-small:after, .grid-small > .grid-small-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.grid-small > .grid-small-wrapper {
  margin: -5px;
}

.grid-small-col {
  display: block;
  float: left;
  padding: 5px;
  width: 100%;
  width: auto;
}

[class*="grid-small-col-"] {
  display: block;
  float: left;
  padding: 5px;
  width: 100%;
}

.grid-col-1 {
  width: 8.33333%;
}

.grid-col-2 {
  width: 16.66667%;
}

.grid-col-3 {
  width: 25%;
}

.grid-col-4 {
  width: 33.33333%;
}

.grid-col-5 {
  width: 41.66667%;
}

.grid-col-6 {
  width: 50%;
}

.grid-col-7 {
  width: 58.33333%;
}

.grid-col-8 {
  width: 66.66667%;
}

.grid-col-9 {
  width: 75%;
}

.grid-col-10 {
  width: 83.33333%;
}

.grid-col-11 {
  width: 91.66667%;
}

.grid-col-12 {
  width: 100%;
}

/*
------------------------------
Component: data-grid
------------------------------
*/
.data-grid {
  border-collapse: collapse;
  width: 100%;
}
.data-grid a {
  text-decoration: none;
}
.data-grid tr.is-corrupted {
  background-color: #F7E9EA;
}
.data-grid th,
.data-grid td {
  border-bottom: 1px solid #ccc;
  padding: 5px;
  text-align: left;
  vertical-align: middle;
}
.data-grid th {
  border-bottom: 2px solid #777;
  color: #888;
  font-size: 12px;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.data-grid th a {
  color: #888;
}
.data-grid tr:last-child td {
  border-bottom: none;
}
.data-grid .filter-icon-asc {
  background-image: url("/images-v2/kartibas_ikona-17.png");
  height: 10px;
  width: 12px;
  top: 10px;
  right: 15px;
}
.data-grid .filter-icon-desc {
  background-image: url("/images-v2/kartibas_ikona-16.png");
  height: 10px;
  width: 12px;
  top: 10px;
  right: 15px;
}
.data-grid .filter-icon-random {
  background-image: url("/images-v2/kartibas_ikona-15.png");
  height: 10px;
  width: 12px;
  top: 10px;
  right: 15px;
}

.data-grid-valign-top td {
  vertical-align: top;
}

@media (max-width: 768px) {
  .mobile-full-width {
    width: 100%;
  }

  .grid-button-col {
    width: 100%;
  }
}
/*
------------------------------
Component: orderlist
------------------------------
*/
.order-list,
.order-list li {
  margin: 0;
  padding: 0;
}

.order-list {
  border-top: 2px solid #ccc;
  list-style-type: number;
  list-style-position: inside;
  margin-bottom: 20px;
}

.order-list li {
  border-bottom: 1px solid #e1e1e1;
  padding: 5px 10px;
}

/*
------------------------------
Component: text
------------------------------
*/
.text-small {
  font-size: 11px;
}

.text-italic {
  font-style: italic;
}

/*
------------------------------
Component: text colors
------------------------------
*/
.color-black {
  color: #222;
}

.color-gray {
  color: #aaa;
}

.color-red {
  color: #c10b0b;
}

.ms-container {
  background: transparent url("../images/switch.png") no-repeat 50% 50%;
  width: 100%;
}

.ms-container:after {
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  min-height: 0;
  visibility: hidden;
}

.ms-container .ms-selectable, .ms-container .ms-selection {
  background: #fff;
  color: #555555;
  float: left;
  width: 47%;
}

.ms-container .ms-selection {
  float: right;
}

.ms-container .ms-list {
  border: 1px solid #ccc;
  position: relative;
  height: 100px;
  padding: 0;
  overflow-y: auto;
}

.ms-container ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}

.ms-container .ms-optgroup-container {
  width: 100%;
}

.ms-container .ms-optgroup-label {
  margin: 0;
  padding: 5px 0px 0px 5px;
  cursor: pointer;
  color: #999;
}

.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection {
  border-bottom: 1px #eee solid;
  padding: 2px 10px;
  color: #555;
  font-size: 14px;
}

.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  background-color: #173684;
}

.ms-container .ms-selectable li.disabled,
.ms-container .ms-selection li.disabled {
  background-color: #eee;
  color: #aaa;
  cursor: text;
}

.quicksearch-input {
  background: #fff;
  border: 1px solid #ccc;
  height: 32px;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 0 10px;
  width: 100%;
}

/*
------------------------------------------
Components: alerts
------------------------------------------
*/
#popup_overlay {
  background: rgba(0, 0, 0, 0.3);
}

/* Popup Container */
#popup_container {
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  color: #333;
  max-width: 600px;
  min-width: 320px;
  position: fixed;
  z-index: 99999;
  overflow: hidden;
  animation: fadeIn 0.3s ease-in-out;
}

/* Popup Title */
#popup_title {
  background: #f4f6f9;
  border-bottom: 1px solid #e5e5e5;
  color: #0d2767;
  font-family: Verdana, sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 36px;
  padding: 10px;
  text-align: center;
}

/* Popup Content */
#popup_content {
  margin: 0;
  padding: 18px 40px;
  text-align: center;
}

#popup_content #popup_message {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
}

/* Panel for buttons */
#popup_content #popup_panel {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

/* Buttons */
#popup_content #popup_panel button {
  background: #0d2767;
  border: 1px solid #0d2767;
  color: #fff;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.1s ease;
  flex: 1;
}

#popup_content #popup_panel button:hover {
  background: #173684;
  border-color: #173684;
}

/* Button text alignment */
#popup_content #popup_panel button span {
  text-align: center;
  display: block;
}

#popup_close {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 18px;
  color: #f44336;
  z-index: 10000;
}

#popup_close:hover {
  color: #d32f2f;
  transform: scale(1.1);
  transition: transform 0.2s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/*
------------------------------
Layout: default
------------------------------
*/
.page-wrapper {
  min-height: 100%;
  position: relative;
  width: 100%;
}

.page-overlay {
  position: absolute;
  top: 72px;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  width: 100% !important;
  z-index: 900;
}

.page-container {
  *zoom: 1;
  margin: 0 auto;
  max-width: 1250px;
  min-width: 320px;
  padding: 15px;
  width: 100%;
}
.page-container:after {
  content: "";
  display: table;
  clear: both;
}

.page-row {
  margin-bottom: 20px;
}

.page-row:last-child {
  margin-bottom: 0;
}

.page-divider {
  border-top: 1px solid #ccc;
  height: 1px;
  margin: 20px 0;
}

.select-2-input .input {
  position: initial;
}
.select-2-input .input-select {
  background: none;
  border: none;
}

.scrollup {
  width: 114px;
  position: fixed;
  bottom: -1px;
  right: 0px;
  text-indent: -9999px;
  background: url("/images-v2/scroll_to_top-13.png") no-repeat;
  height: 75px;
  display: none;
}

.cookie-message {
  position: fixed;
  width: 100%;
  background: white;
  z-index: 100;
  bottom: 0;
  box-shadow: 0px -1px 7px -1px #0d2767;
}

.cookie-message .page-container .btn-submit {
  height: 27px;
  line-height: 25px;
  background: #0d2767;
  border: 1px solid #0d2767;
  color: #fff;
  width: 122px;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  float: right;
  margin-top: -5px;
  margin-right: 100px;
}

@media screen and (max-width: 1280px) {
  .cookie-message .page-container .btn-submit {
    float: none;
    margin-top: 5px;
    margin-right: 0px;
  }
}
/*
------------------------------
Layout: default / tablet
------------------------------
*/
/*
------------------------------
Layout: header
------------------------------
*/
.page-header-grid {
  *zoom: 1;
  overflow: visible;
}
.page-header-grid:after {
  content: "";
  display: table;
  clear: both;
}

.page-header-aside,
.page-header-content {
  position: relative;
}

.page-header-logo-container {
  display: flex;
  justify-content: flex-end;
  position: relative;
  width: 70%;
  height: 56px;
  background: #0d2767;
  padding-left: 30px;
}

.page-header-blue-line {
  position: absolute;
  top: 15px;
  right: 50%;
  bottom: 15px;
  background: #0d2767;
  width: 99999px;
}

.page-header-logo {
  content: url("/images-v2/LGS_logo_nobg.png");
  padding-right: 30px;
  height: 100%;
}

/*
------------------------------
Layout: default / tablet
------------------------------
*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .page-header-logo {
    content: url("/images-v2/LGS_logo_nobg_mobile.png");
    padding-right: 30px;
    height: 100%;
  }
}
@media only screen and (max-width: 1499px) {
  .page-header-logo {
    background-image: none;
  }
}
@media only screen and (max-width: 1380px) {
  .page-header-title {
    text-align: left;
    white-space: normal;
  }
}
@media only screen and (max-width: 767px) {
  .page-header-aside {
    width: 66.66667%;
  }

  .page-header-content {
    width: 33.33333%;
    position: static;
  }

  .page-header-nav {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    background: #fff;
    display: none;
    padding: 30px;
    width: 100%;
    z-index: 999;
  }

  .nav-main-0 nav, .nav-main-0 ul, .nav-main-0 .page-header-nav-col {
    overflow: hidden;
  }
  .nav-main-0 li {
    float: none !important;
    padding-bottom: 40px;
  }
  .nav-main-0 .user-logo {
    margin-top: -10px;
    padding-top: 0;
  }
  .nav-main-0 a.rounded-border {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    line-height: 25px;
    padding: 5px 20px;
  }
  .nav-main-0 .nav-login-col {
    display: block;
    margin-top: 10px;
    padding-left: 0px;
    padding-right: 30px;
  }
  .nav-main-0 .login-form .code-number {
    right: -70px;
  }
  .nav-main-0 .vertical li {
    padding-bottom: 0px;
  }
  .nav-main-0 .vertical li a {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #2b1f28;
  }

  .page-header-nav-col {
    float: none !important;
    width: 100%;
  }
}
/*
------------------------------
Layout: mobile
------------------------------
*/
@media only screen and (max-width: 600px) {
  .page-header-logo {
    content: url("/images-v2/LGS_logo_nobg_mobile.png");
    padding-right: 30px;
    height: 100%;
  }
}
/*
------------------------------
Layout: default
------------------------------
*/
.page-body-title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  overflow: hidden;
}
.page-body-title a {
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  margin: 0 10px;
}
.page-body-title .seperator-line {
  text-align: center;
  margin-left: 5px;
  margin-right: -15px;
  display: inline-block;
  font-size: 16px;
  margin-top: -1px;
}
.page-body-title select {
  font-size: 14px;
  background: #fff;
  border: 1px solid #ccc;
  height: 32px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  height: 30px;
  text-indent: 0.01px;
  text-overflow: "";
  padding-left: 10px;
  padding-right: 30px;
  width: 100%;
  z-index: 2;
}
.page-body-title select option {
  color: #000;
  font-style: normal;
}
.page-body-title select button {
  height: 30px;
  right: 0;
  width: 30px;
}

.page-body-with-descr {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.title-descr {
  color: black;
  font-size: 15px;
}

/*
------------------------------
Layout: default / tablet
------------------------------
*/
@media only screen and (max-width: 767px) {
  .page-body-aside,
  .page-body-content {
    width: 100%;
  }
}
/*
------------------------------
Layout: footer
------------------------------
*/
/*
------------------------------
Layout: footer / tablet
------------------------------
*/
@media only screen and (max-width: 767px) {
  .page-footer-col {
    width: 50%;
  }
}
/*
------------------------------
Layout: footer / phablet
------------------------------
*/
@media only screen and (max-width: 559px) {
  .page-footer-col {
    width: 100%;
  }

  .push-down {
    display: none;
  }
}
/*
------------------------------
Layout: content
------------------------------
*/
/*
------------------------------
Layout: content / tablet
------------------------------
*/
@media only screen and (max-width: 767px) {
  .page-content-col {
    width: 100%;
  }

  .page-inner-content-col {
    width: 50%;
  }
}
/*
------------------------------
Layout: content / phablet
------------------------------
*/
@media only screen and (max-width: 559px) {
  .page-content-col {
    width: 100%;
  }

  .page-inner-content-col {
    width: 100%;
  }

  .push-down {
    display: none;
  }
}
/*
------------------------------
Layout: content / phablet
------------------------------
*/
.scrollable {
  overflow: auto;
  margin-top: -20px;
  padding: 20px 0;
}

/*
------------------------------
Module: main navigation
------------------------------
*/
/*
----------------------------------------
Module: main navigation
----------------------------------------
*/
.btn-menu-open,
.btn-menu-close {
  display: none;
}

.btn-menu-open {
  height: 56px;
  width: 55px;
  margin-top: -12px;
}

.nav-main a {
  text-decoration: none;
}

.nav-main-0 > li {
  margin: 0 5px;
  text-transform: uppercase;
  margin-right: 10px;
}

.nav-main-0 > li > a {
  border: 1px solid transparent;
  border-radius: 30px;
  color: #2b1f28;
  display: block;
  font-size: 14px;
  line-height: 24px;
  padding: 0 10px;
}

.nav-main-0 > li.active > a {
  border: 1px solid #555;
  text-decoration: none;
}

.nav-main-1 {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  display: none;
  margin-top: -15px;
  padding: 20px;
  z-index: 900;
}

.nav-main-1-col {
  display: table-cell;
  max-width: 250px;
  min-width: 150px;
  padding: 15px;
  vertical-align: top;
}

.nav-main-1 li {
  border-top: 1px solid #eee;
  margin: 0;
  text-transform: none;
  margin-right: 60px;
}

.nav-main-1 li:first-child {
  border-top: none;
}

.nav-main-1 li a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  color: #0d2767;
  padding: 28px 15px;
  font-size: 14px;
}

.nav-login-col {
  display: table-cell;
  max-width: 460px;
  min-width: 460px;
  padding: 15px;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .nav-login-col {
    min-width: 100%;
    padding: 0px;
  }
}
/*
----------------------------------------
Module: fullscreen search
----------------------------------------
*/
.menu-search {
  display: block;
  left: -92%;
  width: 234%;
  min-height: 1550%;
  padding-left: 55%;
  padding-right: 55%;
}

/*
----------------------------------------
Module: navigation triangle
----------------------------------------
*/
.nav-triangle {
  position: absolute;
  top: -10px;
  left: 0;
  height: 10px;
  width: 20px;
}

.nav-triangle:after,
.nav-triangle:before {
  position: absolute;
  top: 0;
  left: 0;
  border: solid transparent;
  border-width: 0 10px 10px;
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.nav-triangle:before {
  border-bottom-color: #999;
  top: -1px;
}

.nav-triangle:after {
  border-bottom-color: #fff;
  top: 0;
}

/*
----------------------------------------
Module: icons navigation
----------------------------------------
*/
.nav-icons li {
  margin: 0 10px;
  text-transform: uppercase;
}

.nav-icons li a {
  color: #2b1f28;
  display: block;
  line-height: 24px;
}

.nav-icons li.active {
  border: 1px solid #555;
  border-radius: 30px;
  color: #2b1f28;
  display: block;
  font-size: 14px;
  line-height: 24px;
  padding: 0 10px;
  text-decoration: none;
}

/*
----------------------------------------
Module: languages navigation
----------------------------------------
*/
.nav-languages li {
  margin: 0 10px;
  text-transform: uppercase;
}

.nav-languages li a {
  border: 1px solid #aaa;
  border-radius: 30px;
  color: #2b1f28;
  display: block;
  height: 26px;
  line-height: 24px;
  font-size: 11px;
  text-align: center;
  transition: all 0.5s linear;
  width: 26px;
}

.nav-languages li:hover a,
.nav-languages li.active a {
  border: 1px solid #222;
  color: #222;
  text-decoration: none;
}

/*
----------------------------------------
Module: main navigation / responsive
----------------------------------------
*/
@media only screen and (max-width: 767px) {
  .nav-main-1-col {
    max-width: 100%;
    width: 100%;
  }

  .nav-main-0 > li {
    margin: 0;
    width: 100%;
  }

  .nav-main-0 > li > a {
    font-size: 17px;
    padding: 5px 10px;
  }

  .nav-main-1 {
    position: static;
    box-shadow: none;
    margin: 0;
    padding: 0;
    padding: 30px 15px 0;
    width: 100%;
  }

  .nav-main-1 ul {
    border-top: 1px solid #eee;
  }

  .nav-main-1-col:first-child ul {
    border-top: none;
  }

  .nav-main-1 li a {
    font-size: 14px;
    padding: 10px 0;
  }

  .nav-triangle,
  .btn-submenu-close {
    display: none;
  }

  .btn-menu-open,
  .btn-menu-close,
  .nav-main-1-col {
    display: block;
    padding: 0;
  }
}
.user-logo {
  margin-left: -11px !important;
  margin-right: 0px !important;
  max-width: 225px;
}
.user-logo span {
  font-size: 12px;
}

.search-input {
  font-size: 25px;
  color: #002868;
  margin-bottom: 20px;
  width: 100%;
}

.search-normal-text {
  font-size: 16px;
  color: grey;
}

.search-name {
  font-size: 14px;
  font-weight: bolder;
  color: black;
}

.search-heading {
  font-size: 15px;
  font-weight: bolder;
  color: #5c5c5c;
}

/*
------------------------------
Module: aside navigation
------------------------------
*/
.mod-aside-nav {
  background: #f7f3df;
  padding: 5px 0;
}

/*
------------------------------
Module: sidebar / navigation
------------------------------
*/
.mod-aside-nav li a {
  color: #2b1f28;
  display: block;
  padding: 8px 15px;
  text-decoration: none;
  transition: padding 0.2s ease;
}
.mod-aside-nav li:hover,
.mod-aside-nav li.active {
  background: #0d2767;
  margin-left: -15px;
  margin-right: 15px;
}
.mod-aside-nav li:hover a,
.mod-aside-nav li.active a {
  padding-left: 30px;
  color: #fff;
}

/*
------------------------------
Module: messages
------------------------------
*/
.messages,
.message {
  margin: 0;
  padding: 0;
}

.messages {
  list-style: none;
  margin-bottom: 20px;
}

.messages-popup {
  display: none;
}

.message {
  background: #ebffeb;
  border: 1px solid #d1e8d1;
  margin-bottom: 10px;
  padding: 10px 15px;
}

.flash-message-text {
  display: inline-block;
  margin-top: 7px;
  margin-left: 10px;
}

/*
------------------------------
Module: messages / statuses
------------------------------
*/
.message-success {
  background: #F1F6D6;
  border: 1px solid #F1F6D6;
  color: #76843D;
  font-size: 14px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 15px;
}

.message-error {
  background: #DF9999;
  border: 1px solid #f0c6c6;
  color: #B70000;
  font-size: 14px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 15px;
}

.message-info {
  background: #C2ECF1;
  border: 1px solid #C2ECF1;
  color: #166FAB;
  font-size: 14px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 15px;
}

.message-warning {
  background: #FCE9AF;
  border: 1px solid #FCE9AF;
  color: #E48122;
  font-size: 14px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 15px;
}

/*
------------------------------
Module: paginator
------------------------------
*/
.paginator {
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}

.paginator ul,
.paginator li {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.paginator li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-transform: uppercase;
}

.paginator a {
  display: block;
  padding: 5px 8px;
}

.paginator li.active a {
  color: #000;
  font-weight: bold;
}

.paginator li.disabled a {
  color: #000;
  filter: grayscale(100%);
  filter: gray;
  filter: alpha(opacity=35);
  opacity: 0.35;
  pointer-events: none;
  -webkit-filter: grayscale(1);
}

.pagination-prev a:before,
.pagination-next a:before {
  background: url('../images/sprites-se7ec2fcea7.png');
  content: "";
  display: block;
  height: 18px;
  width: 18px;
}

.pagination-prev a {
  margin-right: 20px;
  padding-left: 22px;
}

.pagination-prev a:before {
  background-position: -18px 0;
  margin-left: -22px;
  float: left;
}

.pagination-next a {
  margin-left: 20px;
  padding-right: 22px;
}

.pagination-next a:before {
  background-position: -19px -18px;
  margin-right: -22px;
  float: right;
}

/*
------------------------------
Module: filter
------------------------------
*/
.filter-title {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 5px;
  color: #888;
  font-size: 13px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.filter {
  margin-bottom: 30px;
}
.filter, .filter > .filter-wrapper {
  display: block;
  *zoom: 1;
}
.filter:after, .filter > .filter-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.filter > .filter-wrapper {
  margin: -15px;
}

.filter-col {
  display: block;
  float: left;
  padding: 15px;
  width: 100%;
}

.filter-col-left {
  width: 25%;
}

.filter-col-right {
  width: 75%;
}

.filter-form, .filter-form > .filter-form-wrapper {
  display: block;
  *zoom: 1;
}
.filter-form:after, .filter-form > .filter-form-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.filter-form > .filter-form-wrapper {
  margin: -5px;
}

.filter-form-col {
  display: block;
  float: left;
  padding: 5px;
  width: 33.33333%;
}

.filter-form-col-notam {
  padding: 0px !important;
  height: 4em;
  float: right;
}

.filter-form-col-3 {
  display: block;
  float: left;
  padding: 5px;
  width: 33.33333%;
  width: 25%;
}

.clear-filter-label {
  text-align: right;
  padding: 0px;
}

.clear-filter {
  text-decoration: none;
  font-size: 15px;
  text-transform: uppercase;
}

.clear-filter:hover {
  text-decoration: none;
}

.data-set-filter-col {
  width: 100%;
  display: block;
  padding: 15px;
  margin-bottom: 10px;
}
.data-set-filter-col .grid-col-3 {
  padding-left: 45px;
}
.data-set-filter-col .java-download-button {
  margin-top: 22px;
  padding: 0px !important;
}
.data-set-filter-col a {
  font-size: 30px;
  color: #bdbdbd;
}
.data-set-filter-col .selected_value {
  text-decoration: underline;
  color: #245483;
}

@media only screen and (max-width: 767px) {
  .filter-col-left,
  .filter-col-right,
  .filter-form-col {
    float: none;
    width: 100%;
  }

  .filter-form-col-notam {
    padding: 0px !important;
    height: 4em;
  }
}
/*
------------------------------
Module: applet
------------------------------
*/
.java-applet {
  border: 1px solid #ccc;
  padding: 20px;
}

.java-applet applet {
  border: 1px dotted #ccc;
  display: block;
  height: 50px;
  width: 50px;
}

.applet-runs {
  color: green;
}

.applet-fails {
  color: red;
}

/*
------------------------------
Module: distribution
------------------------------
*/
.distributions {
  border-top: 1px solid #ccc;
  padding: 15px 0;
}

.distributions-row {
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}

.distributions-actions {
  padding-bottom: 0;
}

.no-label-element {
  margin-top: 35px;
  padding-left: 45px;
}

.no-label-element-line {
  margin-top: 35px;
  padding-left: 15px;
}

.file-add {
  margin-top: 27px;
  width: 100%;
  text-align: center;
}

.file-add:hover {
  text-align: center;
}

.user-info-descr {
  font-size: 15px;
  text-align: center;
}

.dataset-row-container {
  margin-bottom: 20px;
}
.dataset-row-container .dataset-row {
  border: 1px solid #0d2767;
  margin-bottom: 5px;
  padding: 3px;
}
.dataset-row-container .dataset-row .title-container {
  padding: 5px;
  border-bottom: 1px solid #ccc;
}
.dataset-row-container .dataset-row .title-container .title {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #0d2767;
}
.dataset-row-container .dataset-row .title-container .subtitle {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  color: #bdbdbd;
}
.dataset-row-container .dataset-row .content-container {
  padding: 5px;
}
.dataset-row-container .dataset-row .content-container .main-row {
  display: flex;
  padding: 15px 0px;
}
.dataset-row-container .dataset-row .content-container .main-row .description {
  flex: 0 0 55%;
  font-size: 18px;
  color: #2b1f28;
}
.dataset-row-container .dataset-row .content-container .main-row .files {
  flex: 0 0 45%;
}
.dataset-row-container .dataset-row .content-container .modification-row {
  display: flex;
  justify-content: right;
  font-size: 11px;
  color: #bdbdbd;
}
.dataset-row-container .dataset-row:last-child {
  margin-bottom: 0;
}

.dataset-row-container:last-child {
  margin-bottom: 0;
}

.origination-view-header {
  color: black;
  font-weight: bold;
  font-size: 15px;
}

.origination-status-title {
  font-size: 14px;
  font-weight: bold;
  margin-top: 99px;
  padding-top: 2px;
}

.originator-view-info {
  color: black;
  font-weight: bold;
}

.originator-username {
  color: #524a4a;
  font-weight: bold;
  font-size: 13px;
}

.originator-icon {
  display: inline-block;
  cursor: pointer;
  margin-top: -4px;
  width: 20px;
}

.originator-download-icon {
  margin-top: -5px;
  padding-right: 15px;
}

.originator-downl-link {
  text-decoration: none;
}

.originator-downl-link:hover {
  text-decoration: none;
}

#ChangeNumberBox {
  margin-top: 10px;
  margin-bottom: 36px;
}
#ChangeNumberBox input {
  background: #fff;
  border: 1px solid #ccc;
}

.status-color-1 {
  color: #961A1D;
}

.status-color-2 {
  color: #BAD531;
}

.status-color-3 {
  color: #BABABB;
}

.status-color-4 {
  color: #2B3179;
}

.status-color-5 {
  color: #2599D1;
}

.status-color-6 {
  color: #81B541;
}

.status-color-7 {
  color: #DC1F26;
}

.status-color-8 {
  color: #F48B8C;
}

.status-color-9 {
  color: #5FC8D3;
}

.status-color-10 {
  color: #FACF8A;
}

.status-color-11 {
  color: #F04E4F;
}

.meta-Text {
  padding: 0 20px;
  color: #4c4c4c;
}

.data-set-parent .grid-col-11 {
  padding-right: 0px;
}

.show-child-content {
  cursor: pointer;
  padding-right: 0px;
  padding-left: 0px;
}

.child-link-content {
  color: white;
  background-color: #e0e0e0;
}

.child-content {
  color: black;
  background-color: #e0e0e0;
}

.parent-link-content {
  color: #D1D1D1;
  background-color: white;
}

#childlink {
  margin-left: -49px;
  margin-right: -35px;
  text-transform: uppercase;
  height: 140px;
}

#parentlink {
  margin-left: -49px;
  margin-right: -70px;
  text-transform: uppercase;
  height: 152px;
}

.vertical-text-parent {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  white-space: nowrap;
  display: inline-block;
  font-size: 12px;
  margin-top: 48px;
}

.vertical-text-child {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  white-space: nowrap;
  display: inline-block;
  font-size: 12px;
  margin-top: 54px;
}

.to-child-icon {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  margin-top: 2px;
}

.to-parent-icon {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-top: 2px;
}

.empty-dataset-text {
  text-align: center;
  font-size: 17px;
  padding-top: 45px;
  padding-bottom: 30px;
}

.calculated-date {
  padding-bottom: 30px;
}
.calculated-date .input-checkbox {
  margin-top: 18px;
  margin-left: 80px;
}

.originator-user-info-table {
  border-collapse: collapse;
  width: 100%;
}
.originator-user-info-table .title-cell {
  color: #909090;
  font-size: 13px;
  font-weight: bold;
}
.originator-user-info-table .info-cell {
  color: black;
  font-weight: bold;
}
.originator-user-info-table td {
  padding: 5px;
  padding-bottom: 10px;
  text-align: left;
  vertical-align: middle;
}

.originator-inputs-table {
  border-collapse: collapse;
  width: 100%;
}
.originator-inputs-table .title-cell {
  color: #909090;
  font-size: 13px;
  font-weight: bold;
}
.originator-inputs-table td {
  border: 1px solid #ccc;
  padding: 5px;
  text-align: left;
}
.originator-inputs-table .date-col label {
  display: none;
}
.originator-inputs-table .estimated-checkbox .input-checkbox {
  margin-top: 7px;
  margin-left: 5px;
}

.comments-table {
  font-size: 14px;
}
.comments-table td {
  vertical-align: top;
  padding-top: 18px;
  padding-bottom: 18px;
}
.comments-table .private-comment {
  background-color: #F7E9EA;
}
.comments-table .date-column {
  color: #666;
  width: 23%;
}
.comments-table .date-column .private-comment-title {
  font-weight: normal;
  font-size: 12px;
  color: #DDA4A6;
}
.comments-table .date-column .comments-list {
  list-style: none;
}
.comments-table .username-column {
  text-align: center;
  color: #000;
  width: 10%;
}
.comments-table .coment-type-column {
  color: #666;
  width: 14%;
  text-align: right;
}
.comments-table .coment-type-column .comments-list {
  list-style: none;
}
.comments-table .coment-type-column .comments-list li {
  padding-bottom: 18px;
}
.comments-table .coment-type-column .comments-list li:last-child {
  padding-bottom: 0px;
}
.comments-table .comment-content-column {
  color: #666;
  width: 50%;
}
.comments-table .comment-content-column b {
  color: #000;
}
.comments-table .comment-content-column .comments-list {
  list-style: none;
}
.comments-table .comment-content-column .comments-list li {
  padding-bottom: 18px;
}
.comments-table .comment-content-column .comments-list li:last-child {
  padding-bottom: 0px;
}
.comments-table .comment-content-column .comments-list em {
  font-style: italic;
}
.comments-table .files-table td {
  padding-top: 0px;
  padding-bottom: 0px;
  vertical-align: middle;
}
.comments-table .files-table .file-column {
  width: 45%;
}
.comments-table .files-table .crc-column {
  width: 38%;
}
.comments-table .files-table .actions-column {
  width: 0%;
}

.comments-container {
  font-size: 14px;
}
.comments-container .comments-row {
  display: flex;
  flex-wrap: wrap;
  padding-top: 18px;
  padding-bottom: 18px;
}
.comments-container .comments-row .date-column {
  padding-bottom: 50px;
}
.comments-container .private-comment {
  background-color: #F7E9EA;
}
.comments-container .communication-block {
  border: 2px solid #5FBDD9;
  margin-top: 5px;
  margin-bottom: 5px;
}
.comments-container .communication-row {
  display: flex;
  flex-wrap: wrap;
  padding: 18px 0px 18px 15px;
}
.comments-container .communication-row:first-of-type {
  padding-left: 0;
}
.comments-container .date-column {
  color: #666;
  padding: 0px 5px 0px 5px;
  width: 15%;
}
.comments-container .date-column .private-comment-title {
  font-weight: normal;
  font-size: 12px;
  color: #DDA4A6;
}
.comments-container .date-column .comments-list {
  list-style: none;
}
.comments-container .date-column .comments-list li {
  padding-bottom: 18px;
}
.comments-container .date-column .comments-list li:last-child {
  padding-bottom: 0px;
}
.comments-container .date-column .question-label {
  height: 25px;
  line-height: 25px;
  background: #d64949;
  -webkit-border-radius: 15px 4px;
  border: 1px solid #d64949;
  color: #fff;
  width: 80px;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 20px;
}
.comments-container .date-column .answer-label {
  height: 25px;
  line-height: 25px;
  background: #5eab4d;
  -webkit-border-radius: 15px 4px;
  border: 1px solid #5eab4d;
  color: #fff;
  width: 80px;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 20px;
}
.comments-container .date-column .solved-label {
  height: 25px;
  line-height: 25px;
  background: #0d2767;
  -webkit-border-radius: 15px 4px;
  border: 1px solid #0d2767;
  color: #fff;
  width: 80px;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 20px;
}
.comments-container .date-column .button-row {
  padding-bottom: 10px;
}
@media only screen and (max-width: 932px) {
  .comments-container .date-column {
    flex: none;
    width: 93px;
  }
}
.comments-container .username-column {
  text-align: center;
  color: #000;
  padding: 0px 5px 0px 5px;
  width: 21%;
}
@media only screen and (max-width: 1270px) {
  .comments-container .username-column {
    flex: none;
    width: 95px;
  }
}
.comments-container .comment-type-content-column {
  flex: 1;
  padding: 0px 5px 0px 5px;
}
.comments-container .comment-type-content-column .comment-type-content-row {
  display: flex;
  padding-bottom: 18px;
}
.comments-container .comment-type-content-column .comment-type-content-row .comment-type-column {
  display: flex;
  justify-content: flex-end;
  color: #666;
  padding: 0px 5px 0px 5px;
  width: 18%;
  text-align: right;
}
.comments-container .comment-type-content-column .comment-type-content-row .comment-type-column .comments-list {
  list-style: none;
}
.comments-container .comment-type-content-column .comment-type-content-row .comment-type-column .comments-list li {
  padding-bottom: 18px;
}
.comments-container .comment-type-content-column .comment-type-content-row .comment-type-column .comments-list li:last-child {
  padding-bottom: 0px;
}
@media only screen and (max-width: 1270px) {
  .comments-container .comment-type-content-column .comment-type-content-row .comment-type-column {
    flex: none;
    width: 95px;
  }
}
.comments-container .comment-type-content-column .comment-type-content-row .comment-content-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  color: #666;
  padding: 0px 5px 0px 5px;
  width: 82%;
}
.comments-container .comment-type-content-column .comment-type-content-row .comment-content-column b {
  color: #000;
}
.comments-container .comment-type-content-column .comment-type-content-row .comment-content-column .comments-list {
  list-style: none;
}
.comments-container .comment-type-content-column .comment-type-content-row .comment-content-column .comments-list li {
  padding-bottom: 18px;
}
.comments-container .comment-type-content-column .comment-type-content-row .comment-content-column .comments-list li:last-child {
  padding-bottom: 0px;
}
.comments-container .comment-type-content-column .comment-type-content-row .comment-content-column .comments-list em {
  font-style: italic;
}
.comments-container .comment-type-content-column .comment-type-content-row:last-child {
  padding-bottom: 0px;
}
.comments-container .reply-button-column {
  width: 100%;
  padding: 0px 5px 0px 5px;
}
@media only screen and (max-width: 730px) {
  .comments-container .reply-button-column {
    padding: 10px 5px 0px 5px;
  }
}
.comments-container .communication-record-reply-row {
  padding: 18px 15px 18px 15px;
  width: 100%;
}
.comments-container .communication-record-reply-row .data-row {
  display: flex;
  padding-bottom: 10px;
}
.comments-container .communication-record-reply-row .data-row .date-col {
  width: 24%;
  color: #666;
}
.comments-container .communication-record-reply-row .data-row .author-col {
  color: #000;
}
.comments-container .communication-record-reply-row .input-row {
  padding-bottom: 20px;
}
.comments-container .communication-record-reply-row .button-row {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}
.comments-container .files-container {
  padding: 0px 0px 0px 30px;
}
.comments-container .files-container .file-row {
  display: flex;
  flex-wrap: wrap;
}
.comments-container .files-container .file-row:not(:first-child) {
  padding-top: 5px;
}
@media only screen and (max-width: 1190px) {
  .comments-container .files-container .arrows-column {
    display: none;
  }
}
.comments-container .files-container .file-column {
  padding-right: 10px;
  margin-right: auto;
}
.comments-container .files-container .crc-column {
  width: 38%;
}
.comments-container .files-container .crc-column .narrow-screen-actions-column {
  display: flex;
  padding: 5px 0px 20px 0px;
}
@media only screen and (min-width: 1061px) and (max-width: 1270px) {
  .comments-container .files-container .crc-column .narrow-screen-actions-column {
    display: none;
  }
}
@media only screen and (max-width: 1160px) {
  .comments-container .files-container .crc-column {
    flex: none;
    width: 165px;
  }
}
.comments-container .files-container .actions-column {
  display: flex;
  padding: 5px 50px 20px 0px;
}
@media only screen and (max-width: 1060px) {
  .comments-container .files-container .actions-column {
    display: none;
  }
}
@media only screen and (min-width: 1271px) {
  .comments-container .files-container .actions-column {
    display: none;
  }
}
.comments-container .communication-column {
  padding: 0px;
}

.data-filter-button {
  width: 100%;
  height: 35px;
  text-align: center;
  font-size: 15px;
}

.data-filter-button:hover {
  text-align: center;
}

.all-requests-table .number-col {
  width: 75px;
}
.all-requests-table .registration-date-col {
  width: 115px;
}
.all-requests-table .originator-col {
  width: 99px;
}
.all-requests-table .subject-col {
  width: 295px;
}
.all-requests-table .status-col {
  width: 60px;
}
.all-requests-table .status-img-container {
  float: left;
  margin-right: 5px;
  vertical-align: middle;
}
.all-requests-table .status-text-container {
  float: right;
  width: 72px;
}

.java-applet-button-label {
  text-transform: lowercase;
}

.originator-view-java-change .input-checkbox:before {
  top: 3px;
}
.originator-view-java-change .input-checkbox.checked:before {
  top: 2px;
}

.data-set-table {
  width: 100%;
}
.data-set-table td {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
  width: 25%;
}
.data-set-table td a {
  font-size: 30px;
  color: #bdbdbd;
}
.data-set-table td.selected_value {
  border-bottom: 4px solid #245483 !important;
}
.data-set-table td.selected_value a {
  color: #245483;
}
.data-set-table .java-download-button .input-checkbox {
  padding: 0px !important;
}

.data-set-table tr:last-child td {
  border-bottom: 1px solid #ccc;
}

.data-sets-distribution .distributions {
  border-top: 0px solid #ccc;
  color: #000;
}
.data-sets-distribution h6 {
  color: #000;
}
.data-sets-distribution .p1 {
  color: #000;
}

.data-set-files .data-grid td {
  padding-left: 0px;
  padding-right: 0px;
}

.spread-data-items {
  color: #000;
}
.spread-data-items h6 {
  color: #000;
}

.checkboxnojs {
  cursor: pointer;
  padding-left: 24px;
  position: relative;
  min-height: 18px;
  min-width: 18px;
  width: auto;
  pointer-events: none;
}

.checkboxnojs input {
  display: none;
}

.checkboxnojs label {
  color: #255483;
}

.checkboxnojs:before {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/sprites/check-box-48.png");
  content: "";
  display: block;
  height: 16px;
  width: 18px;
  top: 1px;
  pointer-events: auto;
}

.checkboxnojs.checked:before {
  background-image: url("/images/sprites/check-box-47.png");
  top: 0px;
}

@media only screen and (max-width: 895px) {
  .distributions-date,
  .distributions-title,
  .distributions-description {
    float: none;
    padding: 15px 15px 0;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .data-set-table
  .data-set-table,
  .data-set-table thead,
  .data-set-table tbody,
  .data-set-table thead tr,
  .data-set-table thead th,
  .data-set-table tbody tr,
  .data-set-table tbody td {
    display: block;
  }

  .data-set-table tbody td {
    width: 100%;
  }

  .data-set-table tbody td.empty-td {
    display: none;
  }

  .all-requests-table,
  .all-requests-table thead,
  .all-requests-table tbody,
  .all-requests-table thead tr,
  .all-requests-table thead th,
  .all-requests-table tbody tr,
  .all-requests-table tbody td {
    display: block;
  }

  .all-requests-table thead {
    display: none;
  }

  .all-requests-table tbody tr {
    border-top: 1px solid #ccc;
  }

  .all-requests-table tbody td {
    border: none;
    padding-left: 240px;
    overflow: hidden;
  }

  .all-requests-table tbody td:before {
    content: attr(data-title);
    float: left;
    font-weight: bold;
    margin-left: -220px;
  }
}
@media only screen and (max-width: 399px) {
  .all-requests-table tbody td {
    padding-left: 0;
  }

  .all-requests-table tbody td:before {
    display: block;
    float: none;
    margin-left: 0;
    margin-bottom: 5px;
    width: 100%;
  }
}
.btn-view-file {
  background-position: 0 -224px;
}

.btn-view-file:hover {
  /* background-position: 0 -226px; */
}

/*
------------------------------
Preloader
------------------------------
*/
.preloader {
  position: fixed;
  top: 50%;
  left: 50%;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0));
  background: linear-gradient(#ffffff, #f0f0f0);
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.4);
  color: #000;
  display: none;
  font-size: 17px;
  line-height: 24px;
  padding: 10px 20px;
  padding-left: 50px;
  overflow: hidden;
  z-index: 10000;
  transform: translate(-50%, -50%);
}

.preloader:before {
  background: url("/images/ajax-loader.gif") no-repeat;
  content: "";
  display: block;
  float: left;
  height: 24px;
  margin-left: -35px;
  width: 24px;
}

.btn-view-file {
  background-position: 0 -224px;
}

.btn-view-file:hover {
  /* background-position: 0 -226px; */
}

/*
------------------------------
Preloader
------------------------------
*/
.preloader {
  position: fixed;
  top: 50%;
  left: 50%;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0));
  background: linear-gradient(#ffffff, #f0f0f0);
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.4);
  color: #000;
  display: none;
  font-size: 17px;
  line-height: 24px;
  padding: 10px 20px;
  padding-left: 50px;
  overflow: hidden;
  z-index: 10000;
  transform: translate(-50%, -50%);
}

.preloader:before {
  background: url("/images/ajax-loader.gif") no-repeat;
  content: "";
  display: block;
  float: left;
  height: 24px;
  margin-left: -35px;
  width: 24px;
}

.fancybox-inner {
  min-height: 800px !important;
}

.fancybox-wrap {
  top: 78px !important;
  z-index: 3;
}

.view-file-data {
  display: block !important;
}

/*
------------------------------
Module: news
------------------------------
*/
.news-date-column {
  font-size: 14px;
  line-height: 22px;
}

.news-description {
  font-size: 14px;
  color: black;
}

/*
------------------------------
Module: users
------------------------------
*/
.user-form .grid-col-6 .grid-col-12 {
  padding: 0px;
}
.user-form .grid-col-5 {
  padding: 0px;
}
.user-form .grid-col-5 .input-label {
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 30px;
}
.user-form .grid-col-7 {
  padding: 0px;
}
.user-form .grid-col-7 .input-errors {
  margin-bottom: 4px;
}
.user-form .grid-col-7 .input.input-text {
  height: 32px;
}
.user-form .grid-col-7 .input.input-password {
  height: 32px;
}
.user-form .grid-col-7 .input-text input {
  height: 30px;
}
.user-form .grid-col-7 .input-password input {
  height: 30px;
}
.user-form .user-checkboxes .grid-col-5 {
  display: inline-block;
  float: right;
  width: 90%;
}
.user-form .user-checkboxes .grid-col-7 {
  display: inline-block;
  float: left;
  padding: 7px;
  width: 10%;
}
.user-form .user-profile-text {
  color: #000;
  display: block;
  font-size: 13px;
  margin-bottom: 10px;
  padding: 0 10px;
  margin-top: 7px;
}
.user-form .user-profile-buttons-row {
  padding-left: 0px;
}
.user-form .user-profile-buttons-row .grid-col {
  padding-left: 0px;
}

.admin-users-filter form .grid-col {
  padding: 5px;
}
.admin-users-filter form .input-label {
  text-align: center;
}

.admin-users-table .align-center {
  text-align: center;
}
.admin-users-table th {
  font-size: 14px;
}
.admin-users-table td {
  font-size: 13px;
}

.login-form {
  width: 285px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}
.login-form .code-number {
  position: absolute;
  margin-top: 8px;
  z-index: 2;
  margin-left: 255px;
  font-size: 15px;
}
.login-form .input-text {
  height: 32px;
}
.login-form .btn-submit {
  height: 32px;
  line-height: 30px;
  width: 100%;
}
.login-form .login-form-item-left {
  display: inline-block;
}
.login-form .login-form-item-right {
  display: inline-block;
  float: right;
}

@media screen and (max-width: 767px) {
  .login-form {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
  }
  .login-form .code-number {
    margin-left: 170px;
  }
  .login-form .login-form-item-left {
    display: block;
  }
  .login-form .login-form-item-right {
    display: block;
    float: none;
  }
}
.login-action-view {
  padding-top: 40px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .login-action-view .login-form {
    width: 245px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
  }
  .login-action-view .login-form .code-number {
    margin-left: 210px;
  }
}

.captcha-row li {
  color: #d21300;
}

.change-password-message {
  padding: 10px;
}

@media screen and (max-width: 876px) {
  .user-form .grid-col-6 {
    width: 100%;
  }
}
/*
------------------------------
Module: firstpage
------------------------------
*/
.info-dialog .ui-dialog-titlebar-close {
  border: none;
  border-radius: 1px;
  background: url("/images-v2/X_ikona.png");
  font-weight: bold;
  color: #81807f;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  margin-top: -21px;
  margin-right: -5px;
}
.info-dialog .ui-dialog-titlebar-close .ui-icon {
  background-image: url("/images-v2/pzinojuma_ikona-08.png");
}

.ui-widget-content.info-dialog {
  background: #F9F9F9;
  color: #222222;
  border-radius: 1px;
}

.ui-dialog.info-dialog {
  left: 0;
  outline: 0 none;
  padding: 0 !important;
  position: absolute;
  top: 0;
}

.ui-dialog.info-dialog .ui-dialog-title {
  font-size: 16px;
  margin-top: 10px;
  margin-left: 45px;
}

.dialog-info-icon {
  width: 44px;
  height: 44px;
  margin-top: -2px;
  position: absolute;
  left: 6px;
}

.ui-dialog.info-dialog .ui-dialog-content {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  overflow: auto;
  position: relative;
  padding: 0 !important;
  margin: 0;
}

.ui-dialog.info-dialog .ui-widget-header {
  background: #C2ECF1;
  height: 50px;
  border: 0;
  border-radius: 1px;
  color: #3A7B9D;
  font-weight: normal;
  margin-left: 3px;
  margin-top: 3px;
  margin-right: 3px;
}

.ui-dialog.info-dialog.ui-dialog-titlebar {
  padding: 0.1em .5em;
  position: relative;
  font-size: 1em;
}

.info-dialog-paragraph {
  padding-left: 71px;
  padding-right: 71px;
  padding-top: 15px;
  font-weight: bold;
}

.info-dialog-buttons {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 50px;
}

.closeDialog {
  float: left;
  width: 130px;
}

.showAirspace {
  float: right;
  width: 350px;
}

.firstpage .firstpage-news-margin {
  margin-top: -26px;
}
.firstpage .grid-col-9 {
  padding: 0px;
}
.firstpage .grid-col-12 {
  padding: 0px;
}
.firstpage .logo-col {
  margin-top: -28px;
}
.firstpage .top-logo {
  width: 100%;
}
.firstpage a.about {
  position: absolute;
  margin-top: -60px;
  background-color: #eee1ad;
  color: #002868;
  font-size: 28px;
  line-height: 45px;
  padding-right: 45px;
  padding-left: 14px;
  text-decoration: none;
  margin-left: -13px;
  display: block;
}
.firstpage a.about img {
  color: #002868;
  margin-left: 30px;
  width: 17px;
  height: 17px;
  margin-top: 16px;
}
.firstpage .right-news-top {
  position: relative;
  display: inline-block;
  background-color: #eee1ad;
  color: #002868;
  font-size: 28px;
  line-height: 45px;
  margin-left: -40px;
  padding-right: 25px;
  padding-left: 10px;
  display: block;
  min-width: 180px;
  max-width: 230px;
  width: auto;
}
.firstpage .right-news-top a {
  text-decoration: none;
  color: #002868;
}
.firstpage .right-news-top img {
  color: #002868;
  margin-left: 40px;
  width: 17px;
  height: 17px;
  margin-top: 16px;
}
.firstpage .right-news-item {
  background-color: #f8f3df;
  margin-top: 15px;
  font-size: 16px;
  padding-top: 16px;
  padding-left: 10px;
}
.firstpage .right-news-item__title {
  font-size: 16px;
  font-weight: bolder;
  color: #423b3b;
  padding-left: 6px;
  padding-right: 6px;
}
.firstpage .right-news-item__content {
  font-size: 14px;
  margin-top: 10px;
  color: #423b3b;
  padding-left: 6px;
  padding-right: 6px;
}
.firstpage .right-news-item .right-news-item__bottom {
  margin-top: 30px;
}
.firstpage .right-news-item__date {
  display: inline-block;
  padding: 5px;
  font-size: 12px;
  font-weight: 200;
  color: #6d6e70;
  margin-right: 22px;
}
.firstpage .right-news-item__more {
  display: inline-block;
  margin-top: -30px;
  margin-left: 49%;
  width: 150px;
  font-size: 16px;
}
.firstpage .right-news-item__more .btn-custom {
  height: 36px;
  line-height: 34px;
}
.firstpage .right-news-item__more .btn-custom:before {
  top: 3px;
}
.firstpage .site-links {
  margin-top: 15px;
  text-align: center;
}
.firstpage .site-links .eaip-icon {
  margin-top: 50px;
}
.firstpage .site-links .eaip-icon a {
  text-decoration: none;
}
.firstpage .site-links .eaip-icon .icon-title {
  margin-top: 10px;
}
.firstpage .site-links .icon-container {
  position: relative;
  height: 100px;
}
.firstpage .site-links .icon-container .icon-title {
  position: absolute;
  color: #4d6f84;
  width: 100%;
  bottom: 0;
  font-size: 14px;
}
.firstpage .site-links .icon-container .icon-title:hover {
  color: #203162;
}
.firstpage .site-links .icon-title {
  font-size: 14px;
  text-align: center;
  color: #4d6f84;
}
.firstpage .site-links .icon-title img {
  margin-top: 5px;
}
.firstpage .site-links .icon-title:hover {
  color: #203162;
}
.firstpage .site-links .icon {
  margin-top: 10px;
}
.firstpage .firstpage-section-divider {
  position: relative;
  height: 36px;
  color: #002868;
  margin-bottom: 30px;
}
.firstpage .firstpage-section-divider hr {
  margin: 0;
  position: absolute;
  top: 18px;
  border-color: #002868;
  background-color: #002868;
  color: #002868;
  height: 1px;
  width: 100%;
}
.firstpage .firstpage-section-divider span {
  position: absolute;
  background-color: #ffffff;
  top: 0;
  left: 0;
  padding-right: 36px;
  height: 36px;
  font-size: 32px;
  color: #002868;
  line-height: 36px;
}
.firstpage .page-inner-content {
  position: relative;
}
.firstpage .content-item {
  display: block;
  position: relative;
}
.firstpage .content-item img {
  width: 100%;
  height: auto;
}
.firstpage .content-item .large-text-content .btn-custom {
  height: auto !important;
  line-height: 23px !important;
}
.firstpage .content-item .large-text-content .btn {
  white-space: normal;
}
.firstpage .content-item .content-margin-2 .content-item-button {
  margin-top: -57px;
}
.firstpage .content-item .content-margin-2 .large-text-content .btn-custom::before {
  top: 7px;
}
.firstpage .content-item .content-margin-3 .content-item-button {
  margin-top: -78px;
}
.firstpage .content-item .content-margin-3 .large-text-content .btn-custom::before {
  top: 21px;
}
.firstpage .content-item .content-margin-4 .content-item-button {
  margin-top: -101px;
}
.firstpage .content-item .content-margin-4 .large-text-content .btn-custom::before {
  top: 32px;
}
.firstpage .content-item .content-item-button {
  display: block;
  position: absolute;
  margin-left: -15px;
  margin-top: -45px;
  font-size: 16px;
  max-width: 301px;
}
.firstpage .content-item .content-item-button .btn-custom {
  height: 36px;
  line-height: 33px;
}
.firstpage .content-item .content-item-button .btn-custom:before {
  top: 3px;
}
.firstpage .page-container-full {
  background: #f8f3df;
  margin-top: 50px;
  max-width: 100%;
}
.firstpage .ais-at-glance {
  position: relative;
  text-align: center;
}
.firstpage .ais-at-glance .at-glace-background {
  position: absolute;
  right: 0;
  left: 0;
  background-color: #f8f3df;
  height: 100%;
  z-index: -1;
  margin-left: -340px;
  margin-right: -340px;
}
.firstpage .ais-at-glance .at-glance-inner-margin {
  margin-top: 20px;
}
.firstpage .ais-at-glance .at-glane-first-elem {
  color: #184792;
  font-size: 30px;
  margin-top: 68px;
  line-height: 30px;
}
.firstpage .ais-at-glance .at-glance-title {
  color: #002868;
  font-size: 27px;
  margin-top: 10px;
}
.firstpage .ais-at-glance .at-glance-descr {
  color: black;
  font-weight: bold;
  font-size: 12px;
  margin-top: 12px;
}
.firstpage .ais-at-glance .at-glance-img-container {
  height: 120px;
}
@media screen and (max-width: 1140px) {
  .firstpage .right-news-item__more {
    display: block;
    margin-top: 0px;
    margin-left: 0px;
    width: 142px;
  }
  .firstpage .right-news-item__more .btn-custom {
    height: 36px;
  }
}
@media screen and (max-width: 980px) {
  .firstpage .items-grid .grid-col-3 {
    width: 33.3%;
  }
  .firstpage .at-glane-first-elem {
    line-height: 35px;
  }
}
@media screen and (max-width: 800px) {
  .firstpage .site-links .grid-col-3 {
    width: 50%;
  }
  .firstpage .items-grid .grid-col-3 {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .firstpage .items-grid .grid-col-3 {
    width: 50%;
  }
  .firstpage a.about {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .firstpage .right-news-top {
    margin-left: 0;
  }
  .firstpage .right-news-item__more {
    display: inline-block;
    margin-top: -8px;
    float: right;
  }
}
@media screen and (max-width: 650px) {
  .firstpage .items-grid .grid-col-3 {
    width: 100%;
  }
  .firstpage .right-news-top {
    margin-left: 0;
  }
}
@media screen and (max-width: 400px) {
  .firstpage .right-news-top {
    margin-left: 0;
  }
  .firstpage .top-logo {
    width: 121%;
    margin-left: -31px;
  }
  .firstpage .firstpage-news-margin {
    margin-top: -38px;
  }
  .firstpage .right-news-item__more {
    margin-top: -16px;
  }
}
@media screen and (max-width: 350px) {
  .firstpage .right-news-top {
    margin-left: 0;
  }
  .firstpage .right-news-item__more {
    width: 142px;
  }
  .firstpage .firstpage-news-margin {
    padding-left: 0px;
    padding-right: 30px;
  }
  .firstpage .site-links {
    padding-left: 0px;
    padding-right: 30px;
  }
  .firstpage .aim-to-atm-content {
    padding-left: 0px;
    padding-right: 30px;
  }
  .firstpage .powered-by-ais-content {
    padding-left: 0px;
    padding-right: 30px;
  }
  .firstpage .products-content {
    padding-left: 0px;
    padding-right: 30px;
  }
  .firstpage .ais-at-glance {
    padding-left: 0px;
    padding-right: 30px;
  }
}

/*
------------------------------
Module: search
------------------------------
*/
#searchPopup {
  background: rgba(255, 255, 255, 0.95);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9000;
}

#searchPopup .page-body-title {
  padding-right: 50px;
}

#searchPopup .btn-search-close {
  float: right;
  margin-right: -50px;
}

#searchPopup .page-body {
  padding: 30px;
  height: 100%;
}

#searchResults {
  overflow: auto;
}

@media screen and (max-width: 640px) {
  #searchPopup {
    position: absolute;
    height: 800px;
  }
}
/*
------------------------------
Module: file-upload
------------------------------
*/
.uploaded-file-row {
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 10px;
}

.uploaded-file-name-col {
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
}

.uploaded-file-removal-col {
  margin-left: auto;
}

.attached-files-title {
  margin-top: 15px;
  border-bottom: 1px solid #ccc;
  padding-top: 5px;
  padding-bottom: 5px;
}

#FileCounter {
  margin-top: 4px;
}

.upload-list-element {
  list-style-type: none;
  padding: 15px;
  border-bottom: 1px solid #ccc;
}

.uploaded-file-name {
  font-size: 15px;
  color: #4b4b74;
  margin-top: 5px;
}

.text-striped-line {
  height: 12px;
  width: 25px;
  padding-left: 12px;
  margin-top: 3px;
  margin-right: 10px;
}

#input_crc_code .input-text {
  height: 30px;
  width: 80%;
}
#input_crc_code .input-text input {
  height: 30px;
  padding: 0 10px;
  width: 100%;
  font-size: 12px;
}

.uploaded-file-crc {
  display: inline-block;
}
.uploaded-file-crc input {
  border: 1px solid #ccc;
  height: 27px;
  margin-top: -5px;
  padding: 5px;
}
.uploaded-file-crc .no-code-error {
  background: #fff3f3;
  border: 1px solid #e8aaaa;
}

/*
------------------------------
Module: products
------------------------------
*/
.product-item {
  overflow: hidden;
  padding-left: 300px;
}

.product-image {
  float: left;
  margin-left: -300px;
  width: 300px;
}

.product-image img {
  width: 100%;
}

.product-title {
  padding-right: 150px;
}

.product-description {
  height: 300px;
  padding-left: 30px;
  position: relative;
}

.product-price {
  font-size: 18px;
  font-weight: bold;
  color: #2b1f28;
}

.product-text {
  color: #2b1f28;
  font-size: 15px;
}

.product-order-button {
  position: absolute;
  bottom: 30px;
  left: -20px;
  width: 170px;
}

/*
------------------------------
Layout: default / tablet-wide
------------------------------
*/
@media only screen and (max-width: 1023px) {
  .product-item {
    padding: 15px;
  }

  .product-image {
    float: none;
    margin: 0 0 30px;
  }

  .product-description {
    height: auto;
    padding: 0;
  }

  .product-order-button {
    position: static;
  }
}
/*
------------------------------
Module: recordslog
------------------------------
*/
.log-label {
  text-transform: uppercase;
  color: grey;
  font-weight: bold;
  font-size: 15px;
  padding-bottom: 5px;
}

.log-text {
  color: black;
  font-size: 15px;
}

/*
------------------------------
Module: eaip
------------------------------
*/
.eaip-table {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.eaip-table td {
  padding-bottom: 5px;
}
.eaip-table .button-row {
  width: 90%;
}
.eaip-table .eaipicon {
  text-align: right;
  padding-left: 10px;
}
.eaip-table .eaipicon a {
  float: right;
}
.eaip-table .declaration {
  font-size: 15px;
  line-height: 22px;
  color: #3c579a;
  padding: 20px 0 5px 0;
}
.eaip-table .deleted-item {
  padding-bottom: 5px;
}
.eaip-table .deleted-item a {
  display: inline-block;
}
.eaip-table .deleted-item span {
  padding-top: 5px;
  display: inline-block;
}

/*
------------------------------
Module: notam
------------------------------
*/
.notamListHeader {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.notamListItem {
  font-size: 14px;
  padding: 5px;
}

#chekbokses {
  padding: 5px;
}
#chekbokses label {
  margin-left: 5px;
}
#chekbokses .checkbox {
  margin-top: 5px;
  margin-bottom: 5px;
}

.notamListFileBlock a {
  display: block;
}

.originator-data-print {
  width: 100%;
  padding: 3px;
  font-size: 13px;
}

.originator-data-print td {
  border: 1px solid #ccc;
  text-align: center;
}

/*
------------------------------
Module: checkcrc
------------------------------
*/
.check-crc-table {
  margin-top: 30px;
}
.check-crc-table .align-center {
  text-align: center;
  width: 50px;
}
.check-crc-table .align-div {
  padding-left: 15px;
  padding-right: 15px;
}
.check-crc-table th {
  padding: 10px 5px;
}
.check-crc-table td {
  padding: 10px 5px;
  border: none;
}
.check-crc-table .crc-table-nr {
  font-size: 18px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding: 8px;
  border: 1px solid #2b1f28;
  text-align: center;
}
.check-crc-table .upload-column {
  color: black;
  font-size: 15px;
}
.check-crc-table .message-success {
  background: #F1F6D6;
  border: 1px solid #F1F6D6;
  color: #76843D;
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 8px;
  padding-right: 8px;
}
.check-crc-table .message-error {
  background: #DF9999;
  border: 1px solid #f0c6c6;
  color: #B70000;
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 8px;
  padding-right: 8px;
}
.check-crc-table .message-info {
  background: #C2ECF1;
  border: 1px solid #C2ECF1;
  color: #167FB7;
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 8px;
  padding-right: 8px;
}
.check-crc-table .message-content {
  display: inline-block;
  width: 100%;
  padding-left: 50px;
}

/*
------------------------------
Module: checkcrc: tablet
------------------------------
*/
@media only screen and (max-width: 767px) {
  .check-crc-table .data-grid,
  .check-crc-table .data-grid tbody,
  .check-crc-table .data-grid tr,
  .check-crc-table .data-grid th,
  .check-crc-table .data-grid td {
    display: block;
    width: 100%;
  }
  .check-crc-table .data-grid th {
    display: none;
  }
  .check-crc-table .data-grid td:before {
    color: #888;
    content: attr(data-title);
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .check-crc-table #code_status {
    margin-top: -50px;
    padding-left: 40px;
  }
}
/*
------------------------------
Module: mobile
------------------------------
*/
@media screen and (max-width: 1140px) {
  .nav-main-0 > li {
    margin-right: 14px;
  }
}
@media screen and (max-width: 980px) {
  .nav-main-0 > li {
    margin-right: 0px;
  }

  .page-overlay {
    top: 108px;
  }

  .tools-menu .nav-main-1-col {
    display: block;
  }
}
@media screen and (max-width: 375px) {
  .menu-search {
    width: 120% !important;
  }
}
@media screen and (max-width: 360px) {
  .info-dialog-paragraph {
    padding-left: 25px;
    padding-right: 25px;
  }

  .info-dialog-buttons {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }

  .closeDialog {
    width: 100%;
    margin-bottom: 15px;
    float: none;
  }

  .showAirspace {
    width: 100%;
    margin-bottom: 10px;
    float: none;
  }
}
@media screen and (max-width: 350px) {
  .btn-menu-open {
    width: 43px;
  }
}
@media screen and (max-width: 320px) {
  .menu-search {
    width: 126% !important;
  }
}
/*
------------------------------
Module: amdt-cycles calendar
------------------------------
*/
.amdt-cycles {
  width: 100%;
}
.amdt-cycles .amdt-cycles-compact-heading th {
  font-size: 12px;
  color: #555;
  text-align: center;
}
.amdt-cycles .amdt-cycles-heading th {
  font-size: 14px;
  color: #555;
  text-align: center;
}
.amdt-cycles .amdt-cycles-description td {
  font-size: 12px;
}

.amdt-cycles.marginless {
  margin-top: -20px;
}

td.table-row-1 {
  font-family: Verdana;
  font-size: 12px;
  color: #646464;
}

td.table-row-2 {
  font-family: Verdana;
  font-size: 12px;
  color: #646464;
  background-color: #cecabb;
}

.available-date {
  font-family: Verdana;
  font-size: 12px;
  color: white;
  background-color: #6fd97e;
}

.no-date {
  font-family: Verdana;
  font-size: 12px;
  color: white;
  background-color: #f1aa96;
}

.effective-date {
  font-family: Verdana;
  font-size: 12px;
  color: white;
  background-color: #71abd7;
}

.centered {
  text-align: center !important;
}

/*
------------------------------
Module: helpdesk
------------------------------
*/
.helpdesk-bug {
  font-size: 14px;
}

.diuploader .files-list-header {
  border-bottom: 1px solid #ccc;
  font-size: 13px;
  font-weight: 600;
  padding: 15px 0;
  text-transform: uppercase;
}
.diuploader .files-list-body {
  margin-bottom: 15px;
}
.diuploader .files-list-item {
  background: no-repeat;
  background-position: 0 12px;
  background-size: 22px 26px;
  border-bottom: 1px solid #ccc;
  padding: 15px 30px;
  position: relative;
}
.diuploader .files-list-item .btn-remove {
  color: #ff0000;
  height: 24px;
  position: absolute;
  top: 12px;
  right: 0;
  width: 24px;
}
.diuploader .files-list-item .progress {
  background: red;
  height: 2px;
  left: 0;
  position: absolute;
  bottom: -1px;
  width: 0;
  z-index: 100;
}
.diuploader .files-list-errors {
  color: #ff0000;
  display: none;
  margin-bottom: 10px;
}

.file-item {
  background-repeat: no-repeat;
  background-position: 0 12px;
  display: block;
  padding: 15px 30px;
  position: relative;
}

.caa-permissions .caa-title {
  color: #245483;
  font-size: 17px;
}

.caa-permissions .caa-item {
  line-height: 22px;
  margin: 0 5px;
}

.caa-item:hover {
  opacity: .7;
}

.caa-permissions .caa-list {
  margin-top: -10px;
}

.caa-permissions .caa-file {
  border-top: 1px solid #eee;
  background-repeat: no-repeat;
  background-position: left 8px;
  display: block;
  padding: 10px 0;
  padding-left: 30px;
  width: 100%;
}

.caa-table-file {
  height: 30px;
  display: inline-block;
  padding-left: 30px;
  background: left no-repeat;
}

tr.caa-list-row td a {
  display: inline-block;
  margin: 0px 5px;
  word-break: break-all;
}

@media screen and (max-width: 767px) {
  tr.caa-list-row {
    border-top: none !important;
  }

  tr.caa-list-row td {
    display: grid;
  }
}
.valid-icon {
  display: table-cell;
  height: 24px;
  overflow: hidden;
  width: 30px;
}

.valid-red {
  background: url("../images-v2/icons/valid-red.png") no-repeat center;
}

.valid-yellow {
  background: url("../images-v2/icons/valid-yellow.png") no-repeat center;
}

.valid-green {
  background: url("../images-v2/icons/valid-green.png") no-repeat center;
}

.valid-zone-red {
  color: #E33837;
}

.loading-data {
  margin-left: 10px;
}

.zone-days {
  text-align: center !important;
}

@media screen and (max-width: 1280px) {
  .zones-grid {
    overflow-x: scroll;
  }
}
/*
------------------------------
    REMOVE SELECT 2 STYLE
------------------------------
*/
.remove-select2-style .select2-container {
  width: 100%;
}

.remove-select2-style .select2-drop-active {
  border: none;
  border-radius: 0px;
}

.remove-select2-style .select2-search input {
  background: #fff;
}

div.remove-select2-style.select2-drop.select2-drop-active {
  border: 1px solid #4D90FE;
}

.remove-select2-style a.select2-choice {
  border: none !important;
  background-image: none !important;
  box-shadow: none !important;
  border-radius: 0px !important;
  padding-left: 0px;
}

.remove-select2-style .select2-dropdown-open .select2-choice,
.remove-select2-style .select2-dropdown-open .select2-choices {
  border: none;
  background: none;
  border-radius: 0px;
}

.remove-select2-style .select2-choice > .select2-arrow {
  border: none !important;
  background: none !important;
}

.remove-select2-style .select2-container .select2-choice .select2-arrow b {
  background: url(../images/sprites-s1b1769a00f.png);
  background-position: 0px -463px;
}

.remove-select2-style .select2-drop-active {
  all: unset;
}

.remove-select2-style.select2-drop.select2-drop-above {
  border-radius: 0px;
  box-shadow: none !important;
  border-radius: 0px;
}

.remove-select2-style.select2-drop {
  border-radius: 0px;
  border: none;
  box-shadow: 0px 0px 0px;
}

.remove-select2-style .select2-highlighted {
  background: #4D90FE;
}

.remove-select2-style .select2-container .select2-choice > .select2-chosen {
  padding-top: 2px;
  color: black;
}

.remove-select2-style .select2-container {
  padding: 0px 5px 0px 10px !important;
}

.remove-select2-style.input-select > button {
  display: none;
}

.remove-select2-style .select2-search {
  padding-top: 5px;
}

.remove-select2-style .select2-results .select2-result-label {
  padding: 0px 0px 0px 3px;
}

/*
------------------------------
Blurarea
------------------------------
*/
/*
------------------------------
Functions
------------------------------
*/
/*
------------------------------
Mixins
------------------------------
*/
/*
--------------------------------------
scrollbar
--------------------------------------
*/
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: #999;
}

::-webkit-scrollbar-thumb:window-inactive {
  background-color: #999;
}

/*
--------------------------------------
blurarea
--------------------------------------
*/
.blurarea {
  background: #eee;
  height: 100%;
  padding: 10px;
  position: relative;
  overflow: hidden;
  width: 100%;
  border: 4px solid #245483;
}

.blurarea .button {
  margin-left: 10px;
  margin-right: 0;
}

.blurarea-header,
.blurarea-footer {
  position: absolute;
  left: 0;
  right: 0;
}

.blurarea-left,
.blurarea-right {
  position: absolute;
  bottom: 58px;
  top: 0;
  padding: 20px;
  overflow-y: auto;
}

.blurarea-left {
  background: #eee;
  left: 0;
  width: 170px;
}

.blurarea-right {
  background: #ccc no-repeat center;
  background-image: url(../images/ajax-loader.gif);
  left: 170px;
  right: 0;
}

.blurarea-footer {
  border-top: 1px solid #ccc;
  height: 58px;
  bottom: 0;
  line-height: 27px;
  padding: 15px;
  overflow: hidden;
}

.blurarea-page {
  background: #f7f7f7 no-repeat center;
  background-image: url(../images/ajax-loader.gif);
  -webkit-box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.5);
          box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  margin-bottom: 20px;
  min-height: 100px;
  position: relative;
  border: solid 1px #000;/* bez border lapas nedaudz saplust*/
}

.blurarea-page .area {
  background: rgba(255, 0, 0, 0.5);
  position: absolute;
  z-index: 1;
}

.blurarea-page:last-child {
  margin-bottom: 0;
}

.blurarea-page:hover {
  -webkit-box-shadow: 1px 1px 1px -1px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 1px -1px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}

.blurarea-page img {
  display: block;
  width: 100%;
}

.blurarea-page.active {
  border: 1px solid #73ceff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.blurarea-inner {
  position: relative !important;
}

.blurarea-editor img {
  display: block;
  width: 100%;
}

.blurarea-editor img + div {
  position: absolute !important;
}

.blurarea-editor .area {
  background: rgba(255, 0, 0, 0.5);
  position: absolute;
  z-index: 1;
}

/*
--------------------------------------
popup
--------------------------------------
*/
.popup-blurarea {
  padding: 40px 0 0;
  overflow: hidden;
}

.popup-blurarea,
.popup-blurarea .popup-content {
  height: 100% !important;
}

.popup-blurarea .popup-content {
  padding: 0;
}

.popup-blurarea .popup-header {
  cursor: default;
  margin-top: -40px;
}

/*
--------------------------------------
imgareaselect
--------------------------------------
*/
.imgareaselect-outer {
  opacity: 0;
}

/* removed as not exist
.imgareaselect-border1 {
  background: url(../img/border-v.gif) repeat-y left top;
}

.imgareaselect-border2 {
  background: url(../img/border-h.gif) repeat-x left top;
}

.imgareaselect-border3 {
  background: url(../img/border-v.gif) repeat-y right top;
}


.imgareaselect-border4 {
  background: url(../img/border-h.gif) repeat-x left bottom;
}
*/

/*
--------------------------------------
Custom
--------------------------------------
*/
.float-l {
  float: left;
}

.float-r {
  float: right;
}


.xdsoft_datetimepicker {
    box-shadow: 0 5px 8px -5px rgba(0, 0, 0, 0.3);
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    color: #333333;
    padding: 5px;
    position: absolute;
   -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    width: 240px;
    z-index: 100;
    }

.xdsoft_datetimepicker iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 210px;
    background: transparent;
    border: none;
    }

/*For IE8 or lower*/
.xdsoft_datetimepicker button {
    border: none !important;
    }

.xdsoft_noselect{
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   -o-user-select: none;
    user-select: none;
    }

.xdsoft_noselect::selection {
    background: transparent;
    }

.xdsoft_noselect::-moz-selection {
    background: transparent;
    }

.xdsoft_datetimepicker.xdsoft_inline {
    display: inline-block;
    position: static;
    box-shadow: none;
    }

.xdsoft_datetimepicker * {
   -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    }

.xdsoft_datetimepicker .xdsoft_datepicker,
.xdsoft_datetimepicker .xdsoft_timepicker {
    display: none;
    }

.xdsoft_datetimepicker .xdsoft_datepicker.active,
.xdsoft_datetimepicker .xdsoft_timepicker.active {
    display: block;
    }

.xdsoft_datetimepicker .xdsoft_datepicker {
    width: 100%;
    float: left;
    }

.xdsoft_datetimepicker .xdsoft_timepicker {
    width: 58px;
    float: left;
    text-align: center;
    margin-left: 8px;
    margin-top: 0px;
    }

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker{
    !margin-top: 8px;
    margin-bottom: 3px
    }

.xdsoft_datetimepicker .xdsoft_mounthpicker{
    position: relative;
    text-align: center;
    }

.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAeCAYAAACsYQl4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozQjRCQjRGREU4MkNFMzExQjRDQkIyRDJDOTdBRUI1MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCQjg0OUYyNTZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCQjg0OUYyNDZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI5NzE3MjFBN0E2Q0UzMTFBQjJEQjgzMDk5RTNBNTdBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNCNEJCNEZERTgyQ0UzMTFCNENCQjJEMkM5N0FFQjUwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+aQvATgAAAfVJREFUeNrsmr1OwzAQxzGtkPjYEAuvVGAvfQIGRKADE49gdLwDDwBiZ2RhQUKwICQkWLsgFiRQuIBTucFJ/XFp4+hO+quqnZ4uvzj2nV2RpukCW/22yAgYNINmc7du7DcghCjrkqgOKjF1znpt6rZ0AGWQj7TvCU8d9UM+QAGDrhdyc2Bnc1WVVPBev9V8lBnY+rDwncWZThG4xk4lmxtJy2AHgoY/FySgbSBPwPZ8mEXbQx3aDERb0EbYAYFC7pcAtAvkMWwC0D3NX58S9D/YnoGC7nPWr3Dg9JTbtuHhDShBT8D2CBSK/iIEvVXxpuxSgh7DdgwUTL4iA92zmJb6lKB/YTsECmV+IgK947AGDIqgQ/LojsO135Hn51l2cWlov0JdGNrPUceueXRwilSVgkUyom9Rd6gbLfYTDeO+1v6orn0InTogYDGUkYLO3/wc9BdqqTCKP1Tfi+oTIaCBIL2TES+GTyruT9S61p6BHam+99DFEAgLFklYsIBHwSI9QY80H5ta+1rB/6ovaKihBJeEJbgLbBlQgl+j3lDPqA2tfQV1j3pVn8s+oKHGTSVJ+FqDLeR5bCqJ2E/BCycsoLZETXaKGs7rhKVt+9HZScrZNMi88V8P7LlDbvOZYaJVpMMmBCT4n0o8dTBoNgbdWPsRYACs3r7XyNfbnAAAAABJRU5ErkJggg==');
    }

.xdsoft_datetimepicker .xdsoft_prev {
    float: left;
    background-position:-20px -2px;
    }

.xdsoft_datetimepicker .xdsoft_today_button {
    float: left;
    background-position: -70px -3px;
    margin-left: 5px;
    }

.xdsoft_datetimepicker .xdsoft_next {
    float: right;
    background-position: 0px -2px;
    }

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0px none currentColor;
    cursor: pointer;
    display: block;
    height: 30px;
    opacity: 0.5;
    outline: medium none currentColor;
    overflow: hidden;
    padding: 0px;
    position: relative;
    text-indent: 100%;
    white-space: nowrap;
    width: 20px;
    }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
    float: none;
    background-position: -40px -15px;
    height: 15px;
    width: 30px;
    display: block;
    margin-left: 14px;
    margin-top: 7px;
    }

.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_prev {
    background-position: -40px 0px;
    margin-bottom: 7px;
    margin-top: 0px;
    }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
    height: 151px;
    overflow: hidden;
    border-bottom: 1px solid #DDDDDD;
    }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
    background: #F5F5F5;
    border-top: 1px solid #DDDDDD;
    color: #666666;
    font-size: 12px;
    text-align: center;
    border-collapse: collapse;
    cursor: pointer;
    border-bottom-width: 0px;
    height: 25px;
    line-height: 25px;
    }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
    border-top-width: 0px;
    }

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
    opacity: 1;
    }

.xdsoft_datetimepicker .xdsoft_label {
    display: inline;
    position: relative;
    z-index: 120;
    margin: 0;
    padding: 3px;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
    float: left;
    width: 182px;
    text-align: center;
    cursor: pointer;
    }

.xdsoft_datetimepicker .xdsoft_label:hover {
    text-decoration: underline;
    }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
    border:1px solid #ccc;
    font-weight: 200 !important;
    line-height: 16px;
    position: absolute;
    right: 0px;
    top: 30px;
    z-index: 101;
    display: none;
    background: #fff;
    max-height: 160px;
    overflow-y: hidden;
    }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
    right: -7px;
    }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
    right: 2px;
    }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
    color: #333;
    background: #DFDFDF;
    }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
    padding: 2px 10px 2px 5px;
    }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
    background: #96b6cf;
    color: #000;
    font-weight: 700;
    }

.xdsoft_datetimepicker .xdsoft_month {
    width: 85px;
    text-align: right;
    }

.xdsoft_datetimepicker .xdsoft_calendar {
    clear: both;
    }

.xdsoft_datetimepicker .xdsoft_year {
    width: 56px;
    }

.xdsoft_datetimepicker .xdsoft_calendar table {
    border-collapse: collapse;
    width: 100%;
    }

.xdsoft_datetimepicker .xdsoft_calendar td > div {
    line-height: 25px;
    text-align: center;
    }

.xdsoft_datetimepicker .xdsoft_calendar th {
    height: 25px;
    padding: 0 5px !important;
    vertical-align: middle;
    }

.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
    width: 14.2857142%;
    background: #F5F5F5;
    border: 1px solid #DDDDDD;
    color: #666666;
    font-size: 12px;
    text-align: right;
    padding: 0px;
    border-collapse: collapse;
    cursor: pointer;
    height: 25px;
    }

.xdsoft_datetimepicker .xdsoft_calendar th {
    background: #F1F1F1;
    }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: #96b6cf;
    }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
    background: #96b6cf !important;
    color: #000 !important;
    }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
    opacity: 0.5;
    }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
    opacity: 0.2;
    }

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
    color: #333 !important;
    background: #DFDFDF !important;
    box-shadow: none !important;
    }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
    color: inherit  !important;
    background: inherit !important;
    box-shadow: inherit !important;
    }

.xdsoft_datetimepicker .xdsoft_calendar th {
    font-weight: 700;
    text-align: center;
    color: #999;
    cursor: default;
    }

.xdsoft_datetimepicker .xdsoft_copyright {
    color: #ccc !important;
    font-size: 10px;
    clear: both;
    float: none;
    margin-left: 8px;
    }

.xdsoft_datetimepicker .xdsoft_copyright a {
    color: #eee !important;
    }

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
    color: #aaa !important;
    }

.xdsoft_time_box {
    position: relative;
    border: 1px solid #ccc;
    }

.xdsoft_scrollbar >.xdsoft_scroller {
    background: #ccc !important;
    height: 20px;
    border-radius: 3px;
    }

.xdsoft_scrollbar {
    position: absolute;
    width: 7px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    cursor: pointer;
    }

.xdsoft_scroller_box {
    position: relative;
    }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlight {
    background: #F7C077;
    color: #000;
    }

.datepicker {
    /*width: 150px !important;*/
    }
#content form {
    margin: 15px 0 10px;
    padding: 5px;
    }

#filterForm {
    table-layout: auto;
    border-collapse: collapse;
    width: 100%;
    }

#filterForm td {
    padding: 5px;
    width: 33%;
    }

#filterForm input, #filterForm select {
    height: 22px;
    margin: 0;
    padding: 3px 5px;
    width: 100%;
    }

#filterForm input.datepicker {
    width: 100% !important;
    }

#filterForm span.submitButton1 {
    text-align: right;
    overflow: hidden;
    }

#filterForm span.submitButton1 input {
    float: right;
    height: 24px;
    padding: 0;
    width: 86px;
    }
/*
Version: 3.4.5 Timestamp: Mon Nov  4 08:22:42 PST 2013
*/
.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    /* inline-block for ie7 */
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box; /* webkit */
     -moz-box-sizing: border-box; /* firefox */
          box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;

    border: 1px solid #aaa;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;

    border-radius: 4px;

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(top, #fff 0%, #eee 50%);
}

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #aaa;

    border-radius: 0 0 4px 4px;

    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: linear-gradient(top, #eee 0%, #fff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;

    font-size: 1px;
    text-decoration: none;

    border: 0;
    background: url('/dizains/select2.png') right top no-repeat;
    cursor: pointer;
    outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    /* styles required for IE to work */
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;

    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;

    border-radius: 0 0 4px 4px;

    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto;
}

.select2-drop-auto-width .select2-search {
    padding-top: 4px;
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;

    border-radius: 4px 4px 0 0;

    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.select2-drop-active {
    border: 1px solid #534004;
    border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #534004;
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 25px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #aaa;
    border-radius: 0 4px 4px 0;
    background-clip: padding-box;
    background: #ccc;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
    background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
    background-image: linear-gradient(top, #ccc 0%, #eee 60%);
}

.select2-container .select2-choice .select2-arrow b {
    background: url('/dizains/select2.png') no-repeat 0 0;
    display: block;
    width: 100%;
    height: 100%;
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;

    position: relative;
    z-index: 10000;

    white-space: nowrap;
}

.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;

    outline: 0;
    font-family: sans-serif;
    font-size: 1em;

    border: 1px solid #aaa;
    border-radius: 0;

    -webkit-box-shadow: none;
            box-shadow: none;

    background: #fff url('/dizains/select2.png') no-repeat 100% -22px;
    background: url('/dizains/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('/dizains/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/dizains/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/dizains/select2.png') no-repeat 100% -22px, linear-gradient(top, #fff 85%, #eee 99%);
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}

.select2-search input.select2-active {
    background: #fff url('/dizains/select2-spinner.gif') no-repeat 100%;
    background: url('/dizains/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('/dizains/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/dizains/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/dizains/select2-spinner.gif') no-repeat 100%, linear-gradient(top, #fff 85%, #eee 99%);
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #534004;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
            box-shadow: 0 1px 0 #fff inset;

    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    background-color: #eee;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(top, #fff 0%, #eee 50%);
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #534004;
    border-top-color: transparent;

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(bottom, #fff 0%, #eee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: 0 -24px;
}

/* results */
.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}

.select2-results ul.select2-result-sub > li .select2-result-label { padding-left: 20px }
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 40px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 60px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 80px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 100px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 110px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 120px }

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;

    min-height: 1em;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}

.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff;
}

.select2-results li em {
    background: #feffde;
    font-style: normal;
}

.select2-results .select2-highlighted em {
    background: transparent;
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000;
}


.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
    display: none;
}

.select2-more-results.select2-active {
    background: #f4f4f4 url('/select2-spinner.gif') no-repeat 100%;
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}


/* multiselect */

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0;
    position: relative;

    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;

    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: linear-gradient(top, #eee 1%, #fff 15%);
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #534004;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;

    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url('/select2-spinner.gif') no-repeat 100% !important;
}

.select2-default {
    color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;

    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;

    border-radius: 3px;

    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;

    font-size: 1px;
    outline: none;
    background: url('/dizains/select2.png') right top no-repeat;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {    display: none;
    background: none;
}
/* end multiselect */


.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}
/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi)  {
  .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b {
      background-image: url('/select2x2.png') !important;
      background-repeat: no-repeat !important;
      background-size: 60px 40px !important;
  }
  .select2-search input {
      background-position: 100% -21px !important;
  }
}
