:root {
  --primary: #F47535;
  --primary-dark: rgb(222, 80, 12);
  --primary-70: rgba(222, 80, 12, 0.7);
  --primary-50: rgba(222, 80, 12, 0.5);
  --primary-30: rgba(222, 80, 12, 0.3);
  --primary-10: rgba(222, 80, 12, 0.1);
  --logo: #F47535;
  --sidebar-icon: #FFFFFF;
}

.bg-grad-sidebar {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#F47535),
    to(#F47535)
  );

  background-image: linear-gradient(
    0deg,
    #F47535,
    #F47535
  );
}

.w-sidebar.h-header img {max-height: 100%;}
.bg-40 {
    background-color: #79c8c3;
}
.text-80 {
    color: #000;
}

table .mr-3 {
	position: relative;
}

table .index-create-pdf {
    background-image: url(../../img/tickets.png);
	background-color: #8f9499;
	color: transparent;
    margin-right: -0.5rem;
    background-repeat: no-repeat;
    font-size:0;
    box-shadow: none;
    text-shadow: none;
    background-size: 100% 100%;
    width: 22px;
    height: 18px;
    position: absolute;
    left: -15px;
    top: -8px;
}

table .index-create-pdf:hover {
	background-color: #F47535;
}

