/* General Design */
.brand {
  min-width: 232px;
  padding: 26px 36px 26px 26px;
  text-align: center;
}
#logo {
  vertical-align: middle;
  width: 80px;
  opacity: 0.4;
  margin: auto;
  bottom: 80px;
  margin-left: 90px;
  position: absolute;
  z-index: -10;
}
#header-links li {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#header-links > li a.active {
  background-color: #00AAFF;
  color: white !important;
}
#header-links > li > a.active {
  border-radius: 8px
}
#header-links li:hover {
  background-color: #fafafa;
}
#header-links li:hover a {
  color: #333;
}
#header-links > li > a {
  margin: 16px 22px;
  padding: 12px 20px;
  text-align: center;
}
#header-links > li {
  height: 80px;
}
#header-links .top-sub-menu {
  display: none;
  position: absolute;
  z-index: 999;
  background: white;
  left: 0;
  top: 100%;
  padding: 0px;
  z-index: 999;
  margin-top: 0px;
  /* box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1); */
  box-shadow: 0 2px 5px rgba(0,0,0,.1);
  width: max-content;
  min-width: 100%;
}
#header-links li:hover .top-sub-menu {
  display: block;
  border-top: 3px solid #2ea3f2;
  /* border-top: 2px solid #ACB0B5; */
}
#header-links .top-sub-menu li a {
  padding: 6px 12px;
  color: #777;
  width: 100%;
}
#header-links li:hover .top-sub-menu li a {
  display: block;
}
#header-links .top-sub-menu li a:hover {
  /* background-color: #00AAFF; */
  background-color: #fafafa;
}
#header-links .top-sub-menu li a.active {
  /* background-color: #00a0f0; */
  background-color: #00AAFF;
  color: white !important;
}
.top-sub-menu-add {
  color: white !important;
}
#left-menu .left-menu-add, #header-links .top-sub-menu-add {
	border-radius: 0;
  width: 100%;
  margin: 0;
}
#doc-preview {
	width: 100%;
}
#doc-preview img {
	max-width: 100%;
}
#doc-editor {
	margin-top: 16px;
}
#doc-editor, #doc-preview {
	display: none;
}
#image-preview {
	max-width: 100%;
}
#adminModal .form-reload button {
	margin: 2px;
}
#adminModal .form-reload {
	text-align: center;
}
#displayStatsModal #stats-header {
  text-align: center;
}
#displayStatsModal #stats-header div {
  display: inline-block;
}
#displayStatsModal #stats {
  max-height: 55%;
  overflow: auto;
}
#displayStatsModal table {
  width: 100%;
  margin-top: 24px;
}
#displayStatsModal table tr:nth-child(even) {
  background: #f0f0f0;
}
#displayStatsModal table tr td:not(:first-child), #displayStatsModal table tr th:not(:first-child) {
  text-align: center;
}
#displayStatsModal #stats-header #stats-prev-month {
  background: url(../scheduler/imgs_flat/arrow_left.png) center center no-repeat !important;
  width: 46px;
}
#displayStatsModal #stats-header #stats-next-month {
  background: url(../scheduler/imgs_flat/arrow_right.png) center center no-repeat !important;
  width: 46px;
}
#createItemModal .type-item-form, #editMessageModal .type-item-form  {
	text-align: center;
}
#createItemModal .type-item-form label {
	float: none;
}
#editItemModal .url-form {
	display: none;
}
.hidden {
	display: none;
}
.alert {
	margin: 16px;
}
.alert .glyphicon {
	margin-right: 8px;
}
.add, .add-planning-item {
	opacity: 0.8;
	z-index: 1040;;
}
.add-planning-item {
  width: 72px;
  height: 42px;
  padding: 10px 0px;
}
.edit-hover {
	font-size: 13px !important;
}
.edit, .edit-doc, .edit-planning-item, .edit-inventory-item, .edit-trombi, #edit-column {
	z-index: 1040;
	padding: 4px;
	font-size: 16px;
	cursor: pointer;
	color: #737c85;
}
.edit:hover, .edit-doc:hover, .edit-planning-item:hover, .edit-inventory-item:hover, .edit-trombi:hover, #edit-column:hover {
	color: #00AAFF;
	display: block !important;
}
#document {
  padding: 0;
  min-height: 60%;
}
#document-modification-date-container {
  height: 32px;
  display: none;
}
#document-modification-date {
  position: absolute;
  bottom: 40px;
  right: 46px;
  font-size: 0.8em;
}
#document-modification-contact {
  position: absolute;
  bottom: 40px;
  left: 26px;
  font-size: 0.8em;
}
#page-notification-bell, #document-notification-bell {
  position: absolute;
  /* font-size: 1em; */
	cursor: pointer;
	color: #737c85;
}
@keyframes pulse {
  0% { transform: scale(1.0); }
  50% { transform: scale(1.1); }
  100% { transform: scale(1.0); }
}
.pulsing {
  animation: pulse 0.3s;
}
#page-notification-bell {
  bottom: 42px;
  right: 26px;
}
#document-notification-bell {
  bottom: 40px;
  right: 26px;
}
#page-notification-bell:hover, #document-notification-bell:hover, #page-notification-bell.active, #document-notification-bell.active {
	color: #00AAFF;
}
#document-edit {
  margin: 8px 16px 0 0;
  min-height: 72px;
}
#document-edit button, #document-header div.btn, #document-header #document-edit a {
  float: right;
	display: none;
  margin: 16px 8px;
	line-height: 1.1em;
}
#document-edit .btn {
  padding: 10px 22px;
}
#document .mce-content-body input {
  max-width: 152px;
}
div.thought:before,
div.thought:after {
	width: 44px;
	height: 44px;
}
div.thought:after {
  width: 26px;
  height: 26px;
}
#left-menu .panel-body {
  margin: 0;
  padding: 0;
}
#tabs {
  margin-top: 12px;
  margin-bottom: 24px;
  display: inline-block;
  width: 100%;
	text-align: center;
}
#footer {
  left: 0;
  width: 100%;
  /* width: calc(100% - 260px); */
  z-index: 999;
  position: fixed;
  bottom: 0;
  height: 40px;
  background: #2b333e;
}
#footer-links {
	min-height: 20px;
	color: #AEB7C2;
	padding:0;
  text-align: center;
  margin-top: 8px;
}
#footer-links li { 
	cursor: pointer;
	display: inline-block;
	margin: 0;
}
#footer-links li + li::before {
  content: " | ";
	padding: 0 0.8em;
}
#footer-links li a {
	font-family: 'Antonio-Regular';
	text-decoration:none;
	cursor: pointer;
	color: #eaeaea;
	font-size: 1em;
	padding: 4px 8px;
}
#footer-links li a:hover, #footer-links li a.active {
	background-color: #00AAFF;
	color: white;
}
#document-title {
  margin-bottom: 20px;
}
#search-form {
  display: flex;
  text-align: center;
}
#search {
  min-width: 20px;
  display: inline-block;
}
.table.table-minimal tr>th {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #a0aeba;
  border-bottom: none;
  font-size: 12px;
}
#search-result {
	padding: 4px;
}
#search-result .search-item, #search-result p {
	margin: 4px;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	text-decoration: none;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
