body {
  background-color: #fff;
  color: #433934;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 25px;
  font-weight: bold;
}



textarea, input, button {
  outline: none;
}

label, button, select {
  display: inline-block;
  vertical-align: middle;
}

label {
  margin-bottom: 0;
}

select {
  height: 34px;
  padding: 3px;
  line-height: 32px;
  text-indent: 4px;
  cursor: pointer;
}

a {
  font-weight: bold;
  text-decoration: underline;
  color: #69ab25;
}

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

a:active {
  text-decoration: none;
  color: #69ab25;
}

a:visited {
  text-decoration: underline;
  color: #69ab25;
}

tbody input {
  padding-left: 5px;
  border-radius: 5px;
  border: 1px solid #dedede;
}

.view p {
  margin: 25px 0;
}

.container {
  background-color: #fff;
}

#vit-clients-search {
  margin-bottom: 25px;
  padding-left: 5px;
  border-radius: 5px;
  border: 1px solid #dedede;
}

#vit-articles-search {
  margin-bottom: 25px;
  padding-left: 5px;
  border-radius: 5px;
  border: 1px solid #dedede;
}

.vit-select-button {
  color: #69ab25;
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  border: 0;
  text-decoration: underline;
}

.vit-select-button:hover {
  color: #69ab25;
  text-decoration: none;
}

.vit-select-button:focus {
  color: #69ab25;
  text-decoration: none;
  outline: none;
}

.vit-select-button:active {
  color: #69ab25;
  text-decoration: none;
  outline: none;
}

.vit-delete-button {
  color: #f00;
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  border: 0;
  text-decoration: underline;
}

.vit-delete-button:hover {
  color: #f00;
  text-decoration: none;
}

.vit-delete-button:focus {
  color: #f00;
  text-decoration: none;
  outline: none;
}

.vit-delete-button:active {
  color: #f00;
  text-decoration: none;
  outline: none;
}

#vit-clients-table {
  margin-bottom: 30px;
}

#vit-groups-table>tbody>tr>td {
  border-top: none;
}


#table-orders td {
  font-size: 14px;
  font-weight: normal;
}

#table-orders-all td {
  font-size: 14px;
  font-weight: normal;
}

/* begin client register */

.register p {
  margin: 0 0 40px 0;
}

.register h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin: 40px 0;
}

.register {
  margin-bottom: 40px;
}

/* end client register */

/* begin admin registrations */

.registrations h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin: 40px 0;
}

.registrations {
  margin-bottom: 40px;
}

/* end admin registrations */

/* start navigation */

.vit-nav {
  margin-top: 25px;
  background-color: #777;
  line-height: 40px;
  height: 40px;
  font-size: 15px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.vit-nav a {
  text-decoration: none;
  color: #fff;
}

.vit-nav a:hover {
  text-decoration: underline;
  color: #fff;
}

.vit-nav a:active {
  text-decoration: underline;
  color: #fff;
}

.vit-nav a:visited {
  text-decoration: none;
  color: #fff;
}

/* end navigation */

.vit-article-row {
  font-size: 14px;
}

.success-message {
  background-color: #d9ffb1;
  color: #2c5404;
  padding: 10px;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 18px;
  border: #2c5404 2px solid;
  border-radius: 5px;
  margin: 25px 0;
}

.success-message a {
  text-decoration: underline;
  font-weight: bold;
  color: #2c5404;
}

.success-message a:hover {
  text-decoration: none;
  font-weight: bold;
  color: #2c5404;
}

.success-message a:active {
  text-decoration: none;
  font-weight: bold;
  color: #2c5404;
}

.success-message a:visited {
  text-decoration: underline;
  font-weight: bold;
  color: #2c5404;
}

.error-message {
  background-color: #ffd4d4;
  color: #e40404;
  padding: 10px;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 18px;
  border: #e40404 2px solid;
  border-radius: 5px;
  margin: 25px 0;
}

.vit-header-logo {
  margin: 15px 0;
}

.vit-order {
  font-size: 16px;
}

.vit-order-options {
  margin-top: 10px;
}

.vit-order-header div {
  background-color: #d9ffb1;
  font-size: 14px;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  margin-top: 20px;
}

.vit-order-row div {
  background-color: #efefef;
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}

.vit-order-row input {
  padding: 0;
  margin: 0;
  border: 0;
  width: 40px;
  text-align: center;
}

*:focus {
    outline: 0 !important;
}

.button-link-grey {
  color: #bbb;
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  border: 0;
  text-decoration: underline;
}

.button-link-grey:hover {
  color: #bbb;
  text-decoration: underline;
}

.button-link-grey:focus {
  color: #bbb;
  text-decoration: underline;
  outline: none;
}

.button-link-grey:active {
  color: #bbb;
  text-decoration: underline;
  outline: none;
}

.button-link-green {
  color: #69ab25;
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  border: 0;
  text-decoration: underline;
}

.button-link-green:hover {
  color: #69ab25;
  text-decoration: none;
}

.button-link-green:focus {
  color: #69ab25;
  text-decoration: none;
  outline: none;
}

.button-link-green:active {
  color: #69ab25;
  text-decoration: none;
  outline: none;
}

.button-link-red {
  color: #f00;
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  border: 0;
  text-decoration: underline;
}

.button-link-red:hover {
  color: #f00;
  text-decoration: none;
}

.button-link-red:focus {
  color: #f00;
  text-decoration: none;
  outline: none;
}

.button-link-red:active {
  color: #f00;
  text-decoration: none;
  outline: none;
}
