@import url("/static/common/rubik.css");

.btn {
  padding: 8px 22px;
  font-size: 15px;
}

.btn-primary {
  color: #fff;
  background-color: #f05b27;
  border-color: #f05b27;
}

.btn-primary:hover {
  color: #fff;
  background-color: #f7703f;
  border-color: #f7703f;
}
.btn-primary.active,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary.active.focus,
.btn-primary:active:focus,
.btn-primary:focus,
.btn-primary.active:hover {
  outline: none;
  background-color: #f15116;
  border-color: #f15116;
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #f7703f;
  border-color: #f7703f;
}

.btn.btn-xs {
  padding: 4px 5px;
}

/* landing page  */
.row-background {
  height: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background-color: #ffffff;
}

.row-background .landing-login,
.row-background .landing-img {
  width: 50%;
  height: 100%;
}

.row-background .landing-login {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.row-background .landing-img {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.landing-logo {
  display: flex;
  align-items: center;
}

.landing-logo-arbutus {
  position: absolute;
  bottom: 8vh;
  right: 50px;
  display: flex;
  align-items: center;
  height: 25px;
  width: 216px;
  text-align: left;
}

.landing-logo-custom,
.landing-logo {
  position: absolute;
  top: 8vh;
  left: 50%;
  transform: translateX(-50%);
  height: 25px;
  width: 313px;
  text-align: left;
}

.landing-logo-custom .llogo,
.landing-logo .llogo {
  max-height: 30px;
  width: auto;
}

.form-control {
  height: 39px;
  padding: 9px 16px;
  font-size: 15px;
  line-height: 18px;
  color: #000;
  border-radius: 5px;
  box-shadow: none;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: transparent;
  border-color: #c7c7c7;
  color: #464a54;
}

.form-control[disabled]:focus,
.form-control[readonly]:focus,
fieldset[disabled] .form-control:focus {
  box-shadow: none;
}

.control-label {
  padding-bottom: 2px;
  font: 12px/1.254 Rubik, Arial, sans-serif;
  color: #333333;
}

/* login form */

/* signin form styling */

.form-signin {
  width: 313px;
  text-align: left;
  margin-bottom: 0;
}

.form-signin .form-signin-heading {
  height: 32px;
  width: 121px;
  color: #333333;
  font-size: 28px;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 18px;
}

.form-signin .checkbox {
  margin-bottom: 10px;
  font-weight: normal;
}

.form-signin .form-control {
  max-width: 330px;
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 15px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
}

.form-signin div.form-group {
  max-width: 330px;
}

/* landing page NOTE: see .form-xxx classes above for more styling */

img.llogo {
  max-height: 34px;
  width: auto;
  margin-right: 11px;
}

div.llabel {
  color: #434c5c;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
}

.login-btn {
  height: 40px;
  width: 159px;
  border-radius: 4px;
  background-color: #f05b27;
  margin-top: 40px;
}

.login-input {
  box-sizing: border-box;
  height: 38.13px;
  width: 313px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  background-color: #ffffff;
}

.control-label.requiredField {
  line-height: 1;
  margin-top: 14px;
}

.nav > li > a {
  padding: 10px 18px;
}

.nav > li > a > img {
  padding-right: 14px;
}

/* navbar overrides */

.navbar-default {
  background-color: #ffffff;
  border-color: #ffffff;
}

/*
.navbar-default .navbar-nav>.active> a, 
.navbar-default .navbar-nav>.active> a:focus, 
.navbar-default .navbar-nav>.active> a:hover {
color: #F05B27;
}
*/

li.active a span.collapse.in.hidden-xs {
  color: #f05b27;
}

.navbar-header {
  height: 56px;
  width: 250px;
}

/* remove the default margin on the bottom 25px */
.navbar {
  margin-bottom: 0px !important;
}

.navbar-brand {
  height: 56px;
  width: 25px;
  color: black;
}

.navbar-brand-label {
  height: 56px;
  width: 157px;
  color: #3b4351;
  font-family: Roboto;
  font-size: 14px;
  font-weight: bold;
  /*line-height: 16px;*/
  padding-top: 18px;
}

.navbar-default .navbar-brand {
  color: black;
}

.navbar-right {
  margin-right: 24px;
}

.caret {
  height: 6px;
  width: 10px;
  color: #595959;
  margin-left: 16px;
}
@media screen and (max-width: 1600px) {
  .landing-logo {
    top: 4vh;
  }
  .landing-logo-arbutus,
  .landing-logo-custom {
    bottom: 4vh;
  }
}
@media screen and (max-width: 768px) {
  .row-background {
    position: relative;
  }

  .row-background .landing-img {
    width: 100%;
  }

  .row-background .landing-login {
    position: absolute;
    height: unset;
    top: 50%;
    left: 50%;
    padding: 20px;
    display: block;
    width: unset;
    transform: translate(-50%, -50%);

    background-color: #fff;
  }

  .landing-logo-arbutus,
  .landing-logo-custom,
  .landing-logo {
    position: static;
    transform: unset;
    margin-bottom: 40px;
  }
  .landing-logo-arbutus {
    margin-top: 40px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 600px) {
  img.llogo {
    max-width: 75px;
  }
}

@media screen and (max-height: 450px) {
  .row-background .landing-login {
    align-items: flex-end;
    padding-bottom: 35px;
  }

  .landing-logo-arbutus {
    bottom: 10px;
    right: 10px;
  }

  .landing-logo-custom,
  .landing-logo {
    top: 20px;
  }
  .landing-logo-custom .llogo,
  .landing-logo .llogo {
    max-height: 25px;
    max-width: 130px;
  }

  .form-signin .form-signin-heading {
    margin-bottom: 0;
  }

  .login-btn {
    margin-top: 20px;
  }

  .form-signin .form-group {
    margin-bottom: 2px;
  }
}
@media screen and (max-height: 450px) and (min-width: 768px) {
  .form-signin {
    margin-bottom: 20px;
  }
}

@media screen and (max-height: 450px) and (max-width: 736px) {
  .row-background .landing-login {
    padding-bottom: 15px;
  }
  .landing-logo-custom {
    margin-bottom: 15px;
  }
  .landing-logo-arbutus {
    margin-top: 15px;
  }
}

.version_container {
  position:relative;
}
.version_para {
  position:absolute;
  bottom:0;
  right:20px;
}