﻿html {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    background: #F2F2F2;
    position: relative;
    min-height: 100%;
    padding-bottom: 30px;
    font-family: "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", sans-serif;
    font-size: 13px;
    min-width: 1200px;
}

a {
    color: #4a4a4a;
}

    a:hover {
        color: red;
        text-decoration: none;
        color: #000;
    }

    a:active {
        text-decoration: none;
        color: #4a4a4a;
        border: none;
    }

.clear {
    display: block;
    clear: both;
}

ul.clearfix {
    padding: 0;
    list-style: none;
    margin: 0;
}

.holder {
    min-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.input-custom-disabled {
    background: transparent !important;
    border: none;
}

.input-custom-id {
    border: none;
    border-bottom: 1px solid #e6e6e5;
    border-radius: 0;
    outline: none;
    background: transparent !important;
}

    .input-custom-id:focus {
        box-shadow: none;
        border-color: #e6e6e5;
    }

.green-btn {
    background-color: #0B7532 !important;
    border-color: #0B7532 !important;
    color: white !important;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    background-color: #004121;
    border-color: #004121;
}

    .btn-primary:not(:disabled):not(.disabled).active:focus,
    .btn-primary:not(:disabled):not(.disabled):active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 65, 33, .5);
    }

.btn-primary:hover {
    background-color: #004121;
    border-color: #004121;
}


/* header */

header {
    background: #DDDDDD;
    border-bottom: 1px solid #e5e5e5;
}

    header::after {
        content: "";
        display: block;
        clear: both;
    }

    header h1.title {
        color: #006532;
        font-weight: bold;
        font-size: 20px;
        float: left;
        margin: 0;
        padding: 10px 0px 10px 15px;
    }

    header ul {
        float: right;
    }

        header ul li a {
            line-height: 40px;
            display: inline;
            padding-right: 15px;
            color: black;
        }

            header ul li a span {
                text-decoration: underline;
            }

                header ul li a span:hover {
                    text-decoration: underline;
                }

            header ul li a i {
                color: #000;
                font-size: 20px;
                position: relative;
                left: 5px;
                top: 3px;
            }

            header ul li a:hover {
                text-decoration: none !important;
            }

.header-bottom {
    padding: 10px 0 10px 70px;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 600;
}


/* END: header */


/* footer */

footer {
    height: 30px;
    border-top: 1px solid #e3e4e6;
    background: #DDDDDD;
    text-align: right;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 0 20px;
    line-height: 30px;
    color: #888888;
}


/* END: footer */


/* form-login */

