.top { 
  position: relative; 
  font-family: "Roboto",sans-serif;
  padding: 5px 0;
  /* height: 50px; */
  box-shadow: 0 3px 1px -1px rgba(0,0,0,0.15);
  width: 100%;
}
.top .wrapper {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  color: #334d88;
}
.top .logo {
  width: 190px;
  height: 38px;
}

.top .headers {
  text-align: center;
  font-size: 12px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.top .slogan {
  /* color: rgb(5, 141, 217); */
  text-transform: uppercase;
  font: 700 13px/15px Verdana,sans-serif;
  letter-spacing: .5px;
  font-weight: normal;
  /* margin: 0 0 5px; */
}

/* .top .slogan.slogan-grey {
  color: rgba(0,0,0,.5);
  font: 700 11px/15px Verdana,sans-serif;
  margin: 0;
} */

.top .right-top a:hover {
  color: #334d88;
  /*border-bottom: 1px dashed #666666;*/
}

.right-top > div {
  display: flex;
  flex-flow: row-reverse nowrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  /* color: #666666; */
}
.right-top a {
  text-decoration: none;
  color: #334d88;
  border-bottom: 1px dashed #fff;
  font-weight: normal;
}

.right-top .icon-text {
  margin: 0 5px;
}

.menu {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-start;
  border-top: 1px solid white;
}
.menu ul {
  width: 1150px;
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  border-bottom: 1px solid #eee;
  height: 44px;
}
.menu li {
  list-style-type: none;
  margin: 0 5px;
  /* border-top: 3px solid #fff; */
  /* height: 25px; */
}
.menu a {
  text-decoration: none;
  padding: 7px 10px;
  color: rgba(0,0,0,.40);
  text-transform: capitalize;
  border-radius: 5px;
  border: 1px solid white;
}
.menu .active {
  /* background-color: #eee; */
  /* border-top: 3px solid #eee; */
  /* border-bottom: 2px solid #007ac6; */
  color: rgba(0,0,0,.7);
  color: #007ac6;
}

.menu .active a{
  /* color: #007ac6; */
  color: #004571;
  /* background-color: #e8e9e8; */
  border-color: #e1e1e1;
  background-color: #eee;
}

.content, html, body {
  font-family: 'Open Sans', arial;
}

.content { 
  position: relative; 
  padding: 5px 0;
  width: 100%;
}
.content .wrapper {
  max-width: 1150px;
  margin: 0 auto;
}

.content .stats-table, .content .balance-table {
  border-radius: 5px;
  overflow: hidden;
  /* box-shadow: 0 1px 6px 2px rgba(0,0,0,0.1); */
  /* box-shadow: 0 1px 3px 1px rgba(0,0,0,0.15); */
  /* box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1); */
}
/* .content .stats-table tr.header {
  border: none;
} */
.content .stats-table tr:last-child {
  border: none;
}
@media (min-width:1000px){    
	.menu.fixed {
    position: fixed;
    top: 0px;
    background: white;
    z-index: 10;
    border-top: none;
    /* box-shadow: 0 0 5px 2px rgba(0,0,0,.35); */
    box-shadow: 0 3px 1px -1px rgba(0,0,0,0.15);
    /* border-top: 3px solid #db4437; */
    /* border-top: 3px solid #db4437;
    border-bottom: 2px solid #db4437; */
  }
	.menu.fixed ul:last-child {border-bottom:none;}
}

.content .block-request {
  max-width: 400px;
  padding: 30px 0px;
}

.content h2 {
  font-size: 20px;
  font-weight: normal;
  margin: 0;
  text-transform: uppercase;
}

.content .input {
  padding: 20px 0;
  /* width: 302px; */
}

.content .form .fieldset {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin: 10px 0;
  box-sizing: border-box;
  width: 302px;
}

.content .form .fieldset .title {
  background-color: #eff0f1;
  line-height: 44px;
  padding-left: 25px;
  margin: 0;
  box-sizing:border-box;
  width:300px; 
  border:none;
  border-radius:3px 3px 0 0;
}

.content .form .fieldset .text {
  line-height: 44px;
  padding: 0 0 0 25px;
  margin: 0;
  font-size: 15px;
  box-sizing:border-box;
  width: 300px;
  border:none;
  border-radius:0 0 3px 3px;
}

.content .fieldset [placeholder]  {
  color:#999;
}

.content .form .block-submit {
  width:302px;
  box-sizing:border-box;
  padding:0;
  margin:0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.content .form a.register,
.content .form a.recover {
  /* text-decoration: none; */
  color: #666666;
  font-size: 12px;
}
.content .form a.register:hover,
.content .form a.recover:hover {
  color: #333;
}

.content .form .submit {
  margin: 0;
  padding: 0 25px;
}

.content .form .submit.red {
  color: red;
}

.content .comment {
  width: 300px;
  text-align: justify;
}

.content .wrapper .hidden {
  display: none;
}

.content .status {
  margin-top: 30px;
}


.content .block-request {
  max-width: 750px;
  padding: 30px 0px;
}

.content h2 {
  font-size: 20px;
  font-weight: normal;
  margin: 0;
  text-transform: uppercase;
}

.content .auth .fieldset {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin: 10px 0;
  box-sizing: border-box;
}

.content .auth .fieldset .title {
  width: 390px;
  background-color: #eff0f1;
  line-height: 44px;
  border-radius: 3px 0 0 3px;
  padding-left: 25px;
}

.content .auth .fieldset .text {
  width: 100%;
  border: none;
  line-height: 44px;
  border-radius: 0 3px 3px 0;
  padding: 0 0 0 25px;
  margin: 0;
  font-size: 15px;
  border-left: 2px solid #eff0f1;
}

.content .auth .fieldset .text:focus {
  background-color:#fff; 
  border-left:2px solid #ccc;
}

/* .content [placeholder]  {
  color:#999;
} */

.content .block-summary {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
}

.content .block-summary textarea {
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 10px;
}

.content .auth .block-submit {
  width:302px;
  box-sizing:border-box;
  padding:0;
  margin:0;
}

.content .input.text-input {
  padding: 20px 0;
}

.content .terms_of_use {
  font-size: 12px;
  margin: 30px 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  color: rgba(0,0,0,.5);
}

.content .terms_of_use input[type="checkbox"] {
  margin-right: 15px;
}

.content .terms_of_use a {
  text-decoration: none;
  color: #333;
}