﻿/*操作提示*/
.alertDiv
{
	position: fixed;
	top: 0px;
	width: 500px;
	padding:10px 20px;
	border-radius: 3px;
	font-size:16px;
	line-height:20px;
	z-index:10005;
}

.alertDiv-green
{
	border: solid 1px #ccc;
	background-color: #5fb06a;
	color: #FFF;
}

.alertDiv-red
{
	border: solid 1px #ccc;
	background-color: #ff6a00;
	color: #FFF;
}

.btn120px
{
	width: 120px;
}

.btn100px
{
	width: 100px;
}

.control-label-left
        {
            padding-top: 7px;
            margin-bottom: 0;
            text-align: left;
        }
.not-null {
    color:red;
}
.box-title .btn {
    padding:2px 12px;
}
.tag-num {
    background-color:red;
    color:white;
    font-size:8px;
    border-radius:5px;
    padding:0 2px;
    margin-left:3px;
}
/**解决 多个modal重叠，导致modal滚动条消失事件**/
.modal{overflow:auto!important;}


.scrollbar-style{}
.scrollbar-style::-webkit-scrollbar {/*滚动条整体样式*/
        width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
        height: 1px;
}
.scrollbar-style::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
        border-radius: 10px;
         -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        background: #535353;
}
.scrollbar-style::-webkit-scrollbar-track {/*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        border-radius: 10px;
        background: #EDEDED;
}
.error {color:red;
}
/*.modal-header{cursor:move}*/


.radioP {
  margin: 0.5rem;
}
.radioP input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.radioP input[type="radio"] + .radio-label:before {
  content: '';
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.radioP input[type="radio"]:checked + .radio-label:before {
  background-color: #3197EE;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radioP input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #3197EE;
}
.radioP input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radioP input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}

.cb30 {
    width:30px;
    height:30px;
}
.cb25 {
    width:25px;
    height:25px;
}
.cb20 {
    width:20px;
    height:20px;
}

/*搜索框显示清空input内容按钮样式*/
.searchFormI{ position:relative; left:-25px; cursor:pointer;}
.btn-group a{ margin:1px 3px;}

.table > thead > tr > th { background-color:#efefef}
.table > tbody > tr > td {line-height:22px;}
.table > tbody > tr > td  > img{ margin:1px;}
.shortContent{overflow:hidden;text-overflow:ellipsis;white-space:nowrap; max-width:200px; background-color:#fff; padding:3px 0;}
.none{display:none}






/*UEditor自定义上传样式*/

 .ueditor-container{ text-align:right; margin-bottom:20px;}
        .ueditor-container-float {
            float: left;
            width: 120px;
            height: 120px;
            overflow: hidden;
            border: 1px solid #CCCCCC;
            border-radius: 5px;
            padding: 5px;
            margin: 5px;
        }

        .ueditor-container-float img {
            position: relative;
            width:110px;
            height:auto;
        }

        .ueditor-container-result {
            text-align: center;
            box-sizing: border-box;
        }

        .ueditor-container-delete {
            width: 110px;
            height: 110px;
            position: absolute;
            text-align: center;
            line-height: 40px;
            z-index: 10;
            font-size: 20px;
            background-color: rgba(255,255,255,0.8);
            color: #777;
            opacity: 0;
            transition-duration: 0.7s;
            -webkit-transition-duration: 0.7s;
        }
        .ueditor-container-delete:hover {
            cursor: pointer;
            opacity: 1;
        }
            .ueditor-container-delete div {
                font-size:14px;
                line-height:20px;
                text-align:left;
                padding:0 5px;
            }
        .ueditor-container button{ padding:5px 10px; border:1px solid #8e9ae8; background-color:#eae8ff; color:#666; cursor:pointer; font-size:16px; }
        .ueditor-container button:hover { background-color:#c8e3eb; border-color: #cdd0e0 }

/*UEditor自定义上传样式*/




/*组合input长度样式*/
.short-input{width:150px;}
.short-input1{width:60px;}
.short-input2{width:100px;}




/*组合input长度样式*/
.div-placeholder {
}
.div-placeholder:empty:before{
    content: attr(placeholder);   /* element attribute*/
    /*content: 'this is content';*/
    color:#e6e6e6;
    letter-spacing: 2px;
    font-size: 16px;
}
/*焦点时内容为空*/
.div-placeholder:focus:before{
    content:none;
}

