@import "/platform/styles/xc/style.css";
@import "/oa/styles/xc/style.css";

span.type_send {
     color: blue;
 }

div.page span {
    line-height: 1;
}

div.page input {
    border-width: 1px;
}

div.page input:disabled {
    background-color: #eeeeee;
}

.page_body #main_container #main_top_title {
    background: #ffffff;
    height: 40px;
    border-radius: 2px;
    margin-top: 12px;
    width: 100%;
	box-shadow: inset 0px -1px 0px 0px #ececec;
}

.page_body #main_container #page_top{
    padding-top: 0px;
    width: 100%;
}


.cyan-table-header table {
    position: relative;
    left: 0;
    top: 0;
    border-top: #fffff solid 1px;
    border-right: 0;
    border-bottom: 0;
    border-spacing: 0;
    border-left: 8px;
    border-left-style: solid;
    border-left-color: #f0f3f7;
}

body.cyan-table-header td {
    height: 50px;
    padding: 0;
    color: #999999;
    background-color: #f0f3f7;
    border-right: 1px solid #f0f3f7;
    position: relative;
}

body.cyan-table-header td .cyan-table-content {
    color: #000000;
}

.cyan-table-header td:before {
    position: absolute;
    content: '';
    width: 1px;
    background: #dee1e4;
    height: 28px;
    left: -1px;
    top: 50%;
    margin-top: -14px;
}

.cyan-table-header-column {
    border-right: none solid 1px;
	background-color: #f0f3f7!important;
}

.cyan-table-header td {
    background-color: #f0f3f7!important;
}

.cyan-table-header table {
    border-left-color: #f0f3f7!important;
}

.cyan-table-content {
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    color: #333333!important;
}

body.cyan-table-selectable:hover {
    background: #f6f7fa;
}

.cyan-table-body tr {
    background: #ffffff;
	box-shadow: inset 0px 0px 1px 0px #e4e6e9;
}

body.cyan-table-body tr:nth-child(even) {
    background: #f6f7fa !important;
}
