.font-14px {
    font-size: 14px;
}

.new-bg-app {
    background-color: #ebf5fc;
}

.bg-header {
    background-color: #06263b;
}
.text-header {
    color: white;
    text-align: center;
    font-weight: 800;
}
.active-link-bg {
    background-color: #06263b;
    color: white;
}

.btn-new-style{
    border-radius: 14px;
    background: linear-gradient(90deg,#2c9bd8 0.00%,#3eb7c8 100.00%);
    padding-right: 15px;
}

.common-btn-style{
    border-radius: 14px;
    background: #06263b;
    padding-right: 15px;
}

.menu_icon {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 10px;
    margin-left: 10px;
}


.pd-r-10 {
    padding-right: 10px;
}

.mx-l-40px {
    margin-left: 40px;
}

.account_dropdown {
    height: 42px;
    border-color: #dbe7f0;
    border-width: 1px;
    border-style: solid;
    border-radius: 21px;
    background: #ffffff;
}

@media (max-width: 1366px) {
    .account_dropdown{
        width: 170px;
    }
}
@media (min-width: 1366px) {
    .account_dropdown{
        width: 230px;
    }
}

@media (max-width: 1340px) {
    .filter-btn {
        margin-top: 15px;
    }
}

.hei-100 {
    height: 100%;
    width: 100%;
}

.menu-icon {
    margin-right: 15px;
    margin-left: 10px;
}

.drop_icon {
    display: flex;
    justify-content: flex-end;
    margin-right: 5px;
    width: 100%;
}

.btn-login {
    margin-left: 5px;
    display: inline-block;
    padding-bottom: 5px;
}

.justify-center {
    justify-content: center;
}

.login-btn, .create-device {
    border-radius: 23px;
    padding: 10px 20px;
}

.big-icon {
    padding: 10px;
    border-radius: 23px !important;
    font-size: 16px;
    font-weight: 400;
}

.py-13 {
    padding: 13px 0px;
}

/* 計測一覧 START */
.w-max-content {
    width: max-content;
}

.table-header-input-bg {
    background-color: #ebf5fc;
    color: #8891a3;
    border-radius: 5px;
    border: 1px solid #DDE0E5;
}


.fa-circle-ellipsis{
    background-image: url("/icon/circle-ellipsis.png");
}

.fa-location-dot{
    background-image: url("/icon/location-dot.png");
}

.btn-icon {
    display: inline-block;
    margin-bottom: 2px;
    margin-right: 15px;
}

.sim_active{
    display: inline-block;
    padding-bottom: 5px;
    margin-left: 5px;
}
#search_form label {
    margin-left: 10px;
    margin-right: 5px;
    font-weight: bold;
}

.header-text {
    line-height: 1.75rem;
}

.break-line {
    border: 1.5px;
    border-style: dashed;
    color: #ffffff;
}

.break-line-item {
    border: 1.5px;
    border-style: dashed;
    color: #e5e7eb;
}


.inp-bg-white {
    background-color: white !important;
}

.tb-head{
    background-color: #dbe7f0;
}

.tb-head th {
        font-weight: bold;
}

.search-tag{
    margin-bottom: 15px;
}

.ping-col{
    width: max-content;
}

.ping-icon{
    margin: auto;
}

.cell-dual-icon{
    display: inline-flex;
    margin-left: 10px;
}

.cell-icon{
    margin: auto;
}

.img_hidden{
    display: none;
}

.w-100 {
    width: 100px;
}

.h-50 {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
}

.pt-10 {
    padding-top: 10px;
}

.pt-3 {
    padding-top: 3px;
}

.measurement-time-th {
    min-width: 145px;
}

.ping-th {
    min-width: 120px;
}

.pd-r-15 {
    padding-right: 15px;
}


.operator-col {
    min-width: 130px;
}

.t-al-left {
    text-align: left;
}

.cell-col {
    max-width: 200px;
}


.headcol1 {
    position: sticky;
    max-width: 150px;
    min-width: 150px;
    left: 0;
    top: auto;
    border-top-width: 1px;
    margin-top: -1px;
}

.headcol2 {
    position: sticky;
    max-width: 150px;
    min-width: 150px;
    left: 150px;
    top: auto;
    border-top-width: 1px;
    margin-top: -1px;
}

.headcol3 {
    position: sticky;
    max-width: 150px;
    min-width: 150px;
    left: 300px;
    top: auto;
    border-top-width: 1px;
    margin-top: -1px;
}

.headcol4 {
    position: sticky;
    max-width: 150px;
    min-width: 150px;
    left: 450px;
    top: auto;
    border-top-width: 1px;
    margin-top: -1px;
}

 th.headcol1, th.headcol2, th.headcol3, th.headcol4 {
    background-color: #dbe7f0;
 }

 td.headcol1, td.headcol2, td.headcol3, td.headcol4 {
    background-color: white;
 }

 .headcol1 p, .headcol2 p {
    overflow-wrap: break-word;
 }

.measurement-table-item {
    overflow-x: auto;
    overflow-y: visible;
    padding: 0;
    width: 96vw;
    height: calc(100vh - 330px);
}


.h-50-no-flex {
    height: 50px;
}

.ping-lost-col {
    min-width: 110px;
}

.header-pd {
    padding-left: 8px;
    padding-right: 8px;
}
/* 計測一覧 END */

/* 端末登録画面 START */
.management-code-inp {
    border-radius: 4px;
    background-color: #ebf5fc;
}

.add-btn-tag {
    display: flex;
    justify-content: center;
}
.add-device-btn {
    padding: 10px 30px;
}

.border-rad-10 {
 border-radius: 10px;
}

.w-450 {
    width: 450px;
}
/* 端末登録画面 END */

/* ユーザー管理 START */

.mg-b-10px {
    margin-bottom: 10px;
}

.remove-row {
    border-radius: 9px;
    padding: 4px 9px;
    font-weight: bold;
    font-size: 21px;
}

#user_info input, select, #login_form input[type=text],#login_form input[type=password] {
    background-color: #ebf5fc;
    border-radius: 5px;
    border: 1px solid #DDE0E5;
}

#user_info label {
    background-color: #ebf5fc;
    height: 40px;
    margin-right: 40px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    font-weight: bold;
}

.action-btn {
    display: flex;
    justify-content: flex-end;
}

.btn-danger-style {
    border-radius: 14px;
    background: linear-gradient(90deg, #d82c6d 0.00%,#ff3a3a 100.00%);
    padding-right: 10px;
}

.text-left {
    text-align: left;
}
/* ユーザー管理 END*/
