/* FONTS */
@font-face {
   font-family: 'FontAwesome';
   src: url('../fonts/fontawesome-webfont.eot');
   src: url('../fonts/fontawesome-webfont.woff') format('woff'),
   url('../fonts/fontawesome-webfont.ttf') format('truetype'),
   url('../fonts/fontawesome-webfont.svg#1200') format('svg');
   font-style: normal;
}

@font-face {
   font-family: 'RobotoLight';
   src: url('../fonts/Roboto-Light.eot');
   src: url('../fonts/Roboto-Light.woff') format('woff'),
   url('../fonts/Roboto-Light.ttf') format('truetype'),
   url('../fonts/Roboto-Light.svg#1160') format('svg');
   font-style: normal;
   font-weight: bold;
}

@font-face {
   font-family: 'RobotoRegular';
   src: url('../fonts/Roboto-Regular.eot');
   src: url('../fonts/Roboto-Regular.woff') format('woff'),
   url('../fonts/Roboto-Regular.ttf') format('truetype'),
   url('../fonts/Roboto-Regular.svg#1164') format('svg');
   font-style: normal;
}

@font-face {
   font-family: 'RobotoMedium';
   src: url('../fonts/Roboto-Medium.eot');
   src: url('../fonts/Roboto-Medium.woff') format('woff'),
   url('../fonts/Roboto-Medium.ttf') format('truetype'),
   url('../fonts/Roboto-Medium.svg#1160') format('svg');
   font-style: bold;
   font-weight: bold;
}

/* Embedded login form */
.login-page {
	background: #fff !important; /* #323232 !important; */
}

.login-overlay {
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color:#666;
    opacity:0.8;
    display:none;
    z-index:9991;
}
.login-overlay-message {
    position: fixed;
    top:50%;
    left:50%;
	transform: translate(-50%, -50%);
    background-color:#fff;
    opacity:1;
    z-index:9992;
    box-sizing:border-box;
    padding:50px 50px;
    display: none;
}
.login-container {
	width: 300px;
}

.login-header {
	color:#373737; 
}

.login-header-logo {
	padding-bottom: 1rem;
	width: 284px; 
	height: auto;
}
.login-header-text {
	height: 2rem;
}

.login-header-content {
	text-align: center; 
}
.login-content {
	background: #ebebeb; /* #dcdde1; */
	border-radius: 3pt; 
	padding-top: 1rem;
	padding-bottom:1rem;
}
.login-btn-submit {
	width:100%; 
	background: #4686c5; 
	color: white;
}

#captcha-img {
	border: 4px solid #ddd;
}

.modal {
	padding-left: 56px !important;
}

#scrollableLargeModal .modal-lg {
  max-height: 90vh;
  height: inherit;
  display: flex;
  flex-direction: column;
}

#scrollableLargeModal .modal-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

#scrollableLargeModal .modal-body {
  overflow-y: auto;
  flex: 1 1 auto;
}



