﻿.theme-purple .navbar {
    background-color: #9C27B0;
}

.theme-purple .navbar-brand {
    color: #fff;
}

.theme-purple .navbar-brand:hover {
    color: #fff;
}

.theme-purple .navbar-brand:active {
    color: #fff;
}

.theme-purple .navbar-brand:focus {
    color: #fff;
}

.theme-purple .nav>li>a {
    color: #fff;
}

.theme-purple .nav>li>a:hover {
    background-color: transparent;
}

.theme-purple .nav>li>a:focus {
    background-color: transparent;
}

.theme-purple .nav .open>a {
    background-color: transparent;
}

.theme-purple .nav .open>a:hover {
    background-color: transparent;
}

.theme-purple .nav .open>a:focus {
    background-color: transparent;
}

.theme-purple .bars {
    color: #fff;
}

.theme-purple .sidebar .menu .list li.active {
    background-color: transparent;
}

.theme-purple .sidebar .menu .list li.active> :first-child i,
.theme-purple .sidebar .menu .list li.active> :first-child span {
    color: #773589;
}

.theme-purple .sidebar .menu .list .toggled {
    background-color: transparent;
}

.theme-purple .sidebar .menu .list .ml-menu {
    background-color: transparent;
}

.theme-purple .sidebar .legal {
    background-color: #fff;
}

.theme-purple .sidebar .legal .copyright a {
    color: #773589 !important;
}

.make-columns.make-2-columns {
    column-count: 2;
}
.make-columns > div {
    display: inline-block;
    padding:  .5rem;
    width:  100%; 
    -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
}
@media screen and (max-width: 767px){
    .make-columns.make-2-columns {
        column-count: 1;
    }
}



/** UPLOAD BTN ET ICON MAP */

#file-upload {
    position: absolute;
    left: -9999px;
}
label[for="file-upload"]{
  padding:1em;  
  display:inline-block;
  background:#812791;
  color: #fff;
  cursor:pointer;
  &:hover{color:#fff}
}
.btn-upload{
    padding:1em;  
      display:inline-block;
      background:#6a2077;
      color: #fff;
      cursor:pointer;
      margin-left: -5px;
      border: 0;
}
#filename{
  padding:1em;
  float:left;
  width:380px;
  white-space: nowrap;
  overflow:hidden;
  color: #fff;
  background:#9931AB;
}

.icoGreen{
    color: green;
}

.icoBlue{
    color: #266eff;
}
.icoRed{
    color: red;
}