#page_content {
  margin-top: 120px !important;
  /*padding-top: 30px;*/
}
div.admin-template {
  width: 100%;
}

.admin-template.admin-template-lateral-bar > div {
  display: inline-block;
  width: auto;
}

.admin-template.admin-template-lateral-bar > div.bar{
    background: #1c1c1e;
    height: 100vh;
    min-height: 100%;
    padding: 0 0px;
    vertical-align: top;
    width: 100px;
    max-width: 100px;
    overflow-x: visible;
    transition: width 0.3s ease;
    z-index: 3;
    position: fixed;
}
.admin-template.admin-template-lateral-bar > div.content{
    margin-left: 100px;
    width: calc(100% - 100px);
    min-height: 100vh;
    padding-left: 0 !important;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.app_theme_dark .admin-template.admin-template-lateral-bar > .content > .content-header {
  background-color: #1c1c1e;
}
.app_theme_light .admin-template.admin-template-lateral-bar > .content > .content-header {
  background: #fff;
}

.admin-template.admin-template-lateral-bar > .content > .content-header{
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
  clear: both;
  padding: 0px;
  position: fixed;
  left: 100px;
  right: 0px;
  z-index: 2;
}

@media (max-width: 767px){
  .admin-template.admin-template-lateral-bar > .content > .content-header {
    margin-left: 24px;
  }
}

.content > .content-header > .menu {
  font-size: 15px;
  font-weight: 500;
  color: #757d82;
  display: flex;
  height: 76px;
  /* border-bottom: 1px solid #e2e2e4; */
  align-content: center;
  align-items: center;
  justify-content: space-between;
}

.menu_vertical {
  overflow-x: visible;
  max-width: 100px;

  margin: 0;
  padding: 0;
  list-style: none;
}

.menu_vertical > li {
  list-style: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

.menu_vertical > li .md-user-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-top: 5px;
    margin-left: 0px;
    border-color: var(--main-accent-color);
}

.menu_vertical > li.module-item {
  width: 100px !important;
}

.menu_vertical > li.settings-item a i {
  color: var(--main-accent-color) !important;
}

.menu_vertical > li a,
.menu_vertical > li div:first-child,
.menu_vertical > li a span,
.menu_vertical > li a i
.menu_vertical > li a i.material-icons {
  color: #8F9393 !important;
}

.menu_vertical > li a.active,
.menu_vertical > li a.active span,
.menu_vertical > li a.active i{
   color: var(--main-accent-color) !important;
}
.menu_vertical > li a:hover:not(.active),
.menu_vertical > li div:first-child:hover,
.menu_vertical > li div:first-child:hover i,
.menu_vertical > li div:first-child:hover b,
.menu_vertical > li a:hover:not(.active) span,
.menu_vertical > li a:hover:not(.active) i {
  color: #fff !important;
}

.menu_vertical > li > a:hover:not(.active) span {
  color: white !important;
}

.menu_vertical > li a:hover,
.menu_vertical > li:hover {
  background: #000;
}

.menu_vertical > li a.active {
  box-sizing: content-box;
  border-left: var(--main-accent-color) 4px solid !important;
  background: #331a1c; /* Old browsers */
  background: -moz-linear-gradient(left, var(--main-accent-gradient) 0%, #1b1b1c 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, var(--main-accent-gradient) 0%,#1b1b1c 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, var(--main-accent-gradient) 0%,#1b1b1c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#331a1c', endColorstr='#1b1b1c',GradientType=1 ); /* IE6-9 */
}

.menu_vertical > li.settings-item > a i {
  line-height: 50px;
  font-size: 30px;
}

.menu_vertical > li.search-item {
  margin-bottom: 20px;
}

.menu_vertical > li.module-item {
  padding: 10px 2px;
}

/*Responsive */

@media screen and (max-height: 750px){
  .menu_vertical > li > a {
    height: 70px !important;
  }
  .menu_items{
    height: calc(100vh - 84px) !important;
  }
  .menu_vertical > li a span {
    font-size: 8px !important;
  }
}

.menu_items{
    height: calc(100vh - 84px);
  }

@media screen and (max-height: 997px) and (min-height: 751px){
  .menu_vertical > li > a {
    height: 70px !important;
  }
  .menu_items{
    height: calc(100vh - 84px) !important;
  }
  .menu_vertical > li a span {
    font-size: 9px !important;
  }
}


.menu_vertical > li a span {
    margin-left: 0px;
    letter-spacing: 0.7px;
    font: 8px "montserrat-semibold";
}
.menu_vertical > li a div {
  margin-left: 0px;
  letter-spacing: 0.7px;
  font: 9px "montserrat-semibold";
    margin-top: 3px;
}

.menu_vertical > li .uk-dropdown:not(.top-js) { 
  top: initial !important;
  margin-top: -50px !important;
}

.menu_vertical > li .uk-dropdown {
  left: 100px !important;
  background: #1c1c1e;
  color: white !important;
}

.menu_vertical > li .uk-dropdown.profile-dropdown{
  margin-top: -140px !important;
}

.menu_vertical li .uk-dropdown > ul > li a,
.menu_vertical li .uk-dropdown > ul > li i {
  color: white !important;
}

.menu_vertical li .uk-dropdown > ul > li > a:hover,
.menu_vertical li .uk-dropdown > ul > li > a:active,
.menu_vertical li .uk-dropdown .submenu-item a:active{
    background: #e84b1f !important
}

.menu_vertical > li > a i {
  color: #8F9393 !important;
  font-size: 24px;
  vertical-align: -8px;
  margin-top: 5px;
}

.leveras-icon {
    font-size: 30px !important;
}


.menu_vertical > li > a {
  padding-right: 0px;
  padding-left: 0px;
  line-height: 10px;
    height: 69px;
    display: block;
    padding: 0 16px;
    min-width: 60px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
}

.menu_items{
  overflow-y: scroll;
}

.md-vertical-bar {
  display: inline-block;
  height: 100%;
  overflow-y: hidden;
  overflow-x: visible;
  max-width: 100px;
}

#vertical_bar {
  overflow-x: visible;
  max-width: 100px;
  height: 100vh;
  overflow-y: hidden;
}

#vertical_bar > .navbar-brand{
    height: 84px;
    display: block;
    box-shadow: 0 4px 20px 0 rgba(19, 19, 29, 0.1);
    background-position: center;
    background-repeat: no-repeat;
}

