/*Lime Green: B7E40C
Charcoal: 414042
Dark Grey: d4d6d8
light grey: f2f2f2
Success: ddf49d text: 8bac00
Error: cb2330 text ebccd1*/
leftMenu.ass-aside-menu {
    position: fixed;
    z-index: 1000;
    display: block;
    left: -350px;
    top: 0px;
    width: 250px;
    height:100vh;
    color: white;
    overflow-x: hidden;
    background-color: #414042;
    background-image: url(../../img/login/bg-login-bottom.png);
    background-repeat: no-repeat;
    background-position: -70px bottom;
    background-size: 800px;
    z-index: 9999 !important;
}

leftMenu.ass-aside-menu a,
leftMenu.ass-aside-menu a:hover {
    text-decoration: none;
    z-index: 9999 !important;
}

rightMenu.ass-aside-menu {
    position: fixed;
    z-index: 1000;
    display: block;
    right: -350px;
    top: 0px;
    width: 300px;
    height:100vh;
    background-color: white;
    color: #000;
    overflow-x: hidden;
}

rightMenu.ass-aside-menu h1 {
    font-size: 1.5em;
    font-weight: bold;
    background-color: #B8E50C;
    color: #414042;
    margin: 0;
    padding: 1rem;
}

.fa.expand {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}

.fa {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}

.angular-ui-tree-nodes.hidden {
    display: none;
}

div.gts-entities {
    color: #414042;
    padding-top: 0rem;
    padding-bottom: 0em;
    display: block;
    overflow: hidden;
}
div.gts-entities a{
    cursor: pointer;
}
div.gts-entities.toggled {
    display: none;
    padding: 1em;
    padding-bottom: 0em;
    overflow: hidden;
}

div.gts-entity.child {
    padding-left: 2.5em;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

div.gts-entity.child a {
    cursor: pointer;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.gts-entity span.fa {
    font-size: 16px;
    padding: 1rem;
}

div.gts-entity span.fa:focus {
    outline: none !important;
}

div.gts-entity.selected {
    color: #414042;
    font-weight: bold;
}

hr.gts-entity-hr {
    color: #c5c5c5;
    border-bottom: solid thin;
    margin-bottom: 0px;
    margin-top: 0px;
    width: 350px
}

.ass-aside-overlay {
    position: fixed;
    z-index: 999;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
}

/* annimations */
.ass-slide-in-left {
    -webkit-animation: slide-in-left 0.5s forwards;
    animation: slide-in-left 0.5s forwards;
}

/* annimations */
.ass-slide-in-right {
    -webkit-animation: slide-in-right 0.5s forwards;
    animation: slide-in-right 0.5s forwards;
}

@-webkit-keyframes slide-in-left {
    100% { left: 0px; }
}

@-moz-keyframes slide-in-left {
    100% { left: 0px; }
}

@keyframes slide-in-left {
    100% { left: 0px; }
}

@-webkit-keyframes slide-in-right {
    100% { right: 0px; }
}

@-moz-keyframes slide-in-right {
    100% { left: 0px; }
}

@keyframes slide-in-right {
    100% { right: 0px; }
}

.ass-slide-out-left {
    -webkit-animation: slide-out-left 0.5s backwards;
    animation: slide-out-left 0.5s backwards;
}

.ass-slide-out-right {
    -webkit-animation: slide-out-right 0.5s backwards;
    animation: slide-out-right 0.5s backwards;
}

@-webkit-keyframes slide-out-left {
    0% { left: 0px; }
    100% { left: -350px; }
}

@keyframes slide-out-left {
    0% { left: 0px; }
    100% { left: -350px; }
}

@-webkit-keyframes slide-out-right {
    0% { right: 0px; }
    100% { right: -350px; }
}

@keyframes slide-out-right {
    0% { right: 0px; }
    100% { right: -350px; }
}
button.menu {
    padding-right:25px
}
div.well.menu{
    margin: 0;
}
.fa.fa-menu.expanded {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform 300ms ease-out;
    -moz-transition: -moz-transform 300ms ease-out;
    -o-transition: -o-transform 300ms ease-out;
    transition: transform 300ms ease-out;
}

leftMenu.ass-aside-menu .row {
    border-bottom: 1px solid #7C7C7C;
}

div.nav-toggle {
    padding: 6px 12px; 
    text-align: left; 
    display: block; 
    margin-right: 15px; 
    margin-left: 15px;
    outline: none;
    background-color: rgba(65, 64, 66, 0.90);
    color: white;
    font-weight: normal;
    font-size: small;
    transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

div.nav-toggle:hover,
div.nav-link:hover,
div.nav-toggle.active {
    background-color: #B8E50C;
    color: #414042;
    position: relative;
}

div.nav-link {
    background-color: rgba(65, 64, 66, 0.90);
    padding:6px 12px; 
    text-align:left; 
    display:block; 
    margin-right:15px; 
    margin-left:15px;
    outline: none;
    color: white;
    font-weight: normal;
    font-size: small;
    transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

.collapse .nav-link,
.collapsing .nav-link
{
    background-color: #C6C6C6;
    color: #414042;
}

.collapse .nav-link:hover {
    background-color: white;
    text-decoration: none;
}


div.nav-link span.gts-menu-icon {
    margin-right: 1rem;
}
div.nav-toggle span.gts-menu-icon {
    margin-right: 1rem;
}

@font-face {
  font-family: 'gts-icon-font';
  src:  url('../fonts/gts-icon-font.eot?e9lvau');
  src:  url('../fonts/gts-icon-font.eot?e9lvau#iefix') format('embedded-opentype'),
    url('../fonts/gts-icon-font.ttf?e9lvau') format('truetype'),
    url('../fonts/gts-icon-font.woff?e9lvau') format('woff'),
    url('../fonts/gts-icon-font.svg?e9lvau#gts-icon-font') format('svg');
  font-weight: normal;
  font-style: normal;
}

span.icon-gts-logo-bars {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'gts-icon-font' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 10px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-gts-logo-bars:before {
  content: "\1f640";
}
