.container.content { position:relative; }
.container > h1 { margin-bottom:30px; }

.statusview-toggle { position:absolute; top: 14px; right: 35px; }
.statusview-toggle > h3 { font-family: "Open Sans", sans-serif; font-size: 14.6px; line-height: 18px; letter-spacing: 0.2px; color: #1a181d; font-weight: 400; text-transform: uppercase; }
.statusview-toggle > .switch { position: relative; display: inline-block; width: 38px; height: 28px; float:right; }
.statusview-toggle > .switch > input { display:none; }
.statusview-toggle > .switch > .slider { position: absolute; cursor: pointer; border-radius: 30px; top: 0; left: 0; right: 0; bottom: 0; background-color: #bbb; -webkit-transition: 0.5s; transition: 0.5s; }
.statusview-toggle > .switch > .slider:before { content: ""; position: absolute; height: 24px; width: 24px; border-radius: 50%; left: 2px; bottom: 2px; background-color: #fff; -webkit-transition: 0.5s; transition: 0.5s; }
.statusview-toggle > .switch > input:checked + .slider { background-color: #7ccdbd; }
.statusview-toggle > .switch > input:focus + .slider { box-shadow: 0 0 1px #6ebfaf; }
.statusview-toggle > .switch > input:checked + .slider:before { -webkit-transform: translateX(10px); -ms-transform: translateX(10px); transform: translateX(10px); }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {border-color: #6400b7; background-color: #6400b7;}
.pagination li a:hover {border-color:#6400b7; background-color:#6400b7;}
#whiteboard-content .whiteboard-item.whiteboard-item-own .whiteboard-item-header { color:#a5d223; }

.tag-box-v1 {border-top: solid 2px #6400b7;}
.modal-body {background: #f3f6f9;}
.modal-title {text-align: center;}
.bootstrap-table .fixed-table-container .table {background: #fff;}
.panorama-fullscreen, .panorama-toggle {background:#6400b7;}
.panorama-fullscreen:hover {background: #4e008e;}

.box_progress.box_status {border: 1px solid #ddd; padding: 10px; font-size: 12px; background: #fafafa; margin-bottom: 20px;}
.box_status {font-size: 16px;}
.box_progress.box_status > .progress.progress-u.progress-xxs {height: 6px;}

.chat-message .user-name { color:#72c02c; }
.chat-new { color:#72c02c; }