/* ========== BASIC ========== */
html {
  min-height: 100%;
  background-color: #223;
  color: white;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
}

hr {
  height: 1px;
  border: none;
  border-top: 1px solid #ccc;
}

.content {
  background-color: #eee;
  padding: 0px;
}

.hidden {
  display: none;
}

.error {
  color: red;
}

.caution {
  margin: 8px 0 16px;
  display: block;
  font-size: 14px;
  color: firebrick;
}

input[type="text"],
input[type="password"],
textarea,
select {
  outline: none;
}

.transparent {
  opacity: 0;
}

.fade-in {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.container {
  display: block;
}

.container-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* ========== HEADER ========== */
.header {
  background-color: #012;
  color: white;
  height: 64px;
}

.header__logo {
  height: 64px;
  width: 400px;
  background: url(/images/logo_corporate.png) center left 24px no-repeat;
  background-size: auto 36px;
}

/* ========== FOOTER ========== */
footer {
  color: #ddcccc;
  font-size: 1.1rem;
  margin: 16px 0px 16px;
  text-align: center;
}

footer a {
  color: #ddcccc;
  text-decoration: none;
}

/* ========== FORM ========== */
form > div {
  margin-bottom: 12px;
}

form input,
form label,
form small {
  display: block;
}

form label {
  font-size: 0.8rem;
  margin-bottom: 4px;
}

form small {
  font-size: 0.7rem;
}

form input {
  border: 1px solid #666;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 2.5rem;
  line-height: 1.5;
  margin-bottom: 4px;
  padding: 10px;
}

form button {
  border: 1px solid #666;
  border-radius: 4px;
  height: 2.5rem;
  line-height: 1.5;
  margin-bottom: 4px;
  padding: 10px;
}

form button:hover {
  background-color: black;
  border-color: black;
  color: white;
  cursor: pointer;
}

.input__w-512 {
  width: 512px;
}

.input__w-256 {
  width: 256px;
}

.input__w-128 {
  width: 128px;
}

.input__w-100p {
  width: 100%;
}

.inputs {
  margin-bottom: 24px;
}

.inputs input {
  border: 1px solid #999999;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 2rem;
  line-height: 1.5;
  padding: 0 8px;
  font-size: 16px;
}

.inputs button {
  cursor: pointer;
  height: 2rem;
  line-height: 1.5;
  padding: 0 16px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #334;
  color: white;
  border: 0;
}

.inputs button:hover {
  background-color: black;
}

.inputs button:disabled {
  background-color: #999999;
  cursor: not-allowed;
}

.form input[type="text"],
.form input[type="datetime-local"] {
  display: inline-block;
  color: #444444;
  font-size: 18px;
  line-height: 36px;
  padding: 0 16px;
  border-radius: 4px;
  border: 1px solid #aaaaaa;
}

.form input[type="text"]:disabled,
.form input[type="datetime-local"]:disabled {
  background-color: #dddddd;
  border: 1px solid #dddddd;
  color: white;
}

.form input[type="datetime-local"] {
  line-height: 34px;
}

.form input[type="radio"] {
  display: none;
}

.form input[type="radio"] + label {
  display: inline-block;
  line-height: 36px;
  padding: 0 16px;
  border: 1px solid #cccccc;
  color: #cccccc;
  border-radius: 4px;
  cursor: pointer;
}

.form input[type="radio"]:checked + label {
  color: white;
  background-color: darkslategray;
  border-color: darkslategray;
}

.form dt {
  font-size: 0.9rem;
  font-weight: bold;
}

.form dd {
  margin: 4px 0 24px;
}

.form .error__network {
  margin: 8px 0 16px;
  border: 0;
  background-color: red;
  color: white;
  padding: 2px 8px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form .error__network span {
  margin: 0 4px;
}

/* ========== SIDE NAV ========== */
.side-nav {
  position: relative;
  padding-bottom: 100px;
  width: 200px;
  min-height: 400px;
  background-color: white;
}

.side-nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0;
  color: #888888;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: 6px 0 6px 16px;
}

.side-nav a:hover {
  background-color: #ffc00b;
  color: #424242;
}

.side-nav a.isActive {
  color: #333322;
}

.side-nav span {
  margin-right: 8px;
}

.side-nav__logo {
  display: block;
  background: #000000 url(/images/logo_corporate.png) center center no-repeat;
  background-size: 140px auto;
  width: 200px;
  padding: 0;
  margin: 0;
  height: 80px;
}

.side-nav__user-name {
  color: #444444;
  text-align: center;
  padding: 8px;
  margin-bottom: 16px;
  border-bottom: 2px solid #eeeeee;
  text-align: center;
}

.side-nav__logout {
  position: absolute;
  bottom: 0;
  border-top: 2px solid #eeeeee;
}

/* ========== MAIN ========== */
.main {
  color: #444444;
}

.main-side-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #e0e5ec88;
}

