.cyan-mask.cyan-window-mask {
    background: #000000;
    opacity: 0.5;
}

.cyan-window {
    position: absolute;
    background-color: #ffffff;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.13);
    width: 300px;
    font-size: 14px;
    color: rgb(51, 51, 51);
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-image: initial;
}

@media \0screen {
    .cyan-window {
        border: 1px solid #d6d6d6;
    }
}

.cyan-window-header {
    height: 54px;
    line-height: 54px;
    position: relative;
    color: #666666;
    font-size: 16px;
    cursor: move;
}

.cyan-window-header:after {
    content: '';
    position: absolute;
    left: 4%;
    top: auto;
    bottom: 0;
    right: auto;
    height: 1px;
    width: 92%;
    background-color: #ebebeb;
}

.cyan-window-footer {
}

.cyan-window-title {
    float: left;
    height: 54px;
    line-height: 54px;
    text-indent: 24px;
    color: #262626;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    width: calc(100% - 60px);
}

.cyan-window-buttons {
    float: right;
    padding-right: 18px;
    padding-left: 10px;
    margin-top: 17px;
    cursor: pointer;
}

.cyan-window-buttons div {
    width: 20px;
    height: 20px;
}

.cyan-window-close {
    background: url(window/ic_close.png) no-repeat center;
}

.cyan-window-close:hover {
    background: url(window/ic_close_hov.png) no-repeat center;
}

.cyan-window-loading {
    background: transparent url(../../../images/icons/loading.gif) no-repeat 10px 10px;
    padding-left: 80px;
    padding-top: 29px;
}

.cyan-messagebox-icon {
    clear: both;
    float: left;
    width: 20px;
    height: 20px;
    margin-top: 10px;
    margin-left: 25px;
}

.cyan-messagebox-icon-info {
    background: no-repeat url(window/info.png);
}

.cyan-messagebox-icon-question {
    background: no-repeat url(window/question.png);
}

.cyan-messagebox-icon-error {
    background: no-repeat url(window/error.png);
}

.cyan-messagebox-message {
    float: left;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-left: 12px;
    color: #262626;
    font-size: 16px;
    min-width: 300px;
}

.cyan-messagebox-buttons {
    clear: both;
    text-align: right;
    float: left;
    width: calc(100% - 20px);
    height: 50px;
    border-top: 1px solid #ebebeb;
    padding-top: 14px;
    padding-right: 20px;
}

.cyan-progressbox-message {
    font-size: 12px;
    text-indent: 15px;
    width: 100%;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cyan-progressbox-progress {
    position: relative;
    height: 22px;
    margin-top: 8px;
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid #888888;
}

.cyan-progressbox-progress-bar {
    float: left;
    height: 22px;
    background: #dddddd;
}

.cyan-progressbox-progress-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 22px;
    line-height: 22px;
    text-align: center;
}

.cyan-promptbox {
    width: 520px;
}

.cyan-promptbox-message {
    font-size: 14px;
    text-indent: 10px;
    width: 100%;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cyan-promptbox-input {
    margin: 5px 10px 8px;
}

.cyan-promptbox-input input {
    width: 100%;
    border: 1px solid #d9d9d9;
    height: 28px;
    outline: none;
}

.cyan-promptbox-input textarea {
    width: 100%;
    border: 1px solid #d9d9d9;
    height: 120px;
    outline: none;
}

.cyan-promptbox-buttons {
    clear: both;
    text-align: right;
}

.cyan-box-buttons button {
    padding: 0 12px;
    height: 36px;
    cursor: pointer;
    background-image: linear-gradient(0deg, #f9fafb 0%, #ffffff 100%);
    border-radius: 2px;
    border: solid 1px #d9d9d9;
    outline: none;
    font-size: 14px;
    color: #262626;
    margin-right: 10px;
}

body .cyan-box-buttons button:active {
    padding: 0 12px;
    color: #262626;
    background: #efefef;
    border: solid 1px #d9d9d9;
}

.cyan-box-buttons button:hover {
    padding: 0 12px;
    color: #262626;
    background: #efefef;
    border: solid 1px #d9d9d9;
}

.cyan-box-buttons button.cyan-box-ok, .cyan-box-buttons button.cyan-box-yes {
    color: #ffffff;
    background: #2170d9;
    border: 1px solid #2170d9;
}

.cyan-box-buttons button.cyan-box-ok:hover, .cyan-box-buttons button.cyan-box-yes:hover {
    color: #ffffff;
    background: #1e65c3;
    border: 1px solid #2170d9;
}

.cyan-box-buttons button.cyan-box-ok:active, .cyan-box-buttons button.cyan-box-yes:active {
    color: #ffffff;
    background: #1e65c3;
    border: 1px solid #2170d9;
}

.cyan-box-buttons button:first-child {
    color: #ffffff;
    background: #2170d9;
    border: 1px solid #2170d9;
}

.cyan-box-buttons button:first-child:hover {
    color: #ffffff;
    background: #1e65c3;
    border: 1px solid #2170d9;
}

.cyan-box-buttons button:first-child:active {
    color: #ffffff;
    background: #1e65c3;
    border: 1px solid #2170d9;
}

.cyan-messagebox-remark {
    clear: both;
    float: left;
}

.cyan-messagebox-remark {
    clear: both;
    float: left;
    margin-top: 5px;
    margin-left: 25px;
}