/* General Colors */
/* / General Colors */
/*Dev Environments Colors */
/* /Dev Environments Colors */
/* line 2, ../sass/components/_header.scss */
header {
  width: 100%;
  overflow: hidden;
  padding: 15px;
  box-sizing: border-box;
  position: relative;
}
/* line 3, ../sass/components/_header.scss */
header .container {
  position: relative;
}
/* line 11, ../sass/components/_header.scss */
header .logo {
  width: 50%;
  height: auto;
  float: left;
}
/* line 15, ../sass/components/_header.scss */
header .logo img {
  display: block;
}
/* line 19, ../sass/components/_header.scss */
header .dev-environment {
  display: inline-block;
  text-align: right;
  font-size: 3rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -22px;
}
/* line 28, ../sass/components/_header.scss */
header .dev-environment span {
  clear: both;
  display: block;
  color: #003022;
  font-size: 1.4rem;
  font-weight: bold;
}

/*Production Areas */
/* line 39, ../sass/components/_header.scss */
header.dev {
  background-color: #016be5 url("dafwa-leaf.png") no-repeat 290px top;
}

/* line 42, ../sass/components/_header.scss */
header.dev-test {
  background-color: #011e40 url("dafwa-leaf.png") no-repeat 290px top;
}

/* line 45, ../sass/components/_header.scss */
header.test {
  background-color: #f27628 url("dafwa-leaf.png") no-repeat 290px top;
}

/* line 48, ../sass/components/_header.scss */
header.UAT {
  background-color: #930101 url("dafwa-leaf.png") no-repeat 290px top;
}

/* line 51, ../sass/components/_header.scss */
header.production {
  background: #008265 url("dafwa-leaf.png") no-repeat 290px top;
}

