body{
    background: white;
}
.head{
    height: 40px;
    background-color: #333743;
}
.head .headTop{
	height: 40px;
	line-height: 40px;
	color: white;
	background-color: #333743;
}
.loginLg{
	float: left;
	height: 30px;
	margin: 5px 0 0 30px;
}
.headTop .center{
	float: left;
}
.headTop .navbar{
	float: right;
	margin: 0 100px 0 0;
	padding: 0;
}
.headTop .navbar span{
	padding: 0 10px;
	cursor: pointer;
}
.headTop .navbar ul li{
	border-bottom: 1px solid #ddd;
}
.headTop .navbar ul li:last-child{
	border-bottom: none;
}
.headTop .navbar ul li i{
	margin: 0 10px;
}
.head .center{
    float: left;
	height: 40px;
	line-height: 40px;
	color: white;
	cursor:pointer;
}
.marginleft30{
	margin-left: 30px;
}
.head .center div{
	float: left;
	padding: 0 10px;
	cursor: pointer;
}
.center .ProjectCenter{
	background-color: #0891b3;
}
.blueDiv{
	float: left;
    width: 6px;
    height: 20px;
    margin: 10px 10px 10px 0;
    background-color: #0891b3;
}
.buttonDiv{
	float: right;
    margin: 5px;
    color: white;
    line-height: 30px;
    padding: 0 10px;
    border-radius: 5px;
    background: #5bc0de;
    cursor: pointer;
}
.addButton{
	color: white;
	float: left;
    height: 33px;
    line-height: 33px;
    padding: 0 15px;
    background: #5bc0de;
    border-radius: 5px;
    margin-bottom: 30px;
    cursor: pointer;
}
.searchStylesOnlyButton{
    float: right;
    padding: 0 10px;
    color: white;
    height: 33px;
    line-height: 33px;
    padding: 0 15px;
    background: #5bc0de;
    border-radius: 5px;
    cursor: pointer;
}
.addButton i{
	margin-right: 10px;
}
.searchStyles{
	float: right;
}
span.searchStylesButton{
	background: #5bc0de;
	background-color: #5bc0de;
	color: white;
	cursor: pointer;
	border-radius: 0 5px 5px 0;
}
input.searchStylesOnlyInput{
    border-radius: 5px;
}
input.searchStylesInput{
	border-radius: 5px 0 0 5px;
}
.searchStylesButton i,.searchStylesOnlyButton i{
	margin-right: 10px;
}
.width100{
	width: 100%;
}
.width50{
	width: 50%;
}
.viewBox .header{
	margin: 0 30px;
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #e7e7e7;
}
.project .title{
	font-weight: 600;
	line-height: 40px;
	white-space:nowrap;
	overflow: hidden;
}
.project .title:hover{
	text-overflow:inherit;
	overflow:visible;
}
.project .data{
	font-weight: 300;
	font-size: 12px;
	line-height: 20px;
	height:20px;
	white-space:nowrap;
	overflow: hidden;
}
.project .data:hover{
	text-overflow:inherit;
	overflow:visible;
}
.project .p{
	font-size: 14px;
	line-height: 30px;
	height: 120px;
	white-space:normal;
	overflow: hidden;
}
.project .buttonBox{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 40px;
	line-height: 40px;
	border-top: 1px solid #e7e7e7;
}
.project1 .change,.project1 .goOrStop{
	float: left;
	width: 78px;
	text-align: center;
	border-right:2px solid #e7e7e7 ;
	cursor: pointer;
}
.project1 .dele{
	float: left;
	width: 78px;
	text-align: center;
	cursor: pointer;
}
.project2 .change,.project2 .goOrStop{
	float: left;
	width: 118px;
	text-align: center;
	cursor: pointer;
}
.project2 .change{
	border-right:2px solid #e7e7e7 ;
}
.mainLable{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	bottom: 0;
	width: 150px;
	color: white;
	overflow: hidden;
	background-color: #333743;
}
@media screen and (max-width: 767px ) {
	.mainLable.mainLableShow{
		display: block;
	}
    .mainLable{
		display: none;
    }
    .mainView{
		margin-left: 0px;
	}
	.mainView.mainLableShow{
		margin-left: 150px;
	}
}
@media screen and (min-width: 768px) {
	.mainLable.mainLableHide{
		display: none;
	}
    .mainLable{
		display: block;
    }
    .mainView{
		margin-left: 150px;
	}
	.mainView.mainLableHide{
		margin-left: 0;
	}
}
.mainLable div{
	line-height: 40px;
	height: 40px;
    position: relative;
}
.mainLable>div div,.mainLable ul div{
	padding: 0 0 0 10px;
}
.mainLable>div li div{
	font-size: 13px;
	background-color: #4a5164;
}
.mainLable>div>div{
	margin-bottom:2px;
}
.haveSon span{
	display: block;
    width: 14px;
    height: 14px;
	background-repeat: no-repeat;
    background-size: 100% 100%;
	background-image:  url(../../images/leftwhite.png);
    position: absolute;
    right: 8px;
    top: 13px;
}
.haveSon.openSonUl span{
	background-repeat: no-repeat;
    background-size: 100% 100%;
	background-image:  url(../../images/downwhite.png);
}
.mainLableTable div{
	cursor: pointer;
}
.mainLableTable img{
	width: 14px;
	height: 14px;
	margin:-2px 8px  0 5px;
	max-width: none;
	display: inline-block;
}
.mainLableTable  ul{
	list-style: none;
	padding: 0;
}
.mainLableTable ul{
	display: none;
	margin-bottom: 0;
}
.mainLableTable ul.dropdownUl{
	display: block;
}
.mainLableTable div>i{
	display: block;
    width: 4px;
    height: 40px;
    position: absolute;
    margin: 0px 0 0 -10px;
}
.mainLableTable div.blue>i{
	background-color: red;
}
.mainLableTable div:hover{
	background-color: #5bc0de;
}
.mainLable li{
	margin: 0;
	padding: 0;
	border: 0;
}
.inputCrfHeader{
	height: 40px;
    line-height: 40px;
    border-bottom: 1px solid black;
}
.inputCrfHeader div{
	margin-left: 20px;
}
.instructionBar{
	position: absolute;
    top: 36px;
    bottom: 0;
    width: 165px;
    height: 64px;
    border-right: 1px solid #ddd;
    padding: 0 10px;
    overflow: hidden;
}
.instructionBar span{
	width: 72px;
	display: block;
	float: left;
}
.patientListCrf{
	position: absolute;
    top: 100px;
    bottom: 0;
    width: 165px;
    border-right: 1px solid #ddd;
    padding: 0;
    overflow: auto;
}
.formListCrf span{
    border-radius: 5px;
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    color: white;
    line-height: 22px;
    height: 22px;
    padding: 0 5px;
}
.formListCrf p{
	display: inline-block;
	line-height: 22px;
    height: 22px;
    padding: 0;
    margin: 0;
}
#patientRightBox{
	margin-left: 185px;
	margin-right: 30px;
	padding-bottom: 30px;
}
#patientInfoCrf{
    float: left;
    margin: 10px ;
    border-radius: 5px;
    background: #eee;
}
#patientInfoCrf span{
	margin-right: 30px;
	text-align: left;
}
.formListCrf{
    margin-top: 5px;
  	min-height: 40px;
    line-height: 30px;
}
.inputCrfFooter{
	height:40px;
	line-height: 40px;
}
.inputCrfFooter .buttonBox{
	width: 230px;
	margin: 0 auto;
}
.inputCrfFooter .buttonBox div:last-child{
	float: left;
}
.formContractibleBox{
	position: relative;
    min-height: 100vh;
}
.navigationUp{
	display: none;
	float: left;
    cursor: pointer;
}
.navbar  .dropdown-menu{
	right: 160px;
	left: 5px;
	min-width: 140px;
}
.navbar  .dropdown-menu div{
    color: black;
    position: relative;
    float: none;
    cursor: pointer;
}
div table.dataTable.no-footer,div table.dataTable thead th,div table.dataTable thead td{
	border-bottom: 1px solid #ddd;
}
.mainView>.panel{
	margin-bottom: 0px;
}
#patientListSpan{
	overflow: hidden;
}
.mainView .row{
    margin-right: 0;
    margin-left: 0;
}
.breadcrumb {
    word-break: keep-all;
    white-space: nowrap;
}
.patientZtreeHide{
	position: absolute;
	top: -20px;
	left: -20px;
	width: 30px;
	height: 30px;
	background: yellow;
	line-height: 30px;
	text-align: center;
	cursor:pointer;
	color: white;
	background: #5bc0de;
}
.patientPeople{
	height: 20px;
	padding-left: 15px;
	cursor: pointer;
}
.patientPeople:hover{
	background-color: #5bc0de;
	color: white;
}
.patientPeopleTrue{
	color: #5bc0de;
}
.hospitalbox .glyphicon-search,.hospitalbox .fa-hospital-o,.hospitalbox .glyphicon-refresh{
	float: right;
}
.hospitalbox .glyphicon-refresh{
	margin: 0;
}
.hospital span.glyphicon,.hospital span.fa-hospital-o{
	color: #5bc0de;
}
.hospitalbox span{
	cursor:pointer;
}
.patientBox{
	display: none;
}
.hospital span.hospitalHideDiv{
	display: none;
}
.hospital span.hospitalShowDiv{
	display: inline-block;
}
.patientBox.patientShowDiv{
	display: block;
}
.hospital .glyphicon{
	width: 14px;
	height: 11px;
	display: inline-block;
}
.peopleicon {
	width: 14px;
	height: 14px;
	display: inline-block;
	background-repeat:no-repeat;
    background-size:100% 100%;
    -moz-background-size:100% 100%;
}
.icon55{
    background-image: url(../../images/ren55.png);
}
.icon44{
    background-image: url(../../images/ren44.png);
}
.icon33{
    background-image: url(../../images/ren33.png);
}
.icon22{
    background-image: url(../../images/ren22.png);
}
.icon11{
    background-image: url(../../images/ren11.png);
}

