/* SPECIAL EFFECTS 
----------------------------------------------------------------------------------------*/
@import url(https://web-archive.nli.org.il/National_Library/cs_/https://fonts.googleapis.com/css?family=Open+Sans);
@import url(fonts/opensans/style.css);
.blink {
  color: #ef5b5b;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blinker;
  -moz-animation-duration: 3s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blinker;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite; }

@-moz-keyframes blinker {
  0% {
    opacity: 1.0; }
  45% {
    opacity: 1.0; }
  50% {
    opacity: 0.3; }
  55% {
    opacity: 1.0; }
  100% {
    opacity: 1.0; } }
@-webkit-keyframes blinker {
  0% {
    opacity: 1.0; }
  45% {
    opacity: 1.0; }
  50% {
    opacity: 0.3; }
  55% {
    opacity: 1.0; }
  100% {
    opacity: 1.0; } }
@keyframes blinker {
  0% {
    opacity: 1.0; }
  45% {
    opacity: 1.0; }
  50% {
    opacity: 0.3; }
  55% {
    opacity: 1.0; }
  100% {
    opacity: 1.0; } }
body, input, select, textarea {
  font-family: "OpenSans", "Open Sans", serif !important; }

.navbar-brand {
  padding: 5px 0 0 25px; }

a {
  color: #078E07;
  cursor: pointer; }

a:hover, a:focus {
  text-decoration: none; }

#article {
  margin-top: 80px;
  margin-bottom: 80px;
  position: relative; }
  #article h1 {
    font-size: 24px;
    padding: 10px 0;
    margin: 0 0 10px; }
  #article .btn {
    border-radius: 0; }
  #article .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #2A6496; }
  #article .form-control {
    border-radius: 0; }
  #article .dropdown-menu {
    border-radius: 0; }
    #article .dropdown-menu li > a {
      padding: 3px 5px; }
    #article .dropdown-menu li > a > span {
      margin:0 0 0 5px;
    }
    #article .dropdown-menu > .active > a, #article .dropdown-menu > .active > a:hover, #article .dropdown-menu > .active > a:focus {
      background-color: #078E07; }

h1, h2, h3, h4 {
  margin: 0 0 10px; }

