.calendar {
  width: 100%;
  table-layout: fixed;
}
.calendar tbody tr td {
  text-align: center;
  vertical-align: top;
  width: 14.28%;
}
.calendar tbody tr td.pad {
  background: rgba(255,255,255,0.1);
}
.calendar tbody tr td.day div:first-child {
  padding: 4px;
  line-height: 17px;
  height: 25px;
}
.calendar tbody tr td.day div:last-child {
  font-size: 10px;
  padding: 4px;
  min-height: 25px;
}
.calendar tbody tr td.Sat {
  background: rgba(223,251,111,0.55);
}
.calendar tbody tr td.Sun {
  background: rgba(255,192,203,0.55);
}
.calendar tbody tr td.today {
  background: rgba(0,0,0,0.25);
}
.calendar tbody tr td.mask-start {
  background: #C23B22;
}
.calendar tbody tr td.mask {
  background: #C23B22;
}
.calendar tbody tr td.mask-end {
  background: #C23B22;
}
.calendar tbody tr td.now-day {
  background: rgba(251,223,111,0.55);
}
.calendar.purple {
  background: #913CCD;
}
.calendar.pink {
  background: #F15F74;
}
.calendar.orange {
  background: #F76D3C;
}
.calendar.yellow {
  background: #F7D842;
}
.calendar.green {
  background: #98CB4A;
}
.calendar.grey {
  background: #839098;
}
.calendar.blue {
  background: #5481E6;
}
.calendar-title th {
  font-weight: bold;
  text-align: center;
  background: rgba(0,0,0,0.05);
}
.calendar-title th a {
  padding: 0 0.2em;
}
.calendar-header th {
  padding: 10px;
  text-align: center;
  background: rgba(0,0,0,0.1);
}
.calendar-header th:nth-child(7) {
  background: rgba(255,192,203,0.55);
}
.calendar-header th:nth-child(6) {
  background: rgba(223,251,111,0.55);
}
@media (min-width: 1000px) {
  html body {
    font-size: 12px;
  }
  html body .cal-navig a {
    font-size: 100%;
    padding: 10px;
  }
  html body #topMenu select,
  html body #topMenu select>option {
    height: 1vw;
    color: white;
    font-size: 1vw;
  }
  html body .days >div {
    float: left;
    width: 33.3333%;
  }
  html body .days >div a {
    border-right: 1px solid red;
    display: block;
    font-size: 120%;
  }
  html body .days >div .description {
    font-size: 100%;
    width: 100%;
    height: 93%;
    opacity: .3;
    vertical-align: text-bottom;
  }
  html body .context {
    margin-top: 1em;
    border-top: 1em white solid;
  }
}
.cal-navig {
  display: block;
  width: 100%;
  clear: both;
}
.cal-navig a {
  display: inline-block;
  font-size: 3vw;
  margin: 0;
  min-width: 7vw;
  color: white;
  background-color: #687cac;
  text-align: center;
  padding: 1em;
}
.cal-navig .sun {
  background-color: pink;
}
.days span {
  font-size: .5em;
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 12em;
  text-align: center;
  background: lightblue;
}
.days div {
  border-top: 1px solid red;
  max-width: 100%;
}
.days div a {
  position: relative;
  font-size: 3.5vw;
  color: black;
  display: block;
  padding: 1em;
}
.days .sun {
  background-color: pink;
}
.days .sat {
  background-color: lightgoldenrodyellow;
}
.month-wrap >div {
  width: 20%;
  display: inline-block;
}
.month-wrap >div a {
  border-right: 1px solid red;
  text-align: center;
}
.month-wrap .sat {
  border-right: 0;
  width: 50%;
}
.month-wrap .sun {
  border-right: 0;
  width: 50%;
}
#rowEdForm1 .title >div {
  display: none;
}
#rowEdForm1 #editForm .poga {
  width: 80%;
}
#rowEdForm1 #editForm .rem {
  background-color: #fee;
  display: block;
  width: 13%;
  text-align: center;
  height: 1.6em;
  vertical-align: middle;
  padding-top: .6em;
  border: .123em solid darkred;
  border-radius: 0.4em;
}
#rowEdForm1 #editForm .description {
  width: 95%;
  background: lightcyan;
  color: darkblue;
  font-size: 4vw;
  padding: 0;
  margin: 0;
  line-height: 0;
}
.day a {
  display: block;
}
#next-appointment {
  display: block;
  margin: 0 .4em;
  text-align: center;
  color: darkred;
  position: relative;
}
#next-appointment #clock {
  font-size: 85%;
  margin: .3em;
  display: block;
  position: absolute;
  left: 0;
  top: 0.123em;
}
#next-appointment b {
  font-size: 85%;
  margin: .3em 1em;
  display: inline-block;
}
/*
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('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 #5897fb;
    border-top: none;
}

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

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    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 {
    display: block;
    width: 100%;
    height: 100%;
    background: url('select2.png') no-repeat 0 1px;
}

.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('select2.png') no-repeat 100% -22px;
    background: url('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('select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('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('select2-spinner.gif') no-repeat 100%;
    background: url('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('select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('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 #5897fb;
    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 #5897fb;
    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: -18px 1px;
}

/* 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 #5897fb;
    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('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;
  }
}
* {
  margin: 0;
  padding: 0;
}
body {
  font-size: 4vw;
  padding: 0;
  height: 100%;
  width: 100%;
  background-color: #F9FCFE;
  font-family: Arial, Trebuchet MS, Verdana, Helvetica, sans-serif;
  margin: 10px 10px 10em 10px;
}
body a {
  text-decoration: none;
  color: black;
}
body .loginf label {
  min-width: 50%;
  display: block;
  margin: 1em 0;
}
body .loginf input[type=submit] {
  background-color: #FFF;
  border: 1px solid #aaa;
  color: #000;
  font-size: 3vw;
  padding: .5vw;
  height: 7vw;
}
#rem {
  background-color: #e99;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  width: 300px;
  padding: 5px;
}
#main {
  border: 1px solid #ccc;
}
.rem {
  background-color: #fee;
}
.table tr .rem {
  width: 4%;
}
.error {
  background-color: #ffc0cb !important;
}
.cal {
  width: 70px;
}
td {
  text-decoration: none;
  padding: 1pt;
}
td a {
  color: #333;
}
IMG {
  border: 0;
}
tr:hover .T {
  background-color: #FFA;
}
tr .skaitiklis a {
  margin: 2px;
  color: white;
  font-size: 120%;
}
.inp {
  background-color: #FFF;
  border: 1px solid #aaa;
  color: #000;
  padding: .5vw;
  height: 2em;
}
#editForm {
  background-color: #FFF;
  border: 1px solid gray;
  border-radius: 5px;
  font-size: 3.5vw;
  margin-top: 13px;
  min-width: 96%;
  position: relative;
  padding: 35px 0 0;
}
#editForm input[type=text] {
  background-color: #FFF;
  border: 1px solid #aaa;
  color: #000;
  padding: .5vw;
  height: 2em;
}
#editForm th {
  font-size: 3.5vw;
  background: #eee;
  text-align: right;
  vertical-align: middle;
  color: black;
}
#editForm .param .aprekins {
  background-color: Lime !important;
}
#editForm .mceEditor {
  height: 825px !important;
}
#editForm textarea.zems {
  height: 4em;
}
#editForm .poga {
  border: 1pt solid #666;
  border-radius: 4px;
  cursor: pointer;
  float: right;
  height: 2.1em;
  text-transform: capitalize;
  width: 115px;
  margin: 2px;
  padding: 3px 1px;
}
#editForm .poga:hover {
  background-color: #ccc;
}
.large {
  width: 100%;
}
.short {
  width: 50px;
}
.inp50 {
  background-color: #FFF;
  border: 1px solid gray;
  color: #000;
  font-size: 11px;
  width: 90%;
  padding: 2px;
}
.readonly {
  background-color: #fff;
  border: 0 solid;
}
.border {
  background: #eee;
  border: 1px #000 solid;
  padding-left: 3px;
  margin: 5px;
}
A.visted {
  font-size: 9pt;
  text-align: left;
  text-decoration: none;
}
B {
  color: #000;
  font-weight: 600;
}
.act {
  background-color: #ccc;
  border: #000 solid 1pt;
  border-left: 0;
  font-size: 9pt;
  text-decoration: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.Off {
  font-size: 11px;
  font-style: normal;
  text-align: left;
}
.Lgreen {
  background-color: #90EE90;
}
.On {
  background-color: #A66B00;
  border: 1pt solid red;
  font-size: 12px;
  font-weight: bolder;
  padding-left: 3px;
  text-align: left;
  vertical-align: middle;
}
.subOff {
  background-color: #699BB3;
  color: #19194B;
  font-size: 11px;
  font-style: normal;
  padding-left: 6px;
  text-align: left;
  vertical-align: middle;
}
.subOn {
  background-color: #699BB3;
  border: 1pt solid red;
  font-size: 12px;
  font-weight: bolder;
  padding-left: 3px;
  text-align: left;
  vertical-align: middle;
}
.Red {
  border: 2pt solid #900;
  font-size: 12px;
  font-weight: bolder;
}
.sel {
  padding: 3px 2px;
}
.searchHead .Off input {
  height: 2em;
  width: 95%;
}
.context {
  background: #eee;
  color: #000;
  font-size: 14px;
  padding-right: 5px;
  margin-top: 1em;
  text-align: right;
  vertical-align: middle;
}
.Required {
  background: #99f;
  color: #000;
}
.MazaPoga {
  background: #8A91A2;
  border: 1pt solid #000;
  color: #fff;
  font-size: 9pt;
  text-align: right;
  text-transform: capitalize;
  padding: 0;
}
.mono {
  empty-cells: show;
  font-family: monospace;
  white-space: nowrap;
}
.tabula {
  border: 0;
  padding: 2pt;
}
.tabula .oddeven:hover td {
  background-color: #FF0;
}
.navigtab {
  border-bottom: 1pt solid #000;
  border-left: 1pt solid #000;
}
.r0 {
  border-right: 0;
  text-align: left;
}
.hidden {
  display: none;
  position: absolute;
  top: -100vw;
}
.site {
  background: #8A91A2;
  font-size: 9pt;
  text-transform: capitalize;
}
.imgOption {
  background-repeat: no-repeat;
  height: 30px;
  padding-left: 40px;
  vertical-align: middle;
}
.centred {
  text-align: center;
  vertical-align: middle;
}
.navbar-fixed select option {
  font-size: 115%;
  color: #FFF;
}
.navbar-fixed ul {
  clear: both;
  height: 5vw;
  margin: 0;
  padding: 0;
  background-color: #384667;
}
.navbar-fixed ul #saved {
  color: red;
}
.navbar-fixed ul #saved a {
  color: red;
}
.navbar-fixed ul li {
  border-bottom: 0;
  font-size: 14px;
  padding: 2px 7px;
  border-right: 0;
  display: inline-block;
  float: left;
  height: 4.6vw;
  list-style: none outside none;
  margin: 0;
}
.navbar-fixed ul li a {
  display: block;
  font-size: 115%;
  padding-top: .4vw;
  text-align: center;
  margin: 8px 6px;
  color: #FFF;
}
.navbar-fixed ul li:hover {
  background-color: #687cac;
}
.navbar-fixed ul .right {
  background-color: #384667;
  float: right;
}
.navbar-fixed ul .current {
  background-color: #687cac;
  float: right;
}
.navbar-fixed ul .last {
  border-right: 0;
}
.navbar-fixed ul .active {
  background-color: #687cac;
}
.navbar-fixed ul select {
  margin-top: .2em;
}
.navbar-fixed ul select,
.navbar-fixed ul select>option {
  height: 3.5vw;
  color: white;
  font-size: 3vw;
}
#warning {
  background-color: #F99;
}
.w390 {
  width: 300px;
}
.odd td {
  background-color: #FAFAD2;
}
.odd th {
  background-color: #FAFAD2;
}
table .odd:hover td {
  background-color: #FF0;
}
table .odd:hover th {
  background-color: #FF0;
}
table .even:hover td {
  background-color: #FF0;
}
table .even:hover th {
  background-color: #FF0;
}
.w50 {
  width: 50%;
}
#trase0 {
  width: 80%;
}
#subMenu {
  clear: both;
  height: 5vw;
  margin: 0;
  padding: 0;
}
#subMenu .active {
  background-color: #687cac;
}
#subMenu .active a {
  color: #fff;
}
#subMenu li {
  border-right: 0;
  display: inline-block;
  float: left;
  height: 4.6vw;
  list-style: none outside none;
  margin: 0;
  background-color: #384667;
}
#subMenu li a {
  color: #fff;
  padding: 0 10px;
  display: block;
  font-size: 115%;
  padding-top: .4vw;
  text-align: center;
  margin: 8px 6px;
}
.NavigSub {
  background-color: #79BF77;
  border-left: 1px solid green;
  text-align: left;
}
.NavigSub CITE A {
  background-color: #FF0;
  color: #000;
  font-variant: small-caps;
  padding: 7px 22px;
}
.NavigSub span {
  display: inline-block;
  margin: 0;
  padding: 7px;
}
.NavigSub a:hover span {
  background-color: #FFFFE0;
}
ul {
  margin-bottom: 10px;
  margin-top: 0;
}
ol {
  margin-bottom: 10px;
  margin-top: 0;
}
.navigLeft {
  font-size: 75%;
}
.rowEdForm {
  background-color: lightgoldenrodyellow;
  border: 1px solid gray;
  border-radius: 7px;
  min-width: 99%;
  position: absolute;
  margin: 13px 5px 9px;
  padding: 0;
  z-index: 99999999;
}
.rowEdForm * {
  font-size: 100%;
}
.rowEdForm .cancel {
  cursor: crosshair;
  font-size: 6vw;
  height: 2vw;
  left: .5vw;
  position: relative;
  right: 5px;
  text-align: center;
  top: 5px;
  width: 98%;
}
.rowEdForm .cancel div {
  color: teal;
  float: left;
  font-weight: lighter;
  margin-left: .5vw;
  margin-top: .5vw;
  text-align: left;
  white-space: nowrap;
  width: 80%;
}
.rowEdForm .cancel span {
  background-image: url(../images/wclose.png);
  background-position: right 5px;
  background-repeat: no-repeat;
  display: block;
  float: right;
  height: 26px;
  margin-right: 5px;
  width: 26px;
}
.rowEdForm select {
  height: 2em;
  margin: 1px 0;
  padding: 2px;
}
.rowEdForm .sel {
  width: 92%;
}
.right {
  text-align: right;
}
.apraksti div {
  text-align: right;
}
.activeText {
  background-color: #FFFFE0;
}
.scrollable .pasut {
  background-color: #FFFFE0;
}
.nowrap {
  white-space: nowrap;
}
.param th a {
  white-space: nowrap;
}
.paramList .scrollable .noliktava {
  background-color: Lime !important;
}
.paramImgList .noliktava {
  background-color: Lime !important;
}
.laikapoga {
  background-color: #D3D3D3;
  border: 1px solid gray;
  border-radius: 6px;
  cursor: pointer;
  margin: 3px 13px;
  padding: 2px 15px;
}
.nav {
  text-align: center;
}
.ft {
  text-align: right;
  margin-top: 20px;
  font-size: smaller;
}
.inv {
  background-color: #069;
  color: #FFF;
}
.inv a {
  color: #FFF;
}
table.res {
  width: 100%;
  border-collapse: collapse;
}
table.res th {
  padding: 2px;
  border: 1px solid #fff;
}
table.res td {
  padding: 2px;
  border: 1px solid #fff;
}
table.wa {
  width: auto;
}
table.restr {
  vertical-align: top;
}
tr.e {
  background-color: #CCC;
}
tr.o {
  background-color: #EEE;
}
tr.h {
  background-color: #99C;
}
tr.s {
  background-color: #FF9;
}
.err {
  color: #F33;
  font-weight: 700;
  text-align: center;
}
.frm {
  width: 400px;
  border: 1px solid #999;
  background-color: #eee;
  text-align: left;
}
.frm label.l {
  width: 100px;
  float: left;
}
.dot {
  border-bottom: 1px dotted #000;
}
.ajax {
  text-decoration: none;
  border-bottom: 1px dashed;
}
.qnav {
  width: 30px;
}
#buttons {
  text-align: left;
}
.prieksmets {
  height: 2em;
}
.saraksts .lastp {
  background-color: #eee;
}
.reldatums div {
  display: inline;
}
.tekstarea {
  border: 1px solid;
  width: 700px;
}
.laiks .pagajis {
  text-decoration: line-through;
}
.pad0 {
  background-color: #ddd;
  font-weight: bold;
}
.pad1 {
  background-color: #eee;
  padding: 0 0 0 15px;
}
.pad2 {
  background-color: #eee;
  padding: 0 0 0 25px;
}
.pad3 {
  background-color: #ffffcc;
}
.sadalas th {
  text-align: left;
}
.c_catalog .datums {
  white-space: nowrap;
}
.c_catalog .passp {
  white-space: nowrap;
}
.c_catalog td {
  border-left: 1px solid gray;
}
.c_catalog td a {
  white-space: nowrap;
}
.c_catalog tr .id a {
  color: lightgray;
}
.c_catalog tr .title {
  min-width: 30em;
}
.skaitiklis th a {
  white-space: nowrap;
}
