.side-nav .unifyMenu > li.header {
  color: #b3a3d6;
  padding-left: 20px;
  border-bottom: thin solid rgba(255,255,255, 0.1);
  padding-bottom: 5px;
  padding-top: 5px;
}

.app-side.is-mini .side-nav .unifyMenu > li.header {
  display: none;
}

.font-white {
  color: #fff !important;
}


.btn-outline-primary:focus  {
  background-color: #5d36b1;
  border-color: #5d36b1;
  color: #ffffff; 
}


.btn-active  {
  background-color: #5d36b1;
  border-color: #5d36b1;
  color: #ffffff; 
}

.btn-outline-secondary:focus {
  background-color: #c1134e;
  border-color: #c1134e;
  color: #ffffff; }


.btn-outline-success:focus {
  background-color: #4CAF50;
  border-color: #4CAF50;
  color: #ffffff; }

.btn-outline-danger:focus {
  background-color: #f44336;
  border-color: #f44336;
  color: #ffffff; }

.btn-outline-warning:focus {
  background-color: #FFC107;
  border-color: #FFC107;
  color: #ffffff; }

.btn-outline-info:focus {
  background-color: #1976D2;
  border-color: #1976D2;
  color: #ffffff; }


.btn-outline-light:focus {
  background-color: #e4d8ff;
  border-color: #e4d8ff;
  color: #ffdd48; }


.btn-outline-dark:focus {
  background-color: #ffd82e;
  border-color: #ffd82e;
  color: #ffffff; }



.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

#img-upload{
    width: 100%;
}

.file-type-container {
  width: 100%;
  height: 250px;
  background: #efefef;
  border: thin solid #ccc;
  text-align: center;
  line-height: 220px;
  display: block;
  font-size: 90px;
  color: #dcdcdc;
}

.img-upload {
  width: 100%;
}

body.login-bg {
    background: none !important;
    background-color: rgb(241, 242, 249) !important;
}

table.migrations td, table.migrations th {
  word-break: break-all !important;
}