h2 {
  font-size: 16px;
  padding: 12px 0;
  border-top: 1px dashed #eee;
  border-bottom: 1px dashed #eee;
  text-indent: 5px; }
  h2 span, h2 i.fa {
    color: #078E07; }

ul {
  list-style: none;
  margin: 0; }

ul.overflow {
  height: 100px;
  overflow-y: auto; }

.text-success {
  color: #078E07; }

table {
  width: 100%; }

.addRecordBtn {
  float: left;
  font-size: 20px;
  margin-top: 15px; }

.has-feedback .form-control {
  padding-right: 6px; }

label {
  font-weight: 400; }

form .has-feedback .form-control-feedback {
  left: 0;
  right: inherit; }

.grid-view .checkbox-column {
  min-width: 25px;
  text-align: center;
}
.grid-view .button-column {
  text-align: center;
  width: 100px;
  white-space: nowrap; }
  .grid-view .button-column a {
    margin: 0 4px; }
.grid-view .thin-column {
  min-width: 25px;
  width: 0; }
.grid-view button.grid-export {
  margin-right: 10px; }
.grid-view i.single-select {
  color: #999;
  cursor: default; }
.grid-view i.single-select.selected {
  color: #078E07; }
.grid-view i.single-select.row-button {
  cursor: pointer; }
.grid-view .progress {
  margin-bottom: 0; }

.btn-group {
  margin: 0; }

.btn-default {
  background-color: #47a447; 
  color: #ffffff; 
}

.pointer {
  cursor: pointer; }

table td, table th {
  text-align: right;
  word-break:break-word;}

.grid-view table.items th:hover a.sort-link:after {
  display: none; }

.grid-view table.items th a .caret {
  right: auto;
  left: 5px; }

.input-daterange .input-group-addon {
  border-radius: 0;
  background-color: #f5f5f5; }

hr {
  margin-top: 10px;
  margin-bottom: 10px; }

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
  padding: 3px; }

@media (min-width: 1200px) {
  .table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    min-width: 80px; } }
.addButton {
  position: absolute;
  left: 15px;
  top: 0; }

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  background-color: #7DDB7D; }

/* Table Scroll */
.table-scroll {
  position: relative;
  padding-top: 1px; }
  .table-scroll > div {
    height: 218px;
    overflow: auto;
    margin-top: 20px; }
  .table-scroll .head {
    position: absolute;
    top: 0;
    z-index: 2;
    height: 20px;
    font-weight: 400; }
  .table-scroll table th {
    padding: 0 10px 4px; }

/* Flash */
.flash {
  position: fixed;
  top: 50px;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 9999;
  padding: 5px 0;
  left: 0;
  right: 0; }
  .flash.success {
    background: rgba(7, 142, 7, 0.5); }
  .flash.failed {
    background: rgba(239, 91, 91, 0.5); }
  .flash span {
    margin-left: 5px; }

/* RTL */
.list-view .summary {
  text-align: left;
  font-size: 13px;
  color: #999;
  border-bottom: 1px solid #eee; }

.btn-group > .btn, .btn-group-vertical > .btn {
  float: none; }

/* Booster Widgets */
.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
  margin-right: 0; }

.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
  margin-right: -20px;
  position: absolute; }

.radio label, .checkbox label {
  display: inline-block; }

.bootstrap-timepicker-widget {
  right: initial; }

.bootstrap-timepicker-widget table {
  direction: ltr; }

/* DatePicker */
.ct-form-control {
  min-width: inherit; }

.datepicker.dropdown-menu {
  font-family: "OpenSans", "Open Sans", serif !important; }

.datepicker.datepicker-rtl {
  right: auto; }

/* DateRange Picker */
.daterangepicker {
  font-family: "OpenSans", "Open Sans", serif !important; }
  .daterangepicker .calendar th, .daterangepicker .calendar td {
    font-family: "OpenSans", "Open Sans", serif !important; }
  .daterangepicker.opensright .calendar {
    float: left; }
  .daterangepicker.opensright .ranges {
    float: right; }
  .daterangepicker .ranges {
    text-align: right; }
  .daterangepicker .daterangepicker .ranges .range_inputs > div {
    float: right; }

.details .table > thead > tr > th, .details .table > tbody > tr > th, .details .table > tfoot > tr > th, .details .table > thead > tr > td, .details .table > tbody > tr > td, .details .table > tfoot > tr > td {
  border: none; }
.details th {
  font-weight: 400;
  width: 100px; }
.details td {
  font-weight: 700; }
.details .grid-view td {
  font-weight: normal; }
.details h4:not(.modal-title) {
  border-bottom: 1px dashed #eee;
  padding-bottom: 10px; }
.details hr {
  border-top: 1px dashed #eee; }

.assignedList div.row {
  margin-bottom: 15px; }
  .assignedList div.row h4 {
    font-size: 16px;
    padding-top: 6px; }

#debits th {
  font-style: italic;
  font-weight: 400;
  padding: 6px 10px; }
#debits td {
  padding: 0 10px; }

.history th {
  font-weight: 400;
  font-size: 12px;
  font-style: italic;
  padding-top: 0; }

.bottom-menu {
  border-top: 1px dashed #eee;
  padding-top: 15px;
  margin-top: 15px; }
  .bottom-menu a {
    margin-right: 15px; }

form p {
  padding-top: 7px; }
form textarea {
  resize: none;
  min-height: 100px; }
form .form-control {
  border-radius: 0; }

.searchForm {
  display: none; }

.closeSearch {
  float: left;
  padding: 15px 10px;
  cursor: pointer; }

.description {
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px dashed #eee; }

/* Popover */
.popover-content li {
  list-style: none; }

/* Tabs */
#actionPanel h3:not(.popover-title), #actionPanel h4:not(.modal-title) {
  font-size: 18px;
  padding: 12px 0;
  margin-bottom: 20px; }
#actionPanel h3:not(.popover-title) {
  border-bottom: 1px dashed #eee; }

