@import url("https://fonts.googleapis.com/css?family=Open+Sans");
.members-messages:after, .members-new:after, .social li svg:after, .social li:after {
  content: "";
  display: table;
  clear: both;
}

fieldset .menu-buttons .btn--cancel, fieldset .menu-buttons .btn--default, fieldset .menu-buttons .btn--save, .message-form [type=submit] {
  color: #fff;
  border: none;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 15px 30px;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
}

ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.wrapper {
  min-height: calc(100vh - 20px);
}

@media (min-width: 768px) {
  .grid-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

@media (min-width: 768px) {
  main {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    min-width: calc(100vw - 65px);
  }
}
@media (min-width: 1400px) {
  main {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    min-width: calc(100vw - 67px);
  }
}

section {
  /*@extend %clearfix;*/
}

.dashboard {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .dashboard {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.dashboard div:first-child {
  padding: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  order: 2;
}
@media (min-width: 768px) {
  .dashboard div:first-child {
    order: 1;
  }
}
.dashboard div:nth-child(2) {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  /*justify-content: space-around;*/
  background-color: #eee;
  border-bottom: 1px solid #b2b2b2;
  padding: 10px;
  order: 1;
  width: 100%;
}
@media (min-width: 768px) {
  .dashboard div:nth-child(2) {
    order: 2;
    max-width: calc(100vw - 134px);
    border-left: 1px solid #b2b2b2;
    border-bottom-left-radius: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
.dashboard div:nth-child(2) #search {
  width: 100%;
  max-width: 100%;
  border: solid 1px #b2b2b2;
  border-radius: 5px;
  color: #b2b2b2;
  padding: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .dashboard div:nth-child(2) #search {
    width: 80%;
  }
}
.dashboard div:nth-child(2) #search:focus {
  border-bottom: solid 3px #7477bf;
  transition-duration: 0.5s;
  transition-property: border;
}

#widget-notice {
  position: relative;
}
#widget-notice div {
  width: 300px;
  float: right;
  top: -10px;
  right: -40px;
  position: absolute;
  background-color: #fff;
  border: solid 1px #b2b2b2;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 1;
}
#widget-notice div h2 {
  padding: 10px;
  border-bottom: solid 1px #b2b2b2;
  margin-bottom: 0px;
}
#widget-notice div p {
  border-bottom: solid 1px #b2b2b2;
  padding: 10px;
  font-size: 12px;
  background-color: #eee;
  margin: 0px;
}

/* end of widget-notice*/
.alert div {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  background-color: #7477bf;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  margin: 10px;
}
.alert div span:first-child {
  color: #fff;
  font-size: 0.75em;
  line-height: 20px;
}
.alert div span:first-child:hover {
  text-decoration: none;
}
.alert div span:nth-child(2) {
  font-size: 20px;
  padding-left: 20px;
  cursor: pointer;
}

.time {
  cursor: pointer;
}
.time ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 0.75em;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .time ul {
    justify-content: flex-end;
  }
}
.time ul li {
  padding: 5px 10px;
  margin: 5px 5px;
  font-weight: bold;
  color: #676666;
}
.time .selected {
  background-color: #81c98f;
  border-radius: 10px;
  color: #fff;
}

