/* Colors */
/* Font sizes */
/* Fonts */
/*! normalize.css v8.0.1 | 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;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * 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;
}

.clearfix:before, .row:before,
.clearfix:before, .row:after {
  content: " ";
  display: table;
  clear: both;
}

body {
  width: 1280px;
  background-color: #f5f5f2;
}

[class*="col-"] {
  float: left;
  min-height: 1px;
  padding: 15px;
}

@media only screen and (max-width: 575px) {
  .col-xs-1 {
    width: 8.33%;
  }
  .col-xs-2 {
    width: 16.66%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-4 {
    width: 33.33%;
  }
  .col-xs-5 {
    width: 41.66%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-7 {
    width: 58.33%;
  }
  .col-xs-8 {
    width: 66.66%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-10 {
    width: 83.33%;
  }
  .col-xs-11 {
    width: 91.66%;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-offset-0 {
    margin-left: 0;
  }
  .col-xs-offset-1 {
    margin-left: 8.33%;
  }
  .col-xs-offset-2 {
    margin-left: 16.66%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-4 {
    margin-left: 33.33%;
  }
  .col-xs-offset-5 {
    margin-left: 41.66%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-7 {
    margin-left: 58.33%;
  }
  .col-xs-offset-8 {
    margin-left: 66.66%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-10 {
    margin-left: 83.33%;
  }
  .col-xs-offset-11 {
    margin-left: 91.66%;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .col-s-1 {
    width: 8.33%;
  }
  .col-s-2 {
    width: 16.66%;
  }
  .col-s-3 {
    width: 25%;
  }
  .col-s-4 {
    width: 33.33%;
  }
  .col-s-5 {
    width: 41.66%;
  }
  .col-s-6 {
    width: 50%;
  }
  .col-s-7 {
    width: 58.33%;
  }
  .col-s-8 {
    width: 66.66%;
  }
  .col-s-9 {
    width: 75%;
  }
  .col-s-10 {
    width: 83.33%;
  }
  .col-s-11 {
    width: 91.66%;
  }
  .col-s-12 {
    width: 100%;
  }
  .col-s-offset-0 {
    margin-left: 0;
  }
  .col-s-offset-1 {
    margin-left: 8.33%;
  }
  .col-s-offset-2 {
    margin-left: 16.66%;
  }
  .col-s-offset-3 {
    margin-left: 25%;
  }
  .col-s-offset-4 {
    margin-left: 33.33%;
  }
  .col-s-offset-5 {
    margin-left: 41.66%;
  }
  .col-s-offset-6 {
    margin-left: 50%;
  }
  .col-s-offset-7 {
    margin-left: 58.33%;
  }
  .col-s-offset-8 {
    margin-left: 66.66%;
  }
  .col-s-offset-9 {
    margin-left: 75%;
  }
  .col-s-offset-10 {
    margin-left: 83.33%;
  }
  .col-s-offset-11 {
    margin-left: 91.66%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .col-m-1 {
    width: 8.33%;
  }
  .col-m-2 {
    width: 16.66%;
  }
  .col-m-3 {
    width: 25%;
  }
  .col-m-4 {
    width: 33.33%;
  }
  .col-m-5 {
    width: 41.66%;
  }
  .col-m-6 {
    width: 50%;
  }
  .col-m-7 {
    width: 58.33%;
  }
  .col-m-8 {
    width: 66.66%;
  }
  .col-m-9 {
    width: 75%;
  }
  .col-m-10 {
    width: 83.33%;
  }
  .col-m-11 {
    width: 91.66%;
  }
  .col-m-12 {
    width: 100%;
  }
  .col-m-offset-0 {
    margin-left: 0;
  }
  .col-m-offset-1 {
    margin-left: 8.33%;
  }
  .col-m-offset-2 {
    margin-left: 16.66%;
  }
  .col-m-offset-3 {
    margin-left: 25%;
  }
  .col-m-offset-4 {
    margin-left: 33.33%;
  }
  .col-m-offset-5 {
    margin-left: 41.66%;
  }
  .col-m-offset-6 {
    margin-left: 50%;
  }
  .col-m-offset-7 {
    margin-left: 58.33%;
  }
  .col-m-offset-8 {
    margin-left: 66.66%;
  }
  .col-m-offset-9 {
    margin-left: 75%;
  }
  .col-m-offset-10 {
    margin-left: 83.33%;
  }
  .col-m-offset-11 {
    margin-left: 91.66%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .col-lg-1 {
    width: 8.33%;
  }
  .col-lg-2 {
    width: 16.66%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33%;
  }
  .col-lg-5 {
    width: 41.66%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33%;
  }
  .col-lg-8 {
    width: 66.66%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33%;
  }
  .col-lg-11 {
    width: 91.66%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-xl-1 {
    width: 8.33%;
  }
  .col-xl-2 {
    width: 16.66%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.33%;
  }
  .col-xl-5 {
    width: 41.66%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.33%;
  }
  .col-xl-8 {
    width: 66.66%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.33%;
  }
  .col-xl-11 {
    width: 91.66%;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-offset-0 {
    margin-left: 0;
  }
  .col-xl-offset-1 {
    margin-left: 8.33%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66%;
  }
}

/* Components */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  overflow: auto;
  padding: 30px;
  display: none;
}

