/* message */

.message {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 20px;
    border: 1px solid;
    border-radius: 4px;
    margin: 0 0 20px;
    border-left: 1px solid;
}

.message .icon-important {
    margin-right: 16px;
}

.payment-method-list .column-action,
.payment-method-list .column-state {
    width: 15%;
    min-width: 120px;
}


/* footer */

.modal-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 996;
    background: #fff;
    -webkit-box-shadow: 0 -1px 3px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 -1px 3px 0 rgba(0, 0, 0, 0.04);
    padding: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #a5a5a5;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 500;
    border-top: 1px solid #dedede;
}

.modal-footer .btn-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal-footer .btn-group li {
    margin: 10px;
}


/* widgets */

.uik-widget__wrapper {
    margin-bottom: 30px;
    border: 1px solid #dedede;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
}

.uik-widget__wrapper-top {
    margin-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.uik-widget__wrapper-bottom {
    padding-top: 10px;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


/* widget title */

.uik-widget-title__wrapper {
    position: relative;
    padding-bottom: 5px;
    border-bottom: none;
    border-bottom: 1px solid #dedede;
    padding: 20px 30px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #23282d;
}

.uik-widget-title__wrapper h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.75rem;
    margin: 0;
}

.uik-widget-title__wrapper h3+p {
    color: #a5a5a5;
    margin: 5px 0;
}

.uik-widget-title__wrapper button.action {
    padding: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #3e3f42;
    height: 20px;
    line-height: 20px;
}

.uik-widget-title__wrapper button.action .dashboard-icon {
    margin-right: 8px;
    opacity: 0.6;
}

.uik-widget-title__wrapper button.action:hover {
    color: #ae925f;
}

.uik-widget-title__wrapper button.action:focus {
    outline: 0;
    color: #ae925f;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* widget options drawer */

.popover-options {
    top: 100%;
    right: -1px;
    min-width: 100px;
    width: auto;
}

.popover-options button {
    display: block;
    width: 100%;
    background: transparent;
    border: 0;
    margin-bottom: 0;
    text-align: left;
    border-radius: 0;
}

.popover-options button:hover {
    color: #ae925f;
}


/* widget sub title */

.uik-widget__wrapper .sub-title {
    padding: 0 30px;
    margin: 10px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 20px;
}

.uik-widget__wrapper .sub-title h4 {
    margin: 0;
    line-height: 20px;
}

.sub-title button {
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 20px;
    padding: 0 8px;
    height: 20px;
}

.list-bullets li {
    margin-right: 10px;
    margin-bottom: 10px;
}

.uik-widget__wrapper .list-bullets {
    padding: 0 30px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}


/* widget info */

.uik-widget__table_info {
    table-layout: fixed;
    margin: 15px auto;
    width: 100%;
}

.uik-widget__table_info td {
    padding-top: 5px;
    padding-bottom: 0;
    font-size: 0.8rem;
    line-height: 1.2em;
    color: #848484;
    /*
        white-space:nowrap;
        overflow:hidden;
        text-overflow:ellipsis;
    */
}

.modal-right .uik-widget__table_info td {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 0.9rem;
}

.uik-widget__table_info td:first-child {
    padding-left: 30px;
}

.uik-widget__table_info td:last-child {
    padding-right: 30px;
    color: #3e3f42;
    font-weight: 500;
}


/* WIDGET DETAILS */

.uik-widget__table_details {
    width: 100%;
}

.uik-widget__table_details td {
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    border-bottom: 1px solid #eceff5;
}

.uik-widget__table_details td:first-child {
    padding-left: 30px;
    width: 240px;
}

.uik-widget__table_details td:last-child {
    padding-right: 30px;
}

.uik-widget__table_details tr:last-of-type td {
    border-bottom: none;
}


/* WIDGET LEFT */

.modal-left>.uik-widget__wrapper:first-of-type .uik-widget-title__wrapper {
    border-bottom: 0;
    padding-bottom: 0;
}

.modal-left .uik-widget-title__wrapper h3 {
    font-size: 14px;
}

.modal-left .uik-widget__table_info td:first-child {
    width: 45%;
}

.modal-left .uik-widget__table_info td:last-child {
    width: 55%;
}

.modal-right .uik-widget__table_info td:first-child {
    width: 30%;
}

.modal-right .uik-widget__table_info td:last-child {
    width: 70%;
}


/* widget entity list */

.uik-widget__wrapper .uik-entity-list table {
    width: 100%;
    border: 0;
    margin: 0;
    table-layout: initial;
}

.uik-widget__wrapper .uik-entity-list tr:focus {
    outline: none;
    border: 1px solid #ae925f;
}

.uik-widget__wrapper .uik-entity-list td {
    height: 44px;
    line-height: 44px;
    font-size: 0.8rem;
}

.uik-widget__wrapper .uik-entity-list td:first-child::before {
    margin-top: 18px;
}

.modal-left .uik-widget__wrapper .uik-entity-list td:first-child::before {
    display: none;
}


/* widget expander */

.uik-widget-bottom {
    height: 50px;
    padding: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #a5a5a5;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 500;
    border-top: 1px solid #dedede;
}

.expand-content {
    background: transparent;
    border: 0;
    color: #a5a5a5;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -30px;
    margin-right: -30px;
    height: 100%;
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    text-decoration: none;
    text-transform: uppercase;
}

.expand-content i {
    height: 6px;
    width: 6px;
    margin: auto 0 auto 10px;
    -webkit-background-size: contain;
    background-size: contain;
}


/* widget ul li */

.uik-widget-list__wrapper {
    padding: 0 30px;
    margin: 10px 0;
}

.uik-widget-list__wrapper li {
    margin: 0 0 10px;
}


/* widget icon */

.uik-entity-sublist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0 30px;
    font-size: 0.8rem;
    height: 64px;
    line-height: 64px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

button.uik-entity-sublist {
    border: 0;
    width: 100%;
    background: none;
    text-align: left;
}

button.uik-entity-sublist:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.uik-entity-sublist .uik-widget-link__icon {
    color: #a5a5a5;
    background-color: rgba(158, 160, 165, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    font-size: 1.25rem;
    height: 38px;
    width: 38px;
    border-radius: 4px;
}

.uik-entity-sublist .uik-widget-link__icon i {
    background-image: url(public/img/icons/card.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center center;
    height: 100%;
    width: 20px;
}

.uik-entity-sublist .uik-widget-link__icon.pm-mobilepay i {
    background-image: url(public/img/mp-short-logo.svg);
    height: 24px;
    width: 24px;
}

.uik-entity-sublist .uik-widget-link__icon.pm-betalingsservice i {
    background-image: url(public/img/bs-short-logo.svg);
    height: 24px;
    width: 24px;
}

.uik-entity-sublist .uik-widget-link__title {
    color: #3e3f42;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
}

.uik-entity-sublist .uik-widget-link__icon+* {
    margin-left: 20px;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}


/* edit */


/*
.uik-entity-edit-form{
    height:calc(100% - 78px);
}
*/

.uik-entity-edit {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    margin: 10px 0 20px;
}

.uik-entity-edit label {
    width: 100%;
    display: block;
    line-height: 39px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.uik-entity-edit table {
    width: 100%;
    table-layout: fixed;
}

.uik-entity-edit td {
    border-bottom: 1px solid #dedede;
    color: #3e3f42;
    padding: 5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.uik-entity-edit td:first-child {
    width: 35%;
}

.uik-entity-edit td:last-child {
    width: 65%;
    padding-left: 15px;
    padding-right: 2px;
}

.uik-entity-edit td[colspan="2"] {
    padding-left: 0;
}

.uik-entity-edit .desc {
    font-size: 0.8rem;
    line-height: 1em;
    color: #a5a5a5;
}


/* FadeIn */

.fadeIn {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}