#search-result a.active {
	background: #f4f4f4;
}
#search-result a:hover {
	background: #f4f4f4;
}
#fullname {
  margin-right: 4px;
}
.edit-doc {
	z-index: 1040;
	padding: 4px;
	font-size: 16px;
	cursor: pointer;
	color: #737c85;
}
.edit-doc:hover {
	color: #00AAFF;;
	display: block !important;
}
.panel-body-no-decal {
  padding-top: 12px !important;
}
.btn-right {
  float: right;
  margin-left: 16px;
  bottom: 8px;
  margin-bottom: 8px;
}
.btn-left {
  float: left;
  margin-right: 16px;
}
.btn-default.focus {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-small {
  margin-top: -4px;
  padding: 4px 10px;
  position: relative;
  font-size: 11px;
}
.btn-very-small {
  margin-top: -4px;
  padding: 2px 4px;
  position: relative;
  font-size: 10px;
}
.fa-info-circle {
  margin-right: 8px;
}
.fa-times:hover {
  color: rgb(197, 86, 86);
}
.fa-star:hover, .fa-briefcase:hover, .fa-copy:hover, .fa-paste:hover, .fa-clone:hover {
  color: rgb(75, 189, 247);
}
.fa-times, .fa-star, .fa-briefcase, .fa-pencil {
  cursor: pointer;
  color: #DCDCDC;
}
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border-bottom: 1px solid #ddd;
}
.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th {
    border: none;
}
.btn-icon {
  background: none;
  border: none;
  outline: none;
}
.selectize-dropdown-content {
  overflow-x: auto;
}
.selectize-dropdown [data-selectable] {
  overflow: visible;
}
.selectize-control {
  display: inline-block;
}
.selectize-dropdown {
  text-align: left;
}
.selectize-input > input { 
  outline-width: 0;
}
.hidden {
  display: none;
}
#loggedout button {
  margin: 24px 32px 0 16px;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.panel .info .title {
  color: #a0aeba;
  font-size: 12px;
  margin-bottom: 8px;
  display: block;
}
.panel .info .value {
  display: block;
  margin-bottom: 3px;
}
.panel .controls a {
  margin-right: 15px;
  font-size: 13px;
  color: #a0aeba;
}
.panel .progress-chart {
  margin-bottom: 3px;
}
.panel .controls a i {
  margin-right: 5px;
  font-size: 14px;
  color: #0af;
}
.panel .controls a:hover, .panel .controls a:focus {
  text-decoration: underline;
}
#document-header .text-right {
  padding-left: 0;
}
#document-header .lnr {
  font-size: 32px;
  margin: 16px;
}
.panel .panel-heading {
  font-size: 20px;
  display: table;
  width: 100%;
}
.panel .panel-heading .panel-title {
  font-size: 16px;
  height: 20px;
  margin-left: 8px;
}
.panel .panel-body {
  padding-left: 15px;
  padding-right: 15px;
}
.panel .panel-heading .label {
  font-size: 11px;
}
.project-item .right {
  text-align: center;
  float: right;
}
.panel .left {
  float: left;
}
.panel .right {
  float: right;
  text-align: right;
}
.navbar img {
  width: 22px;
  height: 22px;
  margin-right: 4px;
}
#documents .document {
	margin: 4px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
