/* General Design */
#content-filters .text-filter {
  z-index: 1;
  position: relative;
}
#version {
  font-style: italic;
  font-size: 15px;
  color: #a0aeba;
}
#confirmModal {
  z-index: 1100;
}
#btn-confirm-additional {
  display: none;
}
#skills .panel, #users .panel {
  overflow: auto;
}
#search-container .selectize-control {
  width: 200px;
}
#search {
  visibility: hidden;
}
#search-container .selectize-input {
  width: 200px;
  line-height: 1.42857143;
  padding: 6px 12px;
  border-radius: 2px;
  border-color: #eaeaea;
  background-color: #fcfcfc;
  box-shadow: none;
}
#search-container .selectize-input input {
  /* color: #FFF !important; */
  opacity: 0.8;
  font-size: 14px;
}
.table.table-minimal tr>th {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #a0aeba;
  border-bottom: none;
  font-size: 12px;
}
#fullname {
  margin-right: 4px;
}
.edit-doc {
	z-index: 1040;
	padding: 4px;
	font-size: 16px;
	cursor: pointer;
	color: #737c85;
}
.edit-doc:hover {
	color: #1ac7c3;
	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;
}
.fa-light-button {
  opacity: 0.4;
  font-size: 0.9em;
  cursor: pointer;
}
.fa-light-button:hover {
  opacity: 0.8;
}
.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;
}
#profile, #project, #businessgroup, #businessgroups, #loggedin, #loggedout, #administration {
  display: none;
}
.content-menu-header .right {
  float: right;
} 
.admin-option {
  display: none;  
}
.content-menu-header .right.admin-option {
  margin-top: -4px;
}
.selectize-dropdown-content {
  overflow-x: auto;
}
.selectize-dropdown [data-selectable] {
  overflow: visible;
}
.selectize-control {
  display: inline-block;
}
.selectize-dropdown {
  text-align: left;
}
#content-header #items-found {
  width: 50%;
  float: left;
}
#content-filters input[data-filter] {
  opacity: 0.6;
}
#content-filters .selectize-input, #content-filters #status-filter {
  opacity: 1;
  margin-bottom: 4px;
}
.selectize-control.multi .selectize-input > div {
  padding: 0 6px;
}
#content-filters input[data-filter], .selectize-input, #member-to-add, #skill-to-create {
  text-align: left;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: none;
  overflow: inherit;
  border-color: #eaeaea;
  background-color: #fcfcfc;
  border: 1px solid #ccc;
  padding: 4px 12px;
  font-size: 14px;
  height: 100%;
  margin-right: 16px;
  outline: none;
}
.dotted-line {
  text-decoration: underline dotted;
  text-underline-offset: 3px;
  cursor: help;
}
#items-found {
  margin-bottom: 8px
}
#content-filters {
  /* min-width: 80%; */
  width: 100%;
  float: left;
  margin-bottom: 24px;
}
#content-filters input {
  margin-bottom: 4px;
}
#content-header {
  min-height: 32px;  
}
#content-header, #content-filters {
  display: inline-block;
  display: none;
}
#content-header .btn-right {
  float: right;
  display: none;
}
.selectize-input > input { 
  outline-width: 0;
}
.hidden {
  display: none;
}
.invisible {
  visibility: 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;
}
.project-heading .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;
}
#businessgroups .panel .panel-heading .panel-title {
  height: auto;
}
.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;
}
.panel .widget-metric_7 .right {
  float: none;
}
.navbar img {
  width: 22px;
  height: 22px;
  margin-right: 4px;
}
/* Dashboard */
#dashboard select {
  font-size: 14px;
}
.panel-body.widget-mini-bar {
  padding: 15px;
}
.widget-mini-bar {
  text-align: center;
}
.widget-mini-bar .value {
  color: #5e6773;
  font-size: 32px;
  font-weight: 300;
  display: block;
}
.widget-mini-bar span {
  font-size: 14px;
  color: #a0aeba;
  line-height: 1;
}
/* Administration */
#deletable-users .row:nth-of-type(odd) {
  background-color: #f9f9f9;
}
#deletable-users .btn-remove-delatable-user {
  margin-top: 8px;
}
#deletable-users .row {
  padding-bottom: 2px;
  padding-top: 2px;
}
#businessgroup .member {
  margin-bottom: 4px;
}
#administration #options .fancy-checkbox {
  margin-top: 4px;
  margin-bottom: 4px;
}
#administration #options .fancy-checkbox.last {
  margin-bottom: 14px;
}
#administration #options .fancy-checkbox span {
  font-weight: normal;
  font-size: 15px;
}
#administration select {
  width: 100%;
}
#btn-add-fonction, #fonctionName {
  width: inherit;
}
#fonctionName {
  display: inline-block;
}
.field-list-item-container {
  display: inline-block;
}
#administration .budget-item, #administration .corps-budget input {
  padding: 0;
  width: 70px;
  height: 20px;
}
#admin-load-edit {
  float: right;
}
#admin-load-edit button {
  padding: 4px 12px;
  margin-right: 16px;
}
.new-load {
  font-weight: bold;
}
.load-sup {
  color: green;
}
.load-inf {
  color: red;
}
#external-user-lastname, #external-user-firstname {
  margin-bottom: 8px;
}
#btn-admin-save-container, #btn-add-external-user-container {
  text-align: center;
}
#administration .selectize-control.multi {
  width: 100%;
}
#administration-actions {
  text-align: center;
}
#administration-actions .btn {
  margin: 8px 0 0 16px;
}
.title-administration {
  height: 46px;
}
#project-fields table td {
  word-break: break-all;
}
#project-fields .field-content-item {
  display: inline-block;
}
#project-fields .btn-remove-field-list-item {
  margin-right: 4px;
}
#project-fields .project-field-historic, #project-fields .project-field-special, #project-fields .project-field-action, #project-fields .project-field-size {
  text-align: center;
  vertical-align: middle;
}
#project-fields th:nth-last-child(-n + 3) {
  text-align: center;
}
#project-fields .project-field-size input {
  width: 42px;
}
/* Users */
#display-inactive-users {
  display: block;
  position: relative;
  top: -12px;
}
#display-inactive-users label {
  font-weight: normal;
}
#profile #graphic-type {
  position: relative;
  top: -6px;
}
#profile #action-loads-container {
  float: right;
}
#projects-loads-container th.load-above-hundred, #administration .load-above-hundred {
  color: #ff0038;
}
#projects-loads-container th.load-below-hundred, #administration .load-below-hundred {
  color: #009ce7;
}
#profile .profile-right {
  overflow: overlay;
}
#notes {
  min-height: 21px;
}
#profile .avatar-fullname {
  line-height: 10px;
}
#profile .profile-info .editing:not(.custom-bg) {
  background-color: #efefef;
}
#btn-save-profile, #btn-cancel-profile, #btn-archive-user {
  display: none;
  margin-left: 8px;
}
#btn-edit-profile-container {
  float: right;
  margin: 8px;
}
.btn-remove-item, .btn-edit-skill {
  font-size: 0.8em;
  margin-left: 8px;
  cursor: pointer;
  color: #DCDCDC;
}
.btn-remove-item:hover {
  color: rgb(197, 86, 86);
}
.btn-edit-skill:hover {
  color: rgb(86, 197, 101);
}
#user-skills, #user-businessgroups {
  margin-bottom: 50px; 
}
#users {
  text-align: center; 
}
#users .user-item {
  padding: 8px;
}
.avatar-fullname {
  line-height: 30px;
  margin-left: 4px;
}
#users .user-item.user-invisible {
  opacity: 0.5;
}
.skill-item .hexagon {
  margin: 35px 0; 
}
.profile-main .img-circle {
  width: 128px;
  height: 128px;
  min-width: 128px;
  min-height: 128px;
  object-fit: cover;
}
.profile-header .overlay {
  background-color: rgba(75, 75, 75, 1);
}
.profile-stat {
  background-color: rgb(0, 156, 231) !important;
}
.panel .skill {
  margin-left: 0;
}
.skill {
  display: inline;
  padding: .3em .7em .4em;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  margin: 6px;
  display: inline-block;
}
.skill-level-1 {
  background-color: #5e5e5e;
}
.skill-level-2 {
  background-color: #337ab7;
}
.skill-level-3 {
  background-color: #449d44;
}
.project-table th {
  border: none !important;
}
table.table-minimal.borderless tbody tr td {
  border: none;
  padding-top: 2px;
  padding-bottom: 2px;
}
table.table-minimal.borderless thead tr th {
  border-bottom: 1px solid #ddd;
}
.businessgroup-item .info, .project-item .info {
  margin-bottom: 25px;
}
.small-picture {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  /* margin-right: 8px;
  margin-top: 2px; */
}
.status-indicator {
  position: absolute;
  height: 44px;
  left: 16px;
}
.avatar.media {
  position: relative;
  float: left;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.avatar.media:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.outer-status-color-external:before, .outer-status-color-external:before {
  background: #9B59B644;
}
.status-color-external {
  border: 2px solid #9B59B688;
}
.outer-status-color-left:before, .outer-status-color-left:before {
  background: #BDC3C744;
}
.status-color-left {
  border: 2px solid #BDC3C788;
}
.outer-status-color-active:before, .outer-status-color-active:before {
  background: #3498DB44;
}
.status-color-active {
  border: 2px solid #3498DBEE;
}
.profile-main .img-circle {
  border-width: 4px;
}
.skill-item {
  text-align: center;
  padding: 8px;
}
#disable-notification-load-alert-container {
  display: none;
}
/* Projects */
#scroll-through-items {
  display: none;
  position: absolute;
  margin-top: -22px;
  right: 32px;
  color: #DCDCDC;
}
#profile #scroll-through-items {
  display: none;
  right: 6px !important;
  margin-top: -23px !important;
}
#scroll-through-items i {
  cursor: pointer;
  margin-left: 8px;
}
#scroll-through-items i:hover {
  color: #337ab7;
}
.label[data-label="Développement"] {
  background-color: #5c2f85;
}
.label[data-label="Exploitation"] {
  background-color: #5cb85c;
}
.label[data-label="Autres activités"] {
  background-color: #337ab7;
}
.label[data-label="R&T"] {
  background-color: #f0ad4e;
}
.label[data-label="Prospection"] {
  background-color: #5a606c;
}
.label[data-label="Congés"] {
  background-color: #ff6666;
}
.label[data-label="N/A"] {
  background-color: #999999;
}
.label[data-label="Terminé"] {
  background-color: #c9302c;
}
#project-tools-team {
  position: absolute;
  right: 32px;
  font-size: 0.9em;
  opacity: 0.4;
  cursor: pointer;
}
#project-tools-team:hover {
  opacity: 0.7;
}
#project-tools-team .fa-user {
  margin-right: 2px;
}
#project-validation-status, .project-validation-status {
  position: absolute;
  right: 0;
  padding-right: 32px;
  font-size: 0.8em;
}
.project-validation-status {
  bottom: 42px;
}
.project-validation-status.fa-check {
  color: #5cb85c;
}
.project-validation-status.fa-exclamation-triangle {
  color: #f0ad4e;
}
#btn-validate-project {
  padding: 2px 4px;
  font-size: 0.6em;
  margin-left: 8px;
}
#project_status select {
  color: rgb(103, 106, 109);
}
#display-finished-projects {
  display: block;
  position: relative;
  top: -12px;
}
#display-finished-projects label {
  font-weight: normal;
}
#historicModal .btn-remove-historic-item {
  font-size: 0.8em;
}
#member-to-load tr.zero-load-row {
  display: none;
}
#toggle-estimated-loads-container { display: inline-block; visibility: hidden; vertical-align: middle; margin-right: 10px; }
#toggle-estimated-loads-container .fancy-checkbox label { font-weight: 400; margin-bottom: 0; }
#toggle-estimated-loads-container .fancy-checkbox input[type="checkbox"]:disabled + span { cursor: not-allowed; }
.fancy-checkbox label:has(> input[type="checkbox"]:disabled) { cursor: not-allowed; }
#member-to-load tr.estimated-load-row, #member-to-load tr.total-estimated-load-row { background-color: #f0f8ff; }
#member-to-load tr.estimated-load-row td, #member-to-load tr.total-estimated-load-row td { border-top: 1px dashed #add8e6 !important; }
#member-to-load tr.estimated-load-row td:nth-child(2) { font-style: italic; }
#project .show-history {
  margin-left: 8px;
  cursor: pointer;
  color: #c7d8e9;;
}
#project .show-history:hover {
  color: #337ab7;
}
#projects.row, #businessgroups.row {
  margin: 0;
  padding: 0;
}
#project .editable-field.editing:not(.custom-bg) {
  background-color: #f8f9fa;
}
#projectFonctionsModal label { outline: none; }
#projectFonctionsModal .form-group {
  text-align: center;
}
#member-to-load .month-pending-validation {
  color: #00a0f0;
}
#member-to-load .fa-arrow-right {
  font-size: 0.8em;
}
#member-to-load .editable-load.editing {
  padding: 0;
}
#project-description {
  line-height: 1.7
}
#project .project-metrics .editable-field {
  margin-right: 8px;
  min-height: 25px;
  margin-bottom: 16px;
} 
#project .editable-field {
  overflow-wrap: break-word;
  word-break: break-all;  
}
.calendar {
  width: 100%;
}
.calendar-step {
  float: left;  
}
.step {
  display: inline-block;
  padding: 4px 16px;
  color: #5780AD;
}
.step:hover {
  text-decoration: underline;
  cursor: pointer;
}
.step.active {
  background-color: #5780AD;
  border: none;
  color: #FFF;
  text-decoration: none;
}
#project-progress-value {
  color: white;
  min-width: 30px;
}
#project .shorten-me {
  word-break: inherit;
}
.shorten-detail,.shorten_expand .shorten-ellipses{display:none}.shorten_expand .shorten-detail{display:inline}
.shorten-toggle {
  margin-top: 8px;
  display: flex;
}
#project_status {
  min-width: 16px;
  min-height: 20px;
  display: inherit;
}
#businessgroup .member {
  margin-right: 24px;
}
.btn-remove-member {
  margin-left: 16px;
}
.btn-set-leader.active {
  color: #0af;
}
.btn-set-leader {
  margin-top: 20px;
}
#load-container, #load-status-container, #businessgroup .panel-body {
  overflow: auto;
}
#project-edit, #action-loads-container, #btn-export-project {
  float: right;
  margin: 16px 16px 0 0;
}
#businessgroup #btn-export-project {
  margin: 12px 16px 0 0;
}
#profile #btn-export-project {
  margin: 8px 8px 0 0;
}
#project-edit-team {
  margin-top: -2px;
  display: none;
}
#btn-add-member {
  margin-top: -2px;
}
#project-edit .btn, #action-loads-container .btn {
  display: none;
  margin: 0 16px 0 0;
}
.team-calendar {
  float: right;
  margin: auto;
  text-align: center;
  margin-bottom: 36px;
}
.team-calendar .date {
  display: inline-block;
  text-align: center;
  line-height: 30px;
  min-width: 80px;
}
.team-calendar .nav-prev {
  margin-right: 16px;
  background: url(../images/arrow_left.png) center center no-repeat;
}
.team-calendar .nav-next {
  margin-left: 16px;
  background: url(../images/arrow_right.png) center center no-repeat;
}
.team-calendar .nav-prev, .team-calendar .nav-next {
  height: 30px;
  line-height: 30px;
  width: 14px;
  cursor: pointer;
  display: inline-block;
}
.disabled:hover {
  cursor: not-allowed !important;
}
.panel .progress-chart .percent {
  font-size: 18px;
  line-height: 110px;
  color: #a0aeba;
  font-weight: bold;
  margin-left: 8px;
}
.info-heading {
  margin: 0 0 15px 0;
  font-size: 13px;
  color: #a0aeba;
}
.modal-dialog {
  margin: 10% auto;
}
#documents .document {
	margin: 4px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
