.overXhidden{
	overflow-x: hidden !important;
}
#tbodyData tr.active{
	color: #f30d9f !important
}
#tbodyData1 tr.active{
	color: #f30d9f !important
}
.timerone{
	width: 100px;
}
.pr_name{
	width: 288px;
	height: 41px;
}
.widget-body{
	padding: 5px 0px;
}
.widget-body>div{
	display: inline-block;
	margin: 15px;
}
label{
	margin-right: 0px;
}
.btnbox button{
	padding: 5px 10px;
	margin: 0px 10px;
}
button{
	padding: 5px 10px;
	margin: 0px 10px;
	border: none;
	color: #fff;
	background: #9DC8F4;	
	border-radius: 5px;
}
button.active{
	background: #4AA5EF;	
}


.dataTable > thead > tr > th[class*=sort]:after {
    display: none !important;
   
}
.sample-table-1 tr th{
	border-left: 1px solid #fff; 
}
.table > thead > tr > th{
	border-left: 2px solid #fff !important;
	text-align: center;
	background: #C0DBF7 !important;
}
.table > thead > tr > th:first-child {
	border-left:none;
}

.table > tbody > tr > td{
	border: none;
	
	text-align: center;
	border-left: 2px solid #fff !important;
}
#sample-table-1 #tbodyData>tr>th{
	border: none;
	text-align: center;
}
.table > tbody > #tr:nth-of-type(even) {
    background-color: #EEEEEE;
}
.tab-content {
    border: none;
    padding: 0px 12px;
    margin: 0 150px;
}
tr{
	border: none !important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border: none;
    border-top: none !important;
}
.addbtn{
	padding: 0px 5px;
}
.addbtn button{
	margin: 3px 3px
}
.my-checkbox{
    width: 18px;
    height: 18px;
    background: none;
    display: inline-block;
    line-height: 13px;
    vertical-align: middle;
    margin-right: 5px;
    border-radius: 2px;
    text-align: center;
    font-size: 16px;
    position: relative;
    border: solid 2px #4aa5ef;
}

.my-checkbox.active::before{
	content:"鉁�";
	color: #4AA5EF;
	display: inline-block;
}
.flexbox{
	display: flex;
	overflow-x: scroll;
}
.flexleft{
	/* flex: 5; */
	margin-right: 20px;
	width: calc(100% - 40px) ;
}
.flexrigt{
	flex: 3;
}
.inputsiif{
	padding: 5px 0
}
.inputsiif>div{
	display: inline-block;
	margin: 0 5px;
	
}
.inputsiif label {
	width: 60x;
	text-align: right;
}
form .widget-body>div {
    margin: 4px 0px 0 !important;
}
#update_FDoctorNote{
	vertical-align: middle;
}
.flexrigt{
	position: absolute;
	right: -700px;
	background: #fff
}


.twoTable{
	height: 30%; 
	overflow: hidden;
	width: 700px
}
.twoTable:nth-of-type(3){
	border: 2px solid #9dbbdc;
	margin-top: 10px;
	height: calc(100% - 30% - 10px);
	    overflow: hidden;
}
.twoTableWidth{
	/* width: 700px */
}
.jiantou{
    width: 40px;
    height: 100%;
    float: left;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    background-color: #b8d8f7;
    padding-right: 4px;
    cursor: pointer;
}
.jiantou.active{
	transform: rotate(180deg);
}

.flexrigt tbody{
	display: block;
	overflow-y: scroll !important;
	-ms-overflow-style: show;
}
.flexrigt  table{
	 width:calc(100% - 12px) !important;  
}
.flexrigt  table thead,.flexrigt tbody tr {
    display:table;
    width:100%;  
    table-layout:fixed;
    min-height: 30px;
   	word-break: break-all;
}
.flexrigt table thead{
	 width:calc(100% - 17px);  
}