.content {
  padding: 16px 32px 80px 16px;
  margin: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contents {
  width: 100%;
  background-color: #eeeeee;
  color: #444444;
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.control-buttons {
  margin: 48px 0;
  text-align: right;
}

.control-buttons a,
.control-buttons button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 2.2rem;
  height: 2.2rem;
  padding: 0 16px;
  background-color: #75b9b9;
  border: 0;
  border-radius: 1.1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: white;
  cursor: pointer;
}

.control-buttons a:hover,
.control-buttons button:hover {
  background-color: #ffc00b;
  color: #333322;
}

.control-buttons a span,
.control-buttons button span {
  margin-right: 4px;
}

.card {
  padding: 16px 24px;
  margin-bottom: 8px;
  border: 0;
  border-collapse: collapse;
  border-radius: 3px;
  background-color: white;
  -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2), 4px 8px 30px rgba(110, 87, 87, 0.1);
          box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2), 4px 8px 30px rgba(110, 87, 87, 0.1);
}

.card.w-640 {
  width: 640px;
}

.container {
  padding: 16px 24px;
  margin-bottom: 24px;
  border: 0;
  border-collapse: collapse;
  border-radius: 3px;
  background-color: white;
  -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2), 4px 8px 30px rgba(110, 87, 87, 0.1);
          box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2), 4px 8px 30px rgba(110, 87, 87, 0.1);
}

table {
  padding: 16px 0;
  border: 0;
  border-collapse: collapse;
  border-radius: 3px;
  background-color: white;
  -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2), 4px 8px 30px rgba(110, 87, 87, 0.1);
          box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2), 4px 8px 30px rgba(110, 87, 87, 0.1);
}

table thead th {
  padding-top: 16px;
}

table tr:last-child {
  border-bottom: 0;
}

table th,
table td {
  padding: 6px 16px;
  text-align: left;
  font-size: 0.9rem;
}

table th.buttons span,
table td.buttons span {
  padding: 4px;
  cursor: pointer;
}

table th.buttons span:hover,
table td.buttons span:hover {
  color: #ffc00b;
}

table tbody tr:nth-child(odd) {
  background-color: #eeeeee88;
}

table tfoot tr {
  background-color: #dddddd88;
}

table tfoot tr td,
table tfoot tr th {
  padding-top: 24px;
  padding-bottom: 16px;
}

table tfoot tr td button,
table tfoot tr th button {
  margin: 0 0 0 auto;
  border: 1px solid #999999;
  background-color: #999999;
  color: white;
  padding: 2px 8px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}

table tfoot tr td button span,
table tfoot tr th button span {
  margin: 0 4px;
}

table tfoot tr td button:hover,
table tfoot tr th button:hover {
  color: black;
  border-color: #ffc00b;
  background-color: #ffc00b;
}

/* ========== TEXT ========== */
.x-align__right {
  text-align: right;
}

.x-align__center {
  text-align: center;
}

/* ========== MODAL ========== */
.modal {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.modal__back {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal__card {
  margin: 40px;
  max-width: 800px;
  max-height: 90%;
  overflow: scroll;
  width: 100%;
  height: auto;
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 24px 24px;
  border-radius: 4px;
  -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2), 4px 8px 30px rgba(110, 87, 87, 0.1);
          box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2), 4px 8px 30px rgba(110, 87, 87, 0.1);
}

.modal__title {
  text-align: center;
}

.modal__body dt {
  font-size: 0.9rem;
  font-weight: bold;
}

.modal__body dd {
  margin: 8px 0 24px;
}

.modal__body .error__network {
  margin: 8px 0 16px;
  border: 0;
  background-color: red;
  color: white;
  padding: 2px 8px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal__body .error__network span {
  margin: 0 4px;
}

.modal__foot {
  text-align: right;
}

.modal__foot button {
  cursor: pointer;
  font-size: 1.1rem;
  display: inline-block;
  padding: 4px 24px;
  background-color: white;
  border: 1px solid gray;
}

.modal__foot button:hover {
  background-color: gray;
  color: white;
}

.modal__foot button:disabled {
  background-color: lightgray;
  color: white;
  border: 0;
  cursor: not-allowed;
}

/* ========== MESSAGE ========== */
.success {
  color: darkgreen;
  font-size: 0.9rem;
  margin-bottom: 24px;
}

/* ========== ERROR ========== */
.error__network {
  color: red;
  font-size: 0.9rem;
  margin-bottom: 24px;
}

/* ========== FADE ========== */
.fade-enter-active,
.fade-leave-active {
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}
/*# sourceMappingURL=common.css.map */