.progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    background: url('../plugins/spell/spinner.gif') no-repeat, rgba(0, 0, 0, 0.3);
    background-position: 50%;
}

.pager {
    position: relative;
    padding: 30px 0px;
    text-align: center;
}

.pager button {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 0 2px;
    border-radius: 3px;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    color: #828282;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
    background-color: #fff;
}

.pager button:disabled {
    cursor: not-allowed;
}

.pager button.btn-first,
.pager button.btn-prev,
.pager button.btn-next,
.pager button.btn-last {
    border: 1px solid #c5c9d6;
    border-radius: 2px;
    width: 32px;
    height: 32px;
}

.pager button.btn-first {
    margin-left: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAeUlEQVRYR+3WUQqAMAwDUHfJHrKXrGx/gsIaE0SIn0PII7CwUVV1fPgNA9yAG3ADv24gItaGZuZlS5/O7wYXXkJG+ARBAFY4BGCGtwHs8BZAEb4NUIVvA+aPKkTrFigQLYCiiTaAjYAATAQMYCFeARiveQPcgBtwAydqjM2hQ+M3cgAAAABJRU5ErkJggg==);
}

.pager button.btn-prev {
    margin-right: 10px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAc0lEQVRYR+3VMQrAMAxD0eaSPqQv6ZJOXSN9KBRlTtBDEHvNzFwfnhVAGkgDaeA3DVTVM0+7+2iuIpNQDd9SG+CE2wA33AIQ4TKACpcAZLgE2I9IhPwLKIQMoJqwAATCBrgIBOAgMMDRBnpdDiANpIE0cANN7KaheXQlfQAAAABJRU5ErkJggg==);
}

.pager button.btn-next {
    margin-left: 10px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAdUlEQVRYR+3VwQ3AIAxD0bJkhsySQfTUK/aXejED4IcVhTUz8/x4VgBpIA2kgdsGqupdW92NrC9pEZEICXCeTiFkAIWwAATCBrgIBOAgEIAzkDbACT/NWQA33AIQ4TKACpcAZLgEQH6gzyXWEBKYANJAGkgDGz4YpqEgrt6rAAAAAElFTkSuQmCC);
}

.pager button.btn-last {
    margin-right: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAgElEQVRYR+3VwQrAIAwD0PmT/cj+ZIfedhhrSsIu8ShCnkHqqqq6flzLADfgBtxAp4GIOKMqMx8j620fmWvtQaRCtAH7VgoEBFAgYAAbMQIwEWMACzEGsB7kCMAK3y3CAGY4DGCHQwBFeBugCm8DkM8FPQs/QjTg67wBbsANuIEbSuTNoSy2300AAAAASUVORK5CYII=);
}

.pager button.btn-first,
.pager .btn-prev,
.pager .btn-next,
.pager .btn-last {
    text-indent: -9999em;
}

.pager button.on,
.pager button:hover {
    background: #ebf1ff;
    color: #1158d8;
}

.modal_backdrop {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 60000;
    background: rgba(0, 0, 0, 0.65);
}

.modal_container {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 61000;
    background: #fff;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    max-height: calc(100vh - 40px);
    transform: translateX(-50%) translateY(-50%);
}

.modal-content-frame {
    border: 0;
    border-spacing: 0;
    display: block;
    width: 100%;
    height: 0;
}

.modal-content {
    padding: 30px;
}

.sm .modal-content {
    padding: 15px 10px;
}

.modal-content .btn-group {margin-top: 15px;justify-content: center;}

.modal-content-body .error-wrap {
    padding-top: 40px;
}
.modal-content-body .error-wrap .other-wrap {
    position: relative !important;
    left: 0;
    top: 0;
    transform: none;
}

.modal-content-body .error-wrap .btn-group {
    display: none;
}

.v-hidden {
    visibility: hidden !important;
}

.hidden {
    display: none !important;
}

th.required:before {
    content: '* ';
    color: #e83a2f;
    font-weight: 400;
    line-height: 16px;
}

a {
    cursor: pointer !important;
}

.upfile_list_info {
    font-size: 13px;
    color: #1158d8;
}

.ui-datepicker {
    z-index: 99 !important;
}

.crp-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.crp {
    position: relative;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}

.crp img {
    width: 100%;
    height: 100%;
}

.crp-detail {
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
}

.crp-detail .crp-buttons {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.crp-detail button {
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.crp-detail button.crp-modify {
    background-color: #756ab3;
}

.crp-detail button.crp-modify i {
    background-image: url(../images/common/icon_pen.png);
}

.crp-detail button.crp-remove {
    background-color: #f98a49;
}

.crp-detail button.crp-remove i {
    background-image: url(../images/common/icon_trash.png);
}

.crp-detail button i {
    display: block;
    width: 100%;
    height: 100%;
    background-size: 80%;
    background-position: 3px;
    background-repeat: no-repeat;
}

button.ui-datepicker-trigger {
    display: none;
}

.menudepth2:before {
    content: '- ';
}

.wspl {
    white-space: pre-line;
}
