/*******************************************************************************
HTML Body
*******************************************************************************/
html,
body,
.backgrounded,
.tab-body {
    background-color: #ffffff;
}

ul {
    padding: 0;
}

html input[disabled],
html select[disabled],
html textarea[disabled] {
    color: black;
    font-style: normal;
    opacity: 1;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/*
.alert-danger {
    border-radius: 0;
    padding: 7px;
    margin-left: 7px;
}

.list-content {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0;
    overflow: auto;
    z-index: 1000;
}

.inputgroup input {
    padding-left: 18px;
}
*/
.list-content.list-content-iframe {
    z-index: 900;
}

.inputgroup.phone input {
    padding-left: 18px;
}

.phone:before {
    content: "+";
    position: absolute;
    top: 18px;
    left: 8px;
    pointer-events: none;
}

.table-payment {
    margin-top: -16px;
}

.table-payment thead tr th {
    height: 0;
}

.table-compressed td {
    border: 0;
    line-height: 0;
    word-wrap: break-word;
    /* All browsers since IE 5.5+ */
    overflow-wrap: break-word;
    /* Renamed property in CSS3 draft spec */
}

/*
.pepperdial-tab-content {
    padding: 16px 0;
    overflow: hidden;
}

.card {
    margin: 0
}

.checkbox {
    margin-left: 20px;
}

.row {
    margin-top: 20px;
}
*/
.feature {
    height: 70px;
    width: 100px;
    vertical-align: middle;
    text-align: center;
    margin: 10px;
    float: left;
}

.feature .icon {
    position: relative;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: #efefef;
    vertical-align: middle;
    text-align: center;
    border-radius: 5px;
    font-size: 18px;
}

.feature .icon .state {
    position: absolute;
    top: -6px;
    font-size: 15px;
    color: #f1f1f1;
    padding: 3px;
    border-radius: 15px;
    width: 21px;
    vertical-align: middle;
    text-align: center;
    right: -8px;
}

.feature .title {
    font-weight: 400;
    margin-top: 3px;
}

.modal-feature-window .modal-dialog {
    z-index: 9999;
    width: 100%;
    padding-right: 50px;
}

.modal-feature-window .feature {
    width: 70px;
    height: 50px;
    margin: 0;
    text-align: left;
}

.modal-feature-window p {
    font-size: 16px;
}

.modal-feature-window h3 {
    margin-top: -3px;
}

.modal-feature-window .modal-content {
    padding-top: 24px;
}

.table-details {
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px;
}
.table-details>tbody>tr>td:first-child {
    font-weight: bold;
    width: 30%;
}