.nav > li > a:hover, .nav > li > a:focus {
  background-color: #078E07;
  color: #fff; }

.nav-tabs > li > a:hover {
  border-color: #078E07; }

li.nav-header {
    border-top: 1px solid;
    color: #333;
}

.loader {
  float: left;
  color: #078E07;
  font-size: 20px;
  margin: 13px 0 0 10px; }

.inline-tabs li a {
  padding: 1px 15px; }

/* History */
.historyBtn {
  color: #078E07;
  float: left;
  margin-top: 12px;
  cursor: pointer; }

.grid-view .summary {
  font-size: 13px;
  color: #999;
  text-align: left; }

/* Select2 */
form .select2-container .select2-choices .select2-search-field input, form .select2-container .select2-choice, form .select2-container .select2-choices {
  font-family: "OpenSans", "Open Sans", serif !important; }
form .select2-container .select2-choice, form .select2-container .select2-choices .select2-search-field input, form .select2-container .select2-choice, form .select2-container .select2-choices {
  border-radius: 0; }
form .select2-container.form-control {
  margin-right: 0; padding: 0;}
form .select2-container .select2-choice .select2-arrow {
  display: none; }
form .select2-container .select2-choice > .select2-chosen {
  margin-right: 0; }

.select2-drop .select2-search input {
  font-family: "OpenSans", "Open Sans", serif !important; }

#article .select2-container-multi .select2-choices li {
  float: right; }
#article .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0; }
#article .select2-container-multi .select2-search-choice-close {
  right: auto; }
#article .select2-hidden-accessible {
  display: none; }

/* Typeahead */
.tt-dropdown-menu {
  border-radius: 0;
  margin-top: 0;
  padding: 0;
  direction: rtl; }
  .tt-dropdown-menu .tt-suggestion {
    padding: 3px 10px 6px;
    font-size: 14px;
    line-height: inherit; }
  .tt-dropdown-menu .tt-suggestion.tt-cursor {
    background-color: #eee;
    color: inherit; }

.twitter-typeahead .form-control {
  text-align: right; }

/* Release Identity */
#releaseIdentity {
  position: fixed;
  left: 0;
  background: #078E07;
  color: #fff;
  padding: 6px 10px;
  cursor: pointer;
  top: 50px; }

/* Timeout */
.ui-widget {
  font-family: "OpenSans", "Open Sans", serif !important;
  border-radius: 0;
  padding: 15px; }
  .ui-widget button {
    font-family: "OpenSans", "Open Sans", serif !important;
    border-radius: 0; }
  .ui-widget .ui-dialog-titlebar-close {
    right: auto;
    left: .3em; }
  .ui-widget .ui-dialog-title {
    float: right;
    padding: 0; }
  .ui-widget .ui-dialog-buttonpane {
    background: none; }
  .ui-widget .ui-dialog-titlebar {
    padding: 0; }
  .ui-widget .ui-dialog-buttonpane {
    padding: 10px 0 0; }
  .ui-widget .ui-dialog-titlebar {
    font-size: 15px; }
  .ui-widget .ui-dialog-content {
    padding: 15px 0 0; }
  .ui-widget .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none; }

/* GridView Action buttons*/
.action-buttons {
  margin: 0 0 -34px 120px;
  height: 34px; }

div.action-pop-form {
  position: absolute;
  top: 36px;
  border: 1px solid #999;
  border-radius: 8px 0 8px 8px;
  padding: 5px;
  background-color: #fff;
  z-index: 1000;
  display: none; }

div[target-grid] {
  position: relative; }

