body.g-tpl-2,
html.g-tpl-2,
body.g-tpl-9,
html.g-tpl-9,
body.g-tpl-10,
html.g-tpl-10,
body.g-tpl-1,
html.g-tpl-1 {
  height: 100%;
}

body {
}

body.g-tpl-2,
body.g-tpl-9,
body.g-tpl-10,
body.g-tpl-1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.o-accent-color-dark {
  color: #343a40;
}

.d-page-static,
.d-form-recover-pass,
.d-form-reg,
.d-form-auth,
#office-auth-form {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
#office-auth-form {
  padding: 0;
}
.d-page-static {
  max-width: 860px;
}
.d-form-auth .checkbox {
  font-weight: 400;
}
.d-form-auth .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.d-form-auth .form-control:focus {
  z-index: 2;
}
.d-form-auth input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.d-form-auth input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.d-main-text {
  padding-top: 2rem;
}

.d-companies-login {
  background-color: #f5f5f5;
  padding: 2rem 0;
}

.d-companies-login h3 {
  font-weight: 300;
  margin-bottom: 30px;
}

.d-companies-login .alert {
  max-width: 300px;
  margin: auto;
  margin-bottom: 20px;
}

.d-companies-welcome {
  
}
.d-companies-welcome .jumbotron {
  background-color: #fff;
}
.d-companies-welcome .jumbotron .lead {
  max-width: 40rem;
  margin: auto;
}
.d-companies-welcome .jumbotron-heading {
  font-weight: 300;
}

.d-companies-list {
  padding-top: 2rem;
}
.d-companies-list h2 {
  font-weight: 300;
}

.d-companies-list {
  position: relative;
  min-height: 100px;
  border: 1px solid rgba(0,0,0,0);
}
.d-companies-list.is-loading {
  border: 1px solid rgba(0,0,0,0.8);
}
.d-companies-list.is-loading::after {
  content: '';
  z-index: 100;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  background-image: url('../img/loader.svg');
  background-repeat: no-repeat;
  background-position: center center;
}

td[data-action="check_response"] .alert {
  padding: .25rem .35rem;
  margin-top: .5rem;
  margin-bottom: 0;
}

.d-companies-list input[type="checkbox"]{
  width: 20px;
  height: 20px;
}

.d-companies-list table tr.is-loading td {
  background-color: #ffffcc;
}