#toast-container.toast-top-right > div {margin-top: 20px;}
#navbar .profile-img {font-size: 40px; vertical-align: middle;}

#getch-status .upd_area .upd2 {display: none; padding-right: 6px;}
#getch-status .upd_area:hover .upd1 {display: none;}
#getch-status .upd_area:hover .upd2 {display: inline; cursor: pointer;}
#getch-status .upd_area:hover ~.update-time {display: none;}

#full-getch-parity-stats .upd_area .upd2 {display: none; padding-right: 6px;}
#full-getch-parity-stats .upd_area:hover .upd1 {display: none;}
#full-getch-parity-stats .upd_area:hover .upd2 {display: inline; cursor: pointer;}
#full-getch-parity-stats .upd_area:hover ~.update-time {display: none;}

#full-getch-parity-stats th:nth-child(4),
#full-getch-parity-stats th:nth-child(5),
#full-getch-parity-stats th:nth-child(6),
#full-getch-parity-stats th:nth-child(7),
#full-getch-parity-stats td:nth-child(4),
#full-getch-parity-stats td:nth-child(5),
#full-getch-parity-stats td:nth-child(6),
#full-getch-parity-stats td:nth-child(7)
{
	text-align: right;
}

#full-getch-parity-stats td span
{
	text-decoration: underline;
	text-decoration-style: dotted;
}

.panel.panel-filled {position: relative;}
/*.table-logs {font-size: 12px;}*/
.table-logs table td {vertical-align: top !important;}
.table-logs pre, #show_data_modal code {word-wrap: break-word; white-space: pre-wrap;}
#download-stat .download-graph canvas {max-width: 100% !important;}

.control-label.firstup {text-transform: capitalize;}

.tracechain-result-box pre {background-color: transparent; color: #000;}
.tracechain-result-box.alert-success a {color: #f00;}
.tracechain-result-box {word-break: break-all;}

i.status-circle {display: inline-block; width: 10px; height: 10px; vertical-align: middle; border-radius: 50%;}
i.status-circle.status-circle-danger {background-color: #db524b;}
i.status-circle.status-circle-warning {background-color: #f7af3e;}
i.status-circle.status-circle-success {background-color: #1bbf89;}

.label.label-mark {text-transform: uppercase;}
.label.label-mark.mark-0 {background-color: #ccc;}
.label.label-mark.mark-1 {background-color: #db524b;} 
.label.label-mark.mark-2 {background-color: #f7af3e;}
.label.label-mark.mark-3 {background-color: #1bbf89;}

#datetimepicker1 .input-group-addon i {color: #fff; font-size: 19px;}
.bootstrap-datetimepicker-widget table td, 
.bootstrap-datetimepicker-widget table th, .bootstrap-datetimepicker-widget a {color: #999;}

.apps-list {display: flex; flex-wrap: wrap;}
.apps-list .item {}
.apps-list .item .address {word-break: break-word; font-size: 12px;}
.apps-list .item .text {font-size: 14px;}
.apps-list .item h3 {color: #333; font-size: 18px;}
.apps-list .item .img {height: 120px; background-color: #949ba2; overflow: hidden;}
.apps-list .item .img img {min-width: 100%; min-height: 100%;}