.glyphicon.down,.glyphicon.downS{
	background: url(../../images/down.png) no-repeat  center center ;
	background-size:cover;
}
.glyphicon.left{
	background: url(../../images/left.png) no-repeat  center center ;
	background-size:cover;
}
.choiceInput{
	border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-top-color: #000000;
    border-right-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #000000;

    width: 120px;
    padding: 0;
    border-radius: 0;
    -webkit-appearance: none;
}
.choiceInput:focus {
    outline: none;
}
.hospitalSearchBox{
	display: none;
}
.hospital  .fa-hospital-o{
	margin-right: 5px;
}
#imageList .imgBox{
	display: inline-block;
	position:relative;
	width:18%;
	height:150px;
	margin:5px 0.9%;
}
body .imageBackground,.fullScreenImage{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
}
.fullScreenImage {
	display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.fullScreenImage img{
	vertical-align:middle;
	max-width: 100%;
}
.fullScreenImage span{
	height:100%;
	width:0;
	overflow:hidden;
    display:inline-block;
    vertical-align:middle;
}
body .imageBackground{
	background: black;
	opacity: 0.8;
}
#imageList .imgBox img{
	width:100%;
	height:150px;
	cursor: pointer;
}
#imageList .imgBox .operationBox{
	display: none;
	position:absolute;
	height: 30px;
	background-color: #ddd;
	bottom: 0;
    left: 0;
    right: 0;
}
#imageList .imgBox:hover .operationBox{
	display: block;
}
#imageList .buttonIconDiv{
	float: right;
	width: 16px;
	height: 16px;
	margin: 7px 3px;
	cursor:pointer;
}
#imageList .fileName{
	margin:0 62px 0 10px;
	line-height: 30px;
	font-size: 12px;
	text-overflow :ellipsis ;
    overflow: hidden;
}
#imageList .downloadImage{
	background-repeat: no-repeat;
    background-size: 100% 100%;
	background-image:  url(../../images/download.png);
	opacity: 1;
}
#imageList .previewImage{
	background-repeat: no-repeat;
    background-size: 100% 100%;
	background-image:  url(../../images/preview.png);
}

