/*version=1.01*/
/* Log here
//2020/03/20   
// 複合グラフの対応 */

.ui-datepicker { 
    z-index: 9999 !important;
}
.chart-legend {
    list-style: none;
    cursor: pointer;
    padding-left: 0;
    padding-bottom: 0px;
    margin-bottom: 0px;
    float: right;
}
.chart-legend li {
    display: inline-block;
    padding: 0 5px;
}
.chart-legend li.hidden {
    color: #aaaaaa;
}
.chart-legend li span{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
}

INPUT[type="checkbox"]:focus
{
    outline: 1px solid rgba(0, 0, 0, 0.2);
}

INPUT[type="checkbox"]
{
    margin-bottom: 2px;
    margin-right: 2px;
    border-radius: 2px;
    border: 1px solid #aaaaaa;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 17px;
    height: 17px;
    cursor: pointer;
    position: relative;
    top: 5px;
}

INPUT[class = "checkbox2"][type="checkbox"]:checked {
    margin-bottom: 2px;
    margin-right: 2px;
    padding-bottom: 4px;
    background: url("data:image/gif;base64,R0lGODlhCwAKAIABAP////3cnSH5BAEKAAEALAAAAAALAAoAAAIUjH+AC73WHIsw0UCjglraO20PNhYAOw==") 3px 3px no-repeat;
    background-color: #007bff;
    border: 1px solid #007bff;
}

INPUT[class^="checkbox3"][type="checkbox"]:checked {
    margin-bottom: 2px;
    margin-right: 2px;
    padding-bottom: 4px;
    background: url("data:image/gif;base64,R0lGODlhCwAKAIABAP////3cnSH5BAEKAAEALAAAAAALAAoAAAIUjH+AC73WHIsw0UCjglraO20PNhYAOw==") 3px 3px no-repeat;
}

.btn-systemstatus {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    border: none;
    background: yellow;
    color: red;
    cursor: pointer;
    text-align: left;
    border-bottom-left-radius:3px; 
    border-bottom-left-radius:3px;
}

.list-group-item {
    min-height: 45px;
}

.ml-auto-menu {
    position: absolute;
    right: 38px;
    top: 14px;
    width: 35px;
    height: 35px;
    text-align: center;
    border: none;
    background-color: #fff;
    border-radius: 2px;
    cursor: pointer;
    z-index: 1;
}

.ml-auto-menu img {
    width: 22px;
    height: 22px;
}

.ml-auto-menu:hover {
    background-color: #ccc;
    border: none;
}

.ml-auto-menu:focus {
    outline: none;
}

#close-sidebar {
    position: absolute;
    top: 14px;
    right: 3px;
	width: 35px;
    height: 35px;
    border: none;
    background-color: #fff;
    text-align: center;
    z-index: 1;
    cursor: pointer;
}

#close-sidebar img {
    width: 22px;
    height: 22px;
}

#close-sidebar:hover {
    background-color: #ccc;
    border-radius: 2px;
}

#pin-sidebar {
    position: absolute;
    top: 12px;
    right: 3px;
	width: 35px;
    height: 35px;
    border: none;
    background-color: #fff;
    text-align: center;
    z-index: 1;
    cursor: pointer;
}

#pin-sidebar img {
    width: 22px;
    height: 22px;
}

#pin-sidebar:hover {
    background-color: #ccc;
    border-radius: 2px;
}

#show-sidebar {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    cursor: pointer;
}

.submenu-icon:hover {
    background-color: #ccc;
}

.dropdown-menu {
    min-width: 60px;
    padding: 5px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
} 

.btn-container {
    display: flex;
    position: absolute;
    top: 14px;
    right: 7px;
    z-index: 1;
}

.btn-container button{
    background-color: #fff;
    border: none;
    font-size: 1.4rem;
    display: none;
    margin-right: -3px;
    padding: 0 6px;
    border-radius: 2px;
}

.btn-container button:hover {
    background-color: #ccc;
    border: none;
}

.minimized {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #49aeae;
    width: 22px;
    height: 22px;
    padding-right: 1px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-group-item.active .minimized {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #f0d318;
    width: 22px;
    height: 22px;
    padding-right: 1px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.panel-body {
    margin: 10px;
}
  
.chart-container {
    height: calc(100% - 20px);
}