html, body { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #ffffff; background-color: #2c3e50; height: 100%; } .main { background-image: url(../img/earth-bg.png); background-size: contain; background-repeat: no-repeat; background-position-x: right; background-position-y: 400px; overflow-y: auto; height: 100%; } .main .container-fluid { padding: 0 15px 0 15px; } .sidebar { height: 100vh !important; top: 0; padding-top: 55px; background-color: #072450; } .app-top-header { position: fixed; top: 0; left: 200px; width: calc(100% - 200px); height: 55px; background-color: #0F1E49; color: #ffffff; z-index: 5; } .app-top-header-dashboard { width: 100%; position: relative; } .button-sidebar-menu { position: absolute; left: 0; border: 1px solid #ffffff; } .panel-user { position: relative; border-right: 3px solid rgba(22, 160, 133, 1); background-color: rgba(22, 160, 133, 0.2); background-image: url(../img/earth2-bg.png); background-size: contain; background-repeat: no-repeat; background-position-x: center; background-position-y: 50px; } .panel-calendar { border-right: 3px solid rgba(142, 68, 173, 1); background-color: rgba(142, 68, 173, 0.2); } .panel-visitor { border-right: 3px solid rgba(41, 128, 185, 1); background-color: rgba(41, 128, 185, 0.2); } .panel-feedback { border-right: 3px solid rgba(52, 152, 219, 1); background-color: rgba(52, 152, 219, 0.2); } .panel-feedback-header, .panel-feedback-item { border-bottom: 1px solid rgba(52, 152, 219, 1); } .panel-activity { border-right: 3px solid rgba(46, 204, 113, 1); background-color: rgba(46, 204, 113, 0.2); } .panel-staff { border-right: 3px solid rgba(142, 68, 173, 1); background-color: rgba(142, 68, 173, 0.2); } .event-list { background-color: rgba(0, 0, 0, 0.2); } .event-item.active { background-color: rgba(0, 0, 0, 0.35); border-right: 3px solid #2ECC71; } .user-image { width: 100px; height: 100px; padding: 15px; border-radius: 50%; border: 2px solid #1ABC9C; color: #1ABC9C; } .user-image i { color: #1ABC9C; }