﻿.tools-form {
    width: 100%;
    height: 40px;
    margin-bottom: 0px;
    background: #e9ecef;
    border-radius: 3px 3px 0px 0px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.tools-form-left {
    flex: 1;
    height: 100%;
    text-align: left;
    margin-left: 0px;
    display: inline-block;
}

.tools-form-center {
    flex: 1;
    height: 100%;
    text-align: left;
    display: inline-block;
}

.tools-form-right {
    flex: 1;
    height: 100%;
    text-align: right;
    display: inline-block;
}

.tools-form input {
    cursor: pointer;
    /*max-width: 12%;
    min-width: 20px;*/
    margin-top: 0px;
    margin-bottom: 0px;
    height: 100%;
    width: auto\9; /* ie8 */
}

.tools-form-footer {
    width: 100%;
    height: 44px;
    background: #e9ecef;
    border-radius: 0px 0px 3px 3px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
}

    .tools-form-footer input {
        cursor: pointer;
        height: 20px;
        width: 20px;
        margin-top: 14px;
        margin-left: 12px;
        margin-bottom: 6px;
        opacity: 0.5;
    }

        .tools-form-footer input:hover {
            /*background-color: #e5e8eb !important;*/
            opacity: 1;
        }