.psjdc-modal {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    z-index: 10000000000;
}
/*
.psjdc-modal * {
    box-sizing: border-box;
}
*/

.psjdc-modal .modal-container {
    background: #ffffff;
    position: absolute;
    box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    margin: auto;
    /*margin-top: 150px;*/
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.psjdc-modal .modal-container .modal-header {
    padding: 15px 10px;
    background: #1ba39c;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
}

.psjdc-modal .modal-container .modal-body {
    padding: 15px;
    background: #ffffff;
    position: relative;
    width: 100%;
}

.psjdc-modal .modal-container .modal-body:after,
.psjdc-modal .modal-container .modal-body:before {
    content: " ";
    display: table;
}

.psjdc-modal .modal-container .modal-body:after {
    clear: both;
}

.psjdc-modal .modal-container .modal-body + .modal-buttons {
    padding-top: 0;
}

.psjdc-modal .modal-container .modal-buttons {
    padding: 15px;
    text-align: center;
    background: #ffffff;
}

.psjdc-modal .modal-container .cert-info {
    border: 1px solid #c2cad8;
    border-radius: 6px;
    padding: 1px 20px 10px 20px;
    overflow-y: auto;
    max-height: 320px;
}

.psjdc-modal .modal-container .cert-info .category {
    font-size: 14px;
    font-weight: bold;
    margin: 15px 5px 10px 5px;
}


.psjdc-modal .modal-container .cert-info .info {
    font-size: 13px;
    margin: 5px 15px;
}

.psjdc-modal a, .psjdc-modal button, .psjdc-modal code, .psjdc-modal div, .psjdc-modal img, .psjdc-modal input,
.psjdc-modal label, .psjdc-modal li, .psjdc-modal p, .psjdc-modal pre, .psjdc-modal select, .psjdc-modal span,
.psjdc-modal svg, .psjdc-modal table, .psjdc-modal td, .psjdc-modal textarea, .psjdc-modal th, .psjdc-modal ul {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    outline: none;
}

.psjdc-modal *, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

.psjdc-modal .fileinput {
    display: inline-block;
    margin-bottom: 9px;
    width: 100%;
}

.psjdc-modal .fileinput {
    margin-bottom: 0;
    position: relative;
}

.psjdc-modal .input-group, .input-group-btn, .input-group-btn .btn {
    position: relative !important;
}

.psjdc-modal .input-group {
    display: table;
    border-collapse: separate;
}

.psjdc-modal .fileinput .input-group {
    white-space: nowrap;
    overflow: hidden;
}

.psjdc-modal .form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #c2cad8;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.psjdc-modal .form-control, output {
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    display: block;
}

.psjdc-modal .btn, .form-control {
    box-shadow: none !important;
}

.psjdc-modal .form-control {
    outline: 0 !important;
}

.psjdc-modal .uneditable-input {
    padding: 6px 12px;
    min-width: 100px;
    font-size: 14px;
    font-weight: 400;
    height: 34px;
    color: #555;
    background-color: #fff;
    border: 1px solid #c2cad8;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.psjdc-modal .input-fixed {
    overflow: hidden;
}

.psjdc-modal .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.psjdc-modal .input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell !important;
}

.psjdc-modal .fileinput .form-control {
    display: inline-block;
    padding-top: 7px;
    padding-bottom: 5px;
    margin-bottom: 0;
    vertical-align: middle;
    cursor: text;
}

.psjdc-modal .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child .btn, .input-group-btn:first-child .btn-group .btn, .input-group-btn:first-child .dropdown-toggle, .input-group-btn:last-child .btn-group:not(:last-child) .btn, .input-group-btn:last-child .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.psjdc-modal .form .form-bordered .form-group .form-control {
    margin: 0;
}

.psjdc-modal .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
}

.psjdc-modal .input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}

.psjdc-modal .input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.psjdc-modal .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.psjdc-modal .btn-file {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

.psjdc-modal .btn, .form-control {
    box-shadow: none !important;
}

.psjdc-modal .btn {
    outline: 0 !important;
}

.psjdc-modal .fileinput .btn {
    vertical-align: middle;
}

.psjdc-modal .fileinput-new .input-group .btn-file {
    border-radius: 0 4px 4px 0;
}

.psjdc-modal .btn:not(.btn-sm):not(.btn-lg) {
    line-height: 1.44;
}

.psjdc-modal .btn.default:not(.btn-outline) {
    color: #666;
    background-color: #e1e5ec;
    border-color: #e1e5ec;
}

.psjdc-modal input[type=file] {
    display: block;
}

.psjdc-modal .btn-file input {
    position: absolute;
    top: 0;
    right: 0;
    width: 225px;
    height: 100%;
    margin: 0;
    font-size: 23px;
    cursor: pointer;
    filter: alpha(opacity=0);
    opacity: 0;
    direction: ltr;
}

.psjdc-modal .btn-file input {
    box-sizing: border-box;
    color: inherit;
    font: inherit;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.psjdc-modal .btn-success {
    color: #FFF;
    background-color: #26a1ab;
    border-color: #2499a3;
}

.psjdc-modal .btn-default {
    border-color: #ACB5C3;
    color: #ACB5C3;
    background: 0 0;
}

.psjdc-modal .modal-container .modal-buttons .btn {
    width: 80px;
}