﻿.div_modal {
    z-index: 1;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

.filter_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(./images/filterbg.png) repeat;
}

.common_modal {
    position: absolute;
    background: #fff;
    border-radius: 2px;
    overflow: hidden;
    top: 20px;
    left: 30px;
    width: 768px;
    height: 432px;
}

.modal_head {
    height: 39px;
    border: 1px solid #4968c0;
    background: #425c7d;
    position: relative;
}

.model_head_title {
    margin-left: 14px;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    line-height: 40px;
}

.ngdialog-close {
    float: right;
    margin-right: 10px;
    margin-top: 12px;
    display: block;
    width: 15px;
    height: 15px;
    background: url(./images/close.png) no-repeat center;
}

.ngdialog-close:before {
    content: initial;
}

.modal_content {
    position: absolute;
    top: 41px;
    left: 0;
    right: 0;
    bottom: 45px;
}
.modal_content_info {
    float: left;
    text-indent:15px;
    padding-top:10px;
}

.modal_bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 44px;
    border-top: 1px solid #ccc;
}

.btnGroup {
    float: right;
    margin-right: 16px;
    margin-top: 6px;
}

.new_btn_normal {
    display: inline-block;
    height: 30px;
    width: auto;
    padding: 0 14px;
    border: 1px solid #cfcfcf;
    border-radius: 1px;
    background: url(./images/btn_normal.png) repeat-x;
    line-height: 30px;
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

.new_btn_normal:hover {
    background: url(./images/btn_primary.png) repeat-x;
    border-bottom: 1px solid #c75d3f;
    color: #ffffff;
}

.new_btn_primary {
    display: inline-block;
    height: 30px;
    width: auto;
    padding: 0 14px;
    border: 1px solid #cfcfcf;
    border-radius: 1px;
    background: url(./images/btn_primary.png) repeat-x;
    line-height: 30px;
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

.region_cont {
    height: auto;
    text-align: center;
    padding: 5%;
}

.region_a {
    display: inline-block;
    height: 30px;
    width: 185px;
    margin-bottom: 15px;
    border: 1px solid #cfcfcf;
    border-radius: 1px;
    background: url(./images/btn_normal.png) repeat-x;
    line-height: 30px;
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

.region_a:hover {
    background: url(./images/btn_primary.png) repeat-x;
    border-bottom: 1px solid #c75d3f;
    color: #ffffff;
}