.badge {
	list-style-type: decimal;
	list-style-position: inside;
}
.badge-rm {
	font-weight: inherit;
	text-align: left;
}
.badge-label-mini {
	background-color: #e9e9e9 !important;
	color: #353535;
}
.badge-count {
	background-color: #efefef !important;
	color: #777;
}
.badge-darkgray {
    background-color: #a09e9e !important;
	color: #fff;
}
.badge-lightgray {
    background-color: #cccccc !important;
	color: #fff;
}
.badge-label-info-progress {
	width: 100%; 
	background-repeat: no-repeat !important; 
	background: linear-gradient(#b3cbea, #b3cbea);
	background: -moz-linear-gradient(#b3cbea, #b3cbea);
	background: -webkit-linear-gradient(#b3cbea, #b3cbea);
}

.page {
	display: block;
}

.app-panel {
	background-color: #ebebeb; /* 3e4248 #585e63 */
	width: 62px;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 1040;
	margin-left: -62px;
	display: inline-grid;
	margin-left: -62px;
}
.app-panel-block-top {
	margin-bottom: 3px;
}
.app-panel-block-bottom {
	position: absolute;
	bottom: 5px;
	width: 100%;
}
.app {
	padding: 15px;
    color: #606060; /* #e6e6e6; */
    text-align: center;
    display: block;
    height: 55px;
    position: relative;
}
.app-panel-block .app {
	padding: 6px 0 0px;
    position: relative;
}

.app-panel-block .logo-app {
	padding: 13px 0 4px;
    position: relative;
}

.app .menu_title {
    font-size: 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    line-height: 12px;
	padding-bottom: 2px;
}

.app:hover {
    background-color: #e2e2e2; /* #515151 #717171 */
}
.app-inactive:hover {
    background-color: initial;
}
.app h4 {
	margin-bottom: 0;
	font-size: 1.2rem !important;
}
.app-logo {
	padding-bottom: 0px;
	width: 24px;
}
.app-logo-img {
	padding-bottom: 4px;
	width: 24px;
}
.app .arrow {
   	height: 8px;
   	width: 8px;
   	position: absolute;
    -webkit-transform: rotate(45deg);
    top: 25px;
    right: -3px;
    z-index: 99;
}

.app-active {
    background-color: #999900;
    color: #fff; /* #ffffff; */
}
.app-active:hover {
    background-color: #999900; 
}
.app-active .arrow {
   	border: 4px solid #999900;
}

.app-brand {
	margin-top: 6px;
}

.board-app-active {
    background-color: #be0078;
    color: #ffffff;
}
.board-app-active:hover {
    background-color: #be0078;
}
.board-app-active .arrow {
   	border: 4px solid #be0078;
}

.fixed-top {
	border-bottom: 1px solid #eee;
	margin-left:62px;
}
.fixed-top.no-connection {
	border-bottom: 2px solid #ff7b7b;
}

.app-notification {
	cursor: pointer;
	position: relative;
	display: none;
}

.app-notification .app {
    -webkit-transition: background-color 0.5s ease-in-out;
    -moz-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out;
}

.notification-container-visible~.app {
    background-color: #717171;
}

.notification-container {
	font-size: 12px;
	cursor: initial;
	position: absolute;
    left: calc(100% - -8px);
    background-color: #f8f9fa;
    border: 1px solid #585e63;
    border-radius: 5px;
    min-width: 400px;
    min-height: 1px;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.notification-container-visible {
    opacity: 1;
}

.notification-container .notification-panel {
    max-height: calc(100vh - 4px);
    overflow-y: auto;
	margin-right: 5px;
}

.notification-container .arrow {
	height: 10px;
    width: 10px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    top: 20px;
    left: -6px;
    background-color: #f8f9fa;
    border: 1px solid #585e63;
    border-top: none;
    border-right: none;
}

.notification-message {
	padding: 10px;
}

.notification-container-warning {
	position: fixed;
    bottom: 5px;
    left: 50px;
    z-index: 9;
}

.task-list-entry-status-container {
	min-width: 120px;
}

.task-list-entry-progress {
	color: grey;
}

.project-entry,
.task-group-entry {
	background: #f9f9f9; 
	border: 1px solid #ddd; 
	margin-bottom: 8px; 
	padding: 0.5rem; 
	cursor: pointer;
}
.project-entry:hover,
.task-group-entry:hover {
	background-color: #f4f4f4;
}

.tasks-sub-list {
	margin-left: 32px;
}

.task-status-0 {
	background-color: #fff6f6;
}
.task-status-9 {
	background-color: #f6fff6;
}

.task-date-invalid {
	background-color: rgba(255, 0, 0, 0.27);
    width: 100%;
    min-height: 1.5rem;
}

.tab-content {
	width: 100%; 
	padding-top: 1rem;
}

.nex-list-inner-header {
	padding: .35rem 1.25rem; 
	background: #f5f5f5
}

.nex-list-inner {
	padding: .35rem 1.25rem; 
}

.nex-tab-first {
	margin-left: 15px;
}

.clearer {
	display: none;
	border-top: 1px solid rgb(221, 221, 221);
	border-bottom: 1px solid rgb(221, 221, 221);
	z-index: 100;
	color: #888
}


.btn-task-type {
	color: #343a40;
	border-color: #be0078;
	width: 30px;
}
.btn-task-type:not(:disabled):not(.disabled).active {
	color: #fff;
	border-color: #be0078;
	background-color: #be0078;
}
.badge-task-type {
	color: #fff;
	border-color: #be0078;
	background-color: #be0078;
	width: 21px;
}
.btn-submit {
	visibility: hidden;
	width: 0;
	height: 0;
}
.btn-task-link {
	color: #fff;
	border-color: #be0078;
	background-color: #be0078;
}
.btn-task-link:hover {
    color: #fff;
    background-color: #a10066;
}
.nextremis-photo-picker-col {
	justify-content: center;
    display: flex;
}
.nextremis-photo-picker-container {
    position: relative;
}
.nextremis-photo-picker {
    width: 100%;
    height: 100%;
    background-color: #ebebeb;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    &.disabled {
        cursor: auto;
    }
}
.nextremis-photo-picker.disabled .nextremis-photo-picker-img {
    opacity: 0.4;
}
.nextremis-photo-picker.disabled .nextremis-photo-picker-icon {
    opacity: 0.2;
}
.nextremis-photo-picker-icon {
    font-size: 1.5rem;
}
.nextremis-photo-picker-remove {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 1.5rem;
    background-color: #ebebeb;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
}
.nextremis-photo-picker-input {
	display: none;
}
.nextremis-photo-picker-img {
	height: 100%;
}
.user-photo-picker .nextremis-photo-picker-container {
    width: 147px;
    height: 197px;
    margin-top: 32px;
    margin-bottom: 10px;
}
.user-profile-tab-content {
	padding-top: 0;
}

.remove-nextremis-search {
	text-decoration: none;
	color: #000
}

/* RK-19.09.2021: Safari fix to force input item appear always as a last item */
.flexdatalist-multiple-value {
	float: left;
}

@media all and (max-width: 668px) and (orientation:landscape) {
    #info-btn {
		display: none;
	}
}

.mobile-portrait-block {
    display: none;
}

@media only screen and (orientation:portrait) and (hover:none) and (pointer: coarse) and (max-device-width: 480px){
  body:not(.login-page) {  
        position: absolute;
        height: 100vh;
        width: 100vw;
        max-height: 100vh;
        max-width: 100vw;
        padding: 0 !important;
        margin: 0;
        left: 0;
        top: 0;
        overflow: hidden;
  }
  body:not(.login-page) div:not(.mobile-portrait-block) {  
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  body:not(.login-page):after {
    content: '';
    background: #fff url('/static/img/rotate_phone.png') no-repeat center center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-size: 40%; 
    z-index: 9999;
  }
  .mobile-portrait-block {
      display: flex !important;
      justify-content: center;
      align-items: center;
      flex-direction: column-reverse;
      background: #fff;
      z-index: 10000;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      top: 0;
  }

  .mobile-portrait-block img {
      width: 40%;
  }

  .mobile-portrait-block p {
      text-align: center;
      margin-top: 30px;
  }
}


/* Multi-column (1-4) support */

.container-flexi {
   -webkit-column-count: 6;
      -moz-column-count: 6;
           column-count: 6;

   -webkit-column-gap: 10px;
      -moz-column-gap: 10px;
           column-gap: 10px;
}

@media (max-width: 1700px) {
	.container-flexi {
   -webkit-column-count: 4;
      -moz-column-count: 4;
           column-count: 4;

   -webkit-column-gap: 10px;
      -moz-column-gap: 10px;
           column-gap: 10px;
	}
}

@media (max-width: 1200px) {
	.container-flexi {
   -webkit-column-count: 3;
      -moz-column-count: 3;
           column-count: 3;

   -webkit-column-gap: 10px;
      -moz-column-gap: 10px;
           column-gap: 10px;
	}
}

@media (max-width: 900px) {
	.container-flexi {
   -webkit-column-count: 2;
      -moz-column-count: 2;
           column-count: 2;

   -webkit-column-gap: 10px;
      -moz-column-gap: 10px;
           column-gap: 10px;
	}
}

@media (max-width: 700px) {
	.container-flexi {
   -webkit-column-count: 1;
      -moz-column-count: 1;
           column-count: 1;

   -webkit-column-gap: 10px;
      -moz-column-gap: 10px;
           column-gap: 10px;
	}
	.nav-link {
    	padding: .5rem .5rem;
	}
}


.positive {
	color:#888;
}
.positive:after {
	font-size: 0.75rem;
	content: "\f078";
}
.negative {
	color:#888
}
.negative:after {
	font-size: 0.75rem;
	content: "\f077";
}

.article a {
	color: #000;
	text-decoration: none;
}

.hashtag {
	font-weight: bold;
	color: #4178ac;
}