
.table .zmdi {
    font-size: 23px;
    vertical-align: middle;
    color: #b4bfc3;
    margin-right: 10px;
}

.form-group ul {
    margin: 5px 0 0 0;
    padding: 0;
}

.form-group ul li {
    color: #c35249;
}

.top-search__input-no-pad {
    padding: 10px 20px 10px 20px !important;
}

.top-search__reset-right {
    right: 0;
    font-size: 20px;
    color: #b4bfc3;
    top: 15px;
    position: absolute;
    cursor: pointer;
    width: 50px;
    height: 100%;
}

.form-control--80pc {
    width: 80%;
    height: 35px;
    color: #b4bfc3;
    padding: 0;
    background-color: transparent;
    background-image: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #31424b;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control--no-margin, .form-control--no-margin:active, .form-control--no-margin:focus {
    box-shadow: none !important;
}

.clear {
    clear: both;
}

.error-box {
    background-color: lightpink;
    border: 1px solid firebrick;
    border-radius: 5px 5px;
    color: firebrick;
    padding: 1em;
    margin-bottom: 1em;
}

.error-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}