a {
    text-decoration: none;
}

.is-hidden {
    display: none;
}

.rotate180 {
    transform: rotate(180deg);
}

.mdl-layout__header-row {
    padding: 0 40px 0 40px;
}
.page-content {
    padding: 40px; 
}

.forms-row {
    display: flex;
    margin-bottom: 50px;
}

.forms-column {
    box-sizing: border-box;
}

#forms-column-1 {
    width: 530px;
    padding-right: 26px;
}

#forms-column-2 {
    width: 330px;
    padding-left: 30px;
}

.search-element-container,
.from-date-container {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 500px;
}

#search-element-input {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}

.search-element-left-addon {
    position: absolute;
    top: 20px;
    left: -7px;
}

.search-element-right-addon {
    position: absolute;
    top: 20px;
    right: -7px;
}

.search-element-label {
    left: 20px;
    right: 20px;
}

.mdl-textfield.is-focused .search-element-label::after {
    left: -40px !important;
}

.mdl-textfield {
    display: block;
    width: 100%;
    max-width: 500px;
}

form[name="fromDate"],
form[name="toDate"] {
    position: relative;
    display: inline-block;
}

form[name="fromDate"] .mdl-textfield {
    display: inline-block;
    width: 240px;
    margin-right: 20px;
}

form[name="toDate"] .mdl-textfield {
    display: inline-block;
    width: 240px;
}

#date-from-right-addon {
    position: absolute;
    top: 20px;
    right: 20px;
}

#date-to-right-addon {
    position: absolute;
    top: 20px;
    right: 0px;
}

form[name="radios"] {
    padding: 22px 0 16px;
}

form[name="formClient"] .mdl-textfield {
    padding: 20px 0;
}

form[name="formClient"] .mdl-menu {
    width: 300px;
}

form[name="formcheckbox"] {
    padding: 16px 0 20px;
}

form[name="formcheckboxForNotParsed"] {
    padding: 16px 0 20px;
}

#buttonID {
    display: block;
    margin-top: 11px;
}

.results-header {
    display: flex;
    justify-content: space-between;
}

.mdl-chip {
    margin-right: 16px;
}

.results-container {
    display: inline-block;
    padding: 20px;
    background-color: rgb(250,250,250);
}

.mdl-chip__contact {
    min-width: 32px;
    width: auto;
}

.pagination-container-top {
    position: relative;
    top: 2px;
}

.pagination-container-bottom {
    margin-top: 22px;
}

.pagination-button {
    min-width: 30px;
    height: 30px;
    margin-right: 2px;
    padding: 0;
}

.pagination-button .material-icons {
    position: relative;
    top: -2px;
}

.pagination-button .page-number {
    position: relative;
    top: -2px;
}

.results-list {
    width: 100%;
    max-width: 900px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.mdl-list__item:hover {
    background-color: rgb(240,240,240);
}

.mdl-list__item-avatar, .mdl-list__item-avatar.material-icons {
    height: 52px;
    width: 52px;
    background: rgba(158,158,158,.2);
    box-shadow: 0 1px 1.5px 0 rgba(0,0,0,.12), 0 1px 1px 0 rgba(0,0,0,.24);
}

.material-icons.mdl-list__item-avatar {
    text-align: center;
}

.download-button {
    font-size: 24px;
}

.download-button,
.xml-button {
    outline: none;
}

.view-xml-icon {
    position: relative;
    top: -2px;
    font-size: 22px;
}

.mdl-list__item {
    -webkit-animation: flip-in-hor-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: flip-in-hor-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.mdl-list__item:nth-of-type(1) {
    -webkit-animation-delay: 0.75s;
            animation-delay: 0.75s;
}
.mdl-list__item:nth-of-type(2) {
    -webkit-animation-delay: 0.625s;
            animation-delay: 0.625s;
}
.mdl-list__item:nth-of-type(3) {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
}
.mdl-list__item:nth-of-type(4) {
    -webkit-animation-delay: 0.375s;
            animation-delay: 0.375s;
}
.mdl-list__item:nth-of-type(5) {
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s;
}
.mdl-list__item:nth-of-type(6) {
    -webkit-animation-delay: 0.125s;
            animation-delay: 0.125s;
}

@-webkit-keyframes flip-in-hor-bottom {
    0% {
        -webkit-transform: rotateX(80deg);
                transform: rotateX(80deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(0);
                transform: rotateX(0);
        opacity: 1;
    }
    }
    @keyframes flip-in-hor-bottom {
    0% {
        -webkit-transform: rotateX(80deg);
                transform: rotateX(80deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(0);
                transform: rotateX(0);
        opacity: 1;
    }
}

@media (max-width: 980px) {
    .forms-row {
        flex-direction: column;
    }
    .forms-column {
        width: 100% !important;
        padding: 0 !important;
    }
}

/* Color fixes */
.mdl-layout__header {
    background-color: rgb(210, 35, 42);
}
.mdl-button--accent.mdl-button--accent.mdl-button--raised, .mdl-button--accent.mdl-button--accent.mdl-button--fab {
    color: rgb(255, 255, 255);
    background-color: rgb(102, 102, 102);
}
.mdl-button--accent.mdl-button--accent {
    color: rgb(102, 102, 102);
}
.files-searched {
    background-color: rgb(210, 35, 42);
}
.matches-found {
    background-color: rgb(102, 102, 102);
}



          
         
          
          
