/* Common
==============================================*/

html,
body {
  height: 100%;
}
/* Header
==============================================*/

.header {
  height: 50px;
  background: #445276;
  margin-bottom: 20px;
}
.header .navbar {
  background: #445276;
}
.header .navbar .navbar-toggle {
  background: #445276;
}
.header .navbar a {
  color: white;
}
.header .navbar ul.nav.navbar-nav li a {
  color: white;
}
.wrapper {
  height: 100%;
  height: auto !important;
  padding-bottom: 40px;
}
/* Main
==============================================*/

fieldset {
  clear: both;
}
.list-admin.images .image {
  height: 200px;
  background-size: cover;
  padding: 0;
  background-position: center;
}
.list-admin .col-xs-9 {
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .list-admin .col-xs-9 {
    padding-right: 15px;
  }
}
.list-admin .col-xs-3 {
  padding: 0;
  margin: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .list-admin .col-xs-3 {
    padding-left: 15px;
  }
}
.list-admin .col-xs-3 input[type=submit] {
  width: 100%;
}
.list-admin .finded {
  float: left;
}
.list-admin .pager {
  width: 250px;
  margin: 0 auto;
}
.list-admin .table-responsive {
  padding: 10px 0;
  margin: 10px 0;
}
@media (min-width: 768px) {
  .list-admin .table-responsive {
    margin: 0;
    padding: 10px 0;
  }
}
.list-admin .table-responsive table {
  margin: 0;
}
a.add {
  float: right;
  margin-bottom: 20px;
}
.container {
  min-width: 320px;
}
table {
  border: 1px solid transparent;
  -webkit-box-shadow: 3px 3px 3px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 3px 3px 3px -3px rgba(0, 0, 0, 0.75);
  box-shadow: 3px 3px 3px -3px rgba(0, 0, 0, 0.75);
}
table tr:nth-child(2n) {
  background: white;
}
table tr:nth-child(2n + 1) {
  background: #eef0f9;
}
table tr th,
table tr td {
  padding: 20px 5px;
  font-size: 16px;
  vertical-align: middle;
  border-top: 0 !important;
}
table tr th.drag,
table tr td.drag {
  padding: 0;
  text-align: center;
  padding-top: 8px;
}
table tr th.drag .icon-bar,
table tr td.drag .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  margin: 0 auto;
  margin-top: 4px;
  background: #445276;
}
table tr th {
  font-weight: 600;
  text-align: left;
  padding: 20px 5px 20px 20px;
  color: #445276;
}
table tr td {
  color: #333333;
  padding: 20px 5px 20px 20px;
  box-sizing: border-box;
}
table.table-questions {
  border: 0;
}
table.table-questions tr td,
table.table-questions tr th {
  border: 0;
}
table.table-questions tr td:first-of-type,
table.table-questions tr th:first-of-type {
  width: 20px;
}
table.table-questions tr td label,
table.table-questions tr th label {
  cursor: pointer;
}
table.table-admin tr td,
table.table-admin tr th {
  text-align: center;
}
table.table-admin tr td.error,
table.table-admin tr th.error {
  color: #f9f2f4;
  background: #c7254e;
}
table.table-admin tr td img,
table.table-admin tr th img {
  max-width: 200px;
}
table.table-images {
  margin-top: 20px;
}
table.table-images tr td {
  text-align: center;
  vertical-align: middle;
}
table.table-images tr td img {
  display: inline-block;
  max-width: 200px;
}
table.table-main tr.second td:first-of-type {
  padding-left: 20px;
}
table.table-main tr.second td:first-of-type:before {
  content: "-";
}
.row.photo {
  text-align: center;
}
.row.photo h1 {
  margin-bottom: 20px;
}
.row.photo select {
  background: #0bb3e8;
  outline: none;
  cursor: pointer;
  margin-bottom: 40px;
  padding: 10px;
  display: inline-block;
  border: 0;
  color: white;
  font-size: 16px;
  font-family: "Open Sans";
}
.row.photo select option {
  padding: 10px;
}
.row.photo .blocks .img-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  width: 320px;
  float: left;
  padding-top: 0;
  height: 190px;
}
.row.photo .blocks .img-wrapper.second {
  margin-left: 20px;
}
.row.photo .bx-wrapper {
  margin-bottom: 10px;
}
.row.photo .bx-wrapper .bx-pager {
  bottom: -10px;
  width: 1000px;
  margin-left: 0;
}
/* Footer
==============================================*/

