﻿.Window-Mask {
    border-radius: 4px;
}

.Window {
    background: #13cc6f;
    border-radius: 4px;
}

    .Window .Header {
        top: 6px;
        background: #363a4d;
        border-radius: 4px 4px 0px 0px;
        border-bottom: 1px solid #484d65;
        width: 100% !important;
        left: 0px;
    }

.window_icon {
    background: #13cc6f;
    width: 2px !important;
    left: 12px !important;
}

.Window .dev-box {
    background: #363a4d;
    /*margin-top: 47px !important;*/
    width: 100% !important;
}


.Window .dev-text .text-text {
    background: none;
    border: 1px solid #4f5362;
}

    .Window .dev-text .text-text textarea {
        background: none;
        color: #ffffff;
        font-size: 14px !important;
        font-family: 'Microsoft YaHei';
    }


.Title {
    height: 30px;
    line-height: 30px;
}

.dev-text .text-text {
    border: 1px solid #4b4e5d;
    border-radius: 3px;
}

    .dev-text .text-text input[type=text], input[type=password] {
        color: #b8bbc8;
    }

input::-webkit-input-placeholder {
    color: #6a6c74;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #6a6c74;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #6a6c74;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #6a6c74;
}

.dev-text .text-header {
    background: none;
    font-size: 14px;
    font-weight: normal;
    color: #FFF;
}

/*.combo {
    background: none;
    border-color: #4f5362;
}*/

.textbox .textbox-text {
    color: #b8bbc8;
    text-indent: 5px;
}

.textbox .textbox-prompt {
    background: none;
}

input {
    background: none;
}

.textbox-focused {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.combo-arrow:hover {
    background-color: #13cc6f;
}

.textbox-addon-right .combo-arrow {
    /*width: 30px !important;
    border-radius: 2px;*/
}

.combo-arrow {
    background-color: #13cc6f !important;
}

.panel-body {
    background: none;
}

.datagrid-header {
    height: 40px !important;
    line-height: 40px !important;
}

.datagrid-header, .datagrid-td-rownumber {
    background: none;
}

.datagrid-header-row {
    background: rgba(60,113,80,0.21);
}

.datagrid-htable {
    height: 40px !important;
    line-height: 40px;
}

.datagrid-header-check, .datagrid-cell-check {
    height: 27px;
}

.datagrid-header .datagrid-cell span {
    font-size: 14px;
    color: #68c698;
    font-weight: bold;
}


.datagrid-row {
    height: 40px;
}

/*.datagrid-body td:last-child {
        border-bottom: none;
    }*/

.datagrid-htable, .datagrid-btable, .datagrid-ftable {
    color: #ffffff;
    /*border-collapse: separate;
    font-size: 14px;
    font-weight: bold;*/
}

.datagrid-header, .datagrid-toolbar, .datagrid-pager, .datagrid-footer-inner {
    border: none;
}

    .datagrid-header td, .datagrid-body td, .datagrid-footer td {
        border-style: solid;
        border-color: #4a5365;
    }

.datagrid-row-selected {
    background: rgba(66,71,87,0.6);
    color: #ffffff;
}

.datagrid-row-over,
.datagrid-header td.datagrid-header-over {
    background: rgba(66,71,87,0.6) !important;
    color: #ffffff;
    cursor: default;
}

.datagrid-cell, .datagrid-cell-group, .datagrid-header-rownumber, .datagrid-cell-rownumber {
    font-size: 12px;
    font-weight: normal;
}

.datebox .combo-arrow {
    background-image: url('../image/icon/datebox.png');
    opacity: 1.0;
    filter: alpha(opacity=100);
}