.form-user {
    max-width: 500px;
}

    .form-user form {
        padding: 50px 20px;
        background: #fff;
        box-shadow: 4px 4px 4px #b2b2b2;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

    .form-user.forgot form {
        padding-top: 20px;
    }

        .form-user.forgot form .title {
            font-weight: bold;
            padding-bottom: 20px;
            border-bottom: 1px solid #ced4da;
            margin: 0 -20px;
            font-size: 16px;
            color: #000;
        }

        .form-user.forgot form p {
            padding: 20px;
            font-weight: bold;
            margin: 0;
            font-size: 16px;
            color: #000;
        }

    .form-user form label {
        color: #959595;
    }

    .form-user form input {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
    }

    .form-user form .button {
        margin: 50px 0 0;
    }

    .form-user.forgot form .button {
        margin: 30px 0 0;
    }

    .form-user .forgot {
        text-align: center;
        margin-top: 50px;
    }

        .form-user .forgot a {
            color: #8b8d98;
        }

.btn-primary-custom {
    min-width: 100px;
    text-align: center;
    background: #004121;
    border: none;
    font-weight: bold;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #006533;
    border-color: #006533;
}

@media screen and (max-height: 600px) {
    .form-user {
        margin: 100px auto 0;
    }
}

@media screen and (min-height: 600px) {
    .form-user {
        position: absolute;
        width: 500px;
        left: 50%;
        top: 50%;
        margin-left: -250px;
        margin-top: -180px;
    }

        .form-user.forgot {
            margin-top: -153px;
        }
}


/* END: form-login */


/* page-menu */

.page-menu {
    margin-top: 50px;
}

    .page-menu .wrapper-menu {
        text-align: center;
    }

        .page-menu .wrapper-menu .item {
            width: 19%;
            display: inline-block;
            padding: 0 10px;
        }

            .page-menu .wrapper-menu .item .wrap-item {
                margin-bottom: 20px;
            }

            .page-menu .wrapper-menu .item a {
                display: block;
                background: #fff;
                border: 1px solid #f2f2f2;
                text-align: center;
                color: #4a4a4a;
                padding-top: 30px;
            }

                .page-menu .wrapper-menu .item a img.icon {
                    height: 80px;
                }

                .page-menu .wrapper-menu .item a i {
                    font-size: 60px;
                }

                .page-menu .wrapper-menu .item a span {
                    display: block;
                    font-size: 20px;
                    margin: 20px 0;
                    height: 57px;
                    overflow: hidden;
                }


/* END: page-menu */


/* form-create-project */

.form-create-project {
    margin: 30px auto 50px;
}

    .form-create-project .title-form {
        font-weight: bold;
        margin: 0 0 20px;
        font-size: 16px;
    }

    .form-create-project form {
        max-width: 600px;
        margin: 0 auto;
    }

    .form-create-project .form-wrapper {
        max-width: 500px;
        margin-bottom: 50px;
        margin: auto;
    }

        .form-create-project .form-wrapper label {
            color: #777777;
            font-weight: bold;
        }


/* END: form-create-project */

.btn-is-disabled {
    opacity: 0.65;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: black;
}

.td-info {
    border: 0px;
    background-color: #F2F2F2;
    width: 90% !important;
}

.td-edit {
    width: 90% !important;
}

.import {
    margin-top: 35%;
    width: 14%;
    margin-left: 43%;
}

.txt-create {
    width: 200px !important;
}

body {
    background: #f2f2f2;
}

.title-h1 {
    font-size: 28px;
    color: #006837;
}

.backgroud-title,
.backgroud-footer {
    background: #dddddd;
}

.logout-a {
    text-align: right;
    padding-top: 10px;
}

.link-logout {
    color: #666666;
}

ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: white;
    font-weight: bold;
    border: 1px solid #5f565654;
    margin-bottom: 0px;
}

    ul.breadcrumb li {
        display: inline;
        font-size: 14px;
        font-family: "Font Awesome 5 Free";
    }

        ul.breadcrumb li + li:before {
            padding: 8px;
            color: black;
            content: "\f054";
            font-size: 14px;
        }

        ul.breadcrumb li a {
            color: #006837;
            text-decoration: none;
        }

            ul.breadcrumb li a:hover {
                color: #006837;
                text-decoration: underline;
            }

.breadcrumb-page {
    padding: 0;
    margin-top: 20px;
}

.main-page {
    padding: 0;
}

.link-main {
    color: #3d84b3;
    font-size: 18px;
}

.left-menu {
    text-align: left;
}

    .left-menu li {
        list-style: none;
    }

        .left-menu li a,
        .left-menu li b {
            color: #666666;
            padding: 10px;
            width: 100%;
            display: block;
        }

            .left-menu li a:hover {
                text-decoration: none;
            }

        .left-menu li b {
            color: #4d4d4d;
        }

        .left-menu li a.active {
            background: #e6e6e6;
        }

.nav-tabs .nav-link {
    background: #e6e6e6;
    color: #000000;
}

ul.nav.nav-tabs li.nav-item {
    width: 200px;
    height: 45px;
    overflow: hidden;
    float: left;
    margin: 0 -15px 0 0;
}

    ul.nav.nav-tabs li.nav-item a.nav-link {
        height: 50px;
        background: #e6e6e6;
        border-radius: 4px;
        border: 1px solid #848484;
        margin: 0 10px 0;
        box-shadow: 0 0 2px #e6e6e6 inset;
        -webkit-transform: perspective(100px) rotateX(30deg);
        -moz-transform: perspective(100px) rotateX(30deg);
        -ms-transform: perspective(100px) rotateX(30deg);
        text-align: center;
        padding-top: 14px;
    }

    ul.nav.nav-tabs li.nav-item a.active {
        background-color: white;
        box-shadow: 0 0 2px 0 #fff inset;
    }

    ul.nav.nav-tabs li.nav-item.active {
        z-index: 40;
        position: relative;
        padding-bottom: 1px;
    }