.overlay.show {
  display: flex;
}

.overlay::webkit-scrollbar {
  display: none;
}

.modal {
  max-width: 720px;
  margin: auto;
  background-color: #ffffff;
  position: relative;
  padding: 35px 20px;
  display: none;
}

.modal.show {
  display: block;
}

.modal .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px;
}

.modal-header {
  padding: 2px;
  color: #000;
}

.modal-header h4 {
  margin: 0;
  text-transform: uppercase;
  color: #a7a7a7;
  font-weight: 200;
}

.modal-body {
  border-top: 1px solid #888;
  padding: 50px 20px 20px;
}

.input {
  position: relative;
  display: inline-block;
}

.input .icon-login, .input .icon-password {
  position: absolute;
  left: 3%;
  top: 20%;
}

.inputPadding {
  padding: 6px 0 6px 25px;
}

button {
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffa200;
  color: #fff;
  border: none;
  display: inline-block;
  padding: 8px 60px;
}

button:hover {
  background-color: #f58220;
}

/* Sections */
/* Pages / Views */
.asideBar {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 188px;
  min-height: 1800px;
  background-color: #191919;
  margin: -60px 0 0 0;
  transition: 1s;
  z-index: 1;
}

.asideBar .asside {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 18px;
  text-align: center;
  width: 100%;
}

.asideBar .asside li {
  width: 100%;
  float: none;
  border: none;
  text-align: left;
  background-color: #191919;
  color: #888888;
}

.asideBar .asside li:hover {
  background-color: #282828;
}

.asideBar .asside li:hover .selectionRectangle {
  display: inline-block;
}

.asideBar .asside li a {
  color: #b6b6b6;
  text-decoration: none;
  padding: 0 5px;
  line-height: 60px;
  font-size: 16px;
  display: block;
  margin-bottom: -30px;
}

.asideBar .asside li a:last-child {
  border-bottom: 1px solid #a7a7a7;
}

.asideBar .asside li a:hover {
  color: #fff;
}

.asideBar .asside .icon-li {
  color: #000;
  margin: 0 20px 0 10px;
}

.selectionRectangle {
  float: left;
  display: none;
  background-color: #f58220;
  width: 5px;
  height: 5px;
  padding: 40px 0 20px;
}

.sectionManager, .expanded .sectionManager {
  position: absolute;
  top: 24%;
  left: 15.5%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin: 0;
  padding: 0;
}

.sectionManager h6, .expanded .sectionManager h6 {
  margin: 8px -12px 0 0px;
  color: #56819f;
}

.sectionManager h5, .expanded .sectionManager h5 {
  text-transform: uppercase;
  color: #888888;
}

.sectionManager .manager {
  width: 50px;
  margin: 2px 60px 2px 0px;
}

.sectionManager .circleOnline {
  margin: -53px 64px 0px 0px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: green;
}

.section-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.section-logo .logo {
  margin-top: 5px;
  justify-content: flex-start;
}

.section-logo .fa {
  margin: 15px 40px 0;
  color: #a7a7a7;
  cursor: pointer;
}

.section-logo .fa-bars {
  color: #888888;
}

.section-logo .fa-bars:hover {
  color: #fff;
}

.expanded {
  transition: 1s;
  width: 3.91%;
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 1850px;
  background-color: #191919;
  margin: -60px 0 0 0;
}

.expanded .logo {
  display: none;
}

.expanded .section-logo .fa {
  margin: 15px 18px 0;
}

.expanded .sectionManager {
  top: 27%;
  left: 60%;
}

