#notice-manage #notice-tool-bar button:disabled{
    background-color: #ebebeb;
    color: #bbb;
    opacity: 1;
}

#notice-manage table td label.title{
    font-weight: 700;
    cursor: pointer;
}

#notice-manage .error-border{
    border: 1px solid #ff7f7f !important;
    background-color: #fff !important;
}

    /*NOTICE DETAIL*/
#notice-manage .table-head .return{
    color: #337ab7;
    cursor: pointer;
}

#notice-manage .table-head .return:hover{
    color: #088bfa;
}

#notice-manage div.detail{
    padding-top: 0;
    padding-bottom: 0;
}

#notice-manage div.detail .notice-title{
    position: relative;
    height: 70px;
    line-height: 70px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #f5f5f5;
}

#notice-manage div.detail .notice-title .title{
    font-size: 16px;
    font-weight: 700;
}

#notice-manage div.detail .notice-title .date{
    font-size: 12px;
    font-weight: 400;
    color: #999;
}

#notice-manage div.detail .notice-title .delete{
    position: absolute;
    right: 30px;
    top: 17px;
    width: 67px;
    height: 35px;
    line-height: 35px;
    background-color: #0ea0ff;
    border: none;
    outline: none;
    color: #fff;
}

#notice-manage div.detail .notice-title .delete:hover{
    background-color: #088bfa;
}

#notice-manage div.detail .notice-content{
    /*padding-top: 30px;*/
    /*padding-bottom: 60px;*/
    word-break: break-all;
    padding: 30px 10px 60px 10px;
}
/*NOTICE DETAIL END*/

/*CREATE NOTICE MODAL*/
#notice-manage #noticeModal .modal-body{
    height: 312px;
}

#notice-manage #noticeModal .modal-body > div{
    margin-bottom: 20px;
}

#notice-manage #noticeModal .modal-body div label{
    width: 60px;
}

#notice-manage #noticeModal .modal-body div.title{
    height: 30px;
    line-height: 30px;
}

#notice-manage #noticeModal .modal-body div.title label,
#notice-manage #noticeModal .modal-body div.title input{
    height: 30px;
    line-height: 30px;
}

#notice-manage #noticeModal .modal-body div.title input{
    width: 300px;
    padding-left: 4px;
    padding-right: 4px;
    margin-left: -4px;
    border: 1px solid #ddd;
}

#notice-manage #noticeModal .modal-body div.content{
    height: 120px;
    position: relative;
}

#notice-manage #noticeModal .modal-body div.content label{
    position: absolute;
    left: 0;
    top: 0;
}

#notice-manage #noticeModal .modal-body div.content textarea{
    margin-left: 60px;
    height: 120px;
    width: 380px;
    padding-left: 4px;
    padding-right: 4px;
    resize: none;
    border: 1px solid #ddd;
}

#notice-manage #noticeModal .modal-body div.content textarea:focus{
    outline: none;
}

#notice-manage #noticeModal .modal-body div.date{
    position: relative;
    height: 30px;
}

#notice-manage #noticeModal .modal-body div.date > label{
    position: absolute;
    height: 30px;
    line-height: 30px;
}

#notice-manage #noticeModal #publishDate{
    height: 30px;
    width: 200px;
    display: inline-block;
    margin-left: 60px;
}

#notice-manage #noticeModal .modal-body div.date input{
    padding-left: 8px;
    padding-right: 8px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ddd;
    border-radius: 0;
}

#notice-manage #noticeModal .modal-body div.date span{
    border-radius: 0;
}

#notice-manage #noticeModal .modal-body div.publish-status{
    margin-bottom: 0;
}

#notice-manage #noticeModal .modal-body div.publish-status .dropdown{
    position: relative;
    display: inline-block;
    margin-left: -4px;
}

#notice-manage #noticeModal .modal-body div.publish-status .dropdown button{
    position: relative;
    height: 30px;
    line-height: 1;
    font-size: 12px;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 100px;
    padding: 3px 22px 3px 6px;
}

#notice-manage #noticeModal .modal-body div.publish-status .dropdown button .caret{
    position: absolute;
    right: 10px;
    top: 13px;
}

#notice-manage #noticeModal .modal-body div.publish-status .dropdown ul{
    width: 100%;
}

#notice-manage #noticeModal .modal-body div.publish-status .dropdown ul a{
    padding: 0 6px;
}
/*CREATE NOTICE MODAL END*/