﻿/* window
==========================================*/
.mini-window .mini-panel-header {
    background: -webkit-linear-gradient(left, #1677ec, #19c0f7 );
    background: -o-linear-gradient(right, #1677ec, #19c0f7); 
    background: -moz-linear-gradient(right, #1677ec, #19c0f7); 
    background: linear-gradient(to right, #1677ec, #19c0f7);
    
}

.mini-window .mini-panel-footer {
    background: #fff;
}

.mini-window,
.mini-window > .mini-panel-border {
    border: 5px solid rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    box-shadow: none;
}


    .mini-window .mini-panel-header {
        color: #ffffff;
    }

.mini-messagebox-waiting {
    width: 40px;
    height: 32px;
    background: url(images/messagebox/loading.gif) no-repeat center center;
}

.mini-mask-loading {
    border: 2px solid #1677ec;
}

.mini-mask-background {
    background: #000000;
    opacity: .2;
    filter: alpha(opacity=20);
}

.mini-modal {
    background: #000000;
    opacity: .2;
    filter: alpha(opacity=20);
}

.mini-messagebox-content td {
    font-size: 14px;
    font-family: 微软雅黑;
}


/* miniui 样式改写 */
.mini-buttonedit {
    overflow: visible;
    height: 33px;
}

.mini-buttonedit-border {
    height: 33px;
}

.mini-buttonedit-input {
    height: 33px;
    line-height: 33px;
}

.mini-buttonedit-buttons {
    top: 2px;
}

.mini-button {
    font-size: 14px;
    line-height: 34px;
    height: 34px;
    background: #FFFFFF;
    border-color: #1677ec;
    color: #1677ec;
    border-radius: 4px;
    margin: 5px;
}

.mini-button-icon {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    line-height: 16px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .mini-button-icon {
        width: 16px;
        height: 16px;
        margin-top: -10px;
        line-height: 16px;
    }
}

.mini-button .mini-button-icon-text {
    padding-left: 32px;
}


.mini-button-iconRight .mini-button-icon-text {
    padding-left: 10px;
    padding-right: 34px;
}


.mini-button-iconRight .mini-button-icon {
    left: auto;
    right: 10px;
}



body .mini-button-pressed, body a:hover.mini-button-pressed,
body .mini-button-checked, body a:hover.mini-button-checked,
body a.mini-button-popup, body a:hover.mini-button-popup {
    background: #fafcff;
    border-color: #1677ec;
    color: #5ea1f2;
    box-shadow: none;
}

body a:hover.mini-button {
    color: #5ea1f2;
    border-color: #1677ec;
    background: #fafcff
}

.mini-toolbar {
    background: #ffffff;
    border-color: #ddd;
    border-bottom-color: rgb(221, 221, 221);
    padding: 10px;
}

.mini-textbox {
    overflow: visible;
    height: 32px;
    width: 150px;
}

.mini-textbox-border {
    padding-left: 8px;
    padding-right: 8px;
    height: 32px;
}

.mini-textbox-input {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
}

.mini-button .mini-button-icon {
    background-size: cover;
}


.mini-button-blue {
    background-color: #1677ec;
    color: #ffffff;
}

    .mini-button-blue:hover {
        opacity: 1;
        filter: alpha(opacity=100);
        background-color: #1677ec;
    }

body a:hover.mini-button-blue {
    color: #ffffff;
    background: #1677ec;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}



body a.mini-button-disabled, body a:hover.mini-button-disabled {
    color: #808080 !important;
    border-color: #c9cccf !important;
    background: none;
    opacity: 0.7 !important;
    filter: alpha(opacity=70) !important;
    box-shadow: none;
}



.mini-tab {
    background: #ccd0d1;
    border-color: #ccd0d1;
    color: #333333;
    font-weight: bold;
    border-bottom: 1px solid #1677ec;
}

.mini-tab-active {
    border-color: #1677ec;
    border-bottom-color: #fff;
    background: #ffffff;
    color: #1677ec;
}
.mini-tabs-space2 {
    width: 3px;
    border-bottom: solid 1px #1677ec;
}



.mini-tabs-scrollCt {
    border-color: #edf1f4;
    border-bottom: 1px solid #1677ec;
    background: #edf1f4;
}
.mini-tabs-space {
    border-bottom: solid 1px #1677ec;
}


.mini-tools-collapse::before {
    content: "\f106";
    font-size: 22px;
}

.mini-panel-collapse .mini-tools-collapse::before, .mini-outlookbar-expand > .mini-outlookbar-groupHeader .mini-tools-collapse::before {
    content: "\f107";
    font-size: 22px;
}