geoinfo_admin/src/main/webapp/css/admins/style.css

1434 lines
28 KiB
CSS

@charset "UTF-8";
/* 기본 */
img {
border: 0;
}
body {
margin-left: 16;
margin-top: 20;
margin-right: 16;
margin-bottom: 0;
scrollbar-face-color: #FFFFFF;
scrollbar-shadow-color: #A0A0A0;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #A0A0A0;
scrollbar-darkshadow-color: #F6F6F6;
scrollbar-track-color: #F6F6F6;
scrollbar-arrow-color: #A0A0A0;
}
/* 페이지 네비게이션 */
.navi_cur {
font-family: "굴림체";
font-size: 9pt;
color: #3F3F3F;
line-height: 150%;
font-weight: bold;
}
a.navi:link {
font-family: "굴림체";
font-size: 9pt;
color: #3F3F3F;
text-decoration: none;
line-height: 150%;
}
a.navi:visited {
font-family: "굴림체";
font-size: 9pt;
color: #3F3F3F;
text-decoration: none;
line-height: 150%;
}
a.navi:hover {
font-family: "굴림체";
font-size: 9pt;
color: #3F3F3F;
text-decoration: underline;
line-height: 150%;
}
/* 목록 헤드와 내용 */
.list_head {
font-size: 9pt;
font-family: ;
font-weight: bold;
line-height: 150%;
color: #B64E0F;
}
.list_head2 {
font-size: 9pt;
font-family: ;
font-weight: bold;
line-height: 150%;
color: #1180B5;
}
.list_head_noti {
font-size: 9pt;
font-family: ;
font-weight: bold;
line-height: 150%;
color: #B64E0F;
}
.list_content {
font-size: 9pt;
font-family: ;
line-height: 150%;
color: #525252;
}
/* search */
.search {
font-size: 9pt;
color: #545454;
}
.search1 {
font-size: 9pt;
color: #545454;
}
.date_search {
font-size: 9pt;
font-weight: bold;
color: #545454;
}
/* 폼 */
Select {
font-size: 9pt;
}
input {
font-size: 9pt;
}
.write {
background-color: #FFFFFF;
border-color: #C5C5C5;
border-width: 1px;
border-style: solid;
font-size: 10pt;
}
.input {
font-size: 9pt;
border: 1x solid #C8D0D5;
text-align: left;
color: #333333;
}
.input1 {
font-size: 9pt;
border: 1x solid #8C8C8C;
}
.input2 {
font-size: 9pt;
border: 1x solid #D1DEDE;
text-align: justify;
padding-right: 3px;
background-color: #F4F7F7;
height: 17px;
padding-left: 3px;
}
.input3 {
font-size: 9pt;
border: 1x solid #8C8C8C;
text-align: center;
padding-top: 2px;
}
Input.search {
background-color: #F9F9F9;
border-color: #C5C5C5;
border-width: 1px;
border-style: solid;
font-size: 10pt;
}
/* 일반 */
a:link {
font-family: "굴림체";
font-size: 9pt;
color: #525252;
text-decoration: none;
line-height: 150%;
}
a:visited {
font-family: "굴림체";
font-size: 9pt;
color: #525252;
text-decoration: none;
line-height: 150%;
}
a:hover {
font-family: "굴림체";
font-size: 9pt;
color: #FF8000;
text-decoration: underline;
line-height: 150%;
}
/* FAQ */
.faq_q {
font-size: 9pt;
line-height: 150%;
color: #1F177C;
font-weight: bold;
}
.faq_a {
font-size: 9pt;
line-height: 150%;
color: #1F177C;
}
/* QnA */
.qna_head {
font-size: 9pt;
font-family: ;
font-weight: bold;
line-height: 150%;
color: #939393;
}
.qna_content {
font-size: 9pt;
font-family: ;
line-height: 150%;
color: #939393;
padding-left: 5px;
padding-right: 5px;
}
.qna_contentH {
font-size: 9pt;
font-family: ;
line-height: 150%;
color: #939393;
padding: 5px;
}
.qna_reply {
font-size: 9pt;
font-family: ;
line-height: 120%;
color: #3F83FF;
padding-left: 5px;
padding-right: 5px;
}
.qna_reply_gray {
font-size: 9pt;
font-family: ;
line-height: 150%;
color: #939393;
}
/* 팝업타이틀, 입력창(input, select) 추가 2017.08.01 */
.pop_title {
height: 20px;
border-bottom: 1px solid #31b0e5;
background: url("../../images/admins/bullet03.png") 10px 10px no-repeat;
padding: 7px 0 7px 27px;
font-size: 14px;
font-family: ;
font-weight: bold;
line-height: 150%;
color: #1180B5;
}
.input_txt {
padding: 3px;
border: 1px solid #ccc;
border-radius: 3px;
color: #666;
font-size: 12px;
}
/* 2023.10.11 LHJ 게시판 제목에서 길이 초과된 뒷부분 생략 추가 */
#Table_List {
table-layout: fixed;
}
#Table_List td {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
/* 2023.10.23 LHJ 팝업 미리보기 화면 추가 */
.popup_noti {
width: 500px;
height: 600px;
display: flex;
flex-direction: column;
position: relative;
}
.bg_noti:nth-child(1) {
flex-grow: 2.5;
background-color: #FFCCB3;
}
.bg_noti:nth-child(2) {
flex-grow: 1.5;
background-color: #FFF2D0;
}
.bg_noti:nth-child(3) {
flex-grow: 6;
background-color: #DCF1EA;
}
.bg_white {
position: absolute;
top: 10%;
left: 7%;
right: 7%;
bottom: 5%;
background-color: white;
border: 1px solid black;
}
.subject_noti {
position: absolute;
top: 10%;
left: 7%;
right: 7%;
font-family: "NanumGothicB";
font-weight: bold;
font-size: 15pt;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.contents_noti pre {
display: block;
padding: inherit;
margin: inherit;
font-size: inherit;
line-height: inherit;
color: inherit;
word-break: break-all;
word-wrap: break-word;
white-space: pre-wrap;
background-color: inherit;
border: inherit;
border-radius: inherit;
font-family: inherit;
}
.contents_noti {
position: absolute;
top: 27%;
left: 7%;
right: 7%;
bottom: 5%;
font-family: "Nanum Gothic";
font-size: 9pt;
overflow-y: auto;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 10;
-webkit-box-orient: vertical;
}
.menu-item {
padding: 0px 5px;
width: 230px;
text-align: center;
margin-bottom: 9px;
}
.menu-item span {
box-sizing: border-box;
display: inline-block;
width: 220px;
padding: 5px 20px;
padding-left: 31px;
box-shadow: inset 2px 2px 6px #b7b7b7;
border-radius: 20px;
text-align: left;
background: #ffffff;
color: #888888;
font-size: 14px;
font-weight: 600;
margin-left: 4px;
}
.menu-item .sub-menu {
display: none;
}
.menu-item.active span {
color: #2b85c6;
}
.menu-item.active .sub-menu {
display: block;
margin: 0px;
margin-top: 3px;
padding: 0px;
text-align: right;
}
.menu-item.active .sub-menu .sub-menu-item {
box-sizing: border-box;
display: inline-block;
width: 180px;
padding: 5px 20px;
padding-left: 31px;
box-shadow: inset 2px 2px 6px #b7b7b7;
border-radius: 20px;
text-align: left;
background: #ffffff;
color: #888888;
font-size: 14px;
font-weight: 600;
margin-left: 4px;
margin-right: 4px;
margin-bottom: 3px;
cursor: pointer;
}
.menu-item.active .sub-menu .sub-menu-item.active {
color: #2b85c6;
}
.main-title {
font-size: 20px;
}
.sub-title {
font-size: 20px;
color: #df8107;
}
.home-trainning {
width: 100%;
max-width: 1600px;
position: relative;
/* 신청인정보 */
}
.home-trainning th,
.home-trainning tr {
height: 36px;
}
.home-trainning .contentBtn {
display: flex;
gap: 10px;
justify-content: end;
margin: 10px 0;
}
.home-trainning button {
background-color: #007BFF;
color: #fff;
border-radius: 6px;
border: none;
padding: 5px 10px;
}
.home-trainning .Table_Main {
width: 100%;
max-width: 1600px;
border: 1px solid #e9e9e9;
text-align: center;
}
.home-trainning .Table_Main.course-list-table tbody tr {
cursor: pointer;
}
.home-trainning .Table_Main.course-list-table tbody tr:hover {
background: #f1f1f1;
}
.home-trainning .Table_Main.new-course-creation-table {
margin-bottom: 50px;
}
.home-trainning .Table_Main.new-course-creation-table .new-course-creation-tbody tr td input {
width: 100%;
height: 100%;
height: 35px;
border: none;
padding: 0px 5px;
font-size: 14px;
}
.home-trainning .Table_Main.new-course-creation-table .new-course-creation-tbody tr td input.reg-start-end-date {
width: 40%;
padding: 0px;
}
.home-trainning .Table_List {
background: #e9eff4;
}
.home-trainning .application {
width: 60px;
padding: 5px;
background: #E9F0F5;
border-radius: 6px;
border: none;
font-weight: 600;
font-size: 12px;
}
.home-trainning .applicationEnd {
color: red;
}
.home-trainning .home-visit-item {
display: none;
}
.home-trainning #UserDate {
margin: 25px 0;
display: none;
}
.home-trainning .DateTitle {
font-size: 18px;
font-weight: 700;
line-height: 18px;
display: inline-block;
margin-right: 20px;
}
.home-trainning .AddBtn {
display: block;
margin: 30px auto;
padding: 10px 20px;
background-color: #007BFF;
color: white;
border: none;
border-radius: 5px;
cursor: pointer;
}
.home-trainning button:hover {
background-color: #0056b3;
}
.home-trainning #ContentAdd {
display: none;
}
.home-trainning .DateTitle {
font-size: 18px;
font-weight: 700;
line-height: 18px;
display: inline-block;
margin-right: 20px;
}
.home-trainning .DateText {
font-size: 15px;
font-weight: 400;
line-height: 12px;
align-items: center;
}
.home-trainning .DateText .home-visit-item-training-name {
font-weight: 600;
}
.visit-trainning {
/* 기본 레이아웃 설정 */
/* 캘린더 CSS */
/* Form css */
/* 관리자용 css */
}
.visit-trainning .page-content-wrapper {
display: inline-block;
width: auto;
margin: 0 auto;
}
.visit-trainning .page-sidebar-wrapper {
float: left;
width: 222px;
height: 1000px;
}
.visit-trainning .page-content {
width: 100%;
}
.visit-trainning .content-bg {
background-color: #e9eff4;
padding: 30px;
}
.visit-trainning .CalendarOverlay {
display: inline-flex;
}
.visit-trainning .Calendar {
padding: 30px;
background: white;
border-radius: 16px;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
gap: 12px;
display: flex;
}
.visit-trainning .Header {
align-self: stretch;
justify-content: space-between;
align-items: center;
display: inline-flex;
}
.visit-trainning .yyyy-mm {
color: black;
font-size: 24px;
font-family: Inter;
font-weight: 900;
word-wrap: break-word;
}
.visit-trainning .Frame9 {
justify-content: flex-start;
align-items: flex-start;
gap: 12px;
display: flex;
}
.visit-trainning .Chevron {
padding: 8px;
justify-content: flex-start;
align-items: flex-start;
gap: 10px;
display: flex;
}
.visit-trainning .page-prev {
margin-top: 3px;
width: 26px;
height: 26px;
transform: rotate(90deg);
}
.visit-trainning .page-next {
margin-top: 3px;
width: 26px;
height: 26px;
transform: rotate(-90deg);
}
.visit-trainning .month {
margin: 0px auto;
}
.visit-trainning .month .Days {
flex-direction: column;
justify-content: flex-start;
align-items: center;
display: flex;
}
.visit-trainning .month .Row {
justify-content: flex-start;
align-items: center;
display: flex;
}
.visit-trainning .month .Cell {
display: flex;
justify-content: center;
align-items: center;
width: 64px;
height: 64px;
padding: 10px;
box-sizing: border-box;
padding: 20px;
}
.visit-trainning .month .Cell:hover {
background-color: #e9eff4;
}
.visit-trainning .month .Day {
display: flex;
justify-content: center;
align-items: center;
width: 64px;
height: 64px;
padding: 10px;
border: 1px solid #D5D4DF;
box-sizing: border-box;
padding: 20px;
}
.visit-trainning .month .Week {
width: 24px;
height: 24px;
text-align: center;
color: black;
font-size: 14px;
font-family: Inter;
font-weight: 600;
word-wrap: break-word;
border: 1px solid #fff;
}
.visit-trainning .month .Day {
border: 1px #D5D4DF solid;
display: flex;
justify-content: center;
align-items: center;
font-size: 14px;
}
.visit-trainning .month .inactive {
width: 64px;
height: 64 px;
text-align: center;
color: #A8A8A8;
font-size: 14px;
font-family: Inter;
font-weight: 400;
word-wrap: break-word;
}
.visit-trainning .month .Weekdays {
width: 24px;
height: 24px;
text-align: center;
color: black;
font-size: 14px;
font-family: Inter;
font-weight: 400;
word-wrap: break-word;
}
.visit-trainning .month .Su {
color: #FF6666;
}
.visit-trainning .month .Sa {
color: #3378C1;
}
.visit-trainning .month .today {
background-color: #45539d;
font-weight: bold;
color: #fff;
pointer-events: none;
}
.visit-trainning .Application {
width: 430px;
margin-top: 15px;
float: right;
}
.visit-trainning .InputBox {
width: 342px;
height: 34px;
background: white;
border-radius: 6px;
border: 1px solid rgba(66, 80, 102, 0.4);
}
.visit-trainning #Agency, .visit-trainning #Place {
width: 160px;
}
.visit-trainning #Name {
width: 91px;
}
.visit-trainning #Persons {
width: 79px;
}
.visit-trainning #Tel, .visit-trainning #Place {
margin-left: -13px;
}
.visit-trainning #Hope1, .visit-trainning #Hope2, .visit-trainning #Hope3 {
width: 342px;
margin-left: -20px;
}
.visit-trainning label {
margin: 0 25px 0 20px;
display: inline-block;
text-align: left;
line-height: 50px;
font-size: 14px;
}
.visit-trainning .possible {
width: 100px;
height: 32px;
padding: 5px;
background: #E9F0F5;
border-radius: 6px;
border: none;
}
.visit-trainning .impossibility {
width: 100px;
height: 32px;
padding: 5px;
background: #EAEAEA;
border-radius: 6px;
border: none;
}
.visit-trainning-approval-system th,
.visit-trainning-approval-system tr {
height: 36px;
}
.visit-trainning-approval-system #Table_Main {
width: 1020px;
border: 1px solid #e9e9e9;
text-align: center;
}
.visit-trainning-approval-system .Table_List {
background: #e9eff4;
}
.visit-trainning-approval-system .caption {
font-size: 11px;
margin: 10px;
}
.visit-trainning-approval-system .HopeDay {
color: #2e5aac;
bordeR: 1px solid #89a7e0;
padding: 5px;
background: #fff;
border-radius: 2px;
}
.visit-trainning-approval-system .cancel {
border: 1px solid red;
color: red;
border-radius: 2px;
padding: 4px 8px;
background-color: #fff;
}
.visit-trainning-approval-system .HopeDay.clicked {
background-color: #89a7e0;
color: white;
}
.visit-trainning-approval-system .statusConfirmed {
color: #2e5aac;
}
.my-modal {
display: none;
position: fixed;
z-index: 1;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0, 0, 0, 0.4);
}
.my-modal .modal-content {
background-color: #fefefe;
margin: 15% auto;
padding: 20px;
border: 1px solid #888;
width: 40%;
position: relative;
}
.my-modal .modal-content .my-modal-close {
color: #aaa;
position: absolute;
right: 15px;
top: 0px;
font-size: 48px;
font-weight: bold;
}
.my-modal .modal-content .my-modal-close:hover, .my-modal .modal-content .my-modal-close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}
.my-modal .modal-content .my-modal-modify-home-training-header {
text-align: center;
font-size: 28px;
margin-bottom: 18px;
font-weight: 500;
color: #333333;
}
.my-modal .modal-content .my-modal-modify-home-training-body .input-item {
margin-bottom: 8px;
}
.my-modal .modal-content .my-modal-modify-home-training-body .input-item label {
display: inline-block;
width: 105px;
text-align: right;
font-size: 16px;
}
.my-modal .modal-content .my-modal-modify-home-training-body .input-item label::after {
content: ":";
}
.my-modal .modal-content .my-modal-modify-home-training-body .input-item input {
display: inline-block;
width: 320px;
font-size: 14px;
padding: 5px 10px;
}
.my-modal .modal-content .my-modal-modify-home-training-body .input-item input.modify-reg-start-end-date {
width: 149px;
}
.my-modal .modal-content .my-modal-modify-home-training-footer {
text-align: center;
margin-top: 20px;
}
.my-modal .modal-content .my-modal-modify-home-training-footer .my-modal-modify-button {
width: auto;
padding: 5px 10px;
cursor: pointer;
}
/** 헤더 */
.top-menu-item {
display: inline-block;
width: max-content;
margin-bottom: 17px;
cursor: pointer;
}
.top-menu-item > a {
text-decoration: none;
color: #ffffff;
font-weight: 600;
font-size: 18px;
opacity: 0.91;
}
.top-menu-item > a:link {
text-decoration: none;
color: #ffffff;
}
.top-menu-item > a:visited {
text-decoration: none;
color: #ffffff;
}
.top-menu-item > a:hover {
text-decoration: none;
color: #ffffff;
}
.top-menu-item::before {
content: " | ";
color: #ffffff;
opacity: 0.4;
padding-right: 4px;
font-weight: 100;
font-size: 17px;
}
/* ====================================== */
/* ====================================== */
.drilling {
/* 트리메뉴 시작 */
/* 콘텐츠 시작 */
/* 내용 시작 ) */
/* 건설현장 조회 */
/* 테이블 css */
/* 건설현장 입력 */
}
.drilling .page-content-wrapper {
background-color: #f9f9f9;
position: relative;
display: flex;
min-height: 100vh;
}
.drilling .page-sidebar-wrapper {
width: 280px;
background-color: #eaecec;
display: flex;
flex-direction: column;
}
.drilling .page-sidebar {
height: 1000px;
overflow-y: auto;
padding: 30px 15px;
}
.drilling .treeview-project-name {
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
.drilling .project-title {
background-color: #2cbfc8;
padding: 10px 2px;
color: #fff;
font-weight: bold;
text-align: center;
font-size: 20px;
}
.drilling .project-value {
background-color: #fff;
padding: 10px 18px;
line-height: 24px;
text-align: left;
font-size: 16px;
font-weight: 700;
}
.drilling .value-is-active {
background-color: #000;
color: #fff !important;
}
.drilling .project-value:hover a {
color: #3378c1;
}
.drilling .page-content {
width: 100%;
flex: 1;
flex-direction: column;
}
.drilling .page-content-inner {
padding: 30px;
}
.drilling .category-wrapper {
position: relative;
width: 100%;
display: table;
height: 50px;
background-color: #fff;
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
margin-bottom: 20px;
}
.drilling .category-wrapper .page-category {
position: absolute;
top: 13px;
left: 26px;
right: auto;
padding-left: 30px;
background: url(/com/img/common/icon/ico_category_home.png) no-repeat 0 3px;
}
.drilling .category-wrapper .page-category .category-item {
float: left;
font-size: 16px;
line-height: 24px;
padding-left: 30px;
background: url(/com/img/common/icon/ico_category_arrow.png) no-repeat 12px 50%;
}
.drilling .category-wrapper .page-category .category-item:first-child {
padding-left: 0;
}
.drilling .category-wrapper .btn-help {
position: absolute;
top: 0;
right: 0;
color: #fff;
height: 50px;
border-radius: 0;
width: auto;
line-height: 39px;
font-weight: bold;
padding: 6px 16px 6px 54px;
background: #19b3e5 url(/com/img/ground-info/icon/ico_category_btn_help.png) no-repeat 10px 11px;
}
.drilling .page-title-1depth {
font-size: 24px;
line-height: 30px;
font-weight: normal;
text-align: left;
color: #000;
padding: 0 0 10px 24px;
background: url(/com/img/ground-info/bu/bu_title_1depth.png) no-repeat 0 4px;
}
.drilling .content-wrapper {
background-color: #fff;
padding: 20px;
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
position: relative;
}
.drilling .content-wrapper .bottom-buttons .btn-plus, .drilling .content-wrapper .bottom-buttons .btn-minus {
width: 60px;
position: relative;
}
.drilling .content-wrapper .bottom-buttons .btn-plus::before {
display: inline-block;
content: "";
width: 20px;
height: 20px;
position: absolute;
top: 5px;
left: 20px;
background: url(/com/img/common/icon/ico_btn_pm_plus.png) no-repeat 50% 50%;
}
.drilling .content-wrapper .bottom-buttons .btn-minus::before {
display: inline-block;
content: "";
width: 20px;
height: 20px;
position: absolute;
top: 5px;
left: 20px;
background: url(/com/img/common/icon/ico_btn_pm_minus.png) no-repeat 50% 50%;
}
.drilling .content-wrapper .bottom-buttons .btn-modify {
width: 60px;
position: relative;
background-color: #00c48a;
color: #fff;
border: 1px solid #00c48a;
}
.drilling .content-wrapper .bottom-buttons .btn-delete {
width: 90px;
position: relative;
background: url(../img/common/icon/ico_btn_delete.png) no-repeat 10px center;
background-color: #ff214f;
color: #fff;
border: 1px solid #ff214f;
padding: 4px 14px 4px 46px;
}
.drilling .content-wrapper .bottom-buttons .btn-save {
padding: 4px 14px 4px 46px;
position: relative;
font-size: 14px;
height: 34px;
font-weight: bold;
box-sizing: border-box;
background-color: #19b3e5;
border: 1px solid #19b3e5;
color: #fff;
}
.drilling .content-wrapper .bottom-buttons .btn-save::before {
display: inline-block;
position: absolute;
top: 3px;
left: 12px;
content: "";
background: url(/com/img/common/icon/ico_btn_save.png) no-repeat 50% 50%;
width: 26px;
height: 26px;
}
.drilling .content1 {
position: relative;
width: 100%;
display: table;
box-sizing: border-box;
}
.drilling .page-top-search {
background-color: #efefef;
border: 1px solid #d5d5d5;
border-radius: 5px;
padding: 18px;
margin-bottom: 20px;
}
.drilling .form-inline {
margin-bottom: 18px;
vertical-align: bottom;
}
.drilling .form-inline-row {
margin-left: 66px;
position: relative;
}
.drilling .input-label-display {
font-size: 16px;
padding: 0 10px 0 20px;
background: url(/com/img/common/bu/bu_title_4depth.png) no-repeat 0 50%;
}
.drilling .form-inline input, .drilling .form-inline-row input {
height: 34px;
box-sizing: border-box;
border: #cccccc;
margin: 0 8px;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
width: unset;
max-width: unset;
}
.drilling .input::placeholder {
text-indent: 10px;
}
.drilling .btn {
width: 120px;
height: 34px;
color: #fff;
border-radius: 5px;
background-color: #19b3e5;
border: 1px solid #19b3e5;
transition: all 0.3s linear;
cursor: pointer;
position: relative;
padding: 4px 14px 4px 40px;
font-size: 14px;
line-height: 12px;
font-weight: bold;
}
.drilling .btn-search {
margin-left: 6px;
}
.drilling .btn-search span {
font-size: 14px;
line-height: 28px;
}
.drilling .btn-search::before {
content: "";
display: block;
position: absolute;
top: 4px;
left: 8px;
width: 24px;
height: 24px;
background: url(/com/img/common/icon/ico_btn_search.png) no-repeat 50% 50%;
}
.drilling .btn-view-on-map {
width: 120px;
height: 34px;
color: #fff;
border-radius: 5px;
background-color: #00c48a;
border: 1px solid #00c48a;
transition: all 0.3s linear;
cursor: pointer;
position: relative;
padding: 4px 14px 4px 40px;
font-size: 14px;
line-height: 12px;
font-weight: bold;
}
.drilling .btn-view-on-map:before {
content: "";
display: block;
position: absolute;
top: 4px;
left: 8px;
width: 24px;
height: 24px;
background: url(/com/img/common/icon/ico_btn_big_map.png) no-repeat 50% 50%;
}
.drilling input[type=search] {
width: 380px;
}
.drilling .input-1 {
width: 312px;
}
.drilling .input-2 {
width: 70px;
}
.drilling .input-3 {
width: 100px;
}
.drilling .table-info-group {
position: relative;
width: 100%;
margin-bottom: 10px;
}
.drilling .table-wrap {
box-sizing: border-box;
display: block;
overflow-x: auto;
overflow-y: hidden;
width: 100%;
-webkit-overflow-scrolling: touch;
}
.drilling .table-wrap table {
border-collapse: collapse;
table-layout: fixed;
min-width: 100%;
}
.drilling .table-wrap table th {
background: #e5ebf0;
text-align: center;
color: #333;
height: 50px;
font-size: 14px;
line-height: 21px;
border-top: 2px solid #114672;
border-bottom: 2px solid #ddd;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
}
.drilling .table-wrap table tr:hover {
color: #333;
background-color: #dde8f5 !important;
}
.drilling .table-wrap table td {
color: #666;
font-size: 12px;
border: 1px solid #ddd;
text-align: center;
padding: 10px 15px;
white-space: nowrap;
}
.drilling .table-wrap table tr:nth-child(even) {
background-color: #f5f5f5;
}
.drilling .paging {
padding: 20px 0;
width: 100%;
margin: 0 auto;
}
.drilling .paging ul {
display: flex;
justify-content: center;
}
.drilling .paging ul li {
position: relative;
margin-left: 10px;
}
.drilling .paging ul li a {
display: block;
border: 1px solid #dadada;
border-radius: 4px;
min-width: 30px;
height: 26px;
padding: 0px 8px;
font-size: 12px;
line-height: 24px;
text-align: center;
color: #666;
}
.drilling .paging ul li:hover a {
cursor: pointer;
color: #19b3e5;
border: 1px solid #19b3e5;
}
.drilling .is-active a {
background: #19b3e5;
color: #fff !important;
}
.drilling .page-prev {
position: absolute;
top: -1px;
left: 2px;
width: 26px;
height: 26px;
transform: rotate(90deg);
}
.drilling .page-next {
position: absolute;
top: -1px;
left: 2px;
width: 26px;
height: 26px;
transform: rotate(-90deg);
}
.drilling .paging ul li:first-child:hover .page-prev,
.drilling .paging ul li:last-child:hover .page-next {
filter: invert(45%) sepia(63%) saturate(1946%) hue-rotate(162deg) brightness(95%) contrast(101%);
}
.drilling .page-top-check {
background-color: #efefef;
border: 1px solid #d5d5d5;
border-radius: 5px;
padding: 18px;
margin-bottom: 20px;
height: auto;
}
.drilling .check-title {
font-size: 14px;
line-height: 18px;
margin-bottom: 10px;
}
.drilling .check-title .last-team-name-span {
font-size: 24px;
font-weight: bold;
line-height: 32px;
}
.drilling .check-category {
overflow: hidden;
}
.drilling .check-category li {
float: left;
margin-right: 8px;
font-size: 14px;
}
.drilling .check-category li:last-child {
margin-right: 0;
}
.drilling .check-category li:last-child::after {
content: none;
}
.drilling .check-category li.has-arrow::after {
content: "";
display: inline-block;
width: 24px;
height: 16px;
background: url(/com/img/common/icon/ico_category_arrow.png) no-repeat 14px 4px;
}
.drilling .btn-left {
position: relative;
padding: 4px 14px;
font-size: 14px;
font-weight: bold;
height: 34px;
border-radius: 4px;
box-sizing: border-box;
margin-bottom: 10px;
}
.drilling .btn-green {
padding: 4px 14px;
font-size: 14px;
font-weight: bold;
height: 34px;
background-color: #00c48a;
color: #fff;
border-radius: 4px;
box-sizing: border-box;
border: 1px solid #00c48a;
float: right;
margin-bottom: 10px;
}
.drilling .btn-excel-download {
padding: 4px 14px 4px 46px;
position: relative;
font-size: 14px;
height: 34px;
font-weight: bold;
box-sizing: border-box;
background-color: #19b3e5;
border: 1px solid #19b3e5;
color: #fff;
margin-right: 10px;
}
.drilling .btn-excel-download::before {
display: inline-block;
position: absolute;
top: 3px;
left: 12px;
content: "";
background: url(/com/img/common/icon/ico_parallax_btn_06_dark.png) no-repeat 50% 50%;
background-size: contain;
width: 26px;
height: 26px;
}
.drilling .table-scrollable {
border-top: 2px solid #114672;
border-bottom: 1px solid #114672;
margin-bottom: 20px;
box-sizing: border-box;
}
.drilling .table-bordered {
width: 100%;
box-sizing: border-box;
border-spacing: 0;
}
.drilling .table-bordered tbody tr th {
background-color: #ebebeb;
padding: 10px;
font-size: 14px;
border: 1px solid #d5d5d5;
box-sizing: border-box;
text-align: center;
}
.drilling .table-bordered tbody tr td {
border: 1px solid #ebebeb;
padding: 6px 6px;
text-align: left;
vertical-align: middle;
font-size: 14px;
white-space: normal;
}
.drilling .input-box {
border: 1px solid #d1d1d1;
width: 100%;
height: 34px;
padding: 6px 0;
text-indent: 10px;
font-size: 14px;
line-height: 14px;
max-width: 100%;
resize: none;
margin: 0;
}
.drilling .input-box.error {
border: 2px solid red;
}
.drilling .check-box {
padding-left: 0px;
cursor: pointer;
}
.drilling .table-bordered tbody tr td .date, .drilling .selectbox {
border: 1px solid #d1d1d1;
height: 34px;
box-sizing: border-box;
margin-right: 8px;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
width: unset;
max-width: unset;
margin: 0px;
}
.drilling .date-2 {
margin-left: 8px;
}
.drilling .selectbox {
width: 100%;
margin-right: 0;
}
.drilling .information1 {
width: 300px;
margin-right: 8px;
}
.drilling .information2 {
width: 200px;
margin-right: 8px;
}
.drilling .information3 {
width: 430px;
}
.drilling .unselected-constructor-label .unselected-constructor-label-text {
vertical-align: middle;
}
/* ====================================== */
/* ====================================== */
/*# sourceMappingURL=style.css.map */