.navbar-brand {
    background-size: 110%;
    width: 80%;
    margin: auto;
    align-content: center;
}

#page_content {
  margin-bottom: 20px;
}

.header-bar {
  width: 100%;
}
.header-bar > div {
  margin-left: 7px;
  display: inline-block;
}

/* Upcoming Bar */
.upcoming-bar{
  min-width: 300px;
  max-width: 350px;
  min-height: 50px;
  background: #e1ebef;
  border-radius: 30px;
  color: white;
}

.upcoming-bar > * {
  display: inline-block;
}

.upcoming-bar > .left-side,
.upcoming-bar > .right-side {
  background: #4CAAD5;
  text-align: center;
  align-content: center;
  font-weight: bold;
}

.upcoming-bar > .left-side {
  width: 27%;
  border-radius: 30px 0px 0px 30px;
  float: left;
  height: 50px;
}

.upcoming-bar > .task-info {
  padding: 5px 6px;
  color: #424242;
  width: 62%;
  height: 50px;
  box-sizing: border-box;
}

.upcoming-bar > .task-info div.time-info{
  font-size: 9.5pt;
  text-overflow: ellipsis;
  overflow-x: hidden;
}

.upcoming-bar > .task-info div.detail-info{
  color: #414141;
  font-weight: bold;
  font-size: 10pt;
  text-overflow: ellipsis;
  overflow-x: hidden;
}

/** WORLD CLOCK */
.app_theme_dark .word-clock-wrapper {
  background: #1c1c1e;
}
.app_theme_light .word-clock-wrapper {
  background: #fff;
}
.word-clock-wrapper {
  padding: 0px;
}

@media (max-width: 1470px){
  .word-clock-wrapper .child .date{
    display: none;
  }
}

@media (max-width: 1290px){
  .word-clock-wrapper .child .time{
    display: none;
  }
  .word-clock-wrapper .child .digital-clock,
  .word-clock-wrapper .child .clock {
    display: block;
  }
  .word-clock-wrapper .cn-clock1 .child .digital-clock {
    margin-left: 0px;
  }
}

