/*contents*/
/* image select tab */
.title {
    padding: 10px 0px 10px 15px;
}

.content {
    margin: 0 !important;
}

.content-right {
    padding-right: 0;
    min-height: 632px;
    border-left: 1px solid rgba(0,0,0,.1);
}

.tab hr {
    margin: 0;
    padding: 0;
    margin-top: 11px;
}

.manageImge {
    text-align: center;
    margin-bottom: 20px;
}
.btn-export-image {
    Float: right !important;
    margin-right: 50px !important;
    margin-bottom: 25px !important;
}
.title-project {
    margin-left: 19px;
    color: #57B2F4;
    padding-bottom: 10px;
    font-size: 22px;
}
.tab .row {
    padding: 0;
}

.content-right .button-down {
    /*background: #004121 !important;
    border: #004121 !important;*/
    height: 30px;
    width: 171px;
}
.content-right .button-5 {
    height: 30px;
    width: 100%;
}
#cancel5-2 {
    padding-right: 5px !important;
}

#updateUser5-2 {
    padding-left: 5px !important;
}

.green-btn {
    /*background-color: #004121;
    border-color: #004121;*/
    color: #fff;
}

.green-btn:hover {
    color: white;
}


.content-right #btndelete5-2 {
    height: 30px;
    width: 100%;
    margin-top: 0px;
}

.content-right #btndelete5-2 span {
    position: relative;
    bottom: 5px;
}

.content-right .button-down span {
    position: relative;
    bottom: 4px;
    color: #fff;
}

.content-right .tilte-menu {
    position: relative;
    top: 9px;
    left: 5px;
    font-weight: 600;
}

.download-container .button-down {
    background: #004121;
    height: 30px;
    width: 171px;
    position: absolute;
    bottom: 0;
    color: white;
    right: 90px;
}

.download-container .button-down span {
    position: relative;
    bottom: 3px;
}

.content .content-left .link-back {
    cursor: pointer;
    position: relative;
    top: 6px;
    left: 25px;
    color: black;
}

.link-back-container {
    height: 30px;
}

.content .content-left .link-back i {
    position: relative;
    right: 5px;
}

.tab-active {
    background-color: #E6E6E6;
}

.datepicker {
    padding: 0;
    margin: 0;
}

.datepicker span i {
    position: relative;
    left: 10px;
}

.form-control {
    width: 44.39%;
    height: 30px;
    border-radius: 0;
}

.col .selectDate {
    margin-top: 20px;
}

.form-group select, .timePicker {
    padding: 0;
}

.form-group label {
    position: relative;
    padding-left: 2px;
}

.timePicker {
    width: 90%;
    font-size: 14px;
    padding: 5px;
    margin-top: 5px;
}

.datepicker span {
    position: relative;
    padding-left: 3px;
}

.date {
    width: 90%
}

.content-left {
    padding: 0;
    max-width: 300px;
}

.link-gray {
    background: rgba(0,0,0,.1);
}

#projectManagement hr {
    margin: 0;
    margin-top: 11px;
}

.content-left hr {
    height: 1px;
    margin: 0;
    padding: 0;
}

.section-select {
    margin-top: 23px;
}

.content-left span .nav-link {
    position: relative;
    right: 5px;
    color: black;
}

.navbar-nav li {
    height: 45px;
}

.navbar-nav li:hover {
    cursor: pointer;
    background: rgba(0,0,0,.1);
}

.navbar-nav li a {
    padding-left: 40px !important;
    color: black;
}

.navbar-nav hr {
    width: 85%;
    margin: auto;
}

.img-size {
    width: 90px;
    border: 4px solid #fff;
}

.text-xs-center {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 135px;
    display: inline-block;
    margin: 20px 0 -4px;
    margin-left: 20px;
}

.img-select {
    padding: 0;
    margin: 0;
    background: rgba(0,0,0,.1);
}

.img-container {
    padding-left: 0;
    padding-right: 0;
}

.img-section {
    height: 355px;
    font-size: 18px;
    height: auto;
    box-sizing: border-box;
}

.image-checkbox input {
    display: none;
}
.listThumnail {
    text-align: left;
}
.container-fluid .form-check-label {
    margin-left: 53px;
    margin-bottom: 5px;
}
.image{
    padding : 0 80px 0 80px !important;
}
.checkbox-img {
    margin-left: 32px;
    margin-bottom: 4px;
}

.checkbox-img input {
    position: relative;
    right: 10px;
    top: 2px;
}

.swiper-container {
    width: 100%;
    min-height: 362px;
    margin-bottom: 10px !important;
    background: rgba(0,0,0,.1);
}

.swiper-slide {
    font-size: 18px;
    height: auto;
    box-sizing: border-box;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0,0,0,0.2);
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: #0B7532;
}

.swiper-wrapper.disabled {
    transform: translate3d(0px, 0, 0) !important;
}

.swiper-pagination.disabled {
    display: none;
}
/* end image select tab */

.is-visible {
    display: block !important;
}

#selectbox {
    display: none;
}


input[type="radio"] {
    margin-left: 20px;
}

fieldset span {
    position: relative;
    bottom: 2px;
}
/* プロジェクト情報 */

.w3-container form {
    width: 600px;
    margin: auto;
    margin-top: 20px;
}

.w3-container form .button-down {
    margin-top: 25px;
    margin-left: 132px;
}

form div input {
    height: 20px;
    width: 300px;
    border: 1px solid rgba(0,0,0,.1);
}

form .prjInfo {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    left: 30px;
}

form .info {
    padding-top: 10px;
    margin: 0;
}

form .info input {
    width: 365px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline;
}

form .info .text3 {
    margin-left: 15px;
}

