﻿
*
{
    font-size: 9pt;
}
html, body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: PingFang SC, Lantinghei SC, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans;
    font-size: 14px;
}
*
{
    margin: 0;
    padding: 0;
}

a:link
{
    color: #222;
    text-decoration: none;
}
a:visited
{
    color: #222;
    text-decoration: none;
}
a:hover
{
    color: #222;
    text-decoration: none;
}
a:active
{
    color: #222;
    text-decoration: none;
}

img
{
    vertical-align: middle;
}


/**
按钮标题
**/
.btnbartitle
{
    border-bottom: #ccc 1px solid;
    font-weight: bold;
    padding-bottom: 1px;
    background-color: #eee;
    background: -webkit-linear-gradient(top,#ffffff 0,#eee 100%);
    background: -moz-linear-gradient(top,#ffffff 0,#eee 100%);
    background: -o-linear-gradient(top,#ffffff 0,#eee 100%);
    background: linear-gradient(to bottom,#eee 0,#F2F2F2 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#eee,GradientType=0);
    height: 28px;
    line-height: 26px;
    padding-left: 5px;
    padding-right: 5px;
}

/**
按钮工具栏位+按钮brgin
**/
.tools_bar
{
    height: 45px;
    border-top: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
    margin-bottom: 1px;
    background: #F7F7F7;
    padding-left: 2px;
}
.tools_bar .tools_btn
{
    cursor: pointer;
    float: left;
    display: block;
    margin: 2px 2px 0;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    height: 39px;
    overflow: hidden;
    border: 1px solid #F7F7F7;
}
.tools_bar .tools_btn_hover
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #ccc;
}
.tools_bar .tools_btn:hover
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #ccc;
}
.tools_bar .tools_btn span
{
    display: block;
    background: none;
}
.tools_bar .tools_btn span b
{
    font-weight: normal;
    display: block;
    padding: 22px 0 5px;
    line-height: 15px;
}
.tools_bar .dropdown-selected
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #ccc;
}
.tools_bar .dropdown .icon
{
    height: 16px;
    margin-top: 4px;
    margin-bottom: 1px;
}
.tools_bar .dropdown .dropdown-icon
{
    float: right;
    text-align: center;
    height: 39px;
    line-height: 39px;
    margin-left: 2px;
    margin-right: -5px;
}
.tools_bar .dropdown .dropdown-icon-hover
{
    background: url('../Img/icons16/line.png') 1px 0 repeat-y;
}
.tools_bar .dropdown .dropdown-icon img
{
    padding-left: 6px;
    padding-bottom: 2px;
}
.tools_bar .dropdown .dropdown-data
{
    position: fixed;
    z-index: 1000;
    text-align: left;
    display: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.tools_bar .dropdown .dropdown-data i
{
    left: 50%; /* 三角形居中显示 */
    margin-left: -10px; /* 三角形居中显示 */
    top: -19px;
    width: 0px;
    height: 0px;
    font-size: 0px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #ccc;
    border-left-color: transparent;
    border-top-width: 10px;
    border-right-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 10px;
    border-top-style: dashed;
    border-right-style: dashed;
    border-bottom-style: solid;
    border-left-style: dashed;
    position: absolute;
}
.tools_bar .dropdown .dropdown-data span
{
    left: 50%; /* 三角形居中显示 */
    margin-left: -10px; /* 三角形居中显示 */
    top: -18px;
    width: 0px;
    height: 0px;
    font-size: 0px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: rgb(255,255,255);
    border-left-color: transparent;
    border-top-width: 10px;
    border-right-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 10px;
    border-top-style: dashed;
    border-right-style: dashed;
    border-bottom-style: solid;
    border-left-style: dashed;
    position: absolute;
}
.tools_bar .dropdown .dropdown-data ul
{
    float: left;
    border: 1px solid #ccc;
    background: url('../Img/icons16/line.png') 26px 0 repeat-y #fff;
    padding: 2px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 8px #ccc;
}
.tools_bar .dropdown .dropdown-data ul li
{
    height: 24px;
    line-height: 24px;
    cursor: pointer;
    padding: 0 30px;
}
.tools_bar .dropdown .dropdown-data ul li:hover
{
    background-color: #5fb878;
    color: #fff;
    height: 24px;
    line-height: 24px;
    padding: 0 30px;
}
.tools_bar .dropdown .dropdown-data li img
{
    position: absolute;
    left: 7px;
    margin-top: 4px;
    margin-bottom: 4px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    border: 0px solid #fff;
}
.tools_bar .disabled
{
    cursor: not-allowed;
    float: left;
    display: block;
    margin: 2px 2px 0;
    padding: 0 0 0 10px;
    height: 39px;
    overflow: hidden;
    border: 1px solid #F7F7F7;
    border-radius: 3px 3px 3px 3px;
    color: #666;
    background: #F7F7F7;
}
.tools_bar .disabled span
{
    display: block;
    padding: 0 10px 0 0;
    background: none;
}
.tools_bar .disabled span b
{
    font-weight: normal;
    display: block;
    padding: 22px 0 5px;
    line-height: 15px;
    filter: Gray;
    -webkit-filter: grayscale(100%);
}
.tools_separator
{
    float: left;
    display: block;
    height: 35px;
    margin-top: 5px;
    margin-left: 2px;
    margin-right: 2px;
    overflow: hidden;
    border-left: 1px solid #ccc;
    border-right: 1px solid #fff;
}

.btnbarcontetn
{
    border: #ccc 1px solid;
    /*overflow: auto;*/
    background: #eee; /*工具栏的背景颜色*/
}
.btnbarcontetn>div
{
    margin-left: 1px;
    margin-right: 1px;
    height: auto;
    /*overflow: auto;*/
    background: #eee; /*工具栏的背景颜色*/
}

/**开账单表单begin**/
.bill-frm
{
    width: 100%;
    padding-bottom: 5px;
    padding-left: 8px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border: 0px;
}
.bill-frm th
{
    background-color: #fff;
    white-space: nowrap;
    width: 80px;
    font-weight: normal;
    text-align: right;
    vertical-align: bottom;
}
.bill-frm tr
{
    height: 40px;
    line-height: 40px;
}
.bill-frm td
{
    width: auto;
    background-color: #fff;
}
.bill-frm td .txt
{
    border: 1px solid #ccc;
    border-bottom: 1px solid #A8A8A8;
    padding: 3px 2px 2px 2px;
    height: 20px;
    line-height: 20px;
    width: 200px;
    border-radius: 3px;
}
.bill-frm td .select
{
    border: 1px solid #ccc;
    border-bottom: 1px solid #A8A8A8;
    /*padding: 0px 2px 2px 2px;*/
    height: 30px;
    line-height: 30px;
    width:205px;
    border-radius: 3px;
}

.txtRemark
{
    border: 1px solid #A8A8A8;
    width: 200px;
    border-radius: 3px;
}
.txt
{
    border: 1px solid #ccc;
    border-bottom: 1px solid #A8A8A8;
    padding: 2px;
    height: 22px;
    line-height: 22px;
    width: 200px;
    border-radius: 3px;
}

.form
{
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
    border-width: 3px 1px 1px;
    border-right: 1px solid #ccc;
    table-layout: fixed;
}
.form .formTitle
{
    background: #F7F7F7;
    text-align: right;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 0px;
    margin: 0px;
    height: 24px;
    white-space: nowrap;
    font-weight: normal;
    padding-right: 5px;
    padding-left: 5px;
    width: 90px;
}
.form .formValue
{
    width: auto;
    height: 24px;
    border: 1px solid #ccc;
    text-align: left;
    padding-left: 3px;
}
.form .formValue .txt
{
    border: none;
    height: 24px;
    line-height: 24px;
    width: 100%;
    font-family: 微软雅黑,宋体,Arial,Helvetica,Verdana,sans-serif;
    font-size: 9pt;
    color: #000000;
}
.form .formValue .disabled
{
    cursor: not-allowed;
    display: block;
    overflow: hidden;
    color: #666;
    background: #F7F7F7;
}
.form .formValue .readonly
{
    cursor: not-allowed;
    display: block;
    overflow: hidden;
    color: #666;
}
.form .formValue .txtselect
{
    height: 24px;
    line-height: 24px;
    border: none;
    width: 100%;
}
.form .formValue .txtArea
{
    border: none;
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow: auto;
}
.form .tdwarning
{
    border-bottom: 1px solid #E74D3C;
}
.form .tdwarning
{
    border-bottom: 1px solid #E74D3C;
}
input.required
{
    background: url(../Img/vms/error-bg.png) no-repeat right -2px;
}
input.icontree
{
    background: url(../Img/icons16/tree_ico.png) no-repeat right 4px;
    cursor: pointer;
}
/*提示信息begin*/
.note-prompt
{
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    border: 1px solid #ccc;
    background: #FFFDCD url('../Img/vms/lightbulb.png') no-repeat scroll 7px 12px;
    color: #8F5700;
    margin-bottom: 1px;
}
.note-info
{
    font-weight: bold;
    font-family: 'Roboto' , sans-serif;
    color: #666;
    height: 35px;
    line-height: 35px;
    margin-bottom: 1px;
    background: #FFFDCD;
    border: 1px solid #ccc;
}
.note-error
{
    font-weight: bold;
    font-family: 'Roboto' , sans-serif;
    color: #fff;
    height: 35px;
    line-height: 35px;
    margin-bottom: 1px;
    background-color: #E74D3C;
}
.note-warning
{
    font-weight: bold;
    font-family: 'Roboto' , sans-serif;
    color: #fff;
    height: 35px;
    line-height: 35px;
    margin-bottom: 1px;
    background-color: #F39C12;
    border: 1px solid #ae8910;
}
.note-success
{
    font-weight: bold;
    font-family: 'Roboto' , sans-serif;
    color: #fff;
    height: 35px;
    line-height: 35px;
    margin-bottom: 1px;
    background-color: #28AF60;
}
.note-icon-error
{
    background: url('../Img/vms/note-error.png') no-repeat scroll 10px 8.5px;
    width: 30px;
    height: 35px;
    text-align: center;
    float: left;
}
.note-icon-warning
{
    background: url('../Img/vms/note-warning.png') no-repeat scroll 10px 8.5px;
    width: 30px;
    height: 35px;
    text-align: center;
    float: left;
}
.note-icon-success
{
    background: url('../Img/vms/note-success.png') no-repeat scroll 10px 8.5px;
    width: 30px;
    height: 35px;
    text-align: center;
    float: left;
}
.note-text
{
    padding-left: 33px;
    text-align: left;
}
/*提示信息end*/

/**表格 begin**/
.grid
{
    margin: 0px;
    border-collapse: collapse;
    table-layout: fixed;
}
.active
{
     background: #ccc;
}
.grid thead td
{
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    text-align: left;
    padding: 5px 1px;
    font-weight: normal;
    text-overflow:ellipsis; 
    word-break:keep-all;
    overflow:hidden;
    font-weight: bold;
    color:#666;
}
.grid tbody td
{
    text-align: left;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    padding: 1px 1px;
    height: 20px;
    word-break: break-all;
} 
.grid tbody td .txt
{
	border: 0px solid #fff;
	font: Verdana, Geneva, sans-serif,宋体;
    padding:0px;
	height: 22px;
	line-height: 22px;
    width:100%;
}
.grid tbody td .disabled
{
	 background: #f0f0f0; /*工具栏的背景颜色*/
}
.grid tfoot td .txt
{
	border: 0px solid #fff;
	font: Verdana, Geneva, sans-serif,宋体;
    padding:0px;
	height: 22px;
	line-height: 22px;
    width:100%;
}
.grid tfoot td{    
    border-right: 1px solid #dddddd;
    background: #FFFDCD;
    text-align: left;
    padding: 3px 1px;
    font-weight: normal;
    text-overflow:ellipsis; 
    word-break:keep-all;
    overflow:hidden;
}

/**表格 end**/

/*tab*/
.bd
{
    border: 1px solid #ccc;
}
.todayInfoPanelTab
{
    height: 32px;
    line-height: 32px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    border-top: 0px !important;
    border-right-width: 0px !important;
    border-bottom-width: 1px !important;
    border-left-width: 0px !important;
}
.settingtable
{
    background-image: none;
    background-attachment: scroll;
    background-repeat: repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-color: #F7F7F7;
}
.rightPanelTitle_normal .tab_list
{
    line-height: 14px;
    padding-top: 6px;
    padding-right: 10px;
    padding-bottom: 6px;
    padding-left: 10px;
    font-size: 12px;
    margin-top: 4px;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    float: left;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-topleft: 7px;
    -webkit-border-top-right-radius: 7px;
    -webkit-border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    cursor: pointer;
}
.rightPanelTitle_normal .actived
{
    border-bottom-color: #fff;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-image: none;
    background-attachment: scroll;
    background-repeat: repeat;
    background-position-x: 0px;
    background-position-y: 0px;
    background-color: rgb(255,255,255);
    -moz-border-radius-topright: 7px;
    -moz-border-radius-topleft: 7px;
    -webkit-border-top-right-radius: 7px;
    -webkit-border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
}
.bd
{
    border: 1px solid #ccc;
}
.tab_list_top
{
    height: 32px;
    line-height: 32px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    border-top: 0px !important;
    border-right-width: 0px !important;
    border-bottom-width: 1px !important;
    border-left-width: 0px !important;
}
.settingtable
{
    background-image: none;
    background-attachment: scroll;
    background-repeat: repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-color: #F7F7F7;
}
.rightPanelTitle_normal .tab_list
{
    line-height: 15px;
    padding-top: 6px;
    padding-right: 10px;
    padding-bottom: 6px;
    padding-left: 10px;
    font-size: 12px;
    margin-top: 4px;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    float: left;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-topleft: 7px;
    -webkit-border-top-right-radius: 7px;
    -webkit-border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    cursor: pointer;
}
.rightPanelTitle_normal .actived
{
    border-top: 2px solid #ff8a00;
    border-bottom-color: #fff;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-image: none;
    background-attachment: scroll;
    background-repeat: repeat;
    background-position-x: 0px;
    background-position-y: 0px;
    background-color: rgb(255,255,255);
    -moz-border-radius-topright: 7px;
    -moz-border-radius-topleft: 7px;
    -webkit-border-top-right-radius: 7px;
    -webkit-border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
}

div.standtabborder
{
    border-right: #ccc 1px solid;
}

div.standtab
{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 7px;
    margin-left: 3px;
    margin-top: 5px;
    display: inline-block;
    width: 22px;
    cursor: pointer;
    text-align: right;
    border: #ccc 1px solid;
    border-right: none;
}
div.standtabactived
{
    background-color: rgb(255,255,255);
}
/*tab*/

.red_font
{
    color: Red;
}

.button-blue {
    display: inline-block;
    height: 38px;
    line-height: 30px;
    padding: 0 18px;
    background-color: #009688;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    background-color: #03A9F4;
    margin-left: 5px;
}
.button-blue:hover, .button-blue:focus {
    background: #03A9F4;
    background: -webkit-gradient(linear,left top,left bottom,from(#03A9F4),to(#03A9F4));
    background: -moz-linear-gradient(top,#03A9F4,#03A9F4);
    -pie-background: linear-gradient(top,#03A9F4,#03A9F4);
    /*background: -webkit-gradient(linear,left top,left bottom,from(#0095cc),to(#009789));
background: -moz-linear-gradient(top,#0095cc,#009789);
-pie-background: linear-gradient(top,#0095cc,#009789);*/
    color: #fff;
    text-decoration: none;
}

/*下线线标题*/
.line_title
{
    height: 29px;
    border-bottom: 1px solid #d8d8d8;
    margin-left: 5px;
}
.line_title > span
{
    cursor: pointer;
    display: inline-block;
    height: 27px;
    line-height: 27px;
    border-bottom: 3px solid #fd9a0b;
    color: #009789;
}
/*下线线标题end*/


/*搜索框*/

.search-box{
	width: 170px;
	height: 28px;
	border: 1px solid #eaeef1;
	border-radius: 3px;
	margin-top: 5px;
	margin-left: 15px;
	float: left;
    position: relative;
}

.serachIcon{
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../Img/search.png);
	background-repeat:no-repeat ;
	background-size: 100% 100%;
	position: absolute;
	top: 6px;
	right: 4px;
	cursor: pointer;
}
/*搜索框end*/

.ui-select[disabled],fieldset[disabled] .ui-select{background-color:#eee;opacity:1;cursor:default;background-image:none;opacity: 0.6; border-radius: 3px; }
.ui-select{cursor:pointer;outline: 0;width: auto;height: 28px;line-height:26px;position: relative;background: #fff url(../Img/icons16/dropdown-icon.png) no-repeat right center;}
.group_name{width:auto;height: 100%;border: 1px solid #ccc; padding-left:1px; line-height:30px; cursor:pointer;color: #aaa;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.group_drop_down{width: 100%;overflow: hidden;border: 1px solid #ccc;position: absolute;top: 30px;left: -1px;border-top: none;display: none;background: #fff;z-index: 100;}
.group_tree{width: 100%;padding: 0px;overflow: auto;height: 100px;box-sizing: border-box;}

.dropdown_menu{width: 100%;padding: 0px;overflow: auto;height: 100px;}
.dropdown_menu>li{height: 22px;line-height: 22px;font-size: 12px;cursor: pointer;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.dropdown_menu>li:hover{background: #ff8a00;color: #fff;}
.dropdown_menu>li.active{background: #ff8a00;}

.group_search{width: 100%;height: 30px;border: none;border-top: 1px solid #ccc;font-size: 12px;display: block;}
.search_icon{display: block;position: absolute;width: 16px;height: 16px;background: url(../Img/search.png)no-repeat center;right: 10px;bottom: 9px;cursor: pointer;}



/*刷新*/
.loading_background{cursor:wait;display: block; width: 100%; height: 100%; opacity: 0.0; filter: alpha(opacity=00); background:#fff; position: absolute; top: 0; left: 0; z-index: 3000;}
#loading{color:#666;font-size:12pt;position:absolute;z-index:3001;left:42%;top:40%;border:2px solid #1e71b1;width:auto;padding:8px 10px 7px 10px;background:#fff;display:none;cursor:pointer;-moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px; box-shadow:0 0 10px #ccc;}
#loading span{font-size:12pt;}
#loadingGird{color:#666;font-size:12pt;position:absolute;z-index:3001;left:42%;top:40%;border:2px solid #1e71b1;width:auto;padding:8px 10px 7px 10px;background:#fff;display:none;cursor:pointer;-moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px; box-shadow:0 0 10px #ccc;}



.hide
{
    display:none!important;
    }
    
::-webkit-scrollbar
{
    width: 10px;
    height: 10px;
}
::-webkit-scrollbar-button:vertical
{
    display: none;
}
::-webkit-scrollbar-corner, ::-webkit-scrollbar-track
{
    background-color: #e2e2e2;
}
::-webkit-scrollbar-thumb
{
    border-radius: 0;
    background-color: rgba(0, 0, 0, .3);
}
::-webkit-scrollbar-thumb:vertical:hover
{
    background-color: rgba(0, 0, 0, .35);
}
::-webkit-scrollbar-thumb:vertical:active
{
    background-color: rgba(0, 0, 0, .38);
}