.nav-link.tab-mid-po {
    position: relative;
    z-index: 1;
}

.tab-content {
    background: white;
    border-top: 1px solid #b9b9b9;
}

ul.nav.nav-tabs {
    margin-left: 10px;
    margin-right: 10px;
}

.tab-content p {
    color: #999999;
    text-align: right;
    margin-top: 5px;
}

.tab-content input[type="text"] {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 34px;
    border: 1px solid #e6e6e6;
    outline: none;
}

.tab-content label.form-check-label {
    font-size: 14px;
}

.tab-content .tab1-btn-submit {
    background: #0b6b32;
    color: white;
    border-radius: 5px;
    outline: none;
    font-size: 14px;
    padding: 7px 30px;
    border: none;
    /*cursor: pointer;*/
    min-width: 200px;
    border: 1px solid #0b6b32;
}

.backgroud-footer {
    margin-top: 20px;
}

.no-pdr {
    padding-right: 0 !important;
}

.footer-form {
    margin-top: 30px;
}

.data-tab2 thead {
    border-bottom: 1px solid #666666;
}

    .data-tab2 thead tr th {
        color: #808080;
    }

tr.active {
    background: #CCCCCC !important;
}

.btn-form {
    background: #0b6b32;
    color: white;
    border-radius: 5px;
    outline: none;
    font-size: 14px;
    padding: 7px 30px;
    border: none;
    cursor: pointer;
    min-width: 200px;
}

table.table.table-borderless.data-tab2 {
    border-bottom: 1px solid #666666;
}

.vis-pl--30 {
    padding-left: 30px;
}

.select-form {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 34px;
    border: 1px solid #e6e6e6;
    outline: none;
    margin-bottom: 1rem;
}

.no-padding {
    padding: 0;
}

.text-no-span {
    color: #000000;
}

.tab-content input.width-calc[type="text"] {
    width: calc(100% - 50px);
}

.font-text-input {
    font-size: 14px;
}

.cr-project {
    text-align: right;
    margin-bottom: 30px !important;
}

.sl-create {
    width: 193px !important;
}

.cr-project-right {
    padding-right: 0 !important;
    margin-left: -15px;
}

.cr-project-left {
    padding-right: 0 !important;
    margin-left: -25px;
}

.ip-project-left {
    padding-left: 5px !important;
}

.someinput::-ms-clear {
    display: none;
}

.menu-item span.text {
    display: block;
    font-size: 20px;
    margin: 10px 0;
    height: 55px;
    overflow: hidden;
    font-weight: 600;
}

.menu-item {
    background: white;
    text-align: center;
    padding: 60px 15px 12px;
    border-radius: 10px;
}

    .menu-item a,
    .menu-item a:hover {
        color: #4a4a4a;
    }

    .menu-item img.icon {
        height: 80px;
    }

.menu-home {
    height: 100vh;
    position: relative;
}

    .menu-home .box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

.dataTables_wrapper .dataTables_paginate .paginate_button a {
    background: none;
}

.dataTables_paginate.paging_simple_numbers > ul.pagination > li.paginate_button,
.dataTables_paginate.paging_simple_numbers > ul.pagination > li.paginate_button:hover,
.dataTables_paginate.paging_simple_numbers > ul.pagination > li.paginate_button:active {
    cursor: default !important;
    color: #666 !important;
    border: 1px solid transparent !important;
    background: transparent !important;
    box-shadow: none !important;
}

    .dataTables_paginate.paging_simple_numbers > ul.pagination > li.paginate_button > a:hover,
    .dataTables_paginate.paging_simple_numbers > ul.pagination > li.paginate_button > a:active {
        font-weight: 700;
        text-decoration: none;
    }

.dataTables_length select.form-control.input-sm {
    margin-left: 15px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    min-width: 1.2em;
    padding: 0.5em 0em;
    margin-left: 0;
}

