/*؛èرمبي¼‏*/
.hyui_comm-btn{
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}

.hyui_comm-btn_primary{
	background-color: #2e9ee5;
	color: white;
}
.hyui_comm-btn_primary:ACTIVE{
	color: rgba(255, 255, 255, 0.6);
	background-color: #0f7dc3;
}
.hyui_comm-btn_default{
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
}
.hyui_comm-btn_default:ACTIVE{
	color: rgba(0, 0, 0, 0.6);
	background-color: #dedede;
}

.hyui_comm-picker{
	position: absolute;
	top: 100%;
	z-index: 1060;
	background-color: white;
	width: 100%;
	height: auto;
	border: 1px solid #2e9ee5;
	font-size: 14px;
}
.hyui_comm-pickerTop{
	top: 100%;
	bottom: auto;
	border-width: 0px 1px 1px 1px;
}
.hyui_comm-pickerBottom{
	top: auto;
	bottom: 0px;
	border-width:0px;
	padding-bottom: 10px;
}

.hyui_comm-picker-title{
	display: table;
	width: 100%;
	background-color: #f2f2f2;
	padding: 0px 15px;
	
}
.hyui_comm-picker-titleBtn{
	display: table-cell;
	width: 60px;
	padding: 5px 0px;
}
.hyui_comm-picker-titleBtn .hyui_comm-btn{
	width: 100%;
	display: none;
	padding: 4px 12px;
}
.hyui_comm-picker-titleContent{
	display: table-cell;
	text-align: center;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
}
.hyui_comm-picker-content{
	width: 100%;
	min-height: 80px;
	max-height: 340px;
    overflow-y: auto;
}
.hyui_comm-picker-content::-webkit-scrollbar-track {
	background-color: #F5F5F5;
}
.hyui_comm-picker-content::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}
.hyui_comm-picker-content::-webkit-scrollbar-thumb {
	background-color: #9e9e9e;
}
.hyui_select-ul{
	list-style: none;
	padding: 0px 15px;
}
.hyui_select-ul li{
	list-style: none;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #d2d2d2;
	cursor: pointer;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.hyui_select-ul li i{
	font-size: 26px;
	color: #d2d2d2;
}
.hyui_select-ul li span{
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.hyui_select-ul li .logo{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 15px;
}
.hyui_select-ul li .logoACTIVE{
	color:#2e9ee5;
}


.hyui_select-ul li:ACTIVE{
	background-color: #dedede;
}

.hyui_select-ul li:hover {
    background-color:#f5f5f5;
}
.hyui_fileButton{
	padding: 0px 10px 0px 10px;
    height: 30px;
    line-height: 30px;
    background-color: #2e9ee5;
    color: white;
    display:inline-block;
    cursor: pointer;
}

.hyui_fileFill{
	margin-top:80px;
	color:white;
	background-color:#2e9ee5;
	height: 100%;
	width: 0%;
	text-align: right;
}
.hyui_fileClose{
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
	background-repeat:no-repeat;
    background-image: url(../../../images/close_white.png);
    background-position: center;
    background-color:#2e9ee5;
}
.hyui_fileViewer{
	display: none;
}

.hyui_uploadFile{
	width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
}
.hyui_uploadFile .uploadMsg{
	line-height: 26px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
}
.hyui_uploadFile .fileDropMsg{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    line-height: 130px;
    display: none;
    background-color: #f1fafc;
    color: #999999;
    font-size: 14px;
    font-weight: bold;
}
    

.hyui_uploadFileList{
	
}
.hyui_uploadFileList-item,.hyui_uploadFileList-addItem{
	margin: 5px;
	height: 90px;
	width: 90px;
	position: relative;
	display: inline-block;
	border: 1px solid #d2d2d2;
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center;
	cursor:pointer;
}
.hyui_uploadFileList-item .itemTitle {
	width:100%;
	height: 26px;
	line-height: 26px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	opacity:0.5;
	color:white;
	background-color:black;
	position: absolute;
    bottom:0px;
    left: 0px;
}
.hyui_uploadFileList-item .closeIcon {
	cursor:pointer;
	color:red;
	font-size: 20px;
	position: absolute;
    right: -5px;
    top: -5px;
    display: none;
}

.hyui_uploadFileList-addItem{
	border: 1px dashed #d2d2d2;
}
.hyui_uploadFileList-addItem .addIcon{
	
	color:#d2d2d2;
	font-size: 40px;
	position: absolute;
    left: 27px;
    top: 25px;
}
.hyui_uploadFileList-addItem .progressbar{
	
	width:100%;
	height: 26px;
	line-height: 26px;
	position: absolute;
    bottom:0px;
    left: 0px;
}
.hyui_uploadFileList-addItem .progressbarFill{
	opacity:0.5;
	color:white;
	background-color:black;
	height: 100%;
	width: 0%;
	text-align: right;
}


.hy-uploadFileListitem1{
	margin: 5px;
	height: 90px;
	width: 90px;
	position: relative;
	display: inline-block;
	border: 1px solid transparent;
}
.hy-uploadFile .hy-uploadFileListitem1:HOVER{
	border: 1px solid #d2d2d2;
	cursor: pointer;
}
.hy-uploadFileListitem1 .fileImg{
	width: 60px;
	height: 60px;
	background-color: #f2f2f2;
	margin-top: 5px;
	margin-left: 15px;
	display: inline-block;
	text-align: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;}
