/*左侧菜单栏*/
.dropdown-toggle .menu-text {
    cursor: pointer;
}
/*表格左右对齐*/

.page-content {
    padding: 0;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    border-radius: 3px!important;
}

.form-group select,
.form-group textarea,
.form-group input[type="text"],
.form-group input[type="password"],
.form-group input[type="datetime"],
.form-group input[type="datetime-local"],
.form-group input[type="date"],
.form-group input[type="month"],
.form-group input[type="time"],
.form-group input[type="week"],
.form-group input[type="number"],
.form-group input[type="email"],
.form-group input[type="url"],
.form-group input[type="search"],
.form-group input[type="tel"],
.form-group input[type="color"] {
    border-radius: 3px!important;
}

.modal-open .modal {
    overflow-y: hidden;
}

.mainContent {
    /*min-height: 500px;*/
}

.content-wrap {
    padding: 5px 30px;
}

.content-wrap .nest {
    background: none repeat scroll 0 0 #fff;
    clear: both;
    position: relative;
    border-radius: 3px;
}

.content-wrap .nest .title-alt {
    border-radius: 4px 4px 0 0;
    height: 50px;
    border-bottom: 1px dotted #DDDDDD;
}

.content-wrap .nest .title-alt h6 {
    color: #9EA7B3;
    float: left;
    font-family: 'Open Sans', serif;
    font-size: 14px;
    font-weight: normal;
    left: 15px;
    padding: 0 5px 2px;
    position: relative;
    text-transform: uppercase;
    top: 6px;
}

.content-wrap .nest .title-alt .titleClose {
    border-radius: 3px 0 0;
    float: right;
    margin: 14px 15px 0 0;
}

.content-wrap .nest .title-alt .titleClose .gone {
    color: #DDDDDD;
    font-size: 16px;
    position: relative;
}

.content-wrap .entypo-up-open:before {
    content: "\e75f";
}

.content-wrap .entypo-cancel:before {
    content: "\2715";
}

.content-wrap [class*="entypo-"]::before {
    font-family: entypo, sans-serif;
}

.content-wrap .nest .title-alt .titleToggle {
    float: right;
    border-radius: 3px 0px 0px;
    margin: 14px 10px 0px 0px;
}

.content-wrap .nest .title-alt .titleToggle .nav-toggle-alt {
    color: rgb(221, 221, 221);
    font-size: 16px;
    position: relative;
}

.content-wrap .body-nest {
    /*padding: 15px;*/
    background: none 0px 0px repeat scroll rgb(255, 255, 255);
    border-radius: 0px 0px 4px 4px;
}

.content-wrap .form_center {
    width: 70%;
    margin: 0px auto;
}

.content-wrap .form-horizontal .control-label {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.content-wrap .form-actions {
    margin: 20px 0 0 0;
    display: inline-block;
    width: 100%;
}

.content-wrap .form-actions .btn-primary {
    float: right;
}

.content-wrap .form-actions .btn-default {
    float: left;
}


/*表格 姓名*/

.cursor-pointer {
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .content-wrap .form_center {
        width: 100%;
        margin: 0px auto;
    }
}