/*
* @Author: xing.zhengjia
* @Date:   2016-03-14 14:09:14
* @Last Modified by:   xing.zhengjia
* @Last Modified time: 2016-08-26 17:06:05
*/


.no-skin .modal-content{
	box-shadow:none !important;
}
.modal-header {
    display: inline-block;
    width: 100%;
    margin: 0 auto !important;
    padding: 10px !important;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
    text-align: center !important;
    font-size: 20px !important;
    font-weight: 700;
    color: #1e2533 !important;
    background-color: #fff !important;
    border:none !important;
}

.bootstrap-dialog .bootstrap-dialog-title{
	padding-left: 25px;
	color: #1e2533 !important;
}

.modal-body{
	/*padding: 30px !important;*/
	text-align: center;
	color:#79808e;
	background-color: rgba(121, 128, 142, 0.05) !important;
}
.modal-footer{
	padding-bottom: 30px;
	padding-top: 0;
	border-top:none;
	background-color: rgba(121, 128, 142, 0.05) !important;
}
.bootstrap-dialog-footer-buttons{
	text-align:center;
}


.body_text{
	display:inline-block;
	margin:30px auto;
	font-size:16px;
	color:#207cdf;
}
.small_title{
	margin:15px auto;
	font-size:14px;
	font-weight: normal;
	color:#acb1be;
}

.checkbox{
	display:inline-block;
}
.checkbox label{
	padding-left: 10px;
}
.keep-secret,.keep-secret:hover {
	text-decoration:none;
    color: #238cf6;
}
.go_down,.go_down:hover{
	margin-left: 10px;
	color:#238cf6;
	text-decoration:none;
}
.dialog_blue_text{
	margin-bottom: 20px;
	font-size:26px;
	font-weight: 700;
	color:#238cf6;
}
.blue_text{
	font-size:16px;
	color:#238cf6;
}
.ol-text{
	padding:30px 0;
	font-size:16px;
}
/*合同内容*/
.protocol_text{
	padding:0 15px;
    height: 300px !important;
    overflow: auto !important;
    border: 1px solid rgba(172,177,190,.5) !important;
    background-color: #fff !important;
}

/*icon*/
.sad-icon{
	width: 70px;
    height: 70px;
    background-image: url(/assets/default/icon.png);
    background-size: 582px 439px;
    background-position: -353px -1px;
    background-repeat: no-repeat;
    display: inline-block;
    margin-bottom: 40px;
}
.smile-icon{
	width: 70px;
    height: 70px;
    background-image: url(/assets/default/icon.png);
    background-size: 582px 439px;
    background-position: -353px -74px;
    background-repeat: no-repeat;
    display: inline-block;
    //margin-bottom: 40px;
    margin-bottom: 15px;
}
.dots-icon{
	width: 28px;
	height: 28px;
	background-image: url(/assets/default/icon.png);
	background-size: 582px 439px;
	background-position: -241px -354px;
	background-repeat: no-repeat;
	display: inline-block; 
}
.pay-icon{
	width: 37px;
    height: 37px;
    background-image: url(/assets/default/icon.png);
    background-size: 582px 439px;
    background-position: -219px -201px;
    background-repeat: no-repeat;
    display: inline-block;
    margin-bottom: -8px;
    margin-right: 8px;
}



/*关闭图标*/
.bootstrap-dialog-close-button{
	display:block !important;
}
.bootstrap-dialog-close-button .close{ 
	color:#acb1be;
}



.bootstrap-dialog-footer-buttons .btn-default{  
	padding:0;
    margin-left: 30px;
    margin-right: 30px;
    width: 120px;
    height: 36px;
    line-height:36px;
	font-size: 14px;
	border-radius: 3px;
	text-shadow:none;
	color: #238cf6 !important;
	border:1px solid  #238cf6 !important;
	background-color: inherit !important;
}

