.full-page {
  background: url("../img/login.jpeg") no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 100%;
  bottom: -90px;
  padding-bottom: 90px;
}

.wrapper {
  height: 100%;
}

.sidebar {
  bottom: -90px;
  padding-bottom: 90px;
}
.sidebar .sidebar-wrapper {
  height: 100%;
  overflow: auto;
  margin-bottom: 0;
}

.f-s18 {
  font-size: 18px !important;
  line-height: 18px !important;
  vertical-align: middle;
}

.card img.passport {
  height: auto;
  width: 100px;
}

.fileinput {
  margin-top: 20px;
}

.table .photo {
  vertical-align: middle;
  margin-top: -15px;
  margin-right: 20px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  border-radius: 50%;
  position: absolute;
  left: 23px;
  z-index: 5;
  box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.error {
  border-left: 2px solid #ef5350 !important;
}

.item .form-group {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

#myModalAddNomenklatura .modal-dialog, #myModalAddPet .modal-dialog, #myModalAddMainProvider .modal-dialog , #myModalAddRecipe .modal-dialog {
  width: 900px;
}

div#myModalAddNomenklatura.modal.fade.in {
  z-index: 1111;
}

.card .card-header.card-header-icon + .card-content .card-title.card-table-title {
  padding-bottom: 0;
}

.total {
  line-height: 16px;
}
.total span {
  font-weight: 600;
}

.text-strong {
  font-weight: bold;
}

.table .row {
  vertical-align: middle;
}
.table .row:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table .row div {
  padding: 7px 2px;
}

a.card-header{
  display: block;
}
[aria-expanded="false"].card-header{
  margin: 0;
}
.card-content.collapse .select2-container, #myModalAddRecipe .select2-container, .modal-body .select2-container{

  width: 100%!important;
}
.help-block{
  color: #9c27b0;
}
#st_list {
  padding-top: 20px;
}
#st_list .select2-container--default .select2-selection--single{
  border: 0;
  border-radius: 0;
}
#st_list .form-group.form-group-sm {
  padding-bottom: 0;
  margin: 0;
}
#st_list .form-group.form-group-sm input{
  height: 35px;
}
#st_list .row_header {
  border-bottom: 1px solid #888888;
  border-left: 1px solid #888888;
  border-top: 1px solid #888888;
}
#st_list .row_header .cell {
  border-bottom: 0;
}
#st_list .row_header h3 {
  text-align: center;
  line-height: 45px;
}
#st_list .row_header h4 {
  text-align: center;
  font-weight: bold;
}
#st_list .row_header .sub_head {
  border-bottom: 1px solid #888888;
  border-left: 1px solid #888888;
  border-right: 1px solid #888888;
}
#st_list .row_header .form-head {
  padding: 5px;
}
#st_list .cell {
  text-align: center;
  border-bottom: 1px solid #888888;
  border-right: 1px solid #888888;
  height: 35px;
  line-height: 35px;
  padding: 0;
}
#st_list .col-xs-9 .col-xs-9 .cell:first-child {
  border-left: 1px solid #888888;
}
#st_list .cell-title {
  padding: 2px 2px 2px 1%;
  border-bottom: 1px solid #888888;
  border-left: 1px solid #888888;
  height: 35px;
}
#st_list .cell-title .inner, #st_list .cell-title label {
  line-height: 35px;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  padding: 0;
}
#st_list .cell-title .pop {
  padding: 2px 6px;
  margin-bottom: 8px;
}
#st_list .fa {
  font-size: 1.8rem;
}#st_list .fa-check-circle {
  color: #4caf50;
}
#st_list .fa-times-circle {
  color: red;
}
#st_list .fa-clock-o {
  color: #ff9800;
}
.bold{
  font-weight: bold;
}
#st_list .cell_header h3{
  margin-bottom: 2px;
}
#st_list .cell_header .cell{
  border-left: 0;
  border-right: 0;
  border-top: 1px;
  border-color: #888888;
  border-style: solid;
  text-align: left;
  padding: 2px 2px 2px 4%;
  height: 35px;
}

