@charset "utf-8";








div.wrap_login {

}
div.wrap_menu {
    color: #fff;
}
div.wrap_navi {

}
div.wrap_module {

}
div.box_module {
    border: 5px solid #1a69ac;
    border-radius: 3px;
}
div.wrap_menu,
div.wrap_tail {
    background: linear-gradient(to bottom, #1a69ac 0%,#093A64 100%);
    color: #fff;
}





table.wos_view > thead.wos_view > tr > th,
table.wos_view > tbody.wos_view > tr > th,
table.wos_view > tfoot.wos_view > tr > th {
    background-color: #1a69ac;
    border: 1px solid #ddd;
    color: #fff;
}


table.wos_list > thead.wos_list > tr > th,
table.wos_list > tbody.wos_list > tr > th,
table.wos_list > tfoot.wos_list > tr > th {
    border: 1px solid #ddd;
    background-color: #1a69ac;
    color: #fff;
}

/* 선택한 Grid 색상*/
table.wos_list > thead.wos_list > tr.active,
table.wos_list > tbody.wos_list > tr.active,
table.wos_list > tfoot.wos_list > tr.active {
    background-color: #9BFFDA !important;
}


table.wos_list > thead.wos_list > tr > td,
table.wos_list > tbody.wos_list > tr > td,
table.wos_list > tfoot.wos_list > tr > td {
    border-bottom: 1px solid #ddd;
}

table.wos_list > tbody.wos_list > tr:nth-child(even) {
    background-color: #efefef;
}


table.wos_list > tbody.wos_list > tr.selected {
    background-color: #ccccff;
}

table.wos_list > tbody.wos_list > tr:hover {
    background-color: #e6e6ff ;
}





table.wos_view > thead.wos_view > tr > td,
table.wos_view > tbody.wos_view > tr > td,
table.wos_view > tfoot.wos_view > tr > td {
    border-bottom: 1px solid #ddd;
}


table.wos_view > thead.wos_view > tr:nth-child(1),
table.wos_view > tbody.wos_view > tr:nth-child(1),
table.wos_view > thead.wos_view > tr:nth-child(1) > th,
table.wos_view > thead.wos_view > tr:nth-child(1) > td,
table.wos_view > tbody.wos_view > tr:nth-child(1) > th,
table.wos_view > tbody.wos_view > tr:nth-child(1) > td {
    border-top: 1px solid #ddd;
}



table.medi_info,
table.medi_info > thead > tr > th,
table.medi_info > thead > tr > td,
table.medi_info > tbody > tr > th,
table.medi_info > tbody > tr > td,
table.medi_info > tfoot > tr > th,
table.medi_info > tfoot > tr > td {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
table.medi_info > thead > tr > th,
table.medi_info > tbody > tr > th,
table.medi_info > tfoot > tr > th {
    background-color: #efefef;
    border-bottom: 0px;
}
table.medi_info > thead > tr > td,
table.medi_info > tbody > tr > td,
table.medi_info > tfoot > tr > td {
    border-bottom: 1px solid #ccc;
}
