html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

.title {
    font-size: 24px;
    padding: 4px 0 0 5px;
}

.center {
    text-align: center;
}

.error {
    color: red;
}

.w2ui-panel-title {
    z-index: 2;
    /* font-weight: bold; */
}

#satei-layout {
    width: 100%;
    height: 100%;
}

.menu {
    vertical-align: middle;
    font-size: 16px;
}

.menu a {
    border: 1px solid;
    text-decoration: none;
    padding: 0 5px;
    margin-left: 10px;
}

.menu a:hover {
    background-color: yellow;
}

#menu_select {
    border: 3px solid;
}

#menu_user {
    float: right;
    border: 1px solid;
    font-size: 16px;
    padding: 0 8px;
    margin: 3px 12px 0 0;
}

form label {
    margin-right: 5px;
}

#login_btn {
    margin: 10px;
}

.disable_row {
    background-color: #ddd !important;
}

.chart {
    float: left;
}

/*
  common
*/

.common_logo {
    width: 110px;
}

#layout_satei-layout_panel_top .w2ui-panel-content {
    background-color: #2ea7e0;
}

.w2ui-panel {
    background-color: white;
}

.w2ui-tb-button {
    background-color: white!important;
}

#tb_toolbar_menu_item_menu_title {
    background-color: #28a7e1!important;    
}

.w2ui-tb-button.checked {
    /* background-color: #70B2D1!important; */
    background-color: #28a7e1!important;    
    border-color: white!important;
    border-style: solid!important;
    border-width: 2px!important;
}

.w2ui-tb-text {
    color: #2ea7e0!important;
    font-weight: bold;
}

.w2ui-tb-button.checked .w2ui-tb-text {
    /* background-color: #70B2D1!important; */
    background-color: #28a7e1!important;    
    color: white!important;
}

.w2ui-panel-toolbar {
    background-color: white!important;
}

/*
    login
*/

.login_background {
    background-color: #28a7e1;
    height: 100vh;
}

.login_title {
    padding: 100px 0 10px 0;
}

.login_label {
    color: white;
    margin: 0 16px 0 0;
    padding: 2px 0;
}

.login_button {
    margin: 40px 0 0 0;
}

.login_submit {
    background-color: white;
    border-radius: 10px;
    border-style :none;
    color: #28a7e1;
    padding: 6px;
}
/*
    sitedata
*/

.w2ui-tb-html {
    color: #7E8757;
}

.w2ui-tb-html label {
    color: #2ea7e0;
    font-weight: bold;
}

/*
.w2ui-tb-button .w2ui-tb-text {
    color: #53593B!important;
}
*/

/* 条件クリア
#tb_layout_sitedata_main_toolbar_item_clear .w2ui-tb-text {
    color: white!important;
}
*/

.w2ui-panel-title {
    background-color: #2ea7e0!important;
    color: white!important;
    font-size: 14px;    
}

.w2ui-btn {
    background-color: #2ea7e0;
    background-image: none!important;
    border-radius: 10px!important;
    color: white!important;
    font-size: 14px!important;
    width: 100px;
}

.w2ui-column {
    padding: 4px!important;
}

.w2ui-form {
    border-color: #2ea7e0;
    border-style: solid;
    border-width: 2px;
}

.w2ui-form-header {
    background-color: #2ea7e0!important;
    color: white!important;
    font-size: 14px!important;
}

.w2ui-col-header {
    background-color: #2ea7e0;
    color: white;
}

.w2ui-sidebar .w2ui-sidebar-body .w2ui-selected {
    border-color: #2ea7e0;
    border-style: solid;
    border-width: 2px;
}

.w2ui-sidebar .w2ui-sidebar-body .w2ui-selected:hover {
    border-color: #2ea7e0;
    border-style: solid;
    border-width: 2px;
}

#layout_preview_sitedata_panel_left .w2ui-panel-content {
    background-color: #FDFEFA!important;
}

#tb_layout_sitedata_main_toolbar_item_clear {
    background-color: #98A55E;
    border-radius: 20px;
    color: white;
}

pre {
    padding: 4px;
}

/*
  sitelist
*/

.sitelist_preview {
    /*display: flex;*/
    /*flex-wrap: wrap;*/
}

.sitelist_preview div {
    justify-content: center;
    margin: 10px auto 20px;
}

.sitelist_preview canvas {
    max-height: 300px;
    max-width: 600px;
    width: 50%!important;
}
