/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
 .crm-pro-row {
    display: flex;
}
.crm-pro-col {
    padding: 0 1em;
}
.crm-pro-col-1 {
    width: 16.666%}
.crm-pro-col-2 {
    width: 33.333%}
.crm-pro-col-3 {
    width: 50%}
.crm-pro-col-4 {
    width: 66.666%}
.crm-pro-col-5 {
    width: 83.333%}
.crm-pro-col-6 {
    width: 100%}
.crm-pro-tab {
    display: none;
}
.crm-pro-tab-active {
    display: block;
}
.crm-pro-tab h2 {
    margin-top: 20px;
}
.crm-pro-status {
    display: inline-block;
    margin-left: 1em;
    padding: 3px 6px;
    color: #fff;
    font-weight: 700;
}
.crm-pro-status.positive {
    background-color: #32cd32;
}
.crm-pro-status.negative {
    background-color: red;
}
.crm-pro-status.neutral {
    background: gray;
}
.crm-pro-margin-l {
    margin-top: 60px;
    margin-bottom: 60px;
}
.crm-pro-margin-m {
    margin-top: 40px;
    margin-bottom: 40px;
}
.crm-pro-margin-s {
    margin-top: 20px;
    margin-bottom: 20px;
}
.crm-pro-green {
    color: green;
}
.crm-pro-red {
    color: red;
}
.crm-pro-sidebar {
    border-left: 1px solid #ddd;
}
.crm-pro-sidebar h3, .crm-pro-sidebar h4 {
    font-size: 16px;
    margin-bottom: 0;
}
.crm-pro-page-title {
    /* background: url(../img/logo-white-on-red.svg) no-repeat left center; */
    background-size: 32px;
    /* padding-left: 42px!important; */
    line-height: 32px!important;
}
.hover-activated {
    opacity: .5;
}
.hover-activated:hover {
    cursor: pointer;
    opacity: 1;
}
.crm-pro-notice {
    padding: 6px 12px;
    color: #31708f;
    background: #d9edf7;
    border: 1px solid #bce8f1;
    margin: 1em 0!important;
}
.crm-pro-is-dismissible {
    padding-right: 38px;
    position: relative;
}
.form-table th, td, tr {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.form-table tr:nth-child(even) {
    background-color: #f2f2f2;
}
