/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

.card.full {
    max-width: 100%;
}

.card .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 0;
}

.card .card-header h3 {
    padding-bottom: 0;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 15px;
}

.mergado__topbar_icon {
    font-weight: bold !important;
    font-size: 11px !important;
    color: #ffffff;
}

#mmpheader {
    background: #fff;
    padding: 15px 30px 15px 30px;
    margin-left: -20px;
}

#mmpheader h1 {
    float: left;
}

#mmpheader .menu {
    float: right;
}

#mmpheader .menu li {
    float: left;
    margin-left: 20px;
}

#mmpheader .menu li a.btn {
    display: inline-block;
    border-radius: 14px;
    background-color: #067834;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding: 4px 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

#mmpheader .menu li a.btn.btn-header-secondary {
    background-color: #83b726;
}

.clearfix::before,
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

#mmpabout {
    background: #14a5b8;
    padding: 35px 30px 35px 30px;
    margin-left: -20px;
    color: #fff;
    text-align: center;
}

#mmpabout h3 {
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
}

#mmpabout p {
    font-size: 18px;
    max-width: 620px;
    margin: 0 auto 20px;
}

body[class*="mergado_page_mergado"] table label {
    font-weight: bold;
}

.mmp-flash .flash {
    margin-top: 20px;
    border: 1px solid green;
    background: lightyellow;
    padding: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: green;
}

.mmp-flash .flash-danger {
    margin-top: 20px;
    border: 1px solid darkred;
    background: #ffdede;
    padding: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: darkred;
}

.mergado_page_mergado-adsys table tr th:nth-child(1) {
    width: 180px;
    min-width: 180px;
}

.mergado-custom-icon {
    float: left;
    width: 18px !important;
    height: 18px !important;
    margin-left: 5px !important;
    margin-top: 7px !important;
    margin-right: 5px !important;
    background-image: url('../img/logo.png');
    display: block;
    background-size: contain;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.align-items-center {
    align-items: center;
}

.pl-10 {
    padding-left: 10px;
}

.cron-inputs input,
.cron-inputs select {
    margin-left: 10px !important;
}

.mergado-updated-notice.update {
    border-left-color: #bd0000;
}

.mergado-updated-notice.news {
    border-left-color: #06a9b8;
}

.mergado-updated-notice.update p,
.mergado-updated-notice.news p {
    display: flex;
    align-items: center;
}

.mergado-updated-notice.news {
    display: flex !important;
    padding: 10px;
}

.mergado-updated-notice.news ul {
    list-style-type: circle;
}

.mergado-updated-notice.update a {
    font-weight: bold;
    text-decoration: none;
}

.mergado-updated-notice.update .dashicons {
    color: #bd0000;
    font-size: 1.5rem;
    width: auto;
    height: auto;
    margin-right: 10px;
}

.mergado-updated-notice.news .dashicons {
    color: #06a9b8;
    font-size: 1.5rem;
    width: auto;
    height: auto;
    margin-right: 10px;
}

.mergado-updated-notice.update .dashicons::before,
.mergado-updated-notice.update .dashicons::after {
    width: auto;
    height: auto;
}

.mergado-link {
    color: black !important;
    font-weight: 400 !important;
    text-decoration: none;
}

.mergado-link:hover,
.mergado-link:focus {
    text-decoration: underline !important;
}

.mergado-pb-10 {
    padding-bottom: 10px;
}

.wrap .card.full.UPDATE,
.wrap .card.full.update{
    border-left-color: #bd0000;
    border-left-width: 5px;
}

.wrap .card.full.TOP,
.wrap .card.full.top {
    border-left-color: #bd0000;
    border-left-width: 5px;
}

.mergado-updated-notice {
    background: #fff;
    border-left: 4px solid #fff;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    margin: 5px 0 2px;
    padding: 1px 12px;
}