/*
-------------------------------------
SHARED
-------------------------------------
*/

#header {
  height: 130px;
}

#header #user-tools {
  width: calc(100% - 15px);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  background-color: var(--th-5);
}

#content.colMS {
  padding: 20px 20px 0 20px;
}

/* --- HEADER --- */
#header #branding img {
  top: 25px;
  left: 20px;
}

#header #user-tools,
#header #logout-form button {
  text-align: left;
}

.object-tools {
  top: 130px;
}

/*
-------------------------------------
DASHBOARD
-------------------------------------
*/

.dashboard #content-main {
  column-gap: 20px;
}

.dashboard #content-main > .module {
  padding-bottom: 20px;
}

/*
-------------------------------------
CHANGE LIST
-------------------------------------
*/

/*
-------------------------------------
CHANGE FORM
-------------------------------------
*/

.login #container {
  width: 90%;
}
