.red{
	color: red!important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    margin-top: 0px;
}

.table-td-overflow {
    max-width: 300px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4 {
    font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", FontAwesome, sans-serif;
}

body .wrapper-sm {
    font-size: 12px;
}

.wrapper-sm .checkbox label, .wrapper-sm .radio label, .wrapper-sm label, .wrapper-sm .label-on-left, .wrapper-sm .label-on-right {
    font-size: 12px;
}

.wrapper-sm .form-control {
    font-size: 12px;
}

.wrapper-sm .form-control::-moz-placeholder {
    font-size: 12px !important;
}

.wrapper-sm .form-control:-ms-input-placeholder {
    font-size: 12px !important;
}

.wrapper-sm .form-control::-webkit-input-placeholder {
    font-size: 12px !important;
}

.wrapper-sm .table > thead > tr > th {
    font-size: 1.05em;
}

.wrapper-sm .sidebar .nav p, .off-canvas-sidebar .nav p {
    font-size: 12px;
}

/*.wrapper-sm .main-panel > .content {
    padding-top: 0;
}*/
.wrapper-sm .card {
    margin-top: 0;
}

label.error {
    color: red!important;
    font-size: 10px;
}

.modal .card {
    box-shadow: none;
}

.main-panel > .content {
    min-height: calc(100vh - 150px);
}

.sidebar .sidebar-wrapper, .off-canvas-sidebar .sidebar-wrapper {
    height: calc(100vh - 90px);
}

@keyframes color {
    100%, 0% {
        stroke: #9c27b0;
    }
    50% {
        stroke: #ff9800;
    }
    100% {
        stroke: #9c27b0;
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

.loader:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.loader {
    margin: 0 auto;
    width: 50px;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    z-index: 1;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    text-align: center;
    top: 50%;
    height: 50px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.34);
    border-radius: 50%;
    background-color: white;
}

.circular {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 2s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite, color 2s ease-in-out infinite;
    stroke-linecap: round;
}

.logo img{
    border-radius: 4px;
}

.no-break{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 30px;
    line-height: 20px;
    padding: 5px 0px;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 164px;
    display: inline-block;
}

.float-left{
	float:left;
    margin-top: 9px;
}

input[type="text"]:disabled, select:disabled { 
	color: #ddd!important; 
	border-radius: 4px;
}

.house-upload-btn {
	font-size:55px;
	color: #c3c3c3;
    cursor: pointer;
}
.house-upload-btn:after{
    font-size: 14px;
    content: '点击上传';
    display: block;
    text-align: center;
}
.pointer{
	cursor: pointer;
}
input[type="file"]{ 
	cursor: pointer!important;
}
.rmb {
	font-size:14px;
	color:#f44336;
    font-weight: 350;
}
.rmb:before{
	content:'\00A5';
	font-size:12px;
}
table.dataTable > tbody > tr > td.padding0{
	padding-right:0px !important;
	padding-left:0px !important;
}
.bind-hidden-data{
	cursor: pointer;
}
price{
	color:rgba(224, 8, 8, 0.74);
}
price:before{
	content:'￥'
}
.checkbox-inline, .radio-inline{
    padding-left: 0px!important;
    padding-right: 20px;
}
.select2-container{
	z-index: 99999999999999;	
}