.dataTables_paginate.paging_simple_numbers li.paginate_button.active a {
    font-weight: 700;
    outline: none;
}

.formCheckBox {
    position: static;
}

.import-concrete-plan .input-info {
    width: 80% !important;
    height: 34px !important;
}

.import-concrete-plan .tab-content {
    background: inherit !important;
    border-top: inherit !important;
}

    .import-concrete-plan .tab-content p {
        text-align: left !important;
    }

    .import-concrete-plan .tab-content .no-pdr p {
        text-align: left !important;
    }

    .import-concrete-plan .tab-content .row-content {
        margin-top: -10px !important;
    }

.title-menu-left-sidebar {
    text-align: center;
    border-bottom: 1px solid #ddd;
    font-size: 20px;
    padding: 8px;
    padding-bottom: 12px;
}

.left-sidebar-list-data li {
    border-bottom: 1px solid #ddd;
    padding-top: 8px;
    height: 55px;
}

    .left-sidebar-list-data li:last-child {
        border-bottom: none;
    }

.list-user .navbar-nav .regis-btn {
    min-width: 200px;
    height: 45px;
}

ul.navbar-nav.left-list-data li {
    border-bottom: 1px solid #ddd;
    height: auto;
}

    ul.navbar-nav.left-list-data li.btn-regis {
        padding-bottom: 5px;
    }

ul.navbar-nav.left-list-data {
    padding-left: 5px;
    padding-right: 5px;
}

.data-table-main thead {
}

.tilte-all-project {
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    width: 100%;
    display: block;
    padding: 13px 0px 13px 10px;
}

.vis-pb--15 {
    padding-bottom: 15px;
}

select.form-control,
select.form-control:not([size]):not([multiple]) {
    height: 22px !important;
}

input:focus {
    outline-color: #9494f3;
    outline-offset: inherit;
    outline-style: auto;
}

.input-info:disabled,
.input-info[readonly],
.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.input-info,
.form-control {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 34px;
    border: 1px solid #e6e6e6;
    outline: none;
    margin-bottom: 1rem;
}

.full-width {
    width: 100%;
}

select.input-info.full-width {
    padding: 1px 10px;
}

.export-image .input-info,
.export-image select.input-info.full-width {
    min-height: 34px;
    padding: 3px 10px;
}

.default-btn,
button.default-btn {
    min-height: 34px;
    color: white;
    border-radius: 5px;
    outline: none;
    font-size: 14px;
    padding: 10px 30px;
    border: none;
    cursor: pointer;
}

#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #0B7532;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* Add animation to "page content" */

.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0px;
        opacity: 1
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

.loading-no-action {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5686274509803921);
    top: 0;
    left: 0;
}

#loadding {
    display: none;
}

.dataTables_length select.form-control.input-sm {
    font-size: 0.8rem;
}

input[type="text"],
input[type="search"],
input[type="password"] {
    line-height: normal;
}

a.btn,
.btn {
    outline: none;
}

.form-create-pj {
    font-weight: 700;
    font-size: 22px;
}

.create-project label.small {
    color: #777777;
    font-weight: bold;
}

.create-project label {
    margin-top: 6px;
}

.create-project {
    margin-top: 20px;
    margin-bottom: 50px;
}

@media (max-width: 1024px) {
    .create-project {
        margin-top: 30px;
    }
}

@media (max-width: 1140px) {
    .create-project {
        margin-top: 40px;
    }
}
/*@media (max-width: 2560px) {
  .create-project {
    margin-top: 120px;
  }
}*/
.dataTables_filter label i {
    line-height: inherit;
}

#detail #form-function .table td, #detail #form-function .table th {
    padding: .35rem .75rem;
    vertical-align: inherit;
}

#detail #form-function input {
    margin: 0;
}


.input-info::-ms-expand {
    background-color: transparent;
    border: 0;
}

.input-info::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.input-info::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.input-info:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.input-info::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.input-info::placeholder {
    color: #6c757d;
    opacity: 1;
}


select.input-info:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
}

select.input-info:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.btn-green {
    background-color: #0B7532;
}

.vis-mt--150 {
    margin-top: 25vmin;
}

