/*.gray-background{*/
    /*position: fixed;*/
    /*top: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*background: rgba(0,0,0,0.3);*/
    /*z-index: 19891016;*/
/*}*/
/*.info-template-modal{*/
    /*width: 80%;*/
    /*height: 80%;*/
    /*position: fixed;*/
    /*top: 10%;*/
    /*left: 10%;*/
    /*background-color: #fff;*/
    /*overflow: auto;*/
    /*border: 1px solid #ccc;*/
    /*z-index: 19891018;*/
/*}*/

.info-template-modal form{
    padding: 15px;
}
.info-template-modal .pure-control-group{
    margin-bottom: 15px;
}
.info-template-modal .pure-control-group>label{
    width: 70px;
    display: inline-block;
}
.info-template-modal .pure-control-group textarea{
    width: 90%;
    resize: none;
    height: 80px;
    padding: 10px;
}
.info-template-modal .pure-control-group.layer-button{
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 0px!important;
}
.template-modal-title{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ccc;
    /*position: fixed;*/
    /*top: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    background-color: #fff;
    padding-left: 20px;
}
#newTemplateModal .fa-close{
    margin: 18px 30px;
    color: #999;
    font-size: 16px;
    cursor: pointer;
}