@media (max-width: 1000px){ 
  .word-clock-wrapper .cn-clock1 .child:not(:first-child){
    display: none;
  }
}

.word-clock-wrapper .cn-clock1 .child.border {
  border: 1px solid #d9e2e8;
}
.app_theme_dark .word-clock-wrapper .cn-clock1 .child {
  border-left-color: #1c1c1e;
}
.app_theme_light .word-clock-wrapper .cn-clock1 .child {
  border-left-color: #d9e2e8;
}
.word-clock-wrapper .cn-clock1 .child {
  border-left: 1px solid #d9e2e8;
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
  padding: 0px 15px;
}
.word-clock-wrapper .cn-clock1 .child.featured {
  flex-grow: 2;
  text-align: left;
  align-items: center;
  justify-content: center;
}
.word-clock-wrapper .cn-clock1 h5 {
  margin: 10px 0px;
  color: #424242;
}

.word-clock-wrapper .cn-clock1 .digital-clock{
  display: inline-block;
  text-align: left;
  margin-left: 9px;
}

.word-clock-wrapper .cn-clock1 .digital-clock h5 {
  margin: 0;
}
.app_theme_dark .word-clock-wrapper .cn-clock1 .digital-clock h5 {
  color: white;
}

.word-clock-wrapper .cn-clock1 .time,
.word-clock-wrapper .cn-clock1 .date {
  font-size: 9pt;
}
.word-clock-wrapper .clock{
  max-width: 45px;
  margin: 0 auto;
  display: inline-block;
}
.word-clock-wrapper .child.featured .clock{
  max-width:50px;
  margin: 0 auto;
}
.word-clock-wrapper .cn-clock1 svg {
  vertical-align: initial;
}
.word-clock-wrapper .cn-clock1 {
  display: block;
}
.word-clock-wrapper .cn-clock1 .child.featured img {
  max-width: 98px;
  height: 98px;
}
.word-clock-wrapper .cn-clock1 .child.featured,
.word-clock-wrapper .cn-clock1 .child {
  display: inline-block;
  margin: 0;
  text-align: center;
}
/** END WORLD CLOCK*/


.quick-links-nav > li {
  padding: 4px 14px;
}

.quick-links-nav > li.search-item > a .material-icons{
  font-size: 21pt !important;
  color: var(--main-accent-color);
  margin-top: 0px;
  border: 3px solid;
  border-radius: 50%;
  padding: 3px;
}

.quick-links-nav > li.search-item > a:hover .material-icons,
.quick-links-nav > li > a:hover img {
  color: #b34a23 !important;
  border-color: #b34a23 !important;
}
.navbar-brand.custom.exclusive-funded {
  background-size: 115%;
}
.navbar-brand.custom.iconfx {
  background-size: 100%;
}
.navbar-brand.custom.stp {
  background-size: 60%;
}
.navbar-brand.custom.thinkberryfunding,
.navbar-brand.custom.negmarkets {
  background-size: 80%;
}
.navbar-brand.custom.originfx,
.navbar-brand.custom.qar-production1 {
  background-size: 85%;
}
.navbar-brand.custom.comitcapital,
.navbar-brand.custom.sigmafunding,
.navbar-brand.custom.bitfundedtrader,
.navbar-brand.custom.tradewithcapital,
.navbar-brand.custom.mycryptofunding {
  background-size: 90%;
}
.navbar-brand.custom.thinkcapital,
.navbar-brand.custom.fundingpro {
  background-size: 95%;
}

ul.lite-tabs-container.lite-tabs-animate-fade li{
    transition: height 0s, visibility 0s, opacity 0.3s ease-out;
}
  
.uk-hidden-2 {
    height: 0 !important;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
}
  
ul.uk-no-bullet {
    list-style-type: none;
}

/* Drawer */
.app_theme_dark .drawer-content,
.app_theme_dark .drawer-handle {
  background: #303030;
}
.app_theme_dark .drawer-handle i::after,
.app_theme_dark .drawer-handle i::before {
  background: white;
}

/* Account Form */
.app_theme_dark .trading-account-card section {
  background-color: #424242;
  border-color: #424242;
}