﻿.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-color: #FF00BC;
    margin: 0;
    padding: 15px;
    position: relative;
    color: #ffffff;
}
    .dialog .dialog-title h3 {
        font-size: 17px;
        margin: 0;
        color: #ffffff;
    }
.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;
    position: absolute;
    right: 15px;
    top: 20px;
    width: 11px;
    padding: 10px;
}
.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%;
}
.Inbox {
    text-align: right !important;
    font-size: 16px !important;
}
.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;
}
.dialog ul.tabs {
    margin: 0 0 0 2px;
    padding: 0;
    float: left;
    list-style: none;
    height: 42px;
    border-bottom: 1px solid #999;
    width: 100%;
}
.dialog 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;
}
.dialog 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;
}
.dialog ul.tabs li a:hover {
    background: #e0e0e0;
    color: #000 !important;
}
.dialog html ul.tabs li.active,
.dialog html ul.tabs li.active a:hover {
    background: #fff !important;
    border-bottom: 1px solid #fff;
}
.dialog .tab_container {
    border: 1px solid #bababa;
    border-top: none;
    overflow: auto;
    height: 400px !important;
    width: 100%;
    clear: both;
    float: left;
    background: #fff;
}
.dialog .tab_content {
    padding: 10px 15px 0 15px;
    overflow: auto;
}
.dialog ul.list {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}
.dialog 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: 1100px;
}
.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) {
    .dialog .title-other,
    .dialog  input[type=text].title-other {
        width: 153px;
        min-width: 153px;
    }
}
@media (min-width: 1200px) {
    .dialog  .title-other,
    .dialog  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);
    }
}
.NameBadgeEdit {
    display: inline-block;
    font-size: 15px;
}

.NameBadgeDelete {
    display: inline-block;
    font-size: 15px;
}

.linkstaffmenu {
    display: inline-block;
    font-size: 15px;
    text-decoration: none;
}

.NameBadgeZone {
    margin: auto;
    display: block;
    font-size: 15px;
    width: 100%;
}

.NameBadgeNameEdit {
    margin: auto;
    display: block;
    padding-bottom: 5px;
    color: #333;
    font-weight: bold;
    text-decoration: underline;
}

.staff-main-container{
    display: flex;
}

@media screen and (max-width: 820px) {
    .staff-main-container {
        flex-direction: column;
    }
}