﻿
/*
input
{
    border:1px solid #e3e3e3;
    border-radius:3px;
    padding:3px 3px;
}

input:focus
{
    border-color:#66afe9;
    outline:0;
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow:inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.6);
}

.form-control
{
      border:1px solid #e3e3e3; height:28px;border-radius:3px;padding:3px 3px; 
}

.form-control:focus
{
    border-color:#66afe9;
    outline:0;
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow:inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.6);
}
*/



.inputText
{
    height:36px;
	background:#ffffff;	border:1px solid #cccccc;font-size:13px; border-radius:4px;color:#555555;padding:3px 3px;	
	  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.inputText:focus
{
	border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.selectList
{
    height:36px;
	background-color:#ffffff;border:1px solid #cccccc;font-size:13px;border-radius:4px;color:#555555;padding:3px 3px;
		  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.selectList option
{
	background-color:#ffffff;border:0;font-size:13px; line-height:22px;
}

.selectList:focus
{
	border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}


.radioList{width:99%;border-collapse:unset; border:1px solid #cccccc;border-radius:4px;}
.radioList td{border:0;height:34px;line-height:34px;}


.disabledButton
{
	font-size: 12px; border: 1px #A4A4A4 solid; background-color: #F1F1F1;color:#A7A7A9;height:20px;padding-top:3px;
}

.inputCheckBox
{	
	font-size: 9pt; border: 1px #9a9999 solid; background-color: #FFFFFF;height:15px; width:15px;
}


.table-border 
{
	border-collapse:collapse;
	color:#ffffff; 
	font-weight:bold;	
}
.table-header 
{
	color:#777777;
	
	font-weight:bold;
	padding:5px;
	font-size:16px;
 	height:36px; line-height:36px;
	text-align:center;
	
}

.table-memo
{
    color:#949494;
    font-size:12px;
}
.table-titleTD {
    color: #555555;
    background-color: #f0f0f0;
    font-size: 13px;
    font-weight: bold;
    padding: 2px;
    text-align: right;
    height: 40px;
    line-height: 28px;
    border: 1px #e3e3e3 solid;
}
.table-contentTD {
    color: #555555;
    background-color: #ffffff;
    font-weight: normal;
    font-size: 13px;
    padding: 2px;
    text-align: left;
    height: 40px;
    line-height: 28px;
    border: 1px #e3e3e3 solid;
    padding-left: 5px;
}

.search-border
{
    border-collapse:collapse;
	color:#ffffff; 
	font-weight:bold;
	border:1px #c5d4dc solid;	
	
}

.search-titleTD 
{
	color:#999c9e;
	background-color: #f1f5f8;
	font-size:13px;
	font-weight:bold ;
	padding:2px;
	text-align:right;
 	height:40px; line-height:28px;
		
}
.search-contentTD {
	color:#59abe2;
	background-color: #f1f5f8;
	font-weight:normal;
	font-size:13px;
	padding:2px;
	text-align:left;
 	height:40px; line-height:28px;
	
}

.btn-search
{
    background-color:#0163ac;
    border-color:#0163ac;
    color:#fff;
}

.bmTable{ border:0; border-collapse:collapse; background-color:#ffffff;}

.bmTable-header 
{
	color:#666;
	
	font-weight:bold;
	padding:5px;
	font-size:16px;
 	height:36px; line-height:36px;
	text-align:center;
	
}

.bmTable-contentTD
{
	color:#555;
	background-color: #ffffff;
	font-weight:normal;
	font-size:13px;
	padding:2px;
	text-align:left;
 	height:40px; line-height:20px;
	padding-left:5px;
    border: #d9d9d9 0px solid;
    white-space:normal;word-break:break-all;
}

.bmTable-titleTD
{
	color:#333;
	background-color: #f0f0f0;
	font-size:13px;
	padding:2px;
	text-align:right;
 	height:40px; line-height:20px;
    border: #d9d9d9 0px solid;
    white-space:normal;word-break:break-all;
}



.bmTable-contentTD2
{
	color:#555;
	background-color: #ffffff;
	font-weight:normal;
	font-size:13px;
	padding:2px;
	text-align:left;
 	height:40px; line-height:20px;
	padding-left:5px;
    border: #d9d9d9 1px solid;
    white-space:normal;word-break:break-all;
}

.bmTable-titleTD2
{
	color:#333;
	background-color: #f0f0f0;
	font-size:13px;
	padding:2px;
	text-align:right;
 	height:40px; line-height:20px;
    border: #d9d9d9 1px solid;
    white-space:normal;word-break:break-all;
}



.inputButton {
    color: #ffffff;
    cursor: pointer;
    line-height: 25px;
    height: 25px;
    font-size: 12px;
    border: 0px;
    border-color: #2592db;
    text-align: center;
    border-radius: 3px;
    background-color: #2592db;
    margin-right: 2px;
}

.inputButton:hover {
    background-color: #e4393c;
}


.tblContent 
{
	color:#555555;background-color: #ffffff; border-collapse:collapse; border:0;	
}
.tblTitle
{
	font-weight:bold;font-size:16pt;height:28px;line-height:28px;border:0px;text-align:center;
}
.tblHeader 
{
	height:24px; line-height:24px; padding:2px; text-align:center; border:1px #cccccc solid;	
	background-color: #eeeeee;font-weight:bold;font-size:13px; width:50px;
}
.tblRow{}
.tblRow:hover{ background-color:#f7f1ad; cursor:pointer; }
.tblSpaceRow { background-color:#f8f7f7; }
.tblCell {
	height:22px;line-height:22px; padding:2px; text-align:center; border:1px #cccccc solid; 
	font-weight:normal;font-size:13px; width:50px;
}




.itemField {
    width: 49.5%;
    height: 36px;
    float: left;
    margin: 2px 0px 2px 4px;
    color: #555555;
}

.itemTitle {
    width: 30%;
    height: 36px;
    line-height: 36px;
    float: left;
    font-weight: 700;
    background: #f0f0f0;
    text-align: right;
    padding-right: 3px;
}

.itemContent {
    width: 68%;
    height: 36px;
    line-height: 36px;
    float: right;
}

    .itemContent input[type="text"] {
        height: 28px;
    }

.itemField2 {
    width: 99%;
    height: 36px;
    float: left;
    margin: 2px 0px 2px 4px;
    color: #555555;
}

.itemTitle2 {
    width: 15%;
    height: 36px;
    line-height: 36px;
    float: left;
    font-weight: 700;
    background: #f0f0f0;
    text-align: right;
    padding-right: 3px;
}

.itemContent2 {
    width: 84%;
    height: 36px;
    line-height: 36px;
    float: right;
}

.itemContent2 a {
    color: #555555;
    text-decoration: none;
    display: inline-block;
    padding-right: 30px;
}

.itemContent2 a:hover {
    color: red;
}



.dll {
    height: 36px;
    width: 98%;
}

.dll option {
    line-height: 36px;
}

.itemBrowse {
    width: 96%;
    height: 36px;
    line-height: 36px;
    text-align: left;
    padding-right: 3px;
    padding-left: 3px;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.chargeItem{display:inline-block;float:left;height:36px;line-height:36px;color:#555555;font-weight:bold; margin-left:5px; margin-right:10px;}





.layerDialog {
    width: 99%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    display: none;
    text-align: center;
}





.rights {
    color: #656766;
    /*color: #219ad7;*/
    font-size: 13px;
    font-family: "Arial","Microsoft YaHei";
    width: 570px;
    padding-left: 81px;
    margin-left: auto;
    margin-right: auto;
    margin-top:30px;
    height: 28px;
    line-height: 28px;
    text-align: left;
    background: url(image/rights.png) no-repeat left center;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Safari */
    box-sizing: border-box;
}

.rights span {
    cursor:pointer;font-size:14px;
    color: #219ad7;
}
.rights span:hover {
    text-decoration:underline;
}

.rights label{
    font-weight:normal;
    display:inline;
    padding:0;
}