.footer {
  text-align: center;
  line-height: 30px;
  z-index: 10;
  background: white;
  border-top: 1px solid #9d9d9d;
}
/* Other
==============================================*/

img {
  max-width: 100%;
}
a {
  text-decoration: none;
  color: #74929b;
}
a:hover,
a:focus {
  text-decoration: none;
}
.operation-mes {
  min-height: 30px;
  margin: 10px 0px;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
}
.operation-mes.success {
  color: #498e2d;
  background: #dff0d8;
}
.operation-mes.error {
  color: #f9f2f4;
  background: #c7254e;
}
.editor-group {
  margin-top: 10px;
  padding: 10px;
  position: relative;
}
.editor-group .tag {
  display: inline-block;
  border: 1px solid #7f869a;
  padding: 3px;
  margin-bottom: 3px;
  margin-right: 3px;
  float: left;
}
.input-validation-error {
  border: 1px solid #c7254e;
  background: #f9f2f4;
}
.field-validation-error {
  color: #c7254e;
}
textarea {
  resize: vertical;
  min-height: 300px;
  max-width: 100%;
}
.btn-update {
  float: right;
  margin-bottom: 10px;
}
.btn-add {
  display: inline-block;
  padding-top: 50px;
  width: 80px;
  text-align: center;
  color: #333333;
  margin: 0 auto;
  height: 60px;
}
.btn-add.text {
  background: url(../img/text.png) center no-repeat;
  background-size: 40px 40px;
}
.btn-add.img {
  background: url(../img/camera.png) center no-repeat;
  background-size: 40px 40px;
}
.btn-back {
  float: left;
  margin-bottom: 10px;
  display: block;
}
.iradio_square-blue {
  display: inline-block;
}
.success-add {
  transition: all 300ms linear;
  color: #498e2d !important;
  background: #dff0d8 !important;
}
.btn.btn-primary {
  background: #3981a8;
}
.nav.nav-tabs {
  clear: both;
  margin-bottom: 20px;
}
.logo {
  max-width: 100%;
  max-height: 100px;
  margin: 0 auto;
  display: block;
}
.image-form {
  display: none;
}
.window-wrapper {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.window {
  margin: auto;
  background: white;
  width: 500px;
  height: 300px;
  overflow-y: scroll;
  border-radius: 10px;
  padding: 10px;
}
.img-wrapper {
  text-align: center;
  padding-top: 30px;
  margin-bottom: 40px;
}
.img-wrapper .sign {
  margin-top: 20px;
  font-size: 14px;
  color: #838383;
}
.remove-block {
  background: url(../img/close-btn.png) center no-repeat;
  width: 32px;
  height: 32px;
  background-size: 100% 100%;
  position: absolute;
  right: 5px;
  cursor: pointer;
  margin-top: -10px;
  z-index: 100;
}
.remove-elem-wrapper {
  display: block;
}
.remove-elem-wrapper .remove-elem {
  background: url(../img/close-btn.png) center no-repeat;
  width: 24px;
  z-index: 100;
  height: 24px;
  margin: 0 auto;
  background-size: 100% 100%;
  cursor: pointer;
}
.spinner-wrapper {
  text-align: center;
}
.spinner-wrapper div {
  font-size: 24px;
}
#valuesWrapper .operation-mes {
  margin: 0;
}
.typeahead {
  width: 100%;
}
.tt-menu {
  width: 100%;
}
.tt-dropdown-menu {
  width: 100%;
}