.color-not-found {
    color: #0b7532;
}

    .color-not-found a {
        outline: none;
    }

        .color-not-found a:hover {
            color: white;
            outline: none;
        }

.vis-mt--20 {
    margin-top: 20px;
}

.vis-mt--10 {
    margin-top: 10px;
}

.vis-ml--10 {
    margin-left: 10px !important;
}

.vis-ml--26 {
    margin-left: 26px;
}

.vis-fs--14 {
    font-size: 14px;
}

.tab-content input.shall-be-less-than[type="text"] {
    width: 150px;
}

.vis-pl--40 {
    padding-left: 40px;
}
/* IE 10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .vis-custome-search {
        display: none;
    }

    .btn.green-btn.btn-add-new {
        padding-top: 9px;
    }

    input.form-control.input-sm[type="search"], input.btn.green-btn.btn-cancel-user[type="button"] {
        line-height: 1.6;
    }

    input[type=search]::-ms-clear {
        display: none;
    }
}

.log-hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #908e8e;
    text-align: center;
    height: 0px;
    line-height: 0px;
}

.log-hr-title {
    background-color: #F2F2F2;
    margin-top: 1px;
}

.log-hr-or {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #908e8e;
    text-align: center;
    height: 0px;
    line-height: 0px;
}

    .log-hr-or:before {
        font-weight: 600;
        content: 'ダウンロード条件';
        background-color: #F2F2F2;
        padding-right: 10px;
        padding-left: 10px;
    }

.log-option-box {
    margin-top: 80px;
    margin-bottom: 100px;
}

.log-checkBox {
    transform: scale(1.5);
    height: 14px;
}

.log-option-text {
    font-weight: 600;
}

.log-button {
    height: 40px !important;
    width: 171px !important;
    line-height: 1.9 !important;
}

.gray-btn {
    background-color: #808080 !important;
    border-color: #808080 !important;
    color: white !important;
}

.footer-left {
    float: left !important;
    text-align: left !important;
}

.footer-right {
    float: right !important;
    text-align: right !important;
}

.register {
    margin-top: 15px !important;
}

.red-btn {
    background-color: red !important;
    border-color: red !important;
    color: white !important;
}



#tblConcretingPlan_wrapper .top {
    margin-left: 50% !important;
}

    #tblConcretingPlan_wrapper .top .paging_simple_numbers {
        width: 250px !important;
    }
.btn-reregis {
    width: 275px;
}
.btn-add-laboratory {
    border: none !important;
    width: 60% !important;
    padding: 4px !important;
    margin-top: 2px !important;
}
.btn-create-project {
    width: 47% !important;
    display: inline-block !important;
    vertical-align: middle !important;
    padding: 3px !important;
}
.btn-send {
    margin-left: 11px !important;
}
.label-laboratory-name {
    width: 100% !important;
    height: 28px !important;
}
#div-btn-remove-laboratory {
    margin-bottom: -35px;
    margin-top: 2px
}
#div-btn-remove-laboratory-edit {
    margin-bottom: -36px;
    margin-top: 2px;
}
.lbl-laboratory {
    width: 100% !important;
    height: 38px !important;
    text-align: left !important;
}
.text-laboratory {
    margin-left: 15px !important;
    text-align: left !important;
    color: black !important;
    font-weight: 400 !important
}
#tblConcretingPlan_wrapper .top {
    margin-bottom: 20px;
}
.btnedit-editproject {
    margin-right: 60px;
    background: white;
    color: black;
    border: 1px solid #0b6b32 !important;
    /*cursor: pointer;*/
    min-width: 200px;
    border-radius: 5px;
    outline: none;
    font-size: 14px;
    padding: 7px 30px;
}
.disable-labelclick {
    pointer-events:none;
}

#import-tested-modal table td {
    border: 1px solid #888888;
    font-size: 14px;
}

#import-tested-modal table thead td {
    text-align: center;
    background-color: #aaaaaa;
}

#import-table td,
#exist-table td {
    border: 1px solid #888888;
    font-size: 14px;
}

#import-table thead td,
#exist-table thead td {
    text-align: center;
    background-color: #aaaaaa;
}