#documents .play-doc-video {
  position: absolute;
  right: 28px;
  margin-top: -22px;
  cursor: pointer;
}
#documents .fa-play-circle {
  font-size: 14px;
}
@media (min-width: 1024px) {
  #playDocVideoModal .modal-dialog {
    width: 980px;
  }
}
#playDocVideoModal #doc-video-player {
  width: 100%;
}
#documents .play-doc-video:hover {
  color: #00AAFF;
}
#documents i {
  margin-right: 4px
}
#documents-container {
	margin-bottom: 8px;
}
#documents .file-size {
  color: #a0aeba;
  font-size: 13px;
  float: right;
}
#documents a.active {
	background: #f4f4f4;
}
#documents a:hover {
	background: #f4f4f4;
}
#documents a {
	display: block;
	text-decoration: none;
}
#documents-container .empty {
	text-align: center;
}
#documents .image-preview {
	max-width: 200px;
	max-height: 200px;
}
#page-navs {
	margin: 10px 0;
	text-align: center;
}
#page-navs .show-all {
	position: absolute;
  float: right;
  font-size: 0.6em;
	color: white;
	background-color: #e6e6e6;
	cursor: pointer;
	padding: 0 4px;
  margin: 14px 0 0 10px;
}
#page-navs .show-all:hover {
	background-color: #737c85;
}
#page-navs .page-nav-first, #page-navs .page-nav-last {
	margin: 0 4px;
	display: inline-block;
  height: 30px;
  line-height: 30px;
	width: 18px;
	cursor: pointer;
}
#page-navs .page-nav-prev, #page-navs .page-nav-next {
	display: inline-block;
  height: 30px;
  line-height: 30px;
	width: 14px;
	cursor: pointer;
}
#page-navs .page-nav-first {
  background: url(../scheduler/imgs_flat/first-page.png) center center no-repeat;
}
#page-navs .page-nav-next {
  margin-left: 16px;
  background: url(../scheduler/imgs_flat/arrow_right.png) center center no-repeat;
}
#page-navs .page-nav-prev {
  margin-right: 16px;
  background: url(../scheduler/imgs_flat/arrow_left.png) center center no-repeat;
}
#page-navs .page-nav-last {
  background: url(../scheduler/imgs_flat/last-page.png) center center no-repeat;
}
#page-navs .disabled {
	opacity: 0.2;
}
#dropzone {
	display: none;
}
#dropzoneedit {
	margin-top: 16px;
}
.dropzone {
	background: transparent;
	margin-bottom: 0;
}
.dropzone.dz-drag-hover { border-style: solid; }
.dropzone.dz-drag-hover .dz-message { opacity: 0.5; }
.dropzone { text-align: center; padding: 16px; }
.dropzone .dz-message { cursor: pointer; }
.dropzone img { max-width: 150px; max-height: 150px; }
.dropzone {border: 2px dashed #0087F7 !important;border-radius: 0px !important;}
.dropzone .dz-message { font-weight: 400; }
.dropzone .dz-message .note { font-size: 0.8em; font-weight: 200; display: block; margin-top: 1.4rem; }
.sortable-ghost {
	opacity: .4;
}
.tooltip .image-preview {
  max-width: 100%;
}
.tooltip-inner {
  white-space:pre-wrap;
  background-color: white;
  color: black;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.tooltip-content {
  font-size: 12px;
  word-wrap: break-word;
}
.tooltip-header {
  color: black;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.tooltip.right .tooltip-arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
  bottom: -10px;
  left: -9px;
  border-width: 10px;
}
.tooltip.right .tooltip-arrow {
  margin-left: 8px;
  border-right-color: #999;
  border-right-color: rgba(0,0,0,.25);
  left: -16px;
  border-width: 11px;
}
.tooltip.right .tooltip-content {
  padding: 6px;
}
.tooltip.right .tooltip-header {
  padding: 4px 10px;
  margin: 0;
}
.tooltip.right .tooltip-inner {
  min-width: 250px;
  padding: 0;
  margin-left: 8px;
}
.tooltip.left .tooltip-arrow {
  margin-left: 8px;
  border-left-color: #999;
  border-left-color: rgba(0,0,0,.25);
  right: -16px;
  border-width: 11px;
}
.tooltip.left .tooltip-content {
  padding: 6px;
}
.tooltip.left .tooltip-header {
  padding: 4px 10px;
  margin: 0;
}
.tooltip.left .tooltip-inner {
  min-width: 250px;
  padding: 0;
  margin-left: 8px;
}
.tooltip.left {
	width: 268px;
	left: -274px !important;
}
.tooltip.left .tooltip-arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	content: " ";
	border-left-color: #fff;
	border-right-width: 0;
	bottom: -10px;
	left: -11px;
	border-width: 10px;
}
.modal-dialog {
	margin: 10% auto;
}
.new-url-form {
	display: none;
}
.owner-item, .option-item {
	width: 30%;
	display: inline-block;
}
.delete-owner, .delete-option {
	color:#737c85;
	font-size:0.95em;
	display: inline-block;
	cursor: pointer;
}
.delete-owner:hover, .delete-option:hover {
	color:#550000;
}
#btn-add-moderator, #btn-add-admin {
	float: right;
	margin-bottom: 16px;
}
.twitter-typeahead {
	width: 80%;
}
#owners, #admins {
	margin-left: 24px;
}
.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tt-hint {
  color: #999
}
.tt-menu {
  width: 422px;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}