form label {
    color: #91908f;
    font-weight: 600;
}
/* end プロジェクト情報 */
/* user management  */
.list-user {
    padding-right: 0;
    max-width: 225px;
}

.list-user .navbar-nav li {
    height: 75px;
}

.list-user .navbar-nav li a {
    padding-left: 5vh !important;
    position: relative;
}

.list-user .navbar-nav li a strong {
    margin: 0;
    font-size: 1em;
    font-weight: bolder;
}

.list-user .navbar-nav li a label {
    font-size: 10px;
    margin-bottom: 50px;
    margin-right: 10px;
    position: absolute;
    right: 0;
    padding: 2px 8px 1px;
    bottom: 5px;
    background: #ffc000;
    color: #fff;
}

.list-user .navbar-nav .btn-regis a .btn-deactive {
    border: none;
    background: rgba(0,0,0,.2);
}

.navbar-nav .btn-regis:hover {
    cursor: default;
    background: none;
}

.navbar-nav .btn-regis {
    text-align: center;
}

.list-user .navbar-nav .regis-btn {
    width: 75%;
    height: 60%;
    margin-top: 0px;
    background-color: #0B7532;
    color: white;
    border-color: #0B7532;
}

.list-user .navbar-nav .regis-btn:focus {
    background-color: #004121;
    border-color: #004121;
}

.list-user .navbar-nav .regis-btn:visited {
    background-color: #004121;
    border-color: #004121;
}
.navbar-nav li .text {
    position: relative;
    bottom: 2px;
    color: rgba(0,0,0,.4);
}

.edit-user {
    border-left: 1px solid rgba(0,0,0,.1);
    min-height: 600px;
    max-width: 968px;
}

.edit-container {
    margin: auto;
    margin-top: 25px;
}

.edit-left input.textinput {
    width: 100%;
    background: bottom;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.edit-left select.textinput {
    padding-left: 10px;
    width: 100%;
    border: none;
    border-bottom: 1px dashed rgba(0,0,0,.2);
    background: bottom;
}

.edit-left div {
    margin-bottom: 10px;
}

.edit-left div span {
    color: rgba(0,0,0,.4);
}

.edit-left .button-down {
    float: right;
}

.edit-right .button-down {
    margin-left: 0;
    float: left;
}

.edit-right input.textinput {
    width: 100%;
    height: calc(2.25rem + 2px);
    background: bottom;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.edit-right div {
    margin-bottom: 10px;
}

.edit-right div span {
    color: rgba(0,0,0,.4);
}

.edit-container .group-btn {
    margin: auto;
}

.edit-container .group-btn .button-down {
    margin: 0;
    display: grid;
    width: 400px;
    margin-top: 10px;
}

.edit-container .group-btn .btn-danger {
    background-color: #dc3545;
}
/* end user management  */

/* Download tab */
.download-container {
    width: 360px;
    min-height: 527px;
    margin: auto;
    margin-top: 40px;
    position: relative;
}

.download-link {
    width: 300px;
    display: inline-block;
    margin-top: 10px;
    padding-left: 5px;
}

.btn-download {
    display: inline-block;
    background: rgba(0,0,0,.1);
    cursor: pointer;
    height: 31px;
    position: relative;
    bottom: 30px;
    border-radius: 5px;
    float: right;
    left: 53px;
}

.btn-download span {
    cursor: pointer;
    position: relative;
    top: -3px;
    left: -4px;
    font-weight: bold;
    color: #fff;
}

.select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
    width: 50%;
}

.btn-download .fileinput-button {
    position: relative;
    top: 0;
    height: 30px;
    left: 0;
    background-color: #004121;
    border-color: #004121;
}

.fileinput-button {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    display: inline-block;
    width: 50px;
    height: 25px;
    background: rgba(0,0,0,.1);
    cursor: pointer;
    border: none;
}

.fileinput-button:hover {
    cursor: pointer;
    background: rgba(0,0,0,.1);
}

.fileinput-button input {
    position: absolute;
    opacity: 0;
    left: 0px;
    top: 0;
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
}
/* end download tab */
/* implemented quantity */
.selectQuantity {
    margin-left: 40px;
    height: 180px;
}

.selectQuantity .button-down {
    margin: auto;
}
/* end implemented quantity */
/*end contents*/

/* footer */
footer {
    font-size: 13px;
    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;
    left: 0px;
}
/* END: footer */

#example {
    width: 100%!important;
}

/*.new-btn {
    position: absolute;
    z-index: 9999;
}

    .new-btn div a {
        position: relative;
        bottom: 8px;
        width: 100%;
    }*/

#example tbody tr:hover {
    cursor: pointer;
}

.is-active {
    background: #dee2e6!important;
}
#tblUser_filter {
    width: 100% !important;
}

.search {
    padding: 0 !important;
}

#tblUser_filter input{
    width: 100% !important;
    margin: 0 0px;
}

.dataTables_filter label i {
    position: absolute;
    right: 20px;
}

.dataTables_length {
    margin-top: 10px !important;
    width: 50%;
}

.top {
    font-size: small !important;
}

select.form-control {
    padding: 0px;
    margin:auto;
}



#RoleId {
    width: 100%;
    margin-left: 0;
}

/*Search ruby loginid*/
.search-by-email {
    position: relative;
    color: #aaa;
    font-size: 16px;
}

.is-active {
    background: #dee2e6!important;
}
 
.select-concre {
    width: 50% !important;
}

#label-concre {
    width: 100%;
}

.center-block {
    float: none;
    margin-left: 350px;
}

.search-by-email .fa-search {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: default;
}

#group-btn{
    padding-top: 80px;
}

#setting {
    display: inline;
}

#idSelectOptionEmail{
    padding-right: 20px;
}
.markNG {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    left: 0;
    color: red;
    border: 4px solid white;
    border-top: 0;
}