﻿.agent-container {
  max-width: 100%;
}

@font-face {
  font-family: "Open Sans";
  src: url("../../css/fonts/OpenSans-Regular.ttf") format("truetype");
}

html, body {
  height: 100%;
}

body {
  margin: 0;
  font-family: "Open Sans" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
}

.centered-content {
  /*display: flex;
    justify-content: center;*/
  align-items: center;
  text-align: center;
  font-family: "Open Sans";
}


h2 {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 55px;
  align-items: center;
  color: #555855;
  margin-bottom: 20px;
}

.header {
  height: 100px;
  text-align: center;
  margin-bottom: 5px;
}

.header-bar .btn {
  border-radius:10px;
}

.header-bar {
  background: transparent;
  padding: 12px 0;
  width: 100%;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 45px;
}

.header-logo img {
  max-width: 260px;
  height: auto;
  display: block;
  margin: 0;
}

@media (max-width: 512px) {
  .header-logo img {
    max-width: 170px;
  }
}

@media (max-width: 350px) {
  .header-logo img {
    max-width: 150px;
  }
}

.header-login {
  display: flex;
  align-items: center;
}

.login {
  font-family: "Open Sans";
  color: #fff !important;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 8px;
  background-color: #4c12a1 !important;
  line-height: 1;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.centered-content img {
  margin-top: 20px;
}

.footer .light-bg {
  background-color: #eaeaea;
}

.footer .footer-style {
  padding: 35px 10% 30px 10%;
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-size: 14px;
  font-weight: 300;
  /*border-top: 10px #000 solid;*/
  /*margin-top: 75px;*/
  color: #000;
}

@media screen and (max-width: 1300px) {
  .blog-header-content.x-large, .blog-header-content.xl-large {
    width: 65%;
  }
}

.blog-header .blog-header-content {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.context-menu-collapsed { display: none; }
.context-menu-expanded { display:block; }
.agent-account-btn { position:relative; }
.agent-context-menu {
  position: absolute;
  top: 35px;
  z-index: 1000;
  background-color: #fff;
  width: 215px;
  border:2px solid #808080;
  right:0;
}

.agent-context-menu ul {
  list-style-type: none;
  padding-left:10%;
  padding-right:10%;
  padding-top:15px;
}
.agent-context-menu ul li { padding:0px 0px 5px 0px; }
.agent-context-menu li hr { margin-top: .5em;margin-bottom: .5em;background-color:#4c12a1 }
.agent-context-menu a, .agent-context-menu a:visited, .agent-context-menu a:hover {
  color: #000;
}
agent-context-menu a:hover {
  text-decoration:underline;
}

@media screen and (max-width: 1300px) {
  .blog-header-content.x-large h1, .blog-header-content.xl-large h1 {
    font-size: 38px;
    line-height: 44px;
  }
}

@media (max-width: 992px) {
  .header-content {
    padding: 0 10px;
  }
}

@media (max-width: 512px) {
  .blog-header-content h1, .blog-header-content.x-large h1, .blog-header-content.xl-large h1 {
    font-size: 32px;
  }
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.agent-content {
  flex: 1;
}