.dummy-group {}

.admin-title { width: 250px}

/* 책갈피 */
.nav-btn {
    width:auto; height:auto; display:inline-block; background:#f5f5f5; position:absolute; top:10px; left:251px;
    padding:3px; border-top:1px solid #e7e7e7; border-right:1px solid #e7e7e7; border-bottom:1px solid #e7e7e7;
    border-bottom-right-radius:3px; border-top-right-radius:3px; line-height:1.2em; color:#337ab7;
    cursor: pointer;
    text-decoration: none;
}
.nav-btn p {line-height:1.2em; color:#337ab7; font-size:13px; text-align:center; margin:0; }
.nav-btn p a:hover { background:#eeeeee; text-decoration:none; }

/* color */
.color-red { color: red; }

/* DataTables CSS */
table.dataTable tbody tr.selected {
    background-color: #b0bed9;
}

div.dataTables_scrollBody thead th::after {
    display:none;
}

/* cursor */
.cursor-pointer { cursor: pointer; }

.hidden { display: none}

/* align */
.float-left { float: left; margin-right: 5px;}
.float-right {float: right; margin-left: 5px; }


/* dext5upload */
#file_upload_area {
    display: table;
    width: 100%;
    height: 100%;
}

#dext5uploader_holder_dext5upload {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

/* 첨부파일관련 */
.filebox input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip:rect(0,0,0,0);
    border: 0;
}

.filebox .upload-btn {
    display: inline-block;
    padding: .5em .75em;
    color: #ffffff;
    font-size: inherit;
    line-height: normal;
    vertical-align: middle;
    background-color: #5CB85C;
    cursor: pointer;
    border-radius: .25em;
}

/* named upload */
.filebox .upload-name {
    width: 76%;
    display: inline-block;
    padding: .5em .75em;
    font-size: inherit;
    font-family: inherit;
    line-height: normal;
    background-color: #f5f5f5;
    border: 1px solid #ebebeb;
    border-bottom-color: #e2e2e2;
    border-radius: .25em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* 메인화면 */
.redTxt { color:#e40009; }
.wrap_admin { padding: 96px 0 0 50px; } /* 2016.11.10 수정*/
.admin_in {margin: 0 auto 0 50px; width: 90%; background: url('/static/images/admin_com-6071b479107c5ae0aff7bcf250399bfd.png') right bottom no-repeat;  } /* 2016.11.10 수정*/
.admin_in h1 {font-size: 35px; line-height: 1.3em; font-weight: normal;}
.admin_in .adminTxt {font-size: 21px; line-height: 1.3em; font-weight: normal; padding: 36px 0 57px 0;}
.admin_down {width: 257px; height: 65px; border-radius: 10px; background: url('/static/images/admin_down_ico-1ae2f4ef7bb8e349ea252ef59fc3996b.png') 210px center #0091d0 no-repeat; display: inline-block; line-height: 66px; padding-left: 28px; font-size: 17px; }
.admin_down span {color:#fff;}
.admin_botTXt {margin-top: 60px; background: url('/static/images/admin_red-91eab976f70ab1389fa984329ba9a5fe.png') 0 8px no-repeat; font-size: 16px; padding-left: 8px; line-height: 1.3em; vertical-align: middle;} /* 2016.11.10 수정*/
.admin_botTXt .numTxt {letter-spacing: 0; font-size: 21px; font-weight: bold; vertical-align: bottom;}



/* search-form margin without npsp */
label.label-margin.nbsp2 > :first-child { margin-left: 8px; }
.ml8 { margin-left: 8px;}
.mr8 { margin-right: 8px;}
.mr0 { margin-right: 0 !important;}

@media (min-width: 768px) {
    /*.mini-date { max-width: 90px;  }*/
}


input.readonly {
    border: 0;
    background: transparent;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    background-color: transparent !important;
    cursor: default;



}

div.pull-left.buttons {
    margin-right: 10px;
}

div.pull-left.table-count {
    line-height: 1.0;
}

div.dateGroup {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}