.yellowHighlight {
  background-color: #f3e97a !important; }

.radio label.disabled {
  color: #ccc;
  cursor: default; }

table.invoice {
  border-collapse: collapse; }
  table.invoice td, table.invoice th {
    border: 1px solid #000; }
  table.invoice th {
    background-color: #eee; }

div.animal-line-div .indicator {
  margin: 1px 2px;
  height: 16px;
  width: 16px; }
div.animal-line-div .indicator.fa-exclamation-triangle {
  color: #DC322F; }
div.animal-line-div .indicator.fa-check {
  color: #51BB51; }
div.animal-line-div .inactive, div.animal-line-div .inactive a {
  color: #ccc !important;
  font-style: initial !important; }
div.animal-line-div .inactive img {
  opacity: 0.2; }
div.animal-line-div a.name-link {
  display: inline-block;
  width: 80px; }
div.animal-line-div div.color-box {
  display: inline-block;
  border: 1px solid;
  height: 16px;
  width: 16px;
  vertical-align: middle;
  text-align: center;
  line-height: 16px; }
div.animal-line-div div.chip-div {
  display: inline-block;
  width: 130px;
  text-align: center; }
div.animal-line-div .vaccine-date {
  display: inline-block;
  padding: 0 2px; }
div.animal-line-div .vaccine-date.expired {
  background-color: #E86967;
  color: #fff; }
div.animal-line-div .breed-div {
  display: inline-block;
  width: 80px;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  text-overflow: ellipsis;
  margin: 1px 2px; }

div.more-div {
  text-align: left;
  margin: -10px 0 5px 0; }
  div.more-div a {
    color: #666;
    font-size: 13px; }
  div.more-div a:hover {
    text-decoration: underline; }

.default-field.default-highlight, .default-field .default-highlight, .default-field.default-highlight ul, .default-field-display.default-highlight, .default-field-display .default-highlight, .default-field-display.default-highlight ul {
  background-color: #F7EC66 !important; }

.defaults-modal div[level] label {
  width: 150px; }
.defaults-modal div[level] i {
  cursor: pointer;
  margin: 2px; }
.defaults-modal div[level] i:hover {
  color: #ccc; }
.defaults-modal div[level] i.disabled {
  cursor: default !important;
  color: #ccc; }
.defaults-modal .message {
  text-align: center;
  padding: 2px;
  position: absolute;
  width: 100%;
  display: none; }
.defaults-modal .message-success {
  background-color: #CAF799;
  color: #143C1A; }
.defaults-modal .message-failur {
  background-color: #F7B6B6;
  color: #C12E2E; }

.glyphicon-none:before {
  content: "\2122";
  color: transparent !important; }

.glyphicon-medicine:before {
  content: url(/National_Library/oe_/https://www.shvav.org/img/glyphicons/medicine.png); }

.glyphicon-medicine:before {
  content: url(/National_Library/oe_/https://www.shvav.org/img/glyphicons/medicine.png); }

.glyphicon-money:before {
  content: url(/National_Library/oe_/https://www.shvav.org/img/glyphicons/money.png); }

.glyphicon-magic:before {
  content: url(/National_Library/oe_/https://www.shvav.org/img/glyphicons/magic.png); }

.glyphicon-skull:before {
  content: url(/National_Library/oe_/https://www.shvav.org/img/glyphicons/skull.png); }

.glyphicon-podcast:before {
  content: url(/National_Library/oe_/https://www.shvav.org/img/glyphicons/podcast.png); }

.glyphicon-alert:before {
  content: url(/National_Library/oe_/https://www.shvav.org/img/glyphicons/alert.png); }

.glyphicon-person-wheelchair:before {
  content: url(/National_Library/oe_/https://www.shvav.org/img/glyphicons/person-wheelchair.png); }

.glyphicon-stethoscope:before {
  content: url(/National_Library/oe_/https://www.shvav.org/img/glyphicons/stethoscope.png); }

.glyphicon-keys:before {
  content: url(/National_Library/oe_/https://www.shvav.org/img/glyphicons/keys.png); }

.glyphicon-scissors-alt:before {
  content: url(/National_Library/oe_/https://www.shvav.org/img/glyphicons/scissors-alt.png); }

.glyphicon-file-export:before {
  content: url(/National_Library/oe_/https://www.shvav.org/img/glyphicons/file-export.png); }

a.no-glyphicon:hover span.glyphicon {
  -webkit-filter: invert(1); }

.td-no-overflow {
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.red-text {
  color: #DC322F; }

.red-text-td td {
  color: #DC322F; }

a.grey-link:not(:hover) {
  color: #ccc; }

button.select2-add-button {
  position: absolute;
  left: 21px;
  top: 35px;
  padding: 2px 10px;
  z-index: 99999;
  border-radius: 4px !important;
  display: none; }

button.row-button {
  padding: 1px 6px; }

.documentation-box {
  clear: both;
  position: relative; }
  .documentation-box .db-body {
    border: 1px solid #ccc;
    padding: 3px;
    background-color: #fafafa; }
  .documentation-box .db-details {
    color: #5F6B60; }
    .documentation-box .db-details .db-details-field {
      float: right;
      font-size: 12px;
      margin-left: 5px; }
      .documentation-box .db-details .db-details-field label {
        font-weight: bold;
        font-style: italic; }
      .documentation-box .db-details .db-details-field span {
        width: 70px;
        display: inline-block; }
  .documentation-box .action-icons {
    position: absolute;
    left: 4px;
    top: 2px;
    display: none; }
  .documentation-box:hover .action-icons {
    display: block; }
.fileDesc{
  min-height: 35px;
  width:408px;
}
.select-camera{
  margin:5px 0 5px 5px;
}
#cameraNames{
  width:245px;
  font-size:10px;
  height:25px;
}
.btn-camera{

}
.image {
  z-index: 1;
 /* top: 28%; /* Отступ в процентах от верхнего края окна */
 /* left: 16%; /* Отступ в процентах от левого края окна */
 /* width: 450px; /* Ширина блока */
 /* height: 350px; /* Высота блока */
  position: absolute; /* Абсолютное позиционирование блока */
  background-color: #5cb85c;
 /* margin-top: -225px; /* Отрицательный отступ от верхнего края страницы, должен равняться половине высоты блока со знаком минус */
  /*margin-left: -225px; /* Отрицательный отступ от левого края страницы, должен равняться половине высоты блока со знаком минус */
}
.btn-action{
  margin-left: 30px;
}
.clall{
  margin-right: -35px;
}
.deleteBtn{

}
.nodeleteBtn{
  visibility: hidden;
}
.prev-btn{
  visibility: hidden;
}
.main-btn{
  visibility: hidden;
}
.view_5 .view_12{
  visibility: visible;
}
.main_5{
  visibility: visible;
}
.view_6{
  visibility: visible;
}

.btn-gr{
  float:right;
  width: 20px;
}

.real-hint {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 10px;
  display: none;
  padding: 5px 10px;
  position: absolute;
  width: 250px;
  z-index: 99;
}

.real-hint .hint-caption {
  font-weight: bold;
  text-transform: uppercase;
}

.real-hint .prm-cross {
  background: url("/National_Library/oe_/https://www.shvav.org/images/cross.jpg") no-repeat scroll right top rgba(0, 0, 0, 0);
  cursor: pointer;
  float: right;
  height: 16px;
  margin-top: 3px;
  padding-left: 15px;
  right: 10px;
  width: 16px;
}

.real-show-hint {
  cursor: pointer;
  border-bottom: dashed 1px;
  color: #8c0000;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    right: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: left;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-left: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

@media print {
body, input, select, textarea {
  font-family: "Arial" !important; }
}

.slider {
    width: 100%;
    height: 12em;
    margin: 1em auto;
    overflow: hidden;
    background: white;
    position: relative;
    box-sizing: border-box;
}

.marquee {
    top: 6em;
    position: relative;
    box-sizing: border-box;
    animation: marquee 15s linear infinite;
}

.marquee:hover {
    animation-play-state: paused;
}

@keyframes marquee {
    0%   { top:   8em }
    100% { top: -11em }
}

.scroll-div {
    width: 100%; 
    height: 25em; 
    overflow-y: scroll;
    padding: 7px;
}

.numberCircle {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 3px 6px;

    background: #fff;
    border: 2px solid #666;
    color: #666;
    text-align: center;

    font: 16px Arial, sans-serif;
}

.file_div{
  padding:5px 10px;
  border:1px solid #00ad2d;
  position:relative;
  color:#fff;
  border-radius:2px;
  text-align:center;
  float:left;
  cursor:pointer
}
.hide_file {
    position: absolute;
    z-index: 1000;
    opacity: 0;
    cursor: pointer;
    right: 0;
    top: 0;
    height: 100%;
    font-size: 24px;
    width: 100%;
}

.right {
    text-align: right;
}

.tag {
  padding: .3em .4em .4em;
  margin: 0 .1em;
  border-radius: 5px;
}
.tag a {
  cursor: pointer;
  opacity: 0.6;
}
.tag a:hover {
  opacity: 1.0
}
.tag .remove {
  vertical-align: bottom;
  top: 0;
}
.tag a {
  margin: 0 0 0 .3em;
}
.tag a .glyphicon-white {
  margin-bottom: 2px;
}

.tag_minimal {
  height: 18px;
  width: 18px;
  margin: 0 2px 0 2px;
  border-radius: 50%;
  display: inline-block;
}