.hide { display: none; }
.gallery img.sd-image { border: 0; }
.gallery img.sd-image.active { border: 3px solid red; }
.btn-select { width: 30px; height: 30px; border-radius: 50%; background: #3c8dbc; position: absolute; color: #ffffff; text-align: center; padding-top:3px; z-index: 1000; right: 10%; bottom: 10%; cursor: pointer; }
.btn-select:hover { background: #001f3f }
.btn-select.active { background: #d81b60 }
.source-images ul { marign: 0; padding: 0; list-style-type: none; }
.source-images ul li { marign: 0; list-style-type: none; }
#nvidia_status { font-size: 12px; margin: auto; width: 500px}
.btn-source-del { cursor: pointer;position: absolute;top: 5px;right: 10px;color: #ffffff; }
.gpu-bar-container {width: 200px;height: 25px;background-color: #000;position: relative;}
.gpu-bar {height: 100%;position: absolute;background-color: #4bc0c0;transition: width 0.3s;}
.gpu-bar-container .txt { position: absolute; top:2px; left: 10px; color: #fff; }

.memory-bar-container {width: 200px;height: 25px;background-color: #484747;position: relative;}
.memory-bar {height: 100%;position: absolute;background-color: #c04bad;transition: width 0.3s;}
.memory-bar-container .txt { position: absolute; top:2px; left: 10px; color: #fff; }

.main-area { position: relative;width: 100%;padding-right: 7.5px;padding-left: 7.5px; }
.side-area { position: fixed;width: 400px;padding-right: 7.5px;padding-left: 7.5px;top: 65px;right: -400px; }
.main-area.active { position: relative;width: calc(100% - 400px);padding-right: 7.5px;padding-left: 7.5px; }
.side-area.active { position: relative;width: 400px;padding-right: 7.5px;padding-left: 7.5px;top: 0;right: 0px; }

.btn-image-del { width: 30px; height: 30px; border-radius: 50%; background: #3c8dbc; position: absolute; color: #ffffff; text-align: center; padding-top:3px; z-index: 1000; right: 10%; bottom: 10%; cursor: pointer; }
.btn-image-del:hover { background: #001f3f }
