html{
    background-color: #F8F8F8;
    min-height: -webkit-fill-available;
}

body{
    background-color: #eeeeee !important;
}

#wrapper{
    height: -webkit-fill-available;
    padding-top:63px;
}

/* main {
    border-top: solid 1px #ddd;
    margin-left: 180px;
    width: calc(100% - 180px);
    min-height: 100%;
} */

#top-head {
    margin-bottom: 200px;
    display: contents;
}


.sidebar {
    width: 180px;
    position: fixed;
}

.sidebar-head {
    display: block;
}

.sidebar-bottom {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.sidebar_menu {
    position: relative;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    font-size: 13px;
    color: #333333;
    text-align: left;
    margin-top: 0px;
    white-space: nowrap;
    overflow: hidden;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.sidebar_menu_point {
    color: #333333;
    line-height: 35px;
    /* margin-bottom: 5px; */
}
.menu_mobile {
    display: none;
}


.first_sidebar_select,
.sidebar_select {
    width: 100%;
    height: 41px;
    display: flex;
    align-items: center;
}

.first_sidebar_select:hover,
.sidebar_select:hover{
    color: #333333;
    background: #DEECFC;
}

.first_sidebar_select:hover .sidevar_text,
.sidebar_select:hover .sidebar_text{
    color:#333333;
}

.first_sidebar_select:hover path,
.sidebar_select:hover path{
    fill:#333333;
}

.first_sidebar_select img,
.sidebar_select img{
    width:20px;
    margin: 0 8px 0 16px;
}

.sidebar_text{
    font-family: 'Noto Sans JP';
    font-weight: 600;
    font-size: 13px;
}

.sidebar_text_selected{
    color:#333333;
}

.sidebar_logo_selected{
    fill:#333333;
}

.sidebar_selected {
    border-top-left-radius: 43px;
    border-bottom-left-radius: 43px;
    background: linear-gradient(74.69deg, #0E7BFC -0.22%, #60a0eb 109.08%);
}

.sidebar_logo{
    margin-left: 30px;
    margin-right: auto;
    padding-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.icons{
    margin-left:16px;
    margin-right: 10px;
    padding-bottom: -30px;
    width:28px;
}

.icons_selected{
    fill:#FFFFFF;
}

.sidebar_user_info{
    padding-top: 20px;
    padding-left: 10px;
    padding-bottom: 20px;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 26px;
    /* identical to box height */
    letter-spacing: 0.05em;

    background: white;
}

.header{
    display: flex;
    justify-content: flex-end;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 26px;
    /* identical to box height */
    /* text-align: right; */
    color: #8E8C85;

}

.header_line{
    border: 1px solid #DCE0E0;
    margin-bottom: 30px;
}

.header_text{
    font-size: 20px;
    color: #8E8C85;
    padding-bottom: 10px;
}

.header_icons{
    height: 25px;
    width: 25px;
    margin-right: 5px;
    padding-top: 1px;
}

.logout, .help{
    padding-bottom: 2px;
    margin-right: 0;
    margin-top: 9px !important;
}

.logout {
    margin-top: 5px;
}

.base_box{
    display: flex !important;
}

/* .content{
    display: block;
    min-height: 100vh;
    height: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
} */

.user_icon{
    padding-left: 7px;
    padding-right: 5px;
    margin-top: 1px;
}

article {
    border-bottom: solid 1px #ddd;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.error_text{
    color: red;
}

table .btn{
    background: #ffffff;
    margin-left: 40px;
    border: 1px solid  #0E7BFC;
    box-sizing: border-box;
    border-radius: 6px;
    font-family: Noto Sans JP;
    font-style: normal;
    font-size: 15px;
    line-height: 22px;
    padding: 0 20px;
    color: #0E7BFC;
}

table .btn:hover{
    background: #0E7BFC;
    margin-left: 40px;
    box-sizing: border-box;
    border-radius: 6px;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 22px;
    padding: 0 20px;
    color: #FFFFFF;
}

button {
    cursor: pointer;
}
input[type*="button"] {
    cursor: pointer;
}
input[type="submit"] {
    cursor: pointer;
}
#popup_back_edit {
    cursor: pointer;
}
.search_button {
    cursor: pointer;
}
.search_button:hover{
    color: rgb(255, 255, 255);
    background-color: rgb(14, 123, 252);
    -webkit-box-shadow: inset 0px 0px 3px #fff;
    -moz-box-shadow: inset 0px 0px 3px #fff;
    box-shadow: inset 0px 0px 3px #fff;
}
.search_button:active{
    padding-top: 6px;
    padding-bottom: 4px;
    background-color: rgb(14, 123, 252);
}

.no_border {
    margin-left:auto;
    margin-right:auto;
}

.no_border td {
    border: none !important;
    vertical-align: middle !important;
}

.foam_box{
    padding: 8px;
    background-color: white;
}

strong {
    font-weight: 900 !important;
}

#mobile-head{
    display: none;
}

.mobile_help{
    display: none;
}

.mobile_logout{
    display: none;
}

.display_inline_strict{
    display: inline !important;
}



.main_header{
    background-color: black;
    display: flex;
    height: 63px;
    margin-top: -63px;
}

.margin_16{
    margin: 16px;
}

.sidebar_menu_point li{
    border: solid 1px #EEE;
    background-color: white;
}

.sidebar_menu_looks {
    border: solid 1px #EEE;
    background-color: white;
}

.visibility_hidden{
    visibility:hidden;
}

.isMargingNone{
    margin: 0;
}