﻿.mui-popover .mui-scroll-wrapper .mui-scroll h3{
	text-align:center;
	font-size:18px;
	color:#323232;
	padding-bottom:20px;
	margin:0;
	font-weight:normal;
}
.mui-popover .mui-scroll-wrapper .mui-scroll ul{
	padding:0;
	margin:0;
}
.mui-popover .mui-scroll-wrapper .mui-scroll li{
	list-style:none;
}
.mui-popover .mui-scroll-wrapper .mui-scroll h3 span{
	color:#d00000;
}
.mui-popover{
	width: 90%;
	height:320px;
	background:#fff;
	margin-left:-3.5%;
}
.mui-popover02{
	
	margin-left:3.5%;
	height:365px;
}
.mui-popover .mui-popover-arrow:after {
    position: absolute;
    top: 19px;
    left: 0;
    width: 0;
    height: 0;
    content: ' ';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 3px;
    background: #f7f7f7;
}
.mui-popover .mui-scroll-wrapper{
	padding:20px 20px 0;
}
.mui-scroll {
    position: relative;
}
.mui-popover .mui-scroll-wrapper .mui-scroll ul li{
	position:relative;
}
.mui-popover .mui-scroll-wrapper .mui-scroll ul li b{
	font-weight:normal;
	position:absolute;
	top:15px;
	right:10px;
	color:#626262;
}
.mui-popover .mui-scroll-wrapper .mui-scroll li input[type="text"]{
	border:none;
	border-radius:0;
	border-bottom:1px solid #c8c8c8;
}
.mui-popover .mui-scroll-wrapper .mui-scroll li:before{
	content:"";
	width:1px;
	height:5px;
	background:#c8c8c8;
	left:0;
	bottom:10px;
	position:absolute;
}
.mui-popover .mui-scroll-wrapper .mui-scroll li:after{
	content:"";
	width:1px;
	height:5px;
	background:#c8c8c8;
	right:0;
	bottom:10px;
	position:absolute;
}
.mui-popover .mui-scroll-wrapper .mui-scroll li.mui-ipt{
	font-size:15px;
	color:#666;
}
.mui-popover .mui-scroll-wrapper .mui-scroll li.mui-ipt i{
	font-style:normal;
	border:1px solid #666;
	border-radius:50%;
	padding:0 6px;
	margin-right:5px;
}
.mui-popover .mui-scroll-wrapper .mui-scroll li.mui-ipt span{
	color:#dd0000;
}
.mui-popover .mui-scroll-wrapper .mui-scroll li.mui-ipt .mui-btn-danger {
    border: 1px solid #dc0000;
    background-color: #dc0000;
	margin-top:20px;
}
.mui-popover .mui-scroll-wrapper .mui-scroll li.mui-ipt:before,
.mui-popover .mui-scroll-wrapper .mui-scroll li.mui-ipt:after{
	width:0;
	height:0;
	bottom:0;
}
.mui-table-view.mui-grid-view .mui-table-view-cell .mui-media-object {
    height: 130px;
}