body {
  background-image: linear-gradient(to right, #eee, #e8e9ee);
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
  background: #212124; }

input[type=text], input[type=password] {
  padding: 8px;
  background: #fdfdfe;
  border: solid 1px #dddede;
  border-radius: 4px; }

.btn, input[type=submit], input[type=button] {
  background: #2c43b9;
  color: #fff;
  padding: 4px 12px;
  border: 0px;
  border-radius: 4px;
  text-transform: uppercase;
  transition: all ease 0.3s;
  font-weight: bold;
  font-size: 12px;
  cursor: pointer; }

.btn:hover, input[type=submit]:hover, input[type=button]:hover {
  background: #273ca4; }

input[type=submit] {
  padding: 10px; }

select {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  padding: 6px; }

.info {
  padding: 16px;
  text-align: center;
  display: inline-block; }
  .info .btn {
    display: block;
    margin-top: 16px; }

a {
  color: #2c43b9;
  text-decoration: none; }

.rightlink {
  float: right;
  text-decoration: none;
  margin-top: 8px; }

.rightlink img {
  border: 0; }

#menu {
  background: #39393f; }
  #menu .navigation_tree {
    display: inline-block;
    color: #aab;
    margin-left: 4px;
    padding: 12px;
    vertical-align: top;
    font-size: 16px; }
    #menu .navigation_tree a {
      color: #fff; }
    #menu .navigation_tree .btn {
      margin-left: 16px; }

#menu .logo {
  padding: 4px;
  display: inline-block; }

.list {
  width: 100%;
  border-collapse: collapse;
  box-sizing: border-box; }

.list th {
  text-align: left; }

.list td, .list th {
  padding: 12px; }

.list tr:hover {
  background-color: #f2f1f1; }

.tile {
  margin: 12px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background: #fff;
  box-sizing: border-box;
  border-radius: 2px;
  max-width: 980px; }

.tile h3 {
  padding: 16px;
  margin: 0px;
  border-bottom: 1px solid #ccc; }

.tile .content {
  padding: 16px; }

.actions {
  text-align: right; }

h3 .btn {
  float: right; }

.toast {
  position: absolute;
  bottom: 16px;
  right: 16px;
  background-color: #6f5;
  color: #fff;
  padding: 24px;
  font-size: 18px;
  border-radius: 4px;
  opacity: 0.0;
  transition: ease-in-out all 0.5s; }
  .toast.error {
    background-color: #F33; }

.toast.active {
  opacity: 1.0; }

.config {
  display: inline-block;
  float: left; }
  .config .btn {
    display: block;
    margin-top: 8px; }

.field {
  margin-bottom: 16px; }
  .field label {
    font-size: 16px;
    width: 200px;
    display: inline-block; }
  .field select, .field input {
    width: 200px; }

.fields {
  display: flex; }
  .fields .field {
    flex: 1; }

.list_table {
  width: 100%;
  margin-bottom: 16px; }
  .list_table .line {
    display: flex;
    border-bottom: solid 1px #ddd; }
  .list_table .header {
    font-weight: bold; }
  .list_table .line div {
    flex: 1;
    padding: 8px; }
    .list_table .line div input {
      width: 100%; }

#btns_list {
  max-width: 790px; }

.line .ordr {
  max-width: 40px; }

.line .relais {
  max-width: 40px; }

.line .num {
  max-width: 84px; }

.line .address {
  max-width: 84px; }

.line .type {
  max-width: 140px; }

#header_form {
  text-align: right;
  margin: 20px 40px;
  line-height: 32px; }
  #header_form .logo_thoobee {
    font-family: 'Bebas Neue', cursive;
    font-size: 32px;
    width: 200px;
    text-transform: uppercase; }
    #header_form .logo_thoobee img {
      float: left; }
  #header_form .by_thoonsen {
    float: right;
    background: #e2e5f4;
    padding: 8px 4px 8px 16px;
    margin: -32px -52px;
    border-radius: 0 5px; }

#header_form img {
  margin-right: 20px;
  vertical-align: middle; }

#authform {
  margin: auto;
  width: 420px;
  background-color: #fbfbfe;
  color: #212124;
  border-radius: 5px;
  margin-top: 30px;
  padding: 12px;
  box-shadow: 2px 3px 4px #000; }

#authform label {
  display: inline-block;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 18px; }

#authform form {
  margin: auto;
  width: 400px;
  padding: 12px; }

#authform form label {
  padding-right: 8px; }

#authform form input {
  margin-bottom: 10px; }

#authform input[type=submit] {
  width: 100%; }

/*# sourceMappingURL=style.css.map */
