/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 01 June 2021 06:05:05
*/


.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pace .pace-activity {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 0;
    width: 300px;
    height: 300px;
    background: #6f9c39;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateX(100%) translateY(-100%) rotate(45deg);
    transform: translateX(100%) translateY(-100%) rotate(45deg);
    pointer-events: none;
    z-index: 9999;
}

.pace.pace-active .pace-activity {
    -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg);
    transform: translateX(50%) translateY(-50%) rotate(45deg);
}

.pace .pace-activity::before,
.pace .pace-activity::after {
    position: absolute;
    bottom: 30px;
    left: 50%;
    display: block;
    border: 5px solid #fff;
    border-radius: 50%;
    content: '';
}

.pace .pace-activity::before {
    margin-left: -40px;
    width: 80px;
    height: 80px;
    border-right-color: rgba(0, 0, 0, .2);
    border-left-color: rgba(0, 0, 0, .2);
    -webkit-animation: pace-rotation 3s linear infinite;
    animation: pace-rotation 3s linear infinite;
}

.pace .pace-activity::after {
    bottom: 50px;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    border-top-color: rgba(0, 0, 0, .2);
    border-bottom-color: rgba(0, 0, 0, .2);
    -webkit-animation: pace-rotation 1s linear infinite;
    animation: pace-rotation 1s linear infinite;
}

@-webkit-keyframes pace-rotation {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
    }
}

@keyframes pace-rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

#group_info_content2 {
    float: left;
    width: 50%;
    max-width: 600px;
    min-width: 300px;
    margin-right: 15px;
}

.additional-filter {
    text-align: right;
}

.filter-container {
    display: inline-block;
    text-align: left;
    border-radius: 5px;
    padding: 1px;
    background-color: #F37022;
    margin-bottom: 10px;
}

#page_asset_builder_61647 {
    float: none;
    width: auto;
}

#testFilter input[type=text] {
    border: 1px solid lightgrey;
    border-radius: 5px;
    padding: 5px 0px 5px 3px;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 3px;
    margin-right: 0px;
    margin-left: 3px;
}

#testFilter input[type="submit"] {
    padding: 8px;
    margin-left: 0px;
    border: 0px;
    background-color: #F37022;
    border-right: 1px solid white;
    color: white;
    font-weight: bold;
    -webkit-appearance: none;
    border-radius: 0px;
}


#testFilter input[type="submit"]:hover {
    text-decoration: underline;
    cursor: pointer;
}

#clearFilters {
    background-color: #F37022;
    border: none;
    color: white;
    font-weight: bold;
}

#clearFilters:hover {
    text-decoration: underline;
    cursor: pointer;
}

@media all and (max-width:1260px) {
    .additional-filter {
        float: left;
    }
}

@media only screen and (device-width: 768px) {
    .additional-filter {
        float: left;
    }
}