.expanded .sectionManager h6 {
  display: none;
}

.expanded .sectionManager h5 {
  display: none;
}

.expanded .sectionManager .manager {
  width: 30px;
  margin: 17px 66px 0 -22px;
}

.expanded .sectionManager .circleOnline {
  width: 7px;
  height: 7px;
  margin: -30px 67px 0px 0px;
}

.expanded .text {
  display: none;
}

.expanded .asside .icon-li {
  color: #a7a7a7;
}

.expanded .asside .icon-li:hover {
  color: #fff;
}

@media screen and (max-width: 900px) {
  .asideBar {
    margin: 0;
  }
  .sectionManager, .expanded .sectionManager {
    display: none;
  }
}

@media only screen and (max-width: 575px) {
  .expanded {
    width: 50px;
  }
}

.topbar, .smalltopBarMarginLeft {
  z-index: 2;
  width: 100%;
  width: 1092px;
  margin-left: 188px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.topbar ul, .smalltopBarMarginLeft ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 18px;
  height: 2em;
  line-height: 2em;
  text-align: center;
  height: 60px;
  margin-left: 600px;
  width: 100%;
  z-index: 2;
}

.topbar ul a, .smalltopBarMarginLeft ul a {
  color: #b6b6b6;
  text-decoration: none;
  padding: 0 5px;
  line-height: 60px;
  font-size: 16px;
}