.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}
.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;
}
.tt-suggestion p {
  margin: 0;
}
.gist {
  font-size: 14px;
}
#owners-additional-item-container {
  display: flex;
}
#owners-additional-item {
  margin-right: 32px;
}
.list-item-container {
	background-color: #449d44;
  display: inline;
  padding: .3em .7em .4em;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  margin: 2px;
  display: inline-block;
}
.btn-remove-list-item {
	font-size: 0.8em;
  margin-left: 8px;
  cursor: pointer;
  color: #DCDCDC;
}
.btn-remove-list-item:hover {
	color: rgb(197, 86, 86);
}
/* Start login modal */
#loginModal .modal-dialog {
  max-width: 450px;
}
#loginModal input {
  margin-top: 10px;
}
#div-login-msg {
  border: 1px solid #dadfe1;
  height: 30px;
  line-height: 28px;
  transition: all ease-in-out 500ms;
}
#div-login-msg.success {
  border: 1px solid #68c3a3;
  background-color: #c8f7c5;
}
#div-login-msg.error {
  border: 1px solid #eb575b;
  background-color: #ffcad1;
}
#icon-login-msg {
  width: 30px;
  float: left;
  line-height: 28px;
  text-align: center;
  background-color: #dadfe1;
  margin-right: 5px;
  transition: all ease-in-out 500ms;
}
#icon-login-msg.success {
  background-color: #68c3a3 !important;
}
#icon-login-msg.error {
  background-color: #eb575b !important;
}
#img_logo {
  max-height: 100px;
  max-width: 100px;
}
#loginModal .modal-content {
  background-color: #F7F7F7;
  border: 1px solid #bdc3c7;
  border-radius: 0px;
  outline: 0;
}
#loginModal .modal-header {
  min-height: 16.43px;
  padding: 15px 15px 15px 15px;
  border-bottom: 0px;
}
#loginModal .modal-footer {
  padding: 15px 15px 15px 15px;
  text-align: left;
  border-top: 0px;
}
#loginModal .glyphicon {
  top: 0px;
}
/* OVERRIDE VENDORS */
#plain-planning {
  background: white;
  width: 100%;
  min-height: 100%;
  font-family: 'Arial', sans-serif;
  background-color: #f8f8f8;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.month-schedule {
  margin: 0 auto;
  max-width: 800px;
}
.day-schedule {
  background-color: #ffffff;
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.day-name {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: 2px solid #eeeeee;
  padding-bottom: 5px;
}
.event {
  padding: 5px 0;
}
.event-time {
  display: inline-block;
  font-weight: bold;
  color: #2a6496;
  margin-right: 10px;
}
.event-summary {
  display: inline-block;
  color: #666666;
}
#scheduler.icalendar {
	max-height: 800px;
}
#scheduler.icalendar .dhx_cal_event_clear {
	height:45px;
	white-space: normal;
}
#scheduler.icalendar .dhx_cal_event_line {
	height:36px;
}
#users-filter-container {
	margin: 32px 0 16px 24px;
}
#users-filter-container .selectize-input {
	min-width: 375;
}
.selectize-input .remove {
	/* position: absolute;
    top: 0;
    right: 0;
	bottom: 0; */
	margin-left: 4px;
    display: inline-block;
    width: 17px;
    padding: 2px 0 0 0;
    font-size: 12px;
    font-weight: bold;
    color: inherit;
    text-align: center;
    text-decoration: none;
    /* vertical-align: middle; */
    border-left: 1px solid #0073bb;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
/* Fix VPN css include not working */
.dhx_cal_prev_button{right:61px;background:url('../scheduler/imgs_flat/arrow_left.png') center center no-repeat !important}
.dhx_cal_next_button{right:14px;background:url('../scheduler/imgs_flat/arrow_right.png') center center no-repeat !important}
/* Fix bootstrap modal scroll to top of page */
body.modal-open {
    overflow: visible;
}
/* Language Picker */
.goog-te-banner-frame { display: none !important; }
.skiptranslate { display: none !important; }
#goog-gt-tt, #goog-gt-, .goog-te-balloon-frame{display: none !important;} 
.goog-text-highlight { background: none !important; box-shadow: none !important;}
body {
  top: 0px !important; 
}
#language-picker {
  position: absolute;
  right: 34px;
  bottom: -8px;
  padding: 0;
  padding-inline-start: 0;
  border-radius: 16px;
}
#language-picker-wrapper:hover #language-picker {
  background-color: white;
}
#language-picker li:not(:last-child) {
  display: none;
}
#language-picker-wrapper:hover #language-picker li {
  display: block;
}
#language-picker li {
  padding: 8px;
}
#language-picker li:first-child {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
#language-picker li:last-child {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
#language-picker li:hover {
  background-color: #00AAFF;
}
#language-picker li img {
  width: 22px;
}
#language-picker-wrapper {
  position: relative;
  display: inline-block;
}
#language-picker-caret {
  position: absolute;
  right: 26px;
  bottom: 16px;
  font-size: 8px;
  color: white;
}

/* Design fluid */
@media screen and (max-width: 1900px) {
  #header-links > li > a {
    margin: 16px 12px;
    padding: 12px 10px;
  }
}
@media screen and (max-width: 1700px) {
  .brand {
    /* padding: 26px 12px; */
    /* min-width: 132px; */
  }
  #header-links > li > a {
    min-width: 80px;
    max-width: 110px;
    margin: 8px 6px;
    padding: 12px 6px;
  }
}
@media screen and (max-width: 1480px) {
  .panel-heading .selectize-input {
    width: 130px;
    min-width: 130px;
  }
  .brand {
    /* padding: 26px 12px; */
    /* min-width: 0px; */
  }
  #loggedin > a {
    padding: 28px 12px;
  }
  #loggedin #fullname {
    display: none;
  }
  .navbar-right {
    margin-right: -15px !important;
  }
  #footer-links li + li::before {
    padding: 0 0.2em;
  }
}
@media screen and (max-width: 1280px) {
  #project .project-metrics select {
    font-size: 0.75em;
  }
  .panel-heading .selectize-input {
    width: 120px;
    min-width: 120px;
  }
}