#imageList .desensitizeImage{
	background-repeat: no-repeat;
    background-size: 100% 100%;
	background-image:  url(../../images/html.png);
}
#imageList .deleteImage{
	background-repeat: no-repeat;
    background-size: 100% 100%;
	background-image:  url(../../images/delete.png);
}
.addMoreImage{
	margin-top: 20px;
	height: 20px;
	background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 20px 20px;
	background-image:  url(../../images/loadImage.png);
	cursor: pointer;
}
#fileList1{
	padding-top: 10px;
}
.boforeLeft,.afterRight,.closeImage{
    width: 30px;
    height: 30px;
    margin-top: -15px;
    position: fixed;
    top: 50%;
    left: 10px;
    background: #ddd;
    border-radius: 15px;
    cursor: pointer;
}
.closeImage{
	top: 40px;
	left: auto;
	right:10px;
}
.afterRight{
	left: auto;
	right:10px;
}
.boforeLeft div,.afterRight div,.closeImage div{
	width: 20px;
	height: 20px;
	background-size: 20px;
	background-repeat: no-repeat;
}
.boforeLeft div{
	background-image:  url(../../images/right64.png);
    margin: 5px 7px 5px 3px;
}
.afterRight div{
	background-image:  url(../../images/left64.png);
	margin: 5px 3px 5px 7px;
}
.closeImage div{
	width: 30px;
	height: 30px;
	background-size: 30px;
	background-image:  url(../../images/x.png);
	margin: 0;
}
#inputFile{
	position: absolute;
	cursor: pointer;
	width:86px;
	height: 33px;
	opacity: 0;
}
#patientButton button{
	background-color: white;
    border: 1px solid #ddd;
}
#patientButton button:hover{
	background-color: #5bc0de;
	color: white;
}
#patientButton{
    margin: 0 0 10px 10px;
}
td .left50{
	width: 50%;
	float: left;
}

.wit50{
	width: 50%;
	float: left;
}
.displayNone{
	display: none;
}

a {
	color: #337ab7 !important;
}