/* /Production Areas */
/* line 2, ../sass/components/_menu-bar.scss */
.menu-bar {
  width: 100%;
  clear: both;
  display: block;
  color: white;
  background: #025e49;
  height: 54px;
  line-height: 54px;
  box-sizing: border-box;
  position: relative;
}
/* line 12, ../sass/components/_menu-bar.scss */
.menu-bar .container {
  position: relative;
}
/* line 14, ../sass/components/_menu-bar.scss */
.menu-bar .container .push-menu-wrapper {
  float: left;
  width: 50%;
  height: 54px;
  line-height: 54px;
}
/* line 20, ../sass/components/_menu-bar.scss */
.menu-bar .container .user-details {
  float: right;
  width: 50%;
  text-align: right;
}
/* line 24, ../sass/components/_menu-bar.scss */
.menu-bar .container .user-details .dropdown {
  display: inline-block;
  margin-left: 20px;
}
/* line 27, ../sass/components/_menu-bar.scss */
.menu-bar .container .user-details .dropdown .dropdown-menu {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border: none;
  top: 51px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 47, ../sass/components/_menu-bar.scss */
.menu-bar .container .user-details .dropdown-menu > li > a {
  padding: 8px 20px;
  color: #008265;
  font-weight: bold;
}
/* line 52, ../sass/components/_menu-bar.scss */
.menu-bar .container .user-details .dropdown-menu > li {
  padding: 0;
  border-bottom: solid 1px #c4c2c2;
}
/* line 56, ../sass/components/_menu-bar.scss */
.menu-bar .container .user-details .dropdown-menu > li:last-child {
  border-bottom: none;
}
/* line 60, ../sass/components/_menu-bar.scss */
.menu-bar .container .user-details .open > .dropdown-toggle.btn-default, .menu-bar .container .user-details .btn-default {
  color: white;
  background-color: transparent;
  border: none;
  -webkit-border-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  z-index: 1001;
}
/* line 76, ../sass/components/_menu-bar.scss */
.menu-bar .container .user-details .btn-default:hover {
  color: white;
  background-color: transparent;
  border: none;
}
/* line 81, ../sass/components/_menu-bar.scss */
.menu-bar .container .user-details .open > .dropdown-toggle.btn-default {
  color: #3e3e3e;
  background-color: white;
  border: none;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12), 0 2px -2px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12), 0 2px -2px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12), 0 2px -2px 0 rgba(0, 0, 0, 0.12);
}
/* line 92, ../sass/components/_menu-bar.scss */
.menu-bar .container .user-details .btn {
  padding: 18px 12px;
  margin-top: -2px;
}
/* line 99, ../sass/components/_menu-bar.scss */
.menu-bar .navbar-entry {
  display: inline-block;
}
/* line 101, ../sass/components/_menu-bar.scss */
.menu-bar .navbar-entry a {
  color: white;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 2, ../sass/components/_footer.scss */
.footer-wrapper {
  overflow: hidden;
  background: #008265;
}
/* line 5, ../sass/components/_footer.scss */
.footer-wrapper .container {
  height: 190px;
  background: url("footer-leafs.svg") no-repeat left -20px;
  position: relative;
}
/* line 9, ../sass/components/_footer.scss */
.footer-wrapper .container h3 {
  color: white;
  font-weight: bold;
  margin-top: 75px;
  margin-left: 180px;
}
/* line 15, ../sass/components/_footer.scss */
.footer-wrapper .container .r4r-logo {
  width: 200px;
  height: 100px;
  display: block;
  position: absolute;
  right: 15px;
  top: 50px;
}
/* line 22, ../sass/components/_footer.scss */
.footer-wrapper .container .r4r-logo img {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

/* line 31, ../sass/components/_footer.scss */
.lower-footer {
  background: #025e49;
}
/* line 33, ../sass/components/_footer.scss */
.lower-footer .container {
  color: white;
  padding: 10px;
  text-align: center;
}

/* line 1, ../sass/components/_buttons.scss */
.btn {
  color: white;
  border-top: none;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
  opacity: 0.85;
  margin-right: 5px;
  margin-left: 5px;
  display: inline-block;
}
/* line 11, ../sass/components/_buttons.scss */
.btn:hover {
  opacity: 1;
  color: white;
}

/* line 17, ../sass/components/_buttons.scss */
.buttons button {
  margin: 13px 5px 0 5px;
}

/* line 21, ../sass/components/_buttons.scss */
.btn-link:focus {
  color: white;
  text-decoration: none;
}

/* line 26, ../sass/components/_buttons.scss */
.btn-primary {
  background-color: #002b21;
  background-color: #00281F;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#008266), to(#00281F));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #008266, #00281F);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #008266, #00281F);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #008266, #00281F);
  /* IE10 */
  background-image: -o-linear-gradient(top, #008266, #00281F);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #008266, #00281F);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#008266', EndColorStr='#00281F');
}

/* line 32, ../sass/components/_buttons.scss */
.btn-link {
  background-color: #002b21;
  background-color: #02604a;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#008266), to(#02604a));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #008266, #02604a);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #008266, #02604a);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #008266, #02604a);
  /* IE10 */
  background-image: -o-linear-gradient(top, #008266, #02604a);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #008266, #02604a);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#008266', EndColorStr='#02604a');
}

/* line 37, ../sass/components/_buttons.scss */
.btn-red-gradient {
  background-color: #f7030e;
  background-color: #690205;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7030e), to(#690205));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #f7030e, #690205);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #f7030e, #690205);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #f7030e, #690205);
  /* IE10 */
  background-image: -o-linear-gradient(top, #f7030e, #690205);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #f7030e, #690205);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f7030e', EndColorStr='#690205');
  border-bottom: none;
}

/* line 43, ../sass/components/_buttons.scss */
.back {
  background-color: #008266;
  background-color: #002b21;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#025d48), to(#002b21));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #025d48, #002b21);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #025d48, #002b21);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #025d48, #002b21);
  /* IE10 */
  background-image: -o-linear-gradient(top, #025d48, #002b21);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #025d48, #002b21);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#025d48', EndColorStr='#002b21');
}

/* line 49, ../sass/components/_buttons.scss */
.no-margin-top {
  margin-top: 0;
}

/* line 54, ../sass/components/_buttons.scss */
.btn-margin-top-with-label {
  margin-top: 26px;
}

/* line 4, ../sass/components/_common-login.scss */
body {
  font-family: "Aria",Helvetica Neue,Helvetica, sans-serif;
  background: #f2f2f2;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: 'liga', 'kern';
}

/* line 15, ../sass/components/_common-login.scss */
a {
  color: #008265;
  text-decoration: none;
  font-weight: normal;
}
/* line 19, ../sass/components/_common-login.scss */
a:focus, a:hover {
  color: #008265;
  text-decoration: underline;
}

/* line 25, ../sass/components/_common-login.scss */
header {
  color: white;
}

/* line 30, ../sass/components/_common-login.scss */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* line 36, ../sass/components/_common-login.scss */
a img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

/* line 42, ../sass/components/_common-login.scss */
h2 {
  font-size: 24px;
}

/* line 47, ../sass/components/_common-login.scss */
div:empty {
  display: none;
}

/* line 53, ../sass/components/_common-login.scss */
#header {
  width: 80%;
  float: left;
  position: relative;
  z-index: 9;
}

/* line 61, ../sass/components/_common-login.scss */
.navbar {
  margin-bottom: 0;
  border: none;
}

/* line 67, ../sass/components/_common-login.scss */
.login #main-content-right {
  margin-bottom: 50px;
  overflow: hidden;
  background: white;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 1px 3px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(50, 50, 50, 0.3);
  box-shadow: 0 1px 3px rgba(50, 50, 50, 0.3);
}
/* line 77, ../sass/components/_common-login.scss */
.login #main-content-right .row {
  margin-right: 0;
  margin-left: 0;
}

/* line 83, ../sass/components/_common-login.scss */
.login #main-content-right .body > .custom-login {
  clear: left;
  position: relative;
  top: 0;
}
/* line 87, ../sass/components/_common-login.scss */
.login #main-content-right .body > .custom-login .row {
  margin-right: 0;
  margin-left: 0;
}

/* line 95, ../sass/components/_common-login.scss */
#main-content-right .custom-login {
  position: relative;
  top: -56px;
}

@media (max-width: 767px) {
  /* line 102, ../sass/components/_common-login.scss */
  .login #main-content-right .custom-login {
    position: relative;
    top: 0px;
  }

  /* line 106, ../sass/components/_common-login.scss */
  .login .navbar-inverse {
    display: none;
  }

  /* line 109, ../sass/components/_common-login.scss */
  .login #main-content-right {
    margin: 0px 15px 20px 15px;
  }

  /* line 113, ../sass/components/_common-login.scss */
  header .logo {
    width: 100%;
    padding-bottom: 10px;
  }

  /* line 117, ../sass/components/_common-login.scss */
  header .dev-environment {
    display: block;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1;
    position: initial;
    margin-top: 0px;
  }
}