ul > li:hover .icon-arrow-down-small:before {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

ul > li:hover .price {
  color: #000;
}

ul > li, ol {
  float: left;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

li {
  background-color: #fff;
  width: 188px;
  border-left: 1px solid #a7a7a7;
  height: 60px;
}

li:hover {
  background-color: #e3e3e3;
  z-index: 1;
}

ol > .listOne, ol > .listTwo {
  float: left;
  width: 189px;
  background-color: #e3e3e3;
  margin: -1px;
  height: 45px;
  border-left: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  border-bottom: 1px solid #a7a7a7;
}

ol > .listOne a:hover, ol > .listTwo a:hover {
  color: #000000;
}

ol > .listOne:last-child, ol > .listTwo:last-child {
  height: 60px;
}

ul > li > ol {
  display: none;
}

ul > li:hover > ol {
  display: block;
}

.icon-wallet {
  margin: 12px 0 0 8%;
  float: left;
}

.price {
  float: left;
  color: #b6b6b6;
  margin: 11px 13px 0;
}

.leftmenu, ol > .listTwo a {
  float: left;
  margin-left: 20px;
}

.rightmenu {
  float: right;
  margin-right: 20px;
}

.circle {
  display: block;
  z-index: 1;
  position: absolute;
  left: 28px;
  top: 18px;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #f58220;
}

.secondMenuList {
  border-left: 1px solid #a7a7a7;
  width: 234px;
  position: relative;
}

.secondMenuList:hover .circle, .secondMenuList:hover .leonardoText, .secondMenuList:hover .rectangle, .secondMenuList:hover .icon-profile {
  display: none;
}

.secondMenuList:hover .icon-notification:before {
  margin: 0 0 0 -58%;
}

.secondMenuList:hover .icon-close {
  display: block;
  color: #000;
  float: right;
  margin-right: 15px;
}

.leonardoText {
  color: #56819f;
  margin-left: 12px;
}

.icon-notification:before {
  margin-left: -75%;
  color: #000;
}

.rectangle {
  margin: -60px 0% -26% 24%;
  width: 1px;
  height: 60px;
  background-color: #a7a7a7;
}

ol > .listTwo {
  width: 235px;
}

ol > .listTwo :hover .circleOne, ol > .listTwo :hover .circleTwo {
  display: inline-block;
}

ol > .listTwo a {
  color: #56819f;
}

.circleOne, .circleTwo {
  display: none;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #f58220;
  margin-left: 30px;
}

.circleTwo {
  margin-left: 38px;
}

.icon-profile {
  margin-left: 55px;
  color: #000;
}

.icon-close {
  display: none;
}

.quit {
  width: 70px;
}

.notificationText {
  display: none;
}

.logoutText {
  display: none;
}

.smalltopBarMarginLeft {
  margin-left: 50px;
  width: 1230px;
  transition: 1s;
}

.smalltopBarMarginLeft ul {
  margin-left: 738px;
  transition: 1s;
}

@media screen and (max-width: 900px) {
  .topbar, .smalltopBarMarginLeft {
    background-color: #191919;
    position: fixed;
    top: 500px;
    left: -0%;
    width: 50px;
    margin-left: 0;
  }
  .topbar ul, .smalltopBarMarginLeft ul {
    height: 60px;
    margin-left: 0;
  }
  .topbar ul > li:hover > ol, .smalltopBarMarginLeft ul > li:hover > ol {
    display: none;
  }
  .secondMenuList:hover .icon-profile {
    position: absolute;
    top: 57px;
    left: 18px;
  }
  .secondMenuList:hover .leonardoText, .secondMenuList:hover .rectangle, .secondMenuList:hover .icon-profile {
    display: inline-block;
  }
  .secondMenuList:hover .icon-notification:before {
    margin: 0 -34px 0 -42%;
    color: #a7a7a7;
  }
  .secondMenuList:hover .icon-close, .secondMenuList:hover .rectangle {
    display: none;
  }
  .secondMenuList:hover .leonardoText {
    width: 122px;
    position: absolute;
    margin: 55px 0 0 35px;
  }
  ul > li:hover .icon-arrow-down-small:before {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  ul > li:hover .price {
    color: #a7a7a7;
  }
  li {
    background-color: #191919;
  }
  li:hover {
    background-color: #191919;
  }
  .secondMenuList {
    width: 50px;
    border-left: none;
  }
  ol > .listTwo {
    display: none;
  }
  .rectangle {
    display: none;
  }
  .icon {
    color: #a7a7a7;
    margin: 0;
    padding: 0;
  }
  .price {
    float: left;
    font-size: 16px;
    margin: -50px 0px 0 68px;
  }
  .icon-arrow-down-small {
    margin: 0px -234px 0 0;
  }
  .icon-notification:before {
    color: #a7a7a7;
    margin: 0px 117px 0 14px;
    position: relative;
  }
  .notificationText {
    display: inline-block;
    position: absolute;
    top: -3px;
    left: 62px;
  }
  .icon-profile {
    position: absolute;
    top: 57px;
    left: 18px;
  }
  .leonardoText {
    width: 300%;
    position: absolute;
    margin: -5px 0 0 18px;
    display: inline-block;
    color: #a7a7a7;
  }
  .icon-wallet {
    margin: 12px 0 0 40%;
  }
  .quit {
    width: 0px;
    display: inline-block;
    margin-left: 20px;
    position: relative;
  }
  .logoutText {
    top: 57px;
    left: 0;
    position: absolute;
    margin: 0 0 0 56px;
    display: inline-block;
  }
  .circle {
    left: 26px;
    top: 16px;
  }
  .rectangle {
    display: none;
  }
  ul > li, ol {
    z-index: 5;
    border-left: none;
    width: 50px;
  }
  ol > .listTwo a:hover .circleTwo {
    display: none;
  }
  ol > .listTwo a:hover .circleOne, ol > .listTwo a:hover .circleTwo {
    display: none;
  }
  .smalltopBarMarginLeft .logoutText, .smalltopBarMarginLeft .notificationText, .smalltopBarMarginLeft .price, .smalltopBarMarginLeft .leonardoText, .smalltopBarMarginLeft .icon-arrow-down-small {
    display: none;
  }
  .icon-profile {
    margin-top: 0px;
  }
  ol > .listTwo {
    width: 51px;
  }
}

.general, .smallGeneralMarginLeft, .links, .smallLinksMarginLeft {
  background-color: #fff;
  width: 82.5%;
  margin-left: 16.5%;
  padding-bottom: 20px;
  transition: 1s;
}

.general h3, .smallGeneralMarginLeft h3, .smallLinksMarginLeft h3, .links h3 {
  padding: 20px;
  color: #a7a7a7;
  text-transform: uppercase;
  border-bottom: 1px solid #a7a7a7;
}

.general .date, .smallGeneralMarginLeft .date, .links .date, .smallLinksMarginLeft .date {
  border: 1px solid #a7a7a7;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.general p, .smallGeneralMarginLeft p, .links p, .smallLinksMarginLeft p {
  display: inline-block;
  position: relative;
  margin: 0;
}

.general p:hover, .smallGeneralMarginLeft p:hover, .links p:hover, .smallLinksMarginLeft p:hover {
  color: #56819f;
}

.general .dateP, .smallGeneralMarginLeft .dateP, .links .dateP, .smallLinksMarginLeft .dateP {
  margin: 10px 68px 0 18px;
}

.general .dateP:after, .smallGeneralMarginLeft .dateP:after, .links .dateP:after, .smallLinksMarginLeft .dateP:after {
  position: absolute;
  background-color: #a7a7a7;
  content: " ";
  width: 1px;
  height: 30px;
  left: 125px;
  bottom: -6px;
}

.general .icon, .smallGeneralMarginLeft .icon, .links .icon, .smallLinksMarginLeft .icon {
  margin: 0 0 -1.5% 15%;
}

.general .contentDate, .smallGeneralMarginLeft .contentDate, .links .contentDate, .smallLinksMarginLeft .contentDate {
  margin-top: 25px;
  position: relative;
}

.general .contentDate .buttonSubmit, .smallGeneralMarginLeft .contentDate .buttonSubmit, .links .contentDate .buttonSubmit, .smallLinksMarginLeft .contentDate .buttonSubmit {
  background-color: #ffa200;
  cursor: pointer;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.general .contentDate .buttonSubmit .vectoricon, .smallGeneralMarginLeft .contentDate .buttonSubmit .vectoricon, .links .contentDate .buttonSubmit .vectoricon, .smallLinksMarginLeft .contentDate .buttonSubmit .vectoricon {
  margin: 10px;
  width: 50%;
}

.general .contentDate .buttonSubmit:hover, .smallGeneralMarginLeft .contentDate .buttonSubmit:hover, .links .contentDate .buttonSubmit:hover, .smallLinksMarginLeft .contentDate .buttonSubmit:hover {
  background-color: #f58220;
}

.general .borderBottom, .smallGeneralMarginLeft .borderBottom, .links .borderBottom, .smallLinksMarginLeft .borderBottom {
  border-bottom: 1px solid #a7a7a7;
  padding-top: 25px;
}

.general .statistic, .smallGeneralMarginLeft .statistic, .links .statistic, .smallLinksMarginLeft .statistic {
  width: 65%;
  margin: 0 auto;
}

.general .statistic .borderBottom, .smallGeneralMarginLeft .statistic .borderBottom, .links .statistic .borderBottom, .smallLinksMarginLeft .statistic .borderBottom {
  border-bottom: 1px solid #a7a7a7;
  padding: 0;
}

.general .statistic h4, .smallGeneralMarginLeft .statistic h4, .links .statistic h4, .smallLinksMarginLeft .statistic h4 {
  color: #a7a7a7;
  display: inline-block;
}

.general .statistic .h4Number, .smallGeneralMarginLeft .statistic .h4Number, .links .statistic .h4Number, .smallLinksMarginLeft .statistic .h4Number {
  color: #000;
  float: right;
  font-weight: 400;
}

.general .icon-calendar, .smallGeneralMarginLeft .icon-calendar, .links .icon-calendar, .smallLinksMarginLeft .icon-calendar {
  margin: 0px 0px 0px 60px;
  cursor: pointer;
}

.general .icon-calendar:hover, .smallGeneralMarginLeft .icon-calendar:hover, .links .icon-calendar:hover, .smallLinksMarginLeft .icon-calendar:hover {
  color: #56819f;
}

.smallGeneralMarginLeft {
  margin-left: 5.5%;
  width: 93.5%;
  transition: 1s;
}

.links .btn-orange {
  display: block;
  margin: 0 auto;
  background-color: #ffa200;
  color: #fff;
  border: none;
  width: 10%;
  padding: 11px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
}

.links .btn-orange:hover {
  background-color: #f58220;
}

.links .table {
  margin: 20px auto;
  width: 55%;
  padding: 15px;
  border-collapse: collapse;
  line-height: 25px;
  color: #a7a7a7;
}

.links .table tr {
  min-height: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid;
  justify-content: space-between;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -ms-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  padding-left: 5px;
}

.links .table tr a {
  text-decoration: none;
  color: #56819f;
}

.links .table tr a:hover {
  color: #f58220;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.links .table tr i {
  float: right;
  margin-right: 15px;
  display: none;
  cursor: pointer;
}

.links .table tr i:hover {
  color: #f58220;
}

.links .table tr:first-child {
  border-top: 1px solid;
}

.links .table tr:hover {
  background-color: #f1f3f3;
}

.links .table tr:hover i {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}

.smallLinksMarginLeft {
  margin-left: 5.5%;
  width: 93.5%;
  transition: 1s;
}

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