body {
    font-family: "Roboto", sans-serif;
    padding-top: 50px;
}

ul.stat {
    list-style: none;
    margin-top: 30px;
}

ul.stat > li {
    float: left;
    position: relative;
    display: block;
    padding: 0 15px;
    border-right: 1px dotted #d0d0d0;
}

ul.stat h5 {
    margin: 0;
    text-transform: uppercase
}

ul.stat span {
    font-size: 18px;
}

ul.stat i {
    margin-right: 5px;
}

.breadcrumb-background {
    color: #fff;
    padding: 5px 5px 5px 200px;
    background-color: #343739;
}

.row-background {
    background-color: #fff;
    padding-top: 12px;
}

.fa em {
    font-size: 9px;
    display: block;
    padding: 2px;
    position: absolute;
    margin-top: -20px;
    margin-left: 14px;
    text-decoration: none;
    font-style: normal;
    background: #ed6427;
    color: #fff;
    min-width: 13px;
    border-radius: 50%;
    max-height: 13px;
    line-height: 8px;
    font-weight: 700;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .1);
}

.messages-container {
    position: fixed;
    z-index: 1000000;
    top: 10%;
    left: 0%;
    width: 100%;
    opacity: 0.9;
}

label {
    font-weight: normal;
}

.arrows {
    cursor: pointer;
    background-image: url("i/sort.5297993fcaff.png");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    padding-right: 20px;
}

.arrowup {
    background-image: url("i/sortasc.8c52b54d086e.png");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    padding-right: 20px;
}

.arrowdown {
    background-image: url("i/sortdesc.bc1683ccf5ba.png");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    padding-right: 20px;
}

table thead > tr > th.sort_column {
    cursor: pointer;
    background-image: url("i/sort.5297993fcaff.png");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    padding-right: 20px;
}

table thead > tr > th.sortasc {
    background-image: url("i/sortasc.8c52b54d086e.png");
}

table thead > tr > th.sortdesc {
    background-image: url("i/sortdesc.bc1683ccf5ba.png");
}

.required:after {
    content: " *";
    color: #f00;
}

.icons-cell {
    width: 10px;
}

.link-red {
    color: #a94442;
}

.no-records {
    text-align: center;
}

.table-overflow {
    overflow-x: auto;
}

.row-header {
    padding-bottom: 15px;
}

.white-power {
    color: white;
}

hr.formset-separator {
    height: 1px;
    border: none;
    width: 95%;
    background-color: #cccccc;
}

hr.separator {
    width: 100%;
    background-color: #cccccc;
}

div.hide-context {
    display: none;
}

dl.clip-text dt {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

div.version-product {
    position: absolute;
    bottom: 70px;
    margin-left: 10px;
}

div.version-product a {
    color: #fff;
}

div.page-header.person-preview h3 {
    font-size: 21px;
}

div.page-header.person-preview h4 {
    font-size: 19px;
}

.request-info {
    border: hidden;
    background-color: rgba(93, 5, 5, 0)
}

.table-overflow {
    overflow-x: visible;
}

.org-data {
    padding: 0 7px;
}
a[data-href] {
    cursor: pointer;
}
.help_layout {
    background-color: #303236;
}

.my_p {
    margin-bottom: 0;
}
.my_p + .my_p {
    margin-top: 10px;
}

.font-weight-bold {
    font-weight: bold;
}

.list-item-radio-inline + .list-item-radio-inline {
    margin-left: 1rem;
}

select {
    padding-right: 24px !important;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23555'%3E%3Cpath d='M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat;
    background-position: center right;
    appearance: none;
}

select::-ms-expand {
    display: none;
}
.dwnl{
    animation: pulsedown 1s ease-in-out infinite;
  }

@keyframes pulsedown {
0%,
100% {
  transform: translate(0, 0);
}

50% {
  transform: translate(0, 8px);
}
}