.bootstrap-dialog-footer-buttons .btn-default:hover,
.bootstrap-dialog-footer-buttons .btn-default:focus{ 
	background-color: #fff !important;
	color: #207cdf !important;
	border:1px solid #207cdf !important; 
	top:0 !important;  
}
/*第二个按钮*/
.modal-footer .btn+.btn{ 
	padding:0;
    width: 120px;
    height: 36px; 
    line-height:36px;
    margin-left: 30px;
    margin-right: 30px;
	font-size: 14px;
	border-radius: 3px;
	text-shadow:none;
	color: #fff !important;
	border:1px solid  #238cf6 !important;
	background-color: #238cf6 !important;
}
.modal-footer .btn+.btn:focus,
.modal-footer .btn+.btn:hover{
	background-color: #207cdf !important;
	border:1px solid #207cdf !important;
}
 
/*一个确定按钮的情况*/
.bootstrap-dialog-footer-buttons .btn-primary{ 
	padding:0;
    width: 120px;
    height: 36px; 
    line-height:36px;
    margin-left: 30px;
    margin-right: 30px;
	font-size: 14px;
	border-radius: 3px;
	text-shadow:none;
	color: #fff !important;
	border:1px solid  #238cf6 !important;
	background-color: #238cf6 !important;
}
.bootstrap-dialog-footer-buttons .btn-primary:hover,
.bootstrap-dialog-footer-buttons .btn-primary:focus{
	background-color: #207cdf !important;
	border:1px solid #207cdf !important;
}

/*勾选样式*/

label input[type=checkbox].ace, label input[type=radio].ace {
    z-index: -100!important;
    width: 1px!important;
    height: 1px!important;
    clip: rect(1px,1px,1px,1px);
    position: absolute;
}

input[type=checkbox].ace, input[type=radio].ace {
    opacity: 0;
    position: absolute;
    z-index: 1;
    width: 18px;
    height: 18px;
    cursor: pointer;
}
input[type=checkbox].ace+.lbl, input[type=radio].ace+.lbl {
    position: relative;
    display: inline-block;
    margin: 0;
    line-height: 20px;
    min-height: 18px;
    min-width: 18px;
    font-weight: 400;
    cursor: pointer;
}
input[type=checkbox].ace:checked+.lbl::before, input[type=radio].ace:checked+.lbl::before {
	display: inline-block;
	content: '\f00c';
	background-color: #F5F8FC; 
    color: #207cdf;
    border: 2px solid #207cdf !important;
}
input[type=checkbox].ace+.lbl::before, input[type=radio].ace+.lbl::before {
    cursor: pointer;
    font-family: fontAwesome;
    font-weight: 400;
    font-size: 12px;
    color: #32a3ce;
    content: "\a0";
    background-color: #FAFAFA;
    border: 2px solid #79808e;
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
    border-radius: 0;
    display: inline-block;
    text-align: center;
    height: 16px;
    line-height: 14px;
    min-width: 16px;
    margin-right: 1px;
    position: relative; 
}

input[type=checkbox][disabled]+.lbl::before {
	background-color: #acb1be;
}

input[type=checkbox].ace:hover+.lbl::before, input[type=radio].ace:hover+.lbl::before{
	border-color: #238cf6;
}

/*私信*/
.bootstrap-dialog.type-primary .modal-header .bootstrap-dialog-header{
	text-align: center;
}
.bootstrap-dialog-title{
	font-weight: 400;
	color:#1e2533 !important;

}
.bootstrap-dialog-message .input-group{
	display: none;
}
.bootstrap-dialog-message{
	text-align: center;
}
.bootstrap-dialog-message textarea{
	width: 100%;
	height: 150px;
	padding: 10px 15px;
	border-radius: 4px !important;
	resize:none;
}
.bootstrap-dialog.type-primary .modal-body{
	padding: 35px 40px 10px;
}
.bootstrap-dialog.type-primary .modal-footer{
	padding: 10px 40px 35px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	background-color: #fff;
}
.bootstrap-dialog.type-primary .modal-dialog .modal-content .modal-footer{
	border: none;
}