@media (min-width: 768px) {
  .widget {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
@media (min-width: 768px) {
  .widget section {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .new-members-list {
    border-right: 1px solid #b2b2b2;
  }
}
.new-members-list p {
  padding: 0px;
}
.new-members-list a {
  font-size: 14px;
  color: #7477bf;
}

@media (min-width: 768px) {
  .social ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .social li:nth-child(2) {
    margin: 0 10px;
  }
}
.social li {
  margin-bottom: 10px;
  padding: 10px;
  border: solid #b2b2b2 1px;
  color: #fff;
  background-color: #fbfbfb;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .social li {
    flex-grow: 1;
    margin-bottom: 0;
  }
}
.social li svg {
  float: left;
}
.social li div {
  padding-left: 20px;
  display: inline-block;
}
.social li span {
  display: block;
}
.social li span:first-child {
  font-size: 18px;
  color: #7477bf;
  font-weight: bold;
}
.social li span:nth-child(2) {
  font-size: 50px;
  color: #676666;
}

footer {
  height: 10px;
}

.members-new {
  padding: 10px 0 10px 0;
}
.members-new img {
  float: left;
  padding-left: 10px;
  display: inline-block;
}
.members-new p {
  margin: 0;
  padding: 0;
}
.members-new div {
  float: right;
  font-size: 12px;
  color: #b2b2b2;
}

.members-messages {
  padding: 10px 0 10px 0;
}
.members-messages img {
  float: left;
  padding-left: 10px;
  display: inline-block;
}
.members-messages p {
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #676666;
}
.members-messages div {
  float: right;
  color: #7477bf;
  font-size: 20px;
  padding-left: 20px;
  margin-top: -20px;
}

.members-new:nth-child(2n), .members-messages:nth-child(2n) {
  border-bottom: 1px solid #b2b2b2;
}

.members-new:nth-child(3), .members-messages:nth-child(3) {
  border-bottom: 1px solid #b2b2b2;
}

@media (min-width: 768px) {
  .message-form, .dailytraffic {
    border-right: 1px solid #b2b2b2;
  }
}

.new-members-list, .messages, .social, .mobileusers, .dailytraffic, .traffic {
  border-bottom: 1px solid #b2b2b2;
  padding: 10px;
}

#enteredList {
  z-index: 1;
}

h1 {
  font-size: 1.5em;
  color: #676666;
  margin: 0px;
}

h2 {
  font-size: 1em;
  color: #676666;
  text-transform: uppercase;
}

h3 {
  font-size: 0.75em;
  color: #676666;
  text-transform: uppercase;
}

header {
  background-color: #7477bf;
  color: #fff;
  padding: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.menu-btn {
  vertical-align: top;
  display: inline-block;
}
@media (min-width: 768px) {
  .menu-btn {
    display: none;
  }
}

.name {
  display: none;
}
@media (min-width: 768px) {
  .name {
    display: inline-block;
  }
}

.title {
  padding-top: 20px;
  font-size: 2em;
}

nav {
  height: 60px;
  background-color: #4d4c72;
  color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  width: 100%;
}
@media (min-width: 768px) {
  nav {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    min-height: calc(100vh - 20px);
    height: auto;
    justify-content: flex-start;
    padding: 20px 0;
    width: 50px;
  }
}
nav a {
  color: #9998ae;
  text-decoration: none;
  padding: 20px 10px;
}
nav a:hover {
  border-bottom: 3px solid #81c98f;
  text-decoration: none;
  color: currentColor;
}
@media (min-width: 768px) {
  nav a:hover {
    border-left: 5px solid #81c98f;
    background-color: transparent;
    border-bottom: none;
  }
}
nav a span {
  display: none;
}

.iconColor {
  color: #fff;
  fill: currentColor;
}

.facebook, .twitter, .google {
  fill: currentColor;
}

.icons {
  display: none;
}

.navColor {
  color: #fff;
  fill: currentColor;
}

.dashboard, .members, .visits, .settings {
  fill: currentColor;
}

.header-icons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.members {
  border-radius: 50%;
  width: 60px;
  padding-right: 10px;
}

.avatar {
  display: inline-block;
  border-left: 1px blue solid;
}
.avatar img {
  padding-left: 10px;
  border-radius: 50%;
  width: 60px;
  padding-right: 10px;
}

.bell {
  color: #fff;
  width: 30px;
  cursor: pointer;
  display: inline;
  transition: transform 0.3s ease-out;
  position: relative;
  margin: 10px 10px 0 0;
}
.bell:hover {
  transform: rotate(-30deg);
}
.bell-icon {
  display: inline;
}

.badge {
  background-color: #81c98f;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: 80px;
}
@media (min-width: 768px) {
  .badge {
    top: 20px;
    right: 175px;
  }
}

nav svg {
  width: 35px;
  height: 35px;
  padding-right: 2px;
}
@media (min-width: 768px) {
  nav svg {
    padding-right: 0px;
  }
}

li svg {
  background-color: #4d4c72;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.chart div {
  font: 10px sans-serif;
  background-color: steelblue;
  text-align: right;
  padding: 3px;
  margin: 1px;
  color: white;
}

#search-icon {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 155px;
  right: 10px;
  background: url("../icons/icon-search.svg");
  background-size: 25px 25px;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  #search-icon {
    top: 95px;
  }
}
@media (min-width: 1400px) {
  #search-icon {
    top: 95px;
  }
}

.message-form {
  padding: 10px;
}
.message-form [type=text] {
  display: block;
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 0.75em;
  background-color: #fbfbfb;
  border-radius: 5px;
  border: solid 1px #b2b2b2;
}
.message-form textarea {
  width: 100%;
  padding: 10px;
  font-size: 0.75em;
  background-color: #fbfbfb;
  border-radius: 5px;
  margin-bottom: 10px;
  height: 120px;
}
.message-form [type=submit] {
  background-color: #7477bf;
  width: 100%;
  color: #fff;
  border: none;
  border-radius: 5px;
}

#user_settings_form {
  padding: 10px;
}

#settings {
  padding: 10px;
}

fieldset {
  border: none;
  padding: 0px;
}
fieldset label {
  color: #676666;
  font-size: 0.75em;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
fieldset select {
  color: #676666;
  font-size: 0.75em;
  padding: 10px;
  margin: 10px 0 40px 0;
  width: 100%;
  max-width: 100%;
}
fieldset .settingLabel {
  background-color: #fff;
  box-shadow: inset 0 0 0 30px #fff;
  font-size: 0.75em;
}
fieldset .menu-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
fieldset .menu-buttons .btn--save {
  background-color: #7477bf;
  width: 45%;
}
fieldset .menu-buttons .btn--default {
  background-color: #7477bf;
  width: 45%;
}
fieldset .menu-buttons .btn--cancel {
  background-color: #b2b2b2;
  width: 45%;
}

.switch-ios.switch-light strong {
  display: inline-block;
  margin-top: 8px;
  width: 45%;
}

.switch-ios.switch-light > span {
  vertical-align: top;
  display: inline-block;
  width: 20%;
}

/*# sourceMappingURL=styles.css.map */