#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(/images/first-page.png) center center no-repeat;
}
#page-navs .page-nav-next {
	margin-left: 16px;
    background: url(/images/arrow_right.png) center center no-repeat;
}
#page-navs .page-nav-prev {
	margin-right: 16px;
    background: url(/images/arrow_left.png) center center no-repeat;
}
#page-navs .page-nav-last {
    background: url(/images/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-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;
}
/* Business groups */
.project-info .members {
  margin-left: 12px;
}
.project-info .col-md-12 {
  padding: 0;
}
.project-info {
  margin-top: 20px;
  margin-bottom: 15px;
}
#businessgroup .member {
  display: inline-block;
}
#btn-edit-businessgroup {
  float: right;
  margin: 12px 24px 0 0;
}
.member-list-item {
  margin-right: 24px;
}
.businessgroup-title {
  margin-bottom: 22px;
}
#businessgroup .text-right {
  margin-bottom: 12px;
}
#businessgroup-skills {
  margin-left: 16px;
}
#businessgroup-display-inactive-users {
  text-align: right;
  margin: 0 16px 16px 0;
  display: block;
}
#businessgroup-display-inactive-users span {
  font-weight: normal;
}
#businessgroup .panel-body {
  padding-bottom: 16px
}
/* 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;
}
/* Stats */
#stats #content-filters {
  padding-right: 325px;
}
#stats .highcharts-title {
  visibility: hidden;
}
#users-by-project, #loads-by-project-container, #loads-by-user-container, #loads-by-user-and-project-container {
  overflow: auto;
}
#stats table tr .load-exceded-quota {
  background-color: #f5c6cb;
}
#stats table tr .load-empty {
  background-color: #f9f9f9;
}
#stats table tr .load-unavailable {
  background-color: #f0f0f0;
}
#graphic-type {
  height: 32px;
  width: 200px;
  margin-right: 16px;
  display: inline-block;
}
#projects-loads-container {
  display: none;
}
#projects-loads-container #graphic-type {
  margin-top: -5px;
}
#projects-loads-container #content-type {
  position: static;
  float: none;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
  margin-left: 14px;
  height: 22px;
}
#projects-loads-container #content-type .btn {
  font-size: 14px;
  margin-top: -4px;
}
#content-type {
  position: absolute;
  float: right;
  right: 32px;
  margin-bottom: 20px;
}
#btn-export-csv {
  margin-right: 16px;
}
#content-type .btn.active {
  background-color: #00AAFF;
  border-color: #00a0f0;
  color: #fff;
}
#content-type .btn {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  color: rgb(61, 61, 61);
  background-color: #eeeeee;
  border-color: #b4b4b4;
}
#content-type .btn {
  display: inline-block;
}
/* Design fluid */
@media screen and (max-width: 1650px) {
  #project-edit .btn {
    margin: 4px 8px 0 0;
    padding: 4px 12px;
  }
}
@media screen and (max-width: 1400px) {
  .panel-heading .selectize-input {
    width: 130px;
    min-width: 130px;
  }
  #project-edit .btn {
    margin: 4px 4px 0 0;
    padding: 4px 6px;
  }
  #profile .stat-item {
    padding: 22px 4px;
  }
  #profile .row {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 1280px) {
  #project .project-metrics select {
    font-size: 0.75em;
  }
  .panel-heading .selectize-input {
    width: 120px;
    min-width: 120px;
  }
}