﻿.dialog-overlay {
    z-index: 100 !important;
    position: absolute;
    background-color: #000;
    filter: alpha(opacity=45);
    -moz-opacity: .45;
    opacity: .45;
}

.dialog {
    z-index: 101 !important;
    background: url(../images/modal-bg.png) center;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 18px rgba(0, 0, 0, .5);
    box-shadow: 0 0 18px rgba(0, 0, 0, .5);
    zoom: 1;
    padding: 10px;
    font-family: 'Open Sans' Sans-Serif;
}

.dialog-inner {
    background-color: transparent;
}

.dialog .dialog-title {
    background: #edbb37;
    border-bottom: solid 1px #edbb37;
    margin: 0;
    padding: 15px;
    position: relative;
    color: #333;
}

    .dialog .dialog-title h3 {
        color: #333;
        font-size: 16px;
        line-height: 1;
        font-weight: 500;
        margin: 0;
        padding: 0;
    }

    .dialog .dialog-title p {
        line-height: 1.2;
    }

    .dialog .dialog-title h7 {
        color: #fff;
        font-size: 10px;
        margin: -1px 0 0 1px;
        float: left;
    }

    .dialog .dialog-title .close-modal {
        background: url(../images/icons/close-modal.png) center no-repeat;
        display: block;
        height: 12px;
        position: absolute;
        right: 15px;
        top: 12px;
        width: 11px;
        padding: 10px;
        color:#edbb37;
    }
    /*.dialog .dialog-title .close-modal:before{
        content:"X";
        font-weight:bold;
       position: absolute;
    top: -5px;
    }*/

.dialog .content {
    padding: 20px 25px 10px 25px;
    overflow: auto;
    background-color: #fff;
    background-image: none;
}

.dialog .footer {
    color: #8E8E8E;
    font-size: 11px;
    padding: 25px;
    text-align: center;
    text-shadow: 1px 1px 1px #fff;
    height: 100%;
}

.dialog .nForm .field {
    text-align: left;
    padding-right: 15px;
    font-weight: 400;
    font-size: 13px;
    width: 130px;
}

.dialog .nForm .req {
    font-family: Verdana;
    color: #fc024c;
    text-align: center;
    font-size: 12px;
    vertical-align: middle;
    padding-right: 10px;
}

.dialog .nForm .value {
}

.dialog .nForm input[type=text],
.dialog .nForm input[type=password],
.dialog .nForm textarea,
.dialog .nForm select {
    background: #fcfcfc;
    min-width: 230px;
    font-size: 16px;
    border: 1px solid #e0e0e0;
    padding: 8px 10px;
    box-shadow: inset 0 2px 4px rgba(0,0,0,.051);
    clear: both;
    color: #000;
    margin: 0 10px 5px 0;
}

.dialog .nForm select {
    padding-right: 6px;
    padding-left: 6px;
}

.dialog .desc {
    width: 225px;
    font-size: 11px;
    line-height: 16px;
    color: #888;
}

.dialog .nForm .rf {
    font-size: 13px;
    color: #fc024c;
}

.dialog .content .action,
.dialog .form .action,
.dialog .nForm .action {
    background: #ededed;
    bottom: 0;
    color: #444;
    font-size: 11px;
    padding: 20px 15px;
    margin: 10px -25px -10px -25px;
    text-align: center;
    height: 100%;
}

.dialog .nForm input[type=text]:disabled, .dialog .nForm input[type=password]:disabled, .dialog .nForm textarea:disabled, .dialog .nForm select:disabled {
    background-color: #f2f2f2;
    color: #888;
}

ul.tabs {
    margin: 0 0 0 2px;
    padding: 0;
    float: left;
    list-style: none;
    height: 42px;
    border-bottom: 1px solid #999;
    width: 100%;
}

    ul.tabs li {
        float: left;
        margin: 0 2px -1px 0;
        padding: 0;
        height: 41px;
        line-height: 41px;
        border: 1px solid #bababa;
        overflow: hidden;
        position: relative;
        background: #eee;
    }

        ul.tabs li a {
            text-decoration: none;
            color: #000;
            display: block;
            padding: 0 10px;
            border: 1px solid #fff;
            outline: 0;
            font-weight: 700;
            text-transform: uppercase;
            font-size: 14px;
        }

            ul.tabs li a:hover {
                background: #e0e0e0;
                color: #000 !important;
            }

html ul.tabs li.active,
html ul.tabs li.active a:hover {
    background: #fff !important;
    border-bottom: 1px solid #fff;
}

.tab_container {
    border: 1px solid #bababa;
    border-top: none;
    overflow: auto;
    height: 400px !important;
    width: 100%;
    clear: both;
    float: left;
    background: #fff;
}

.tab_content {
    padding: 10px 15px 0 15px;
    overflow: auto;
}

ul.list {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}

    ul.list li {
        float: left;
        margin: 0 5px 5px 0;
        padding: 5px 10px;
        width: 270px;
        display: block !important;
        vertical-align: top;
        border: 1px solid #ccc;
        height: 155px;
        line-height: 17px;
    }

.pAddBadge {
    max-width: 553px;
}

.col-sm-12 {
    padding-left: 0px !important;
}

.NameBadgePopupDropdown {
    height: 36px;
}

.NameBadgePopupWidth {
    width: 90%;
    text-indent: 5px;
}

@media (min-width: 768px) {
    .title-other,
    input[type=text].title-other {
        width: 148px;
        min-width: 148px;
    }
}

@media (min-width: 992px) {

    .title-other,
    input[type=text].title-other {
        width: 153px;
        min-width: 153px;
    }
}

@media (min-width: 1200px) {

    .title-other,
    input[type=text].title-other {
        width: 158px;
        min-width: 158px;
    }
}


@media (max-height: 830px) {
    .pAddBadge {
        overflow-y: auto;
        overflow-x: hidden;
        max-height: calc(100vh);
    }

    /*::-webkit-scrollbar {
        width: 0px;
    }*/
}

/*Icons*/


/*Icons*/

.NameBadgeLinksTD {
    text-align: center;
    width: 150px;
}

.NameBadgeLinksContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.NameBadgeLinksSubContainers {
    display: flex;
    justify-content: center;
    gap: 5px;
    width: 100%;
}

.NameBadgeEdit, .NameBadgeDelete, .ebadge {
    display: block;
    width: 33%;
    text-align: center;
    text-decoration: none;
    padding: 5px 0;
    box-sizing: border-box;
    font-size: 17px;
}

.NameBadgebutton {
    text-align: center;
    text-decoration: none;
    padding: 5px 0;
    box-sizing: border-box;
    font-size: 12px;
}

.NameBadgeZone {
    margin: auto;
    display: block;
    font-size: 17px;
    width: 100%;
}

.NameBadgeEdit:hover {
    color: #edbb37;
}

.NameBadgeDelete:hover {
 color:#edbb37;
}

.NameBadgeZone:hover {
    color: #edbb37;
}

.NameBadgeNameEdit {
    margin: auto;
    display: block;
    padding-bottom: 5px;
    color: #333;
    font-weight: bold;
    text-decoration: underline;
}
