@CHARSET "UTF-8";

/** html5doctor.com Reset Stylesheet v1.4.1 2010-03-01 */
html,body,div,span,object,iframe,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	/*vertical-align: baseline;*/
	background: transparent;
}

body {
	/*line-height: 1;*/
	font-size: 12px;
	font-family: Microsoft YaHei,"微软雅黑", Arial, Helvetica, sans-serif;
	color: #666;
	/* min-width: 1000px; */
}

:focus {
	outline: 1;
}

article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary
	{
	display: block;
}

nav ul {
	list-style: none;
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input,select {
	vertical-align: middle;
}

/** --------------------------------------------------------- */
#header {
	height: 60px;
	border: 1px solid #04999a;
}
.head-line{
    height: 60px;
    background: white;
    /*background: url('../img/header.png');*/
    padding:0;
    border-bottom: 3px solid #dfdfdf;
}
.bar-line{
    background: #dfdfdf;
    width: 100%;
    height: 40px;
    text-align: right;
}
.bar-line a{
    background: #009EA1;
    width: auto;
    height: 40px;
    line-height: 40px;
    padding: 0px 20px 0px 20px;
    display: inline-block;
    margin: 0 4px 0 0;
}

.logo-div{
    position: relative;
    height: 100%;
    /*width: 220px;*/
    top: 0;
    left: 0;
    /*background:#F2F2F2;*/
}
.logo-div img{
    padding: 6px 8px 6px 12.5px;
    height: 50px;
    width: 45px;
    border: 10px;
}
.title-div{

    line-height: 50px;
    height: 50px;
    border: 0 none white;

    padding-top: 8px;

}
.title-div  span{
    font-family: 'Microsoft YaHei', '宋体',tahoma, arial, SimSun;
    /*font-weight: bold;*/
    font-size: 22px;
    letter-spacing : 3px;
    /*font-stretch: 5;*/
    border-left: 3px solid #ffffff;
    padding-left: 12px;

    color: #ffffff;
    text-shadow: 0px 1px 0px #e5e5ee;
}
.easyui-tabs{
    /*                -webkit-box-shadow:0 0 10px gray;
                    -moz-box-shadow:0 0 10px gray;*/
}

.pure-menu .pure-menu-heading{
    height: 35px;
    line-height: 35px;
    margin-top: 0;  
    border:0 none transparent;
    border-bottom: 1px : solid #fff;
    background:#16a085;
    color: #fff;
    font-size: 120%;
    font-weight: bold;
}

.menu-panel a:hover {
    color: #fff;
}

.menu-sub a:hover {
    color: #00a8a8;
}

.pure-menu.pure-menu-open, .pure-menu.pure-menu-horizontal li .pure-menu-children{
    border: 0 none transparent;
    border-bottom: 1px solid #dfdfdf;
}



.menu-panel{

}
.menu-home{
    height: 35px;
    line-height: 35px;
    /*background: #009EA1;*/
    background: #dfdfdf;
    /*border: 0 none transparent;*/
    border-bottom: 1px solid #dfdfdf;
    display: block;
}
.menu-home a {
    margin-top: 0;
    line-height: 30px;
    border: 0 none transparent;
    background: #dfdfdf;
    color: #00a8a8;
    text-transform: uppercase;
    font-size: 120%;
    font-weight: bold;
    display: block;
    padding: 5px 20px;
    text-decoration: none;
    white-space: nowrap;
}

/*.datagrid-header {
    background-color: blue;
}*/

.chosen-container.chosen-container-multi .chosen-choices {
    height: 30px !important;
    line-height: 30px;
    /*padding: 5px;*/
    overflow-y: auto;
    vertical-align: middle;
}
.chosen-container.chosen-container-multi .chosen-choices .search-field{
    padding:5px;
}
.pure-button{
    line-height: 13px !important;
    vertical-align: baseline;
    bottom: 0;
}