/* Main file for product specific styles. */

/* PURCHASE ADD */
#DnsAddForm {}

#DnsAddForm input {
    max-width: 380px;
    font-size: 18px;
}

/* PURCHASE EDIT */
#DNSProductContainer .title b {
    font-weight: 400;
    color: #2494F2
}

#DNSProductContainer .record-edit div {
    position: relative;
}

#DNSProductContainer table thead tr th {
    font-weight: bold;
    border-bottom: none;
    border-right: none;
    border-left: none;
}

#DNSProductContainer table tr.type-title th {
    border: none;
    font-size: 1.1em;
}

#DNSProductContainer table.main-dns tbody tr td:first-child,
#DNSProductContainer table.main-dns thead tr:last-child th:first-child {
    text-align: center;
    width: 4%;
}

#DNSProductContainer table tbody tr td {
    vertical-align: middle;
    border-right: none;
    border-left: none;
}

#DNSProductContainer table.main-dns tr td.ttl-td {
    width: 10%;
    min-width: 100px;
}

#DNSProductContainer table.main-dns tbody tr td:last-child {
    text-align: center;
    min-width: 115px;
    width: 13%;
}

#DNSProductContainer .alert.alert-danger ul {
    margin-bottom: 10px;
    padding-left: 15px;
}

#DNSProductContainer .alert.alert-danger ul li {
    list-style: none;
}

#DNSProductContainer .alert.alert-danger ul li.unsaved-add {
    color: green;
}

#DNSProductContainer .alert.alert-danger ul li.unsaved-edit {
    color: #555;
}

#DNSProductContainer .alert.alert-danger ul li b {
    font-weight: bold;
    color: inherit;
}

#DNSProductContainer .alert.alert-danger textarea {
    margin-bottom: 10px;
}

#DNSProductContainer .btn i {
    width: auto;
    font-size: inherit;
}

#DNSProductContainer .edit-soa {
    max-width: 400px;
}

#DNSProductContainer .edit-soa .form-control {
    width: 75%;
}

#DNSProductContainer .edit-soa .btn {
    clear: both;
    margin-top: 10px;
}

#DNSProductContainer .mtp-actions {
    padding: 2px 4px 2px 6px;
    min-width: 70px;
}

#DNSProductContainer .errors {
    margin-top: 5px;
}

#DNSProductContainer .errors ul {
    padding-left: 5px;
}

#DNSProductContainer .comments p {
    color: #222;
    margin-bottom: 3px;
}

#DNSProductContainer .templates select {
    display: inline-block;
    width: auto;
    padding: inherit;
    height: 28px;
}

#dns-saved {
    color: green;
}

/* TEMPLATES */
.template-modal .modal-title {
    text-align: center;
}

.template-modal .modal-title-info {
    text-align: center;
    line-height: 1.3;
    margin-bottom: 0;
}

.template-modal .modal-title-info .color-box {
    height: 10px;
    width: 10px;
    display: inline-block;
}

.template-modal .modal-title-info .color-box.green-box {
    border: 1px green solid;
}

.template-modal .modal-title-info .color-box.red-box {
    border: 1px red solid;
}

.template-modal .new-record {
    background: rgba(0, 128, 0, 0.15);
    border-color: green;
}

.template-modal .delete-record {
    background: rgba(255, 0, 0, 0.08);
    border-color: red;
}

.template-data {
    text-align: center;
}

/* PRODUCT OFFER MANAGEMENT */
.manage-settings {
    display: none;
}

.manage-settings .list-group {
    margin: 0 0 10px 5px;
}

.manage-settings .list-group li {
    list-style: none;
}

#edit-template .template-titles {
    text-align: center;
    max-width: 250px;
    margin: 0 auto;
}

#edit-template .append-replace {
    font-size: 12px;
    margin-left: 10px;
    font-weight: normal;
    display: inline-block;
}

#edit-template .append-replace label {
    margin-bottom: 0 !important;
}

#edit-template .append-replace input {
    display: none;
}

#edit-template .append-replace i {
    line-height: 26px;
    vertical-align: bottom;
}

#templates-list .list-group .delete-tmpl {
    padding: 4px 4px 6px 7px;
    margin-right: 5px;
    line-height: 1;
}

#DNSProductContainer table .record-edit-txt {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 350px;
}

.skipBtn {
    cursor: pointer;
}

.help-span {
    background-color: white;
    border: white;
    font-size: 15px;
}
