
.clearfix::after {
    clear: both;
    display: block;
    content: "";
    height: 0;
}

.hide-by-clipping {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.fr-modal .fr-modal-wrapper .fr-modal-body .fr-compas-templates-manage-modal {
    text-align: left;
    padding: 20px 20px 10px;
}

.fr-modal .fr-modal-wrapper .fr-modal-body .fr-compas-templates-preview-modal {
    text-align: left;
    padding: 20px 20px 10px;
    max-height: 400px;
    overflow: auto;
}

.fr-modal .fr-modal-wrapper .fr-modal-body .fr-compas-templates-manage-modal .fr-compas-templates-manage-list {
    margin-bottom: 20px;
}

.fr-modal-wrapper {
    width: 800px!important;
}

.fr-modal .fr-modal-wrapper .fr-modal-body .fr-compas-templates-manage-modal .fr-compas-templates-manage-title {
    font-weight: bold;
    font-size: 14px;
    padding: 6px 0 4px;
    margin: 0 0 5px;
}

.fr-modal .fr-modal-wrapper .fr-modal-body .fr-compas-templates-manage-modal .fr-compas-templates-manage-item {
    display: inline-block;
    font-size: 16px;
    width: 20px;
    height: 20px;
    padding: 5px;
    line-height: 20px;
    cursor: default;
    font-weight: normal;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    text-align: center;
    border: 1px solid #cccccc;
    margin: -1px 0 0 -1px;
}

.fr-modal .fr-action-buttons {
    z-index: 7;
    height: 36px;
    text-align: right;
}

.fr-modal .fr-action-buttons button.fr-command {
    height: 36px;
    line-height: 1;
    color: #1e88e5;
    padding: 10px;
    cursor: pointer;
    text-decoration: none;
    border: none;
    background: none;
    font-size: 16px;
    outline: none;
    -webkit-transition: background 0.2s ease 0s;
    -moz-transition: background 0.2s ease 0s;
    -ms-transition: background 0.2s ease 0s;
    -o-transition: background 0.2s ease 0s;
}

.fr-modal .fr-action-buttons button.fr-command + button {
    margin-left: 24px;
}

.fr-modal .fr-action-buttons button.fr-command:hover,
.fr-modal .fr-action-buttons button.fr-command:focus {
    background: #ebebeb;
    color: #1e88e5;
}

.fr-modal .fr-action-buttons button.fr-command:active {
    background: #d6d6d6;
    color: #1e88e5;
}

.fr-modal .fr-action-buttons button::-moz-focus-inner {
    border: 0;
}