.popup-select-body {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0 !important;
    width: 400px;
    margin: 0;
    padding: 0;
    background: #ffffff;
    box-shadow: 1px 1px 2px 3px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    height: auto;
    transform: translate(0px,102%);
}

.popup-select-body.popup-left {
    left: 0;
}

.popup-select-body.popup-right {
    right: 0;
    width: 500px;
}

.popup-select-body a.btn-dialog-close {
    position: absolute;
    width: 60px;
    height: 60px;
    background-size: 20px;
    top: 1px;
    right: 1px;
    z-index: 101;
}

.popup-select-body.popup-right a.btn-dialog-close {
    left: 1px;
}

.popup-select-body > .popup-body {
    width: 300px;
    margin: auto;
    display: block;
    padding: 10px 0;
}

/*popup dialog css*/
.popup-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10001;
    background-color: rgba(0, 0, 0, 0.5);
}

.popup-bg > .popup {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: white;
    box-shadow: 2px 0 2px 2px rgba(0, 0, 0, 0.3);
    display: block;
}

.popup-bg > .popup.alert {
    width: 298px;
    height: auto;
}

.popup-bg > .popup.popup-normal {
    width: 542px;
    height: auto;
    position: relative;
}

.popup-bg > .popup.popup-lg {
    width: 575px;
    height: auto;
    position: relative;
}

.popup-bg > .popup > a.btn-dialog-close {
    position: absolute;
    width: 60px;
    height: 60px;
    background-size: 20px;
    top: 1px;
    right: 1px;
    z-index: 101;
}

.popup-bg > .popup.alert .popup-body {
    width: 200px;
    margin: auto;
    display: block;
    padding: 50px 0;
}

.popup-bg > .popup .popup-body .popup-header {
    height: 32px;
    width: 100%;
}

.popup-bg > .popup .popup-body .popup-content {
    padding: 23px 0;
    width: 100%;
    text-align: left;
}

.popup-bg > .popup.popup-lg .popup-body .popup-content {
    width: 100%;
    text-align: left;
    padding: 0;
}

.popup-bg > .popup .popup-body .popup-footer {
    padding-top: 28px;
    width: 100%;
    text-align: center;
    display: flex;
}

.popup-bg > .popup.popup-normal .popup-body .popup-footer {
    padding-top: 0;
}

.popup-footer .col-5 {
    width: 50%;
    padding: 0 5px;
    float: left;
}

.dialog-msg-table {
    border-collapse: collapse;
}

.dialog-msg-table > tbody > tr > td > a {
    width: 100%;
    text-align: center;
    line-height: 30px;
    display: block;
}

.dialog-table {
    border-collapse: collapse;
}

.dialog-table > tbody > tr > td {
    padding: 0;
    text-align: left;
    height: 30px;
}

.dialog-table > tbody > tr > td:first-child {
    background: #ddd;
    padding-left: 5px !important;
}

.dialog-table > tbody > tr > td > input {
    width: 100%;
    display: block;
    height: 30px !important;
    padding: 0 !important;
    border: none !important;
    text-indent: 10px;
}

.dialog-table > tbody > tr > td > select {
    width: 100%;
    display: block;
    height: 30px !important;
    padding: 0 !important;
    border: none !important;
    text-indent: 5px;
}

.event-table {
    border-collapse: collapse;
}

.event-table > tbody > tr > td {
    padding: 0;
    text-align: left;
    height: 30px;
}

.event-table > tbody > tr > td.title {
    background: #ddd;
    padding-left: 5px !important;
}

.user-info-table {
    border-collapse: collapse;
}

.user-info-table tr > th {
    background: #ddd;
    text-align: center;
}

.user-info-table tr > td {
    padding: 5px;
    text-align: left;
}

/*popup dialog css*/
.new-popup-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10001;
    background-color: rgba(0, 0, 0, 0.5);
}
.new-popup-bg-transparent {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10001;
    background-color: rgba(0, 0, 0, 0);
}

.new-popup-bg > .popup {
    width: auto;
    height: auto;
    padding: 10px 0;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: white;
    box-shadow: 2px 0 2px 2px rgba(0, 0, 0, 0.3);
    display: block;
}

.new-popup-bg > .popup.alert {
    width: 298px;
    height: auto;
}

.new-popup-bg > .popup.popup-lg {
    width: 575px;
    height: auto;
    position: relative;
}

.new-popup-bg > .popup.popup-normal .popup-body {
    width: 441px;
    margin: auto;
    display: block;
    padding: 50px 0;
}

.new-popup-bg > .popup.popup-lg .popup-body {
    width: 477px;
    margin: auto;
    display: block;
    padding: 0px 0;
}

.new-popup-bg > .popup.alert .popup-body {
    width: 100%;
    margin: auto;
    display: block;
    padding: 0 0;
}

.new-popup-bg > .popup .popup-body .popup-header {
    height: 32px;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.new-popup-bg > .popup .popup-body .popup-header > .title{
    margin-left: 10px;
}

.new-popup-bg > .popup .popup-body .popup-content {
    padding: 23px 0;
    width: 100%;
    position: relative;
    text-align: center;
}

.new-popup-bg > .popup.popup-lg .popup-body .popup-content {
    width: 100%;
    text-align: left;
    padding: 0;
}

.new-popup-bg > .popup .popup-body .popup-footer {
    padding-top: 20px;
    width: 100%;
    display: flex;
    border-top: 1px solid #ddd;
    text-align: center;
}

.new-popup-bg > .popup.popup-normal .popup-body .popup-footer {
    padding-top: 0;
}

.new-popup-bg > .popup.popup-normal .popup-body .popup-footer a.btn-agree {
    width: 128px;
    margin: 0;
}

td > a {
    cursor: pointer;
}

.new-popup-bg > .popup > a.btn-dialog-close {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: 1px;
    right: 10px;
    z-index: 101;
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
}

.popup-message-body {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0 !important;
    width: 1000px;
    margin: 0;
    padding: 0;
    background: #ffffff;
    box-shadow: 1px 1px 2px 3px rgba(0, 0, 0, 0.1);
    z-index: 10003;
    height: auto;
    transform: translate(0px,102%);
}

.popup-message-body.popup-left {
    left: 0;
}

.popup-message-body.popup-right {
    right: 0;
    width: 500px;
}

.popup-message-body a.btn-dialog-close {
    position: absolute;
    width: 60px;
    height: 60px;
    background-size: 20px;
    top: 1px;
    right: 1px;
    z-index: 101;
}

.popup-message-body.popup-right a.btn-dialog-close {
    left: 1px;
}

.popup-message-body > .popup-body {
    width: 300px;
    margin: auto;
    display: block;
    padding: 10px 0;
}

.soto-tab {
    /*border-bottom: 1px solid #888;*/
    padding-left: 0;
    list-style: none;
    border-radius: 0 !important;
    width: 100%;
    display: flex;
}

.soto-tab > li {
    float: left;
    margin-bottom: -1px;
    display: block;
    position: relative;
    cursor: pointer;
}

.soto-tab > li > a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid #888;
    padding: 10px 15px;
    display: block;
    position: relative;
    text-decoration: none;
    background-color: #ddd;
}

.soto-tab > li.active > a {
    color: #555;
    background-color: #fff;
    border: 1px solid #888;
    border-bottom-color: transparent;
    cursor: default;
}

.tab-content {
    border: 1px solid #888;
    display: inline-block;
    width: 100%;
    padding: 10px;
    height: auto;
}

label.form-control {
    width: 100px;
}

.dropdown-menu {
    position: inherit !important;
    float: none !important;
}

.popover {
    padding: 0;
}

.popover .popover-title {
    margin: 0 !important;
}

/*rtl:ignore*/
.popover {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: 0;
    background: #fff;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    text-align: start;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.popover > .popover-title {
    background: #fff;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px 14px 6px 14px;
    border: 0;
}

.popover .arrow,
.popover .arrow:after {
    display: none !important;
}

.confirm-div {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    line-height: 15px;
    cursor: pointer;
}

.confirm-div.active {
    background: #ddd;
}