﻿* {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 100%;
  height: 100% !important;
  background-color: #eaf1f7;
}

body {
  background-color: #FFF;
  color: #606468;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  height: 100% !important;
  overflow: auto;
  padding-top: 50px;
}
.dark-mode {
	color: #c8cdd1 !important;
}
.dark-mode #wrapper {
	background-color: #101111 !important;
}
.dark-mode .content {
	background-color: #292929 !important; 
	border: solid 1px #686363 !important;
}

@keyframes pulsebadge{
  0%{
    opacity: 0;
  }
  10%{
    opacity:.50;
    transform-origin: 50% 50%;
    transform: rotate(-2deg) scale(5);
    transition: all .3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  100%{
    opacity:1;
    transform: rotate(-15deg) scale(1);
  }
}
@keyframes pulseFailedbadge{
  0%{
    opacity: 0;
  }
  10%{
    opacity:.50;
    transform-origin: 50% 50%;
    transform: scale(2);
    transition: all .3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  100%{
    opacity:1;
    transform: scale(1);
  }
}

progress[value="100"] ~ .section-badge  {
	display: initial;
	-webkit-animation-name: pulsebadge;
	animation-name: pulsebadge;
	animation-delay:0.5s;
	-webkit-animation-delay:0.5s;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	opacity: 0;
	-webkit-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
}

progress.failed ~ .failed-badge   {
	display: initial;
	-webkit-animation-name: pulseFailedbadge;
	animation-name: pulseFailedbadge;
	animation-delay:0.5s;
	-webkit-animation-delay:0.5s;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	opacity: 0;
	-webkit-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
}

.section-badge {
    background: #26b999;
    position: absolute;
    /*bottom:-8px;*/
    right: -24px;
    padding: 9px 6px;
    border: 2px solid white;
    border-radius: 100px;
    color: white;
    text-decoration: none;
    font-size: 12px;
    display: none;
	z-index: 100;
	width: 32px;
    height: 33px;
	box-sizing: border-box;
}
.section-badge i,.failed-badge i {
	line-height: 12px !important;
	margin: 0 !important;
}

.failed-badge  {
	background: #ff9800;
	position: absolute;
	right: -15px;
    padding: 6px 6px;
    border: 2px solid white;
    border-radius: 100px;
	color: white;
	text-decoration: none;
    font-size: 12px;
    display: none;
	z-index: 100;
	width: 32px;
    height: 33px;
	box-sizing: border-box;
	text-align: center;
}

.server-badge {
    background: #d9534f;
    position: absolute;
    padding: 8px 6px;
    border: 2px solid white;
    border-radius: 100px;
    color: white;
    text-decoration: none;
    font-size: 12px;
	z-index: 100;
	transition: all 0.5s;
	opacity: 0;
	width: 34px;
}
.server-badge.server-badge-delete {
    top:-8px;
    right: -8px;
}
.server-badge.server-badge-clone {
    top:26px;
    right: -8px;
}
.server-badge.server-badge-move {
    top:60px;
    right: -8px;
}
.server-badge:hover {
    background: #d00600;
}

.progress-container {
	position: relative;
}

.grid {
  margin-left: auto;
  margin-right: auto;
  max-width: 352px;
  max-width: 22rem;
  width: 90%;
/*      position: relative;
    top: 40%;
    transform: perspective(1px) translateY(-40%);
	*/
}

.icons {
  display: none;
}

.icon {
  display: inline-block;
  fill: #FFF;
  font-size: 16px;
  font-size: 1rem;
  height: 1em;
  vertical-align: middle;
  width: 1em;
}

/* modules/anchor.css */

/*a {
  color: #eee;
  outline: 0;
  text-decoration: none;
}*/

a:focus, a:hover {
  text-decoration: underline;
}

/* modules/form.css */
input {
  background-image: none;
  border: 0;
  color: inherit;
  font: inherit;
 /* margin: 0 0 5px 0;*/
/*  outline: 0;*/
  padding: 0;
  -webkit-transition: background-color 0.3s;
   -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -o-transition: background-color 0.3s;

}

input[type=search] {
 border: solid 1px #bfbfbf;
}

/*input[type=submit] {
}*/

.form {
  margin: -14px;
  margin: -0.875rem;
}

.form input[type=password], .form input[type=text], .form input[type=submit], .form input[type=button]{
  width: 100%;
}

.form__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*margin: 14px;*/
  margin: 0.875rem 0;
}

.form__input {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
   -ms-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* modules/login.css */

.login label i {
  color: #eee;
}

.login .fa,.login .fas {
	padding: 3px;
}

.login label, .login input[type=text], .login input[type=password], .login input[type=submit], .login input[type=button] {
  border-radius: 0.25rem;
  padding: 8px;
 /* padding: 1rem;*/
  margin-bottom: 5px;
}

.login label {
  background-color: #81A9BC;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  padding-left: 14px;
 /* padding-left: 1.25rem;*/
  padding-right: 14px;
  /*padding-right: 1.25rem;*/
  width: 45px;
  
}
.login .fa-lg {
	line-height: 1;
}
.login input[type=password], .login input[type=text] {
  color: #2e2e2e;
  background-color: #FFF;
 
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;

}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-box-shadow: 0 0 0 1000px #FFF inset;
}
  
.login input[type=password]:focus, .login input[type=password]:hover, .login input[type=text]:focus, .login input[type=text]:hover {
  background-color: #82c0dc;
}

.login input[type=submit],  .login input[type=button]{
  background-color: #81A9BC;
  color: #eee;
  font-weight: 700;
  text-transform: uppercase;
}

.login input[type=submit]:focus, .login input[type=submit]:hover, .login input[type=button]:focus, .login input[type=button]:hover{
  background-color: #539abb;
}

/* modules/text.css */

p {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  margin-top: 24px;
  margin-top: 1.5rem;
}

#pswd_info {
    position:absolute;
    bottom: 160px;
/*    bottom: -115px\9; */ /* IE Specific */
    right:55px;
    width:290px;
    padding:15px;
    background:#fefefe;
    font-size:.875em;
    border-radius:5px;
    box-shadow:0 1px 3px #ccc;
    border:1px solid #ddd;
}

#pswd_info h4 {
    margin:0 0 10px 0;
    padding:0;
    font-weight:normal;
}

#pswd_info::before {
/*    content: "\25B2"; */
    position:absolute;
    top:-12px;
    left:45%;
    font-size:14px;
    line-height:14px;
    color:#ddd;
    text-shadow:none;
    display:block;
}

.invalid {
/*    background:url(../images/invalid.png) no-repeat 0 50%; */
    /*padding-left:22px;*/
    /*line-height:24px;*/
    color:#ec3f41;
}
/*.valid {
    background:url(../images/valid.png) no-repeat 0 50%;
    padding-left:22px;
    line-height:24px;
    color:#3a7d34;
}*/

#pswd_info {
    display:none;
}

#passwordStrength {
	height:10px;
	display:block;
	color: white;
}

.strength0
{
	width:250px;
	background:#cccccc;
}

.strength1
{
	width:50px;
	background:#ff0000;
}

.strength2
{
	width:100px;	
	background:#ff5f5f;
}

.strength3
{
	width:150px;
	background:#56e500;
}

.strength4
{
	background:#4dcd00;
	width:200px;
}

.strength5
{
	background:#399800;
	width:250px;
}



.editor_table, .editor_cell {
	border: 1px solid black;
}

/*
tr:hover {
	background-color: #f5f5f5
}
*/

/*
.header{
    background: #FFF url(../images/SPC_logo_header.png) no-repeat 0 50%;
	position: fixed;
	top: 0;
	left: 0;
	height: 60px;
	right: 0;
	-webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.75);
	-moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.75);
	box-shadow: 0 3px 5px 0 rgba(0,0,0,0.75);
	z-index: 1;
	background-color: #222;
    color: white;
}
*/




/* alert boxes */
/* http://w3lessons.info/2013/01/11/notification-box-alert-boxes-using-css/ */

.editorNote {
	display: block;
	padding: 5px 5px 5px;
	/*font-weight: bold;*/
	font-size: 14px;
	color: white;
	background-color: #5fabc1;
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	/*text-shadow: 0 -1px rgba(0, 0, 0, 0.3);*/
	position: relative;
	width: 80%;
	margin: 10px auto;
	text-align: center;
}
.editorNote:hover {
	background-color: #2ba6cb;
}

.editorNote .box-icon {
	display: block;
	float: left;
	background-image: url('../images/notes_icons.png');
	width: 30px;
	height: 25px;
	margin-top: -2px;
	background-position: -8px -8px;
}
.editorNote p {
	margin: 0;
}
.editorNote.success {
	background-color: #5da423;
	/*color: #fff;*/
	/*text-shadow: 0 -1px rgba(0, 0, 0, 0.3);*/
}
.editorNote.success .box-icon {
	background-position: -48px -8px;
}
.editorNote.warning {
	background-color: #e88b27;
	/*color: #fff;*/
	/*text-shadow: 0 -1px rgba(0, 0, 0, 0.3);*/
}
.editorNote.warning .box-icon {
background-position: -88px -8px;
}

.editorNote.warning:hover{
background-color: #e6b50c;
}

.editorNote.error {
background-color: #c60f13;
color: #fff;
text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
}
.editorNote.error .box-icon {
background-position: -128px -8px;
}

.editorNote a.close {
color: #333;
position: absolute;
right: 4px;
top: -1px;
font-size: 17px;
opacity: 0.2;
padding: 4px;
}
.editorNote a.close:hover, .note a.close:focus {
opacity: 0.4;
}
.editorNote ul{
	/*display: inline;*/
	padding-inline-start: 15px;
	margin: 8px auto;
	width: 90%;
}
.editorNote ul li {
	text-align: left;
}
.status-selector{
	-webkit-appearance: none;
	-moz-appearance: none;   
    font-family: "Open Sans", sans-serif;
    font-size:13px;
    border-radius:0;
    border:1px solid #b8b8b8;
    padding: 4px 6px;
	width: 145px;
    height:28px;
    box-sizing:border-box;
    border-color: #ccc;
    cursor: pointer;
	line-height: 1.3;
}

.status-selector:hover{
    border-color:#237bc2;
}

.selector-blank {
   background: #fff url("../images/select_arrow.svg") no-repeat scroll right;	
  /* color:#757575;*/
}
.selector-Completed, .selector-Passed {
   background: #fff url("../images/select_complete.svg") no-repeat scroll right;	
   /*color:#404040;*/
}
.selector-InProgress{
   background: #fff url("../images/select_inprogress.svg") no-repeat scroll right;	
   /*color:#404040;*/
}
.selector-NotStarted {
   background: #fff url("../images/select_notstarted.svg") no-repeat scroll right;	
   /*color:#404040;*/
}
.selector-NA {
   background: #fff url("../images/select_na.svg") no-repeat scroll right;	
   /*color:#404040;*/
}
.selector-Pending {
   background: #fff url("../images/select_pending.svg") no-repeat scroll right;	
   /*color:#404040;*/
}
.selector-Failed {
   background: #fff url("../images/select_failed.svg") no-repeat scroll right;	
   /*color:#404040;*/
}
.selector-Day1Ownership {
   background: #fff url("../images/select_day1.svg") no-repeat scroll right;	
   /*color:#404040;*/
}

.dark-mode .selector-blank {
   background: #464750 url("../images/select_arrow.svg") no-repeat scroll right;
}
.dark-mode .selector-Completed, .dark-mode .selector-Passed {
   background: #464750 url("../images/select_complete.svg") no-repeat scroll right;
}
.dark-mode .selector-InProgress{
   background: #464750 url("../images/select_inprogress.svg") no-repeat scroll right;
}
.dark-mode .selector-NotStarted {
   background: #464750 url("../images/select_notstarted.svg") no-repeat scroll right;
}
.dark-mode .selector-NA {
   background: #464750 url("../images/select_na.svg") no-repeat scroll right;
}
.dark-mode .selector-Pending {
   background: #464750 url("../images/select_pending.svg") no-repeat scroll right;
}
.dark-mode .selector-Failed {
   background: #464750 url("../images/select_failed.svg") no-repeat scroll right;
}
.dark-mode .selector-Day1Ownership {
   background: #464750 url("../images/select_day1.svg") no-repeat scroll right;
}


/*context menu*/
.menu {
  position: absolute;
  width: 171px;
  padding: 4px;
  margin: 0;
  border: 1px solid #bbb;
  background: #eee;
  background: -webkit-linear-gradient(to bottom, #fff 0%, #e5e5e5 100px, #e5e5e5 100%);
  background: linear-gradient(to bottom, #fff 0%, #e5e5e5 100px, #e5e5e5 100%);
  z-index: 2000;
  border-radius: 3px;
  box-shadow: 1px 1px 4px rgba(0,0,0,.2);
  opacity: 0;
  -webkit-transform: translate(0, 15px) scale(.95);
  -moz-transform: translate(0, 15px) scale(.95);
  -o-transform: translate(0, 15px) scale(.95);
  -ms-transform: translate(0, 15px) scale(.95);
  transform: translate(0, 15px) scale(.95);
  transition: transform 0.1s ease-out, opacity 0.1s ease-out;
  pointer-events: none;
}

.menu-item {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.menu-btn {
  background: none;
  line-height: normal;
  /*overflow: visible;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  display: block;
  width: 100%;
  color: #444;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  text-align: left;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 8px;
  border-radius: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
}
 .menu-btn::-moz-focus-inner, .menu-btn::-moz-focus-inner {
 border: 0;
 padding: 0;
}

.menu-text { 
	margin-left: 10px; 
}

.menu-btn .fa {
  position: absolute;
  left: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.menu-item:hover > .menu-btn {
  color: #fff;
 /* outline: none;*/
  background-color: #2E3940;
  background: -webkit-linear-gradient(to bottom, #5D6D79, #2E3940);
  background: linear-gradient(to bottom, #5D6D79, #2E3940);
  border: 1px solid #2E3940;
}

.menu-item.disabled {
  opacity: .5;
  pointer-events: none;
}
.menu-item.menu-title {
  pointer-events: none;
}

.menu-item.disabled .menu-btn { cursor: default; }

.menu-separator {
  display: block;
  margin: 7px 5px;
  height: 1px;
  border-bottom: 1px solid #c3c3c3;
  background-color: #aaa;
}

/*.menu-item.submenu::after {
  content: "";
  position: absolute;
  right: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left-color: #808080;
}

.menu-item.submenu:hover::after { border-left-color: #fff; }
*/
.menu-item .submenu {
	display: none;
	opacity: 0;
	transition: opacity 0.4s;
    /*list-style: none;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0;
    padding: 0;*/
}
.menu-item .submenu.left {
    left: auto;
    right: 100%; /* Move submenu to the left */
	left: initial;
    margin-left: initial;
}
.menu-item .submenu.upwards {
    top: auto;
    bottom: 0; /* Move the submenu upwards */
}

.menu-item.has-submenu:hover .submenu {
    display: block;
	opacity: 1;
}
.submenu-filter {
    overflow: hidden;
    text-overflow: ellipsis;
}


.menu .menu {
  top: 4px;
  left: 99%;
}

.show-menu, .menu-item:hover > .menu {
  opacity: 1;
  -webkit-transform: translate(0, 0) scale(1);
  -moz-transform: translate(0, 0) scale(1);
  -o-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
  pointer-events: auto;
}

.menu-item:hover > .menu {
  -webkit-transition-delay: 100ms;
  transition-delay: 300ms;
}

.section_row{
	display:inline-block;
	max-width: 1200px;
}
.section_row > .section {
	justify-items: center;
	grid-template-rows: auto auto 20px;
    grid-gap: 5px;
}

.section{
	/*float:left;*/
	padding: 12px 12px 0 12px;
	border: 1px solid #bdbdbd;
	margin: 6px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;	
	/*text-align: center;*/
	color: white;
	/*font-weight: bold;*/
	line-height: 100%;
	display: inline-grid;
	cursor: pointer;	
	position: relative;
	transition: all 0.5s;
	font-size: 0.775rem;
}

.section.section-small{
	background-color: #81a9bc;
	height:140px;
	width:140px;

}
	
.section:hover,.section.section-bar:hover{
	background-color: #3b8ec2;
}

.section-icon {
    display: block;
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
	background-size: contain;
}

.section.section-small .section-icon{
    height: 45px;
    margin-top: -2px;
}

.section.section-big{
	background-color: #9fd1e8;
	width:180px;
	height:180px;
	grid-template-rows: auto auto;
}

.section.section-big:hover{
	background-color: #6babd4;
}

.section.section-big .section-icon {
    height: 115px;
    margin-top: 8px;
}

.section.section-small.section-noprogress .section-icon {
    height: 76px;
    margin-top: 3px;
}

.section.section-bar {
	background-color: #81a9bc;
	height: auto;
    width: 140px;
	margin: 3px;
	padding: 2px;
	line-height: inherit;
	font-weight: inherit;
	border-radius: 6px;
}

.section .progress-container {
	width: 100%;
}
.section .section-name {
    max-height: 44px;
    max-width: 135px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.toolbar-button {
	padding: 0 3px;
	transition: all 0.5s;
	display: inline;
	color: darkgrey;
	font-size: 13px;
}
.toolbar-button:hover {
	cursor: pointer;
    color: #3b8ec2;
	opacity: 1 !important;
}

.toolbar-button.selected {
	color: #3b8ec2;
	opacity: 1 !important;
}

.toolbar-button.disabled{
	cursor: not-allowed;
	color: lightgray;
}
.toolbar-button.disabled:hover {
	cursor: not-allowed;
}

.toolbar-button.dark {
	color: lightgrey;
	opacity: 1 !important;
}
.toolbar-button.dark:hover {
    color: white;
}
.toolbar-button.dark.selected {
	color: white;
}


.list-toolbar-container{
	float: right;
}
.section>.section-icon, .section>progress, .section>.section-badge, .section>.failed-badge {
	transition: all 0.5s;
}

.section.section-bar>.section-icon, .section.section-bar>progress, .section.section-bar>.section-badge, .section.section-bar>.failed-badge {
	height:0;
	width:0;
	opacity:0;
	padding: 0;
    border: 0;
    margin: 0;
}

.i0{background-image: url(../images/sections/0.png);}
.i1{background-image: url(../images/sections/1.svg);}
.i2{background-image: url(../images/sections/2.svg);}
.i3{background-image: url(../images/sections/3.png);}
.i4{background-image: url(../images/sections/4.png);}
.i5{background-image: url(../images/sections/5.png);}
.i6{background-image: url(../images/sections/6.png);}
.i7{background-image: url(../images/sections/7.png);}
.i8{background-image: url(../images/sections/8.png);}
.i9{background-image: url(../images/sections/9.png);}
.i10{background-image: url(../images/sections/10.png);}
.i11{background-image: url(../images/sections/11.png);}
.i12{background-image: url(../images/sections/12.png);}
.i13{background-image: url(../images/sections/13.png);}
.i14{background-image: url(../images/sections/14.png);}
.i15{background-image: url(../images/sections/15.png);}
.i16{background-image: url(../images/sections/16.png);}
.i17{background-image: url(../images/sections/17.png);}
.i18{background-image: url(../images/sections/18.png);}
.i19{background-image: url(../images/sections/19.png);}
.i20{background-image: url(../images/sections/20.png);}
.i21{background-image: url(../images/sections/21.png);}
.i51{background-image: url(../images/sections/51.png);}
.i52{background-image: url(../images/sections/52.png);}
.i53{background-image: url(../images/sections/53.png);}
.i54{background-image: url(../images/sections/54.png);}
.i55{background-image: url(../images/sections/55.png);}
.i56{background-image: url(../images/sections/56.png);}
.i57{background-image: url(../images/sections/57.png);}
.i58{background-image: url(../images/sections/58.png);}
.i59{background-image: url(../images/sections/59.png);}
.i60{background-image: url(../images/sections/60.png);}
.i61{background-image: url(../images/sections/61.png);}
.i62{background-image: url(../images/sections/62.png);}
.i63{background-image: url(../images/sections/63.png);}
.i64{background-image: url(../images/sections/64.png);}
.i65{background-image: url(../images/sections/65.png);}
.i66{background-image: url(../images/sections/66.png);}
.i67{background-image: url(../images/sections/67.png);}
.i68{background-image: url(../images/sections/68.png);}
.i69{background-image: url(../images/sections/69.png);}
.i70{background-image: url(../images/sections/70.png);}
.i71{background-image: url(../images/sections/71.png);}
.i72{background-image: url(../images/sections/72.png);}
.i73{background-image: url(../images/sections/73.png);}
.i74{background-image: url(../images/sections/74.png);}
.i75{background-image: url(../images/sections/75.png);}
.i76{background-image: url(../images/sections/76.png);}
.i77{background-image: url(../images/sections/77.png);}
.i101{background-image: url(../images/sections/101.png);}
.i102{background-image: url(../images/sections/102.png);}
.i103{background-image: url(../images/sections/103.png);}
.i104{background-image: url(../images/sections/104.png);}
.i105{background-image: url(../images/sections/105.png);}
.i106{background-image: url(../images/sections/106.png);}
.i107{background-image: url(../images/sections/107.png);}
.i108{background-image: url(../images/sections/108.png);}
.i109{background-image: url(../images/sections/109.png);}
.i110{background-image: url(../images/sections/110.png);}
.i111{background-image: url(../images/sections/111.png);}
.i113{background-image: url(../images/sections/113.png);}
.i114{background-image: url(../images/sections/114.png);}
.i115{background-image: url(../images/sections/115.png);}
.i116{background-image: url(../images/sections/116.png);}
.i117{background-image: url(../images/sections/117.png);}
.i118{background-image: url(../images/sections/118.png);}
.i119{background-image: url(../images/sections/119.png);}
.i120{background-image: url(../images/sections/120.png);}
.i121{background-image: url(../images/sections/121.svg);}
.i122{background-image: url(../images/sections/122.svg);}
.i123{background-image: url(../images/sections/123.svg);}
.i125{background-image: url(../images/sections/125.svg);}
.i126{background-image: url(../images/sections/126.svg);}
.i128{background-image: url(../images/sections/128.svg);}
.i129{background-image: url(../images/sections/129.svg);}
.i130{background-image: url(../images/sections/130.svg);}
.i131{background-image: url(../images/sections/131.svg);}
.i132{background-image: url(../images/sections/132.svg);}
.i134{background-image: url(../images/sections/134.svg);}
.i135{background-image: url(../images/sections/135.svg);}
.i137{background-image: url(../images/sections/137.svg);}
.i138{background-image: url(../images/sections/138.svg);}
.i140{background-image: url(../images/sections/140.svg);}
.i141{background-image: url(../images/sections/141.svg);}
.i142{background-image: url(../images/sections/142.svg);}
.i146{background-image: url(../images/sections/146.svg);}
.i147{background-image: url(../images/sections/147.svg);}
.i148{background-image: url(../images/sections/148.svg);}
.i149{background-image: url(../images/sections/149.svg);}
.i150{background-image: url(../images/sections/150.svg);}

.iappspc{background-image: url(../images/apps/SPC.svg);}
.iappitp{background-image: url(../images/apps/ITP.svg);}
.iappvrs{background-image: url(../images/apps/VRS.svg);}
.iNewTemplate1{background-image: url(../images/apps/DESIGNER_NEW1.svg);}
.iNewTemplate2{background-image: url(../images/apps/DESIGNER_NEW2.svg);}
.iNewTemplate3{background-image: url(../images/apps/DESIGNER_NEW3.svg);}

progress{
	width: 97%;
    height: 10px;
	appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
	background-color:white;
	border-radius: 8px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;    
}

progress::-webkit-progress-bar {
	background-color:white;
	border-radius: 8px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}

progress::-webkit-progress-value {
  border-radius: 8px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}

progress::-moz-progress-bar {
	background-color: white;
	border-radius: 8px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;

}

/*progress bar value color for Chrome*/
progress[value^="1"]::-webkit-progress-value { background-color:#FF0000; }
progress[value^="2"]::-webkit-progress-value { background-color:#FF3800; }
progress[value^="3"]::-webkit-progress-value { background-color:#FF7100; }
progress[value^="4"]::-webkit-progress-value { background-color:#FFAA00; }
progress[value^="5"]::-webkit-progress-value { background-color:#FFE200; }
progress[value^="6"]::-webkit-progress-value { background-color: #E2FF00; }
progress[value^="7"]::-webkit-progress-value { background-color: #A9FF00; }
progress[value^="8"]::-webkit-progress-value { background-color: #71FF00; }
progress[value^="9"]::-webkit-progress-value { background-color: #38FF00; }
progress[value="100"]::-webkit-progress-value { background-color: #00FF00; }

/* owerwrite previous rules for int values between 0 and 9*/
progress[value="0"]::-webkit-progress-value,
progress[value="1"]::-webkit-progress-value,
progress[value="2"]::-webkit-progress-value,
progress[value="3"]::-webkit-progress-value,
progress[value="4"]::-webkit-progress-value,
progress[value="5"]::-webkit-progress-value,
progress[value="6"]::-webkit-progress-value,
progress[value="7"]::-webkit-progress-value,
progress[value="8"]::-webkit-progress-value,
progress[value="9"]::-webkit-progress-value { background-color:#FF0000; }

/* owerwrite previous rules for float values between 0. and 9. */
progress[value^="0."]::-webkit-progress-value,
progress[value^="1."]::-webkit-progress-value,
progress[value^="2."]::-webkit-progress-value,
progress[value^="3."]::-webkit-progress-value,
progress[value^="4."]::-webkit-progress-value,
progress[value^="5."]::-webkit-progress-value,
progress[value^="6."]::-webkit-progress-value,
progress[value^="7."]::-webkit-progress-value,
progress[value^="8."]::-webkit-progress-value,
progress[value^="9."]::-webkit-progress-value { background-color:#FF0000; }

/*progress bar value color for Firefox*/
progress[value^="1"]::-moz-progress-bar { background-color:#FF0000; }
progress[value^="2"]::-moz-progress-bar { background-color:#FF3800; }
progress[value^="3"]::-moz-progress-bar { background-color:#FF7100; }
progress[value^="4"]::-moz-progress-bar { background-color:#FFAA00; }
progress[value^="5"]::-moz-progress-bar { background-color:#FFE200; }
progress[value^="6"]::-moz-progress-bar { background-color: #E2FF00; }
progress[value^="7"]::-moz-progress-bar { background-color: #A9FF00; }
progress[value^="8"]::-moz-progress-bar { background-color: #71FF00; }
progress[value^="9"]::-moz-progress-bar { background-color: #38FF00; }
progress[value="100"]::-moz-progress-bar { background-color: #00FF00; }
progress[value="0"]::-moz-progress-bar,
progress[value="2"]::-moz-progress-bar,
progress[value="3"]::-moz-progress-bar,
progress[value="4"]::-moz-progress-bar,
progress[value="5"]::-moz-progress-bar,
progress[value="6"]::-moz-progress-bar,
progress[value="7"]::-moz-progress-bar,
progress[value="8"]::-moz-progress-bar,
progress[value="9"]::-moz-progress-bar,
progress[value^="0."]::-moz-progress-bar,
progress[value^="2."]::-moz-progress-bar,
progress[value^="3."]::-moz-progress-bar,
progress[value^="4."]::-moz-progress-bar,
progress[value^="5."]::-moz-progress-bar,
progress[value^="6."]::-moz-progress-bar,
progress[value^="7."]::-moz-progress-bar,
progress[value^="8."]::-moz-progress-bar,
progress[value^="9."]::-moz-progress-bar { background-color:#FF0000; }

/*progress bar value color for Edge*/
progress[value^="1"] { color:#FF0000; }
progress[value^="2"] { color:#FF3800; }
progress[value^="3"] { color:#FF7100; }
progress[value^="4"] { color:#FFAA00; }
progress[value^="5"] { color:#FFE200; }
progress[value^="6"] { color: #E2FF00; }
progress[value^="7"] { color: #A9FF00; }
progress[value^="8"] { color: #71FF00; }
progress[value^="9"] { color: #38FF00; }
progress[value="100"] { color: #00FF00; }
progress[value="0"],
progress[value="2"],
progress[value="3"],
progress[value="4"],
progress[value="5"],
progress[value="6"],
progress[value="7"],
progress[value="8"],
progress[value="9"],
progress[value^="0."],
progress[value^="2."],
progress[value^="3."],
progress[value^="4."],
progress[value^="5."],
progress[value^="6."],
progress[value^="7."],
progress[value^="8."],
progress[value^="9."] { color:#FF0000; }

/*always green bars*/
progress.no-colors::-webkit-progress-value { background-color:#38FF00; }
progress.no-colors::-moz-progress-bar { background-color:#38FF00; }
progress.no-colors { color:#38FF00; }

/*----blue to green progress bars-----*/
/*BLUE-TO-GREEN progress bar value color for Chrome*/
progress.blue-bar[value^="1"]::-webkit-progress-value { background-color:#03a9f4; }
progress.blue-bar[value^="2"]::-webkit-progress-value { background-color:#00b7ff; }
progress.blue-bar[value^="3"]::-webkit-progress-value { background-color:#00c4ff; }
progress.blue-bar[value^="4"]::-webkit-progress-value { background-color:#00d1ff; }
progress.blue-bar[value^="5"]::-webkit-progress-value { background-color:#00dcf4; }
progress.blue-bar[value^="6"]::-webkit-progress-value { background-color: #00e6dc; }
progress.blue-bar[value^="7"]::-webkit-progress-value { background-color: #00efbb; }
progress.blue-bar[value^="8"]::-webkit-progress-value { background-color: #00f692; }
progress.blue-bar[value^="9"]::-webkit-progress-value { background-color: #00fb60; }
progress.blue-bar[value="100"]::-webkit-progress-value { background-color: #00FF00; }


/*BLUE-TO-GREEN  owerwrite previous rules for int values between 0 and 9*/
progress.blue-bar[value="0"]::-webkit-progress-value,
progress.blue-bar[value="1"]::-webkit-progress-value,
progress.blue-bar[value="2"]::-webkit-progress-value,
progress.blue-bar[value="3"]::-webkit-progress-value,
progress.blue-bar[value="4"]::-webkit-progress-value,
progress.blue-bar[value="5"]::-webkit-progress-value,
progress.blue-bar[value="6"]::-webkit-progress-value,
progress.blue-bar[value="7"]::-webkit-progress-value,
progress.blue-bar[value="8"]::-webkit-progress-value,
progress.blue-bar[value="9"]::-webkit-progress-value { background-color:#03a9f4; }

/*BLUE-TO-GREEN  owerwrite previous rules for float values between 0. and 9. */
progress.blue-bar[value^="0."]::-webkit-progress-value,
progress.blue-bar[value^="1."]::-webkit-progress-value,
progress.blue-bar[value^="2."]::-webkit-progress-value,
progress.blue-bar[value^="3."]::-webkit-progress-value,
progress.blue-bar[value^="4."]::-webkit-progress-value,
progress.blue-bar[value^="5."]::-webkit-progress-value,
progress.blue-bar[value^="6."]::-webkit-progress-value,
progress.blue-bar[value^="7."]::-webkit-progress-value,
progress.blue-bar[value^="8."]::-webkit-progress-value,
progress.blue-bar[value^="9."]::-webkit-progress-value { background-color:#03a9f4; }

/*BLUE-TO-GREEN progress bar value color for Firefox*/
progress.blue-bar[value^="1"]::-moz-progress-bar { background-color:#03a9f4; }
progress.blue-bar[value^="2"]::-moz-progress-bar { background-color:#00b7ff; }
progress.blue-bar[value^="3"]::-moz-progress-bar { background-color:#00c4ff; }
progress.blue-bar[value^="4"]::-moz-progress-bar { background-color:#00d1ff; }
progress.blue-bar[value^="5"]::-moz-progress-bar { background-color:#00dcf4; }
progress.blue-bar[value^="6"]::-moz-progress-bar { background-color: #00e6dc; }
progress.blue-bar[value^="7"]::-moz-progress-bar { background-color: #00efbb; }
progress.blue-bar[value^="8"]::-moz-progress-bar { background-color: #00f692; }
progress.blue-bar[value^="9"]::-moz-progress-bar { background-color: #00fb60; }
progress.blue-bar[value="100"]::-moz-progress-bar { background-color: #00FF00; }

progress.blue-bar[value="0"]::-moz-progress-bar,
progress.blue-bar[value="2"]::-moz-progress-bar,
progress.blue-bar[value="3"]::-moz-progress-bar,
progress.blue-bar[value="4"]::-moz-progress-bar,
progress.blue-bar[value="5"]::-moz-progress-bar,
progress.blue-bar[value="6"]::-moz-progress-bar,
progress.blue-bar[value="7"]::-moz-progress-bar,
progress.blue-bar[value="8"]::-moz-progress-bar,
progress.blue-bar[value="9"]::-moz-progress-bar,
progress.blue-bar[value^="0."]::-moz-progress-bar,
progress.blue-bar[value^="2."]::-moz-progress-bar,
progress.blue-bar[value^="3."]::-moz-progress-bar,
progress.blue-bar[value^="4."]::-moz-progress-bar,
progress.blue-bar[value^="5."]::-moz-progress-bar,
progress.blue-bar[value^="6."]::-moz-progress-bar,
progress.blue-bar[value^="7."]::-moz-progress-bar,
progress.blue-bar[value^="8."]::-moz-progress-bar,
progress.blue-bar[value^="9."]::-moz-progress-bar { background-color:#03a9f4; }

/*BLUE-TO-GREEN progress bar value color for Edge*/
progress.blue-bar[value^="1"] { color:#03a9f4; }
progress.blue-bar[value^="2"] { color:#00b7ff; }
progress.blue-bar[value^="3"] { color:#00c4ff; }
progress.blue-bar[value^="4"] { color:#00d1ff; }
progress.blue-bar[value^="5"] { color:#00dcf4; }
progress.blue-bar[value^="6"] { color: #00e6dc; }
progress.blue-bar[value^="7"] { color: #00efbb; }
progress.blue-bar[value^="8"] { color: #00f692; }
progress.blue-bar[value^="9"] { color: #00fb60; }
progress.blue-bar[value="100"] { color: #00FF00; }
progress.blue-bar[value="0"],
progress.blue-bar[value="2"],
progress.blue-bar[value="3"],
progress.blue-bar[value="4"],
progress.blue-bar[value="5"],
progress.blue-bar[value="6"],
progress.blue-bar[value="7"],
progress.blue-bar[value="8"],
progress.blue-bar[value="9"],
progress.blue-bar[value^="0."],
progress.blue-bar[value^="2."],
progress.blue-bar[value^="3."],
progress.blue-bar[value^="4."],
progress.blue-bar[value^="5."],
progress.blue-bar[value^="6."],
progress.blue-bar[value^="7."],
progress.blue-bar[value^="8."],
progress.blue-bar[value^="9."] { color:#03a9f4; }

/*always gray bars*/
progress.no-values::-webkit-progress-value { background-color:#d2d2d2 !important; }
progress.no-values::-moz-progress-bar { background-color:#d2d2d2 !important; }
progress.no-values { color:#d2d2d2 !important; }

input[type=radio]:checked  + .section {
	background-color: #3b8ec2;
}

input[type=radio][disabled]  + .section {
	background-color: #9e9e9e;
	cursor: not-allowed;
}

/*
input[type=checkbox]:checked  + .section {
	background-color: #3b8ec2;
}

input[type=checkbox]:checked:hover + .section {
	background-color: #af0c0c;
}

input[type="checkbox" i] {
	margin: 0 .4em;
}
*/

table {
  /*border-spacing: 1;*/
  border-collapse: collapse;
  background: white;
 /* border-radius: 10px;*/
  /*overflow: hidden;*/
  width: 100%;
  margin: 0 auto;
  position: relative;
}

table thead tr {
  height: 40px;
  background: #0066ad;
}
table thead tr th {
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 1.2;
	/*font-weight: unset;*/
	padding: 4px 6px;
	background: #0066ad;
}
table thead tr th a {
	color: #fff;
	
}
table thead tr th a:hover {
	color: #fff;
	text-decoration: none;
	cursor:pointer;
}
.report-index:hover {
	background-color: #286090;
}

table td {
  text-align: left;
  white-space: pre-line;
}
/*
table tbody tr {
  height: 50px;
}

table tbody tr:last-child {
  border: 0;
}

table td.l, table th.l {
  text-align: right;
}
table td.c, table th.c {
  text-align: center;
}
table td.r, table th.r {
  text-align: center;
}

*/

table.editorTable>tbody>tr:nth-child(even), table.dataTable>tbody>tr:nth-child(even) {
  background-color: #f5f5f5;
}

/*tbody>tr:last-child {
   border-bottom: 2px solid #f5f5f5;
}*/

tbody>tr {
  font-size: 13px;
  /*color: #808080;*/
  line-height: 1.1;
  font-weight: unset;
}
tfoot>tr {
	font-size: 15px;
}


tbody>tr:hover {
  color: #555555;
  background-color: #e6f7ff !important;
  /*cursor: pointer;*/
}

.tableSpcList tr:hover {
	cursor: pointer;
}

.editorItem {
	/*padding: 5px 2px;*/
	/*min-width: 100px;*/
	padding: 3px 2px;
	position: relative;
}

.editorItem input[type=text] {
	padding: 5px;
	font-size: 13px;
	height: 28px;
	text-decoration-line: inherit;
	width: 100%;
}
.editorItem textarea {
	padding: 5px;
	font-size: 13px;
	resize: none;
	height: 28px;
	min-width: 220px;
	min-height: 28px;
	height: 30px;
	vertical-align: middle;
}
.editorItem.editorItemAuto textarea {
	/*min-width: unset;*/
	min-width: 160px;
}

.editorItem .date-item {
	min-width: 140px;
    text-align: center;
}

.editorNote textarea {
	font-size: 13px;
	resize: none;
	height: 39px;
}

.editorItem.editorItemShorter input[type=text] {
    width: 80px;
}
.editorItem.editorItemShort input[type=text] {
    width: 140px;
}
.editorItem.editorItemMedium input[type=text] {
    width: 200px;
}
.editorItem.editorItemLong input[type=text] {
    width: 270px;
}
.editorItem.editorItemLonger input[type=text] {
    width: 330px;
}
.editorItem.editorItemAuto input[type=text] {
    width: 100%;	
}
.editorItem.editorItemDescription.editorItemAuto {
   min-width: auto;
}
/*.editorItem input[type=password]:focus, .editorItem input[type=password]:hover, .editorItem input[type=text]:focus, .editorItem input[type=text]:hover, .editorItem select:hover, .editorItem select:focus {
  background-color: #82c0dc; 
}*/


.editorItemDescription {
	/*width: 80%;*/
	word-break: keep-all;
	min-width: 220px;
	width: auto;
	white-space: pre-line;
}
.editorItemStatus {

	width: 140px;
}

.editorRow {
    height: 40px;
}

.editorImage {
	width: 70%;
	border: 1px solid #ddd;
	padding: 5px;
	margin: 10px 0;
}
.editorItem img {
	width: 70%;
	border: 1px solid #ddd;
	padding: 5px;
	margin: 10px 0;

}

/* tabs and accordion in servers page */
.col-servers {
	width: 180px;
	padding-left: 14px;
    padding-right: 7px;
}
.col-servers-details {
	width: calc(100% - 186px);
}

.col-servers > ul {
	width: 148px;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    background-color: #448AFF; 
    color: #FFFFFF;
    z-index: 99;
    transition: all 0.5s ease 0s;
}
.nav-tabs > li.active > .section {
   background-color: #3b8ec2;
}

.editorSelector {

	font-size: 13px; 
	/*width: 270px;*/
	/*width: 100%;*/
	min-width: 100px;
    height: 28px;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: "Open Sans", sans-serif;
	/*color: #404040;*/
    border-radius: 0;
    padding: 5px;
    box-sizing: border-box;
    border-color: #ccc;
    cursor: pointer;
	background-color: #fff;
	text-decoration-line: inherit;
}
.serverRequirementsContainer {
	width: 100%;
	padding: 0;
}
.accordion .panel {
  border-radius: 12px;
  border: 0;
  margin-top: 0;
}
.accordion a.accordion-toggle {
  display: block;
  padding: 10px;
  text-decoration: none;
  background-color: #81a9bc;
  color: white;
  font-size: 1.2em;
  border-radius: 12px;
  /*margin: 5px 0;*/
  border: 0;
      
}
.accordion .panel-heading a.collapsed:hover,
.accordion .panel-heading a.collapsed:focus {
  background-color: #3b8ec2;
  transition: all 0.5s;
}

.accordion .panel-heading {
  padding: 0;
  border-radius: 0;
  text-align: center;
  position: relative;
}
.accordion .panel-heading a:not(.collapsed) {
  background-color: #3b8ec2;
  transition: all 0.5s;
}

.panel-body table thead th {
  font-size: 15px;
	
}

.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0;
}

h3.panel-title {
	font-size: 14px;
	position: relative;
}
.logo {
	width: 100%;
	max-width: 360px;
    max-width: 20rem;
}

.lead_logo {
	cursor: pointer;
    width: 90px;
    cursor: pointer;
    position: absolute;
    top: calc(50% - 45px);
}
.lead_promo_detail{
	width: 100%;
}
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  /*cursor: pointer;*/
}

.upload-btn-wrapper input[type=file] {
	height: 80px;
    position: absolute;
    top: -30px;
    opacity: 0;
    cursor: pointer;
}

#owners-list {
	display: inline-block;
}

.owner-circle {
	width: 37px;
	min-width: 37px;
	height: 37px;
	color: #007cbe;
	background-color: #fdfdfd;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin: 2px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.owner-circle.dark {
	color: #fdfdfd;
	background-color: #007cbe;
}
.has-picture {
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}	
.initials {
	font-size: 16px;
    font-weight: bold;
}

mark{
    background: yellow;
	padding: 0;
}

.toolbar-label {
	/*display: inline;*/
    float: right;
    padding: 0 5px;
    border-radius: 3px;
}

#swal2-html-container .datePickerSpcDueDate {
	width: 170px;
}

#ui-datepicker-div {
	z-index: 1061 !important;
}

.tag {
	display: inline-block;
    background-color: #3285ad;
    border-radius: 8px;
    padding: 6px 10px;
    color: white;
    margin: 2px;
	cursor: default;
	word-break: normal;
	text-align: center;
}

.tag:hover {
    /*background-color: #007cbe;*/
	/*cursor: pointer;*/
}
.tag.object-tag {
	background-color: #009688;
	font-size: 13px;
	padding: 3px 8px;
	position: relative;
}

.tag.object-tag.other-user-tag {
	background-color: #80a9bc;
}
.private-tag-badge {
	position: absolute;
	right: -6px;
    bottom: 4px;
	inline-size: 21.375px;
}
.dateOnTime {
    background-color: #26b999;
}
.dateNear {
    background-color: #ffd453;
    color: #404040;
}
.dateLate {
    background-color: #ff2222;
}
.dateUnknown {
    background-color: #606468;
	color: white;
}
/*.statusDraft {
    background-color: #eee !important;
	color: #606468 !important;
}*/
.statusDraft, .statusNotCompleted {
    background-color: #d2d2d2 !important;
	color: #606468 !important;
}
.statusActive {
    background-color: #26b999 !important;
	color: white !important;
}
.statusClosed {
    background-color: #121212 !important;
	color: white !important;
}
.statusCompleted {
    background-color: #3b8ec2 !important;
	color: white !important;
}
.statusCanceled {
	background-color: #e88b27 !important;
	color: white !important;
}
.statusDeleted {
	background-color: #ff0000 !important;
	color: white !important;
}
.statusInProgress {
	background-color: #ffd453 !important;
    color: #404040 !important;
}
.statusOnHold {
	background-color: #f7c531 !important;
    color: #404040 !important;
}
.statusNotStarted {
	background-color: #e88b27 !important;
	color: white !important;
}
.statusNA {
	background-color: #121212 !important;
	color: white !important;
}
.save-toolbar {
	float: right;
}
.toolbar-container {
	margin: 10px 0;
}

.ms-options label{
	font-weight:300;
	font-size: 13px;
}
.ms-options .label{
	color: #545454;
	text-align: left;
}

.ms-active {
	position: relative;
}

.itemToolbar {
	display: flex;
	align-items: center;
}
.itemToolbarIcon {
	padding: 5px;
	margin: 0 1px;
}

.itemToolbarIcon.openContextMenu:after {
  content: '\22EE';
  font-size: 28px;
}


.tdToolbarContainer {
	cursor: pointer;
	width: 40px;
}
th.tdToolbarContainer {
	background: white;
    padding: 0;
    font-size: 13px;
    text-align: right;
}

span[data-notify=message] {
    word-wrap: break-word;
}


.itemRow-active {
	border: solid 2px #007cbe !important;
	/*background-color: #e6f7ff !important;*/
}
.form-check-label {
	cursor:pointer;
}
.disabled-label {
    color: darkgrey;
    font-style: italic;
	cursor: not-allowed;
}

.sections-list {
	max-height: 396px;
    overflow: auto;
	position: relative;
}

.live-editor {
	width: 100%;
}

.striked-text {
	text-decoration: line-through;
}
.section-hide {
    color: darkgrey;
    font-style: italic;
}

.list-group-item:hover {
	
	background-color: #e6f7ff;
}

.vertical-align {
  display: flex;
  align-items: center;
 /* justify-content: center;*/
  flex-direction: row;
}
.vertical-align .form-group {
	margin: 7px 0 0 0;
}


.loading-fade {
	opacity: 0.5; 
	background: #000; 
	width: 100%;
	height: 100%; 
	z-index: 1070;
	top: 0; 
	left: 0; 
	position: fixed; 
	display: flex;
    justify-content: center;
    align-items: center;
}

.th-diagonal-line {
    width: 201px;
    height: 21px;
    border-bottom: 1px solid #e0e0e0;
    transform: translateY(0) translateX(0px) rotate(11.7deg);
    position: absolute;
    z-index: 0;
}

.background>div {
  position: relative;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.th-bottom-label {
  position: absolute;
  bottom: 8px;
  left: 12px;
}

.th-top-label {
  position: absolute;
  top: 5px;
  right: 10px;
}


.splitted-header-container {
	height: 40px;
    position: relative;
	overflow: hidden;
}

.table-permissions-matrix tr{
	line-height: 2.5;
}

.table-permissions-matrix tr:hover{
	cursor: auto;
}
.profiles-divider-cell {
	background: #eaf1f7;
	font-weight: bold;
	text-align: center;
    padding: 10px;
	border: solid 1px #e0e0e0 !important;
}
.table-inner-bordered tr td, .table-inner-bordered tr th {
    border-left: solid 1px #e0e0e0;
	padding: 0 2px;
}

.table-inner-bordered tr td:first-child, .table-inner-bordered tr th:first-child {
  border-left: 0;
}

.table-inner-bordered tr.first-row td:first-child {
 /*padding: 4px 2px;*/
}

.permission-disabled {
	color: darkgrey;
}

.permission-enabled {
	color: #3b8ec2;
}

table.wide-table input {
	min-width: auto;
	margin: 2px 0;
}

table.wide-table tbody tr {
    font-size: 12px;
    line-height: 1.1;
}

table.wide-table tbody tr td {
	padding-right: 7px;
    padding-left: 7px;
	height: 28px;
}

.editor-table-container {
	/*overflow-x: auto;*/ /*dont use-toolbar buttons get hidden*/
	margin-bottom: 5px;
}
/*snapshot*/
.animated-details .secondary-table tbody {
	border: 1px solid #111;
}
.animated-details .secondary-table {
	
}
progress[data-total="0"] ~ .snapshot-progress-details {
	display:none;
}
.snapshot-progress-details {
	cursor:pointer;
	color: #007cbe;
}
.animated-details {
	display: none;
	padding: 0 20px 10px;
}

.cluster-components-td {
	/*background-color: lightgray;*/
	
}
.cluster-components-tags {
	text-align: left;
	cursor: pointer;
}

.cluster-components-details {
	width: 90%;
    margin: auto;
}

.secondary-table thead th {
	background: #9e9e9e;
}


.cluster-info-row {
	border-top: solid 2px #0066ad; 
    border-left: solid 2px #0066ad;
    border-right: solid 2px #0066ad;
}

.cluster-components-row {
	border-bottom: solid 2px #0066ad;
    border-left: solid 2px #0066ad;
    border-right: solid 2px #0066ad;
}

table tr.separator {
	height: 10px; 
}

.toggle-show-components {
	/*position: absolute;*/
    line-height: 2em;
	display: inline-block;
	margin-right: 5px;
}

.toolbar-cluster-components {
    /*width: 180px;*/
    /*position: absolute;*/
}
.status-column {
	width: 135px;
}
.status-column-selector {
	padding: 0 13px;
    color: #ffffff;
    float: right;
    font-size: 18px;
    cursor: pointer;
}
.status-column-selector > *{
	pointer-events: none;
}
.status-dropdown-content {
	display: none;
    position: absolute;
    width: 155px;
    overflow: auto;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1000;
	color: #808080;
	background-color: #fff;
	border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
	border: 1px solid rgba(0,0,0,.15);
	top:  40px;
	font-size: 14px;
}
.status-list {
	list-style: none;
    text-align: left;
	padding: 6px;
	margin: 0;
	cursor: pointer;
}
.status-list img {
	float: right;
}
.status-list li{
	padding: 3px 0;
	font-weight: 500;
}
.status-list li:hover, .status-list li:focus {
	color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.popover-title {
	background-color: #3b8ec2;
	color: #FFFFFF;
}
.popover-content {
	color: #606468;
}

.popover-content .list-group-item {
	padding: 3px;
}

.popover .close {
	position: relative;
    bottom: 5px;
    right: -6px;
}

.popover .learn-more {
	padding: 4px;
	background-color: #eaf1f7;
	border: 1px solid #ddd;
	border-radius: 4px;
	max-width: 300px;
    white-space: pre-wrap;
    line-break: auto;
}
.checkmark-list {
	padding-inline-start: 15px;
    list-style-type: '\2713';
}
.checkmark-list li {
	padding-left: 0.5em;
}
.tooltip-inner {
   /* white-space:pre;*/
    max-width:740px;
}

.tooltip-inner .tooltip-left {
   text-align:left;
 }
 .tooltip-inner ul {
   text-align:left;
   padding-inline-start: 15px;
 }
 
 
 
.editorNote a {
	color: white;
    text-decoration: underline;
}

.editorItemDescription a, .internal-link {
	text-decoration: underline;
}

.toolbar-window {
	color: initial;
	width: 400px;
	padding: 10px;
	z-index: 1061;
}

.toolbar-window .window-header {
	display: flex;
    flex-direction: column;
    align-items: center;
	
	margin: 5px;
}
.toolbar-window.ui-draggable .window-header {
	cursor: move;
}

.toolbar-window .window-title, .floating-form .window-title {
    display: block;
    position: relative;
    max-width: 100%;
    margin: 0 0 .4em;
    padding: 0;
    color: #595959;
    /*font-size: 1.875em;*/
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
}


.toolbar-window .close-button, .floating-form .close-button {
    position: absolute;
    top: 0;
    right: 0;
    justify-content: center;
    width: 1.2em;
    height: 1.2em;
    padding: 0;
    transition: color .1s ease-out;
    border: none;
    border-radius: 0;
    background: 0 0;
    color: #ccc;
    font-family: serif;
    font-size: 2.5em;
    line-height: 1.2;
    cursor: pointer;
    overflow: hidden;
	z-index: 100;
}

.toolbar-window .close-button:hover, .floating-form .close-button:hover,.new-feature-popover .close-button:hover {
    -webkit-transform: none;
    transform: none;
    color: #f27474;
}

#commentsWindow .comments-input-new {
	width: 100%;
}

div.alert {
z-index: 1100 !important;
}

.list-name {
	font-weight: bold;
    color: #007cbe;
	padding-right: 5px;
	font-size: 0.9em;
}
.list-time {
	color: #5a5d5a;
    font-size: 10px;
	padding-right: 5px;
}
.list-file {
	padding: 5px;
	cursor: pointer;
	font-style: italic;
	color: #606468;
}
.list-file:hover {
	text-decoration: underline;
}
.list-file a {
	color: #606468;
}
.comments-list {
    max-height: 200px;
    overflow: auto;
}
.attachments-list {
    max-height: 300px;
    overflow: auto;
}
.documents-list {
	text-align: left;
    font-size: 14px;
	max-height: 300px;
    overflow: auto;
}
.itemToolbarIconContainer {
	 position: relative;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;	 
}
.itemToolbarIconContainer.no-notifications {
	 opacity:0;
}
.editorRow:hover .itemToolbarIconContainer {
	 opacity:1;
}
.itemToolbarIconContainer.edit-mode {
    opacity: 0.35;
}




.notify-badge {
	position: absolute;
    top:-10px;
    right: -9px;
    padding: 2px 5.4px;
    /*border: 2px solid white;*/
    border-radius:100px;
    background: -webkit-linear-gradient(top, #5097d4 0%,#337ab7 100%);
    /*box-shadow: 0 1px 2px rgba(0,0,0,.5), 0 1px 4px rgba(0,0,0,.4), 0 0 1px rgba(0,0,0,.7) inset, 0 10px 0 rgba(255,255,255,.11) inset; */
    /*-webkit-background-clip: padding-box;*/
    /*font: 12px/14px "Helvetica Neue", sans-serif; */
	font-size: 11px;
    color: white;
    /*text-decoration: none;*/
    /*text-shadow: 0 -1px 0 rgba(0,0,0,.6);*/
}
.notify-badge.no-notifications {
	font-size: 14px;
    padding: 0.2px 4.5px
}

.logo-container {
	padding: 20px;
	width: 65%;
    margin-left: auto;
    margin-right: auto;
}
.logo-container img {
	width: 100%;
}

[data-notify="icon"] {
	margin-bottom: 8px;
}
[data-notify="title"] {
	font-size: 16px;
    font-weight: bold;
	margin-left: 8px;
}

[data-notify="title"]::after {
  content: "\A";
  white-space: pre;
}
.delete-item input,.delete-item textarea,.delete-item select {
	background-color: #ccc !important;
	/*cursor: not-allowed !important;*/
	pointer-events: none;
}
.delete-item {
	border: solid 2px #f44336 !important;
    /*background-color: #e6f7ff !important;*/
}
.missing-item {
	border: solid 2.5px #f44336 !important;
}
div.missing-item {
	border: initial !important;
	outline: solid 2px #f44336;
}
.cloned-row,.selected-row {
	border: solid 3px #007cbe !important;
    /*background-color: #e6f7ff !important;*/
}
.delete-container {
	float: right;
	display: flex;
    align-items: center;
}
.change-box {
	position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.cursor-default {
	cursor: default;
}
.cursor-pointer {
	cursor: pointer;
}

table.dataTable {
    width: 100% !important;
}
.warning-container {
	color: red;
}

.events-container {
	display: inline-block;
	margin-top: 15px;
	width: 90%;
}

.event-container {
	width: 50%;
    float: left;
	text-align: left;
	display: flex;
    align-items: center;
	padding-top: 5px;
    padding-bottom: 5px;
}
.event-container:hover {
    color: #555555;
    background-color: #e6f7ff;
}
.event-description {
	width: 80%;
}


.events-container > .event-container:nth-child(odd) {
	padding-right: 5px;
}

.events-container > .event-container:nth-child(even) {
	padding-left: 5px;
}

/*SWITCHES TO TOGGLE CHECHBOXES*/
.switch {
  position: relative;
  /*display: inline-block;*/
  width: 50px;
  height: 28px;
  float: right;
  margin: 0;
}
.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
}
.slider:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}
input:checked + .slider {
  background-color: #3b8ec2;
}
input:focus + .slider {
  box-shadow: 0 0 1px #3b8ec2;
}
input:checked + .slider:before {
  -webkit-transform: translateX(21px);
  -ms-transform: translateX(21px);
  transform: translateX(21px);
}

.mini-switch input:checked + .slider:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}
.mini-switch .slider:before {
	height: 13px;
    width: 13px;
	left: 4px;
    bottom: 2px;
}
.mini-switch .slider {
	border-radius: 19px;
}

.mini-switch .slider:hover {
    background-color: darkgray;
}
.mini-switch input:checked + .slider:hover {
	background-color: #3b8ec2;
}

.width-50 {
    width: 50px;
}

.width-100 {
    width: 100px;
}


.width-auto {
    width: 100%;
}

.margin-bottom {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.margin-bottom-small {
  margin-bottom: 5px;
  margin-bottom: .3rem;
}
.margin-bottom-mid {
	margin-bottom: .7rem;
}


.margin-top {
  margin-top: 24px;
  margin-top: 1.5rem;
}
.margin-top-small {
  margin-top: 5px;
  margin-top: .3rem;
}
.margin-top-mid {
	margin-top: .7rem;
}


.requirements-progress-container {
	width: 64px;
	position:absolute;
	top: 12px;
	right: 9px;
}

.invisible {
	opacity: 0;
}

.data-hub {
	font-size: 13px;
	font-weight: 900;
	margin-top: 14px;
}

.label-icon {
	margin-top: 4px;
	float:left;
}
.status-description {
	line-height: 1.7em;
}

input[type=radio]:checked + label.spc-status  {
    outline: 0;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50,100,150,.4);
}
input[type=radio]:disabled + label.spc-status  {
  cursor: not-allowed;
}
.reason-row {
	font-size: 16px;
}
textarea.reason {
	resize: none;
	width: 100%;
}

label[for] {
	font-weight: inherit;
}

.password {
	-webkit-text-security: disc;
}
.password.password-visible {
	-webkit-text-security: none;

}
.toggle-password {
    -webkit-text-security: none;
	font-size: 15px;
    top: 14px;
	right: 10px;
	position: absolute;
	cursor: pointer;
}
.toggle-password.password-visible {
	color: #3b8ec2;
    opacity: 1 !important;
}

.export-list,.import-list {
	text-align: left;
	font-size: 14px;
}
.delete-comment-button,.delete-attachment-button  {
	position: absolute;
    right: 5px;
    top: 13px;
}
.edit-attachment-button {
    position: absolute;
    right: 25px;
    top: 13px;
}
.subsection {
	margin-top: 20px;
    margin-bottom: 6px;
    font-weight: bold;
	font-size: 16px;
}

.newVerificationsContainer input:checked + label.verification {
	color: #0baf2b;
	text-shadow: 0 0 6px #ffffff, 0 0 6px #ffffff, 0 0 6px #ffffff, 0 0 6px #ffffff, 0 0 6px #ffffff, 0 0 6px #ffffff, 0 0 6px #ffffff, 0 0 6px #ffffff, 0 0 6px #ffffff, 0 0 6px #ffffff, 0 0 25px #777;
}

.newVerificationsContainer input:checked + label.verification.verification-success {
	color: #0baf2b;
}
.newVerificationsContainer input:checked + label.verification.verification-failed {
	color: #d9534f;

}
label.verification {
	line-height: initial;
	color: grey;
}

.verification.verification-success:hover {
	color: #0baf2b;
}
.verification.verification-failed:hover {
	color: #d9534f;
}

.status-message {
	text-align: center;
}
    
.status-message.status-error,.status-error  {
	color: red;
}

.verification-status-icon {
    position: absolute;
    right: 10px;
    top: 6px;
}
.verification-status-icon .verification-success {
	color: #0baf2b;
}
.verification-status-icon .verification-failed {
	color: #d9534f;
}
.notify-badge.verification-success {
	background: #0baf2b;
}
.notify-badge.verification-failed {
	background: #d9534f;
	border: 1px solid white;
}

.readonly {
	cursor: not-allowed;
}

.item-container {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}
.deleteItemIconContainer,  .deleteContentIconContainer {
	/*float:right;*/
	/*clear: right;*/
}
.item-container h3 {
	margin: 20px auto 5px;
}

.item-container h4 {
    margin: 15px auto 8px;
}

.bootstrap-datetimepicker-widget table td,.bootstrap-datetimepicker-widget table th{
	border-radius: initial !important;
	/*border: 1px solid #ddd;*/
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    background: #286090 !important;
}	
.table-condensed td, .table-condensed th {
    /*padding: 3px !important;*/
}

input.date-item {
	/*min-width: 140px;*/
    min-width: 100px !important;
	text-align: center;
}
.editorItem input.date-item {
    width: 100px !important;
}
input.datetime-item {
	min-width: 170px;
    width: 170px !important;
	text-align: center;
}

.editorItemFormula {
	text-align: center;
	word-break: initial;
}

.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
    color: #ccc !important;
}

.table-permissions-matrix tbody td {
	white-space: nowrap;
}

.form__field .g-recaptcha {
	margin: 0 auto;
}

.ms-options-wrap > button {
	height: 28px;
	margin-top: initial !important;
	border-color: #ccc !important;
}

.ms-options-wrap > button:focus	, .ms-options-wrap > button:hover {
    border-color:#237bc2 !important;
}
.login-container {
	/*position: fixed;*/
    bottom: 50px;
    top: 0;
    left: 0;
    right: 0;
    /*background-color: #F63;*/
}

.site-footer {
	height: 50px;
	background: #559fd4;
	position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
	display: flex;
	-webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
	-webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;

}

.site-footer .fab,.site-footer .fas {
	font-size: 1.3rem;
	color: #fefefe;	
	margin: 0 10px;
}



.site-footer .site-footer-links .fab:hover {
	/*color: #4a4a4a;*/
	transition: all 0.3s;
}

.site-footer .fa-youtube:hover {
	color: #FF0000;
}
.site-footer .fa-facebook-f:hover {
	color: #3C5A99;
}
.site-footer .fa-twitter:hover {
	color: #1DA1F2;
}
.site-footer .fa-linkedin-in:hover {
	color: #0077B5;
}
.site-footer .fa-blogger-b:hover {
	color: #FF5722;
}

.site-footer-center {
	align: center;
}

.site-footer .site-footer-links {
	float: right;
    position: absolute;
    right: 10px;
}
.site-footer .site-footer-center {
	margin: auto;
}
.site-footer .site-footer-center a {
	color: #fefefe;
}
.site-footer-cookies {
    margin-left: 5px;
}
.login-page {
	background-image: url(../images/abstract-1278052_1920.webp);
	/*height: 100%; */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
    align-items: center;
}
.logo-container {
	/*content: url(../images/Services_Portal_Logo.png);*/
}
.slogan-container {
	/*content: url(../images/powered_by_nice.png);*/
	position: absolute;
    right: 9px;
	bottom: 77px;
	width: 20%;
}
.slogan-container img {
	width: 100%;
}
.login a,.login h2,.login h3 {
	color: #FFF;
}

.list-text-editor {
	width: 70%;
    text-align: center;
	display: none;
}

.list-group-item {
	min-height: 36px;
	cursor: auto;
	padding: 6px 14px;
}

.login .g-recaptcha {
/*	transform:scale(0.8);
	-webkit-transform:scale(0.8);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;	
	*/
}
.collapse-horizontal {
	-webkit-transition: width 1s ease;
    -moz-transition: width 1s ease;
    -o-transition: width 1s ease;
    transition: width 1s ease;
    
/*    display: inline-block;*/
    overflow: hidden;

    width: 0;
}

.section-new.collapse-horizontal {
	width: 0;
	padding: 0;
    border: none;
}
.section-new.collapse-horizontal.in {
	width: 250px;
	padding: 12px 12px 0 12px;
    border: 1px solid #bdbdbd;
}

#userSettingsForm .collapse-horizontal.in {
	width: 33.33333333%;;
}

.support-container {
	line-height: 1.1;
	color: #606468;
}
.support-container h3 {
	font-size: 24px;
	line-height: 1.1;
}
.support-bubble {
	position: fixed;
    z-index: 1101;
    right: 10px;
    bottom: 10px;
	cursor: pointer;
	color: #ff0000;
	opacity: 0.7;
	transition: opacity 0.5s;
}

.support-bubble:hover,.support-bubble.active {
	opacity: 1;
}
.support-form{
	position: fixed;
    z-index: 1100;
    right: -300px;
    bottom: 0;
	border-right: none;
    border-bottom: none;
	height: 330px;
	width: 300px;
	padding: 10px;
	-webkit-transition: right 1s ease;
    -moz-transition: right 1s ease;
    -o-transition: right 1s ease;
    transition: right 1s ease;
	background: #eee;
    background: -webkit-linear-gradient(to bottom, #fff 0%, #e5e5e5 100px, #e5e5e5 100%);
    background: linear-gradient(to bottom, #fff 0%, #e5e5e5 100px, #e5e5e5 100%);
	border: 1px solid #bbb;
	border-radius: 3px 0 0 0;
	box-shadow: 1px 1px 4px rgba(0,0,0,.2);
  
}

.support-form button {
	width: 100%;
}

.support-visible {
	right: 0;
}

.support-form textarea {
	resize: none;
	line-height: 1.5;
}

/*.sections-list .list-group-item label,.columns-list .list-group-item label*/
.list-group-item label {
    width: 100%;
	cursor: pointer;
	font-weight: inherit;
	margin-bottom: initial;
}

.dt-container {
	overflow: auto;
}
.dashboard-tile .dt-container {
	overflow: initial;
}

.control-label {
	font-size:16px;
}
.form-control {
	/*height:auto;*/ /*disabled due to different rendering in column selector vs env selector*/
	padding: 4px 8px;
	height: 30px;
}

.dataTable select {
	max-width: 200px;
	color: #757575;
    font-weight: initial;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	margin-top: 10px;
	padding: 3px 0;
	border-radius: initial;
}
.dataTable select.filtered {
	color: red;
}

.dataTable input[type=text] {
	color: initial;
    font-weight: initial;
	padding: 3px 0;
	width: 100%;
	margin-top: 10px;
	display: flex;
}
.dataTable input[type=text].filtered {
	color: red;
}

.dataTable .ms-options-wrap.filtered > button > span {
	color: red;
}

.dataTable .filter-container > input {
	padding: 3px 2px;
	min-width: 62px;
	border: 0;
    height: 23px;
}
.dataTable select.column-filter {
	-webkit-appearance: auto;
	padding: 0;
}

table.dataTable thead tr th, table.dataTable thead tr td {
	padding: 6px 4px;
	text-align: center;
	position: relative;
}
table.filters-enabled.dataTable thead tr th, table.filters-enabled.dataTable thead tr td {
	padding-bottom: 35px;
	min-width: 70px;
}

table.filters-enabled.dataTable thead tr th[data-filter="date"] {
	min-width: 94px;
}

table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order, table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order, table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order, table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order, table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order, table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order, table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order, table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order {
	right: 8px;
}
table.dataTable thead>tr>th.dt-orderable-asc, table.dataTable thead>tr>th.dt-orderable-desc, table.dataTable thead>tr>th.dt-ordering-asc, table.dataTable thead>tr>th.dt-ordering-desc, table.dataTable thead>tr>td.dt-orderable-asc, table.dataTable thead>tr>td.dt-orderable-desc, table.dataTable thead>tr>td.dt-ordering-asc, table.dataTable thead>tr>td.dt-ordering-desc {
	padding-right: 25px;
}


.advanced-search-toggle {
	 /*
	 font-size: 16px;
	 color: #337ab7;
	 cursor: pointer;
	 margin-left: 10px;
	 */
}

.dt-length .dt-input {
	margin-right: 5px;
}

.no-select {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

nav.navbar .fa-lg {
    line-height: 1;
}
.spcListStatus {
	padding: 2px 10px;
    border-radius: 3px;
	line-height: 1.6em;
}
button.open-spc-options {
	margin: 0 0 5px 10px;
	padding: 4px 10px;
	font-size: 14px;
}
.dt-search input{
	font-weight:initial;
}

.columns-list {
    max-height: 350px;
    overflow: auto;
}

.menu-check {
	line-height: 20px;
	margin-left: 10px;
}

.dropdown-menu {
	/*width: 190px;*/
	/*width: auto !important;*/
}

.spc-open-options i:first-child {
	margin-right: 5px;
}

.dropdown-menu>li>a {
	white-space: nowrap !important;
}

::-webkit-input-placeholder {
    text-transform: none;
}
:-moz-placeholder {
    text-transform: none;
}
::-moz-placeholder {
    text-transform: none;
}
::placeholder {
    text-transform: none;
}

.editorItemDescription ol, .editorItemDescription ul {
	padding-inline-start: 25px;
    margin-top: 8px;
    margin-bottom: 8px;
	text-align: left;
}

div.access-dropdown {
	width: 222px;
}

.newDocumentContainer .change-document-type label:hover, .newDocumentContainer .change-document-type label.selected,
.newAttachmentContainer .change-attachment-type label:hover, .newAttachmentContainer .change-attachment-type label.selected {
	color: #3b8ec2 !important;
}
.newDocumentContainer .change-document-type label,
.newAttachmentContainer .change-attachment-type label {
	color: darkgrey;
	display: inline-flex;
}

.newDocumentContainer .document-type-name {
	line-height: 1;
	padding-left: 5px;
}
label.file-selector {
	cursor: pointer;
	text-align: center;
	height: auto;
}

.swal2-popup .swal2-fullscreen {
    position: absolute;
    top: 0;
    right: 30px;
    justify-content: center;
    width: 1.2em;
    height: 1.2em;
    padding: 0;
    transition: color .1s ease-out;
    border: none;
    border-radius: 0;
    background: 0 0;
    color: #ccc;
    font-family: serif;
    font-size: 2.8em;
    line-height: 1.2;
    cursor: pointer;
    overflow: hidden;

}
.swal2-popup .swal2-fullscreen:focus{
outline:none;
}
.swal2-popup .swal2-fullscreen:hover {
    -webkit-transform: none;
    transform: none;
    color: #f27474;
}
.swal2-popup.fullscreen {
	width: 100% !important;
	
}
.swal2-popup.resizable{
	-webkit-transition:  all 1s;
	-moz-transition:  all 1s;
	transition:  all 1s;
}

li.new-element {
	display: none;
}

.form-control.has-multiple  {
	padding: 0;
	text-align: left;
}

.form-control.has-multiple .ms-options-wrap button {
	border: none;
    background: none;
    font-size: 14px;
    color: #555;
    padding: 0;
}
.form-control.has-multiple button span{
    padding: 6px 9px 0 9px;
}
input.form-control.asc-count {
	width: 68px;
}

table.dataTable {
   /* border-collapse: collapse !important;*/

}

.editor-table-note {
	color: red;
	font-size: 1rem;
    font-weight: 700;
}

.captcha-image img {
	width: 100%;
	height: 70px;
}

.server-name {
	word-break: break-word;
}


tbody tr.appended-row {
	background-color: lightblue;
}

.wizard-link {
	font-size: 14px;
	display: block;
}

.wizard-link + .tooltip > .tooltip-inner {
	background: linear-gradient(to bottom, #fff, #e5e5e5 100px, #e5e5e5);
	border: 1px solid #bbb;
	color: #555;
}
.wizard-link + .tooltip {
	opacity: 1;
	/*width: 180px;*/
}
.no-margin {
    margin: 0 !important;
}

input.form-control.form-count {
    width: 68px;
	display: initial;
	text-align: center;
}

.acd-counters-window {
	text-align: center;
	position: fixed;
    width: 205px;
    overflow: auto;
    z-index: 1061;
	color: #808080;
	background-color: #fff;
	border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
	border: 1px solid rgba(0,0,0,.15);
	top:  40px;
	font-size: 14px;
	border-left: none;
	padding: 10px;
	-webkit-transition: right 1s ease;
    -moz-transition: right 1s ease;
    -o-transition: right 1s ease;
    transition: right 1s ease;
	background: #eee;
    background: -webkit-linear-gradient(to bottom, #fff 0%, #e5e5e5 100px, #e5e5e5 100%);
    background: linear-gradient(to bottom, #fff 0%, #e5e5e5 100px, #e5e5e5 100%);
	border: 1px solid #bbb;
	border-radius: 0 3px 3px 0;
	box-shadow: 1px 1px 4px rgba(0,0,0,.2);
}
.swal2-popup {
	z-index:1062;
}

.acd-counters-list {
    max-height: 300px;
    overflow: auto;
	margin: 7px;
	border: 1px solid #ddd;
    border-radius: 4px;
}

.acd-counters-window .list-group-item {
	padding: 4px 0;
	border:none;
}


.acd-counter-label {
	width: 70px;
	display: inline-block;
}

.rotate-180 {
    transform: rotate( 180deg );
}

.rotatable {
	transition: transform 1000ms ease;
}
.ui-draggable-handle {
	cursor: move;
}

.list-group-item.collapse {
    display: none;
}

.list-group-item.collapse.in {
    display: block;
}


.batch-column-updater-content {
	display: none;
    position: absolute;
    width: 139px;
    overflow: auto;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1;
	color: #808080;
	background-color: #fff;
	border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
	border: 1px solid rgba(0,0,0,.15);
	top:  40px;
	font-size: 14px;
}

.section-badge-access {
	top:-8px;
    right: -8px;
    background: #c60f13;
    position: absolute;
    padding: 7px 7px;
    border: 2px solid white;
    border-radius: 100px;
    color: #ffffff;
    text-decoration: none;
    z-index: 100;
    transition: all 0.5s;
	font-size: 13px;
}

.fa-stack i.itemToolbarIcon {
	padding: 0;
}

.section-badge-readonly .fa-stack {
	height: 1em;
	width: 1.3em;
	line-height: inherit;
}

.icon_new{
    background-image: url(../images/apps/NEW.svg);
}
.icon_open{
   /* background-image: url(../images/icon_open.png);*/
}
.icon_help{
   /* background-image: url(../images/icon_help.png);*/
}
.icon_about{
    background-image: url(../images/apps/ABOUT.svg);
}
.icon_fetch{
	background-image: url(../images/apps/FETCH.svg);
}
.tools{
	background-image: url(../images/apps/TOOLS.svg);
}
.icon_spc{
    background-image: url(../images/apps/SPC.svg);
}
.icon_itp{
    background-image: url(../images/apps/ITP.svg);
}
.icon_vrs{
    background-image: url(../images/apps/VRS.svg);
}
.icon_vrsrenewals{
    background-image: url(../images/apps/VRSRenewals.svg);
}
.icon_designer {
	background-image: url(../images/apps/DESIGNER.svg);
}
.icon_designer_open {
	background-image: url(../images/apps/DESIGNER_OPEN.svg);
}
.icon_designer_new {
	background-image: url(../images/apps/DESIGNER_NEW.svg);
}
.icon_prj {
	background-image: url(../images/apps/PRJ.svg);
}
.icon_doc {
	background-image: url(../images/apps/DOC.svg);
}
.icon_status_reports {
	background-image: url(../images/apps/STATUSREPORTS.svg);
}
.icon_sitedoc {
	background-image: url(../images/apps/SITEDOC.svg);
}
.icon_eew {
	background-image: url(../images/apps/EEW.svg);
}
.icon_projectfunding {
	background-image: url(../images/apps/PROJECTFUNDING.svg);
}
.icon_workplan {
	background-image: url(../images/apps/WORKPLAN.svg);
}
.icon_lead {
	background-image: url(../images/apps/LEAD.svg);
}
.icon_dsr {
	background-image: url(../images/apps/DSR.svg);
}
.icon_rap {
	background-image: url(../images/apps/RAP.svg);
}
.icon_niamop {
	background-image: url(../images/apps/NIA-MOP.svg);
}
.section.section-big {
    color: black;
}

.section.section-big:hover {
     color: white;
}

.wizard-card .panel.panel-primary.collapsed {    
	border-color: #81a9bc;
}
.panel-primary .panel-heading:hover,
.panel-primary .panel-heading:focus {
  background-color: #3b8ec2;
  transition: all 0.5s;
  cursor: pointer;
}



.panel-primary .panel-body {
	padding: 8px 0;
	/*overflow: auto;*/
}

.panel.panel-primary .panel-heading {
  background-color: #3b8ec2;
  border-color: #3b8ec2;
  transition: all 0.5s;
  position: relative;
}
.panel.panel-primary.collapsed .panel-heading {
	background-color: #81a9bc;
	border-color: #81a9bc;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.events-progress-container {
	width: 100px;
	right: 40px;
	position: absolute;
    top: 12px;
}

.servers .form-group {
	margin-bottom: 0;
}

.flexdatalist-results span:not(:first-child):not(.highlight) {
    padding: 0 4px;
    display: inline-block;
    font-size: 80%;
    color: rgba(0, 0, 0, 0.50);
}

#PRJ-flexdatalist-results.publish-window {
	width: 530px !important;
}
#customerName-flexdatalist-results.publish-window {
	width: 530px;
	transform: translateX(-233px);
}
#PRJ-flexdatalist-results.section-new {
    /*width: 640px !important;*/
    width: 859px !important;
}
#customerName-flexdatalist-results.section-new {
    /*width: 640px !important;
    transform: translateX(-279px);*/
	width: 859px !important;
    transform: translateX(-371px);
}

.shadowed {
    -webkit-filter: drop-shadow(12px 12px 25px rgba(0,0,0,0.4));
    filter: drop-shadow(12px 12px 25px rgba(0,0,0,0.4));
}

.invert {
	background-color: #222f37;
    color: white;
    padding: 1px 11px;
	line-height: 2em;
    display: inline-block;
}
.invert:hover {
	background-color: #3b8ec2;
	cursor: pointer;
}

ol {
	text-align: left;
}

.list-group-item .toolbar-label  {
	font-size: 0.875rem;
    font-weight: 400;
}

.signature-container {
	background:url(../images/signature.svg) no-repeat 0 50%;
	width: 325px;
    height: 220px;
    padding: 10px;
    margin: 10px;
	position: relative;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
}
.signature-container .sign-name {
    font-family: cursive;
    font-size: xx-large;
	/* line-height: 200px; */
	line-height: 2.0;
}
.signature-container .sign-date {
    font-size: small;
	bottom: 9px;
	position: absolute;
    right: 11px;
}

.btn-sign-itp {
	position: absolute !important;
	left: 50%;
	transform: translateX(-50%);
}

.btn-sign-itp[disabled] + .skip-customer-signature {
	display: none;
}

.skip-customer-signature {
	margin-top: 12px;
    text-align: center;	
}	
.signatures-list .list-group-item {
	min-height: 55px;
}

.suggested-user {
	display: inline-flex;
	padding: 4px;
	cursor: pointer;
	border: 2px solid #ffffff;
	width: 48%;
	float: left;
	box-sizing: content-box;
}
.suggested-user:hover {
	border: 2px solid #bdbdbd;
	transition: all 0.5s;
}

.suggested-name-profiles-block {
	display: inline-block;
	text-align: left; 
	margin-left: 4px;	
}
.suggested-name {
	font-size: 14px;
	font-weight: 400;
}
.suggested-profiles {
	font-size: 13px;
}

.list-placeholder {
	font-size: 14px;
}

.gdpr-note {
	width: 90%;
}

.pull-right .toolbar-label i {
	margin: 1px 0;
	line-height: 20px;
}


/*doc center*/
 td.fileIcon img {
	/*width: 40px;*/
	/*margin: 9px;*/
	max-height: 45px;
	width: 25px;
    height: 25px;
}
td.fileLink,td.folderLink {
	cursor: pointer;
}
td.fileLink:hover,td.folderLink:hover {
	text-decoration: underline;
}
/*ul.ulBreadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #fff;
}
ul.ulBreadcrumb li {
  display: inline;
  font-size: 18px;
}
ul.ulBreadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}
ul.ulBreadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}
ul.ulBreadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}*/
.recent-file-container img {
	width: 16px;
    margin-right: 8px;
    max-height: 18px;
}


.editable-title {
	border: solid 1px #bfbfbf;
	padding: 6px;
	color: #606468;
	background-color: white;
}

.editorTable th.editable-title:hover, .editorTable th.editable-title:active, .editorTable th.editable-title:focus {
    border-color: #237bc2;
}
th.editable-header{
	border-color: #0066ad !important;
    border-style: solid !important;
    border-width: 7px 2px !important;
	color: #404040;
	background: white;
	border-collapse: unset;
}
.editorTable th.non-editable-header {
	border-color: #0066ad;
	border-style: solid;
	border-width: 7px 2px;
	border-collapse: unset;
}
button[disabled], html input[disabled], select[disabled], textarea[disabled] {
   cursor: not-allowed;
}

.loading-button {
	position: relative;
	cursor: not-allowed;
	display: inline-flex;
    align-items: center;
    justify-content: center;
}

.loading-button-spinner {
	padding: 0;
    position: absolute;
    /*left: 43%;
	float: left;
    top: 27%;*/
}
.delete-attachments-toolbar {
	margin-left: 5px;
}

.btn-login,.btn-back {
    background-color: #81A9BC;
    color: #eee;
    font-weight: 700;
    width: 100%;
    border-radius: 0.25rem;
    padding: 8px;
    margin-bottom: 5px;
    border: 0;
    transition: background-color 0.3s;
}
.btn-login:hover,.btn-back:hover {
    background-color: #539abb;
}



h2.page-header.editable-title {
	width: 60%;
}
.designer-toolbar {
	width: 100%;
	display: inline-block;
	margin: 8px 0;
}
.designer-toolbar.non-section {
	padding: 0 11px;
}

.designer-toolbar div.hr {
    /*width:100%;*/
	top: 5px;
    height: 2px;
    background: #3b8ec2;
	position: relative;
	width:0;
	float: right;
	transition: all 0.4s ease-out;
	opacity: 0;
}

.designer-toolbar div.hr:before {
    content:'';
    position: absolute;
    border-style: solid;
    border-width: 12px 12px 0;
    border-color: #3b8ec2 transparent;
    display: block;
    width: 0;
    /*top: 9px;*/
    left: 50%;
	opacity: inherit;
}

.designer-toolbar .toolbar-button:hover + div.hr, div.hr:hover, .designer-toolbar .toolbar-button.selected + div.hr {
	width : 95%;
	float: right;
	opacity: 1;
}

.designer-toolbar .toolbar-button {
	float: right;
	
}

.form-control-label {
	padding: 6px 0;
}

input.designer-column-name {
	border: solid 1px #bfbfbf;
}
.item-container h4.editable-title {
	margin: 0 auto;
}

.editable-note {
	margin: 0 auto;
}

#spcform th.header-editing-mode {
	background: white;
	padding-left: 23px;
    padding-right: 0;
    font-size: 13px;
	width: 85px;
}

.submitted-check {
	color: #0baf2b;
}

.side-nav li a.active {
    outline: none;
    background-color: #3b8ec2 !important;
}

.font-16 {
	font-size: 16px;
	font-weight: 400;
}
.font-15 {
	font-size: 15px;
	font-weight: 400;
}

.section.section-small.section-noprogress .section-icon.small-icon {
    height: 70px;
}
.templateRow {
	cursor: pointer;
}
td.disabled:hover {
	cursor: not-allowed;
}

.editorTable {
  border-collapse: collapse;
}
.editorTable td, .editorTable th {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}

.editorTable tr td:first-child,
.editorTable tr th:first-child {
  border-left: 0;
}
.editorTable tr td:last-child,
.editorTable tr th:last-child {
  border-right: 0;
}

.editorTable .editorItemAuto {
   min-width: auto;
}
.editorTable .editorItemDouble {
   min-width: 320px;
}



.designer-table-toolbar {
	background: white;
	padding-left: 0;
	padding-right: 0;
	color: darkgrey;
	opacity: 1;
}
.designer-table-toolbar-container {
	float: right;
}

.designer-list-items-preview {
	width: 350px;
	font-size: 14px;
}

.dashboard-object-container {
	cursor: pointer;
	min-width: 170px;
}

.dashboard-object-container .tag {
	padding: 1px 4px;
	/*width: 42px;*/
	text-align: center;
	cursor: pointer;
	border-radius: 3px;
}

.dashboard-object-container progress {
	width: 54%;
	min-width: 50px;
}
.dashboard-object-container .progress-container {
	/*margin-right: 50px;*/
}
.dashboard-object-container:hover {
	background-color: #c4d9e6;
}
.project-label-container .lblCustomerName, .customer-label-container .lblCustomerName {
	font-size: 30px;
    font-weight: 500;
}

.project-label-container .lblPRJ {
    margin: 0 20px;
    font-size: 1.4em;
}
.project-label-container .lblRegion,
.customer-label-container .lblRegion {
    font-size: 1.4em;
}
.project-label-container .lblDescription {
    font-size: 1.4em;
}
.project-label-container .project-shortcut {
	font-size: 16px;
}
.project-label-container .project-shortcut img{
	height: 1.5em;
	width: unset;
    border: unset;
    padding: unset;
    margin: unset;
}
.page-header .project-shortcut .lblPRJ {
	margin: 0 0 0 20px;
}

.project-label-container .project-label,
.customer-label-container .customer-label {
	margin: 0 20px 0 0;
	white-space: nowrap;
}
.customer-label.lblCountry {
	display: inline-flex;
}

.project-label-container .btnReturnToProjects, 
.customer-label-container .btnReturnToCustomers {
    font-size: 2em;
    font-weight: 600;
	margin-right: 10px;
	margin-left: 5px;
}

.project-label-container .btnReturnToProjects:hover,
.customer-label-container .btnReturnToCustomers:hover {
    cursor: pointer;
    color: #3b8ec2;
}
a.project-shortcut {
	color: inherit;
}
.dashboard-tiles-row {
	/*display: inline-block;*/
}
.wppSelector {
	display: inline-block;
}
.filteroption {
    font-weight: 600;
}
.section.dashboard-tile {
    /*background-color: rgba(255, 255, 255, 0.9);*/
    background-color: #e5edf7;
    /*width: 400px;*/
	border-radius: 3px;
    height: 300px;
	width: 32%;
	cursor: initial;
	grid-template-rows: 40px 220px 24px;
}

.section.dashboard-tile.dashboard-tile-plan.has-progress{
	font-size: smaller;
	grid-template-rows: 40px 15px 205px 24px;
}

.section.dashboard-tile.wide {
	width: calc(96% + 32px);
}

.promo-container [data-notify="container"][class*="alert-pastel-"] {
	background-color: #659cc3;
	border-width: 0;
	border-left: 15px solid #132853;
	border-radius: 0;
	box-shadow: 0 0 5px rgba(51, 51, 51, 0.3);
	/*font-family: 'Old Standard TT', serif;*/
	letter-spacing: 1px;
}

.promo-container .btn.blue-btn {
    /*font-family: "HelveticaNeueLTW01-35Thin";*/
    color: #fff;
	border-color: #132853;
   
    line-height: 35px;
    border-radius: 50px;
    padding: 0 25px 0 25px;
    background-color: #00b0ed;
    cursor: pointer;
    background: #009edb;
    background: -moz-linear-gradient(left, #132853  0%,#40788e 100%);
    background: -webkit-linear-gradient(left, #132853  0%, #40788e 100%);
    background: linear-gradient(to right, #132853 0%, #40788e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009edb', endColorstr='#007bab',GradientType=1 );
}

.promo-container.alert-minimalist {
	background-color: #659cc3;
	border-color: rgba(149, 149, 149, 0.3);
	border-radius: 3px;
	color: #fff;
	padding: 10px;
}
.promo-container.alert-minimalist > [data-notify="icon"] {
	height: 80px;
	margin-right: 12px;
}
.promo-container.alert-minimalist > [data-notify="title"] {
	color: #fff;
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
	margin-right: 17px;
}
.promo-container.alert-minimalist > [data-notify="message"] {
	font-size: 80%;
}

.minimum-score {
	color: #FFF;
}
.dashboard-tile .tile-title {
	/*height: 27px;*/
    font-weight: 500;
    font-size: 20px;
	color: #000;
}

.dashboard-tile-toolbar {
	position: absolute;
    right: 0;
    top: 0;
}
	

.dashboard-tile-content {
	/*background-color: #FFF;*/
	/*border-radius: 10px;*/
    overflow: auto;
	/*max-height: 350px;*/
	/*height: 220px;*/
	padding: 0;
}
.dashboard-tile-object-container {
	cursor: pointer;
	font-size: 13px;
}
.dashboard-tile-header {
	/*margin-bottom: .5rem;*/
	line-height: 2rem;
	position: relative;
	min-height: 40px;
}
.dashboard-tile-content {
	color: #545454;
	margin-bottom: 0;
	line-height: initial;
}
.dashboard-tile-object-container .product-name  {
	margin-right: 6px;
}
.dashboard-tile-object-container .object-status {
    /*margin-right: 6px;*/
}
.dashboard-tile-object-container .object-progress {
    width: 97%;
	margin-top: 5px;
}
.dashboard-tile-object-container .object-description {
    margin: 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 60%;
	display: inline-block;
    line-height: normal;
    vertical-align: top;
}
.dashboard-tile-object-container .tag {
	margin: 2px 0;
	white-space: nowrap;
}
.dashboard-tile-report-container {
	cursor: pointer;
}
.dashboard-tile-report-container .report-description {
	 margin: 4px;
}
.dashboard-tile-teamline-container {
	 font-size: 13px;
}
.dashboard-tile-teamline-container .tag {
	padding: 0 4px;
    white-space: nowrap;
    border-radius: 4px;
}

/*.dashboard-tile .list-group-item .toolbar-button {*/
.list-group-item .toolbar-button {
	padding-right: 0;
}
/*.dashboard-tile .list-group-item .tag {*/
.list-group-item .tag {
	margin: 4px 2px 0 0;
	padding: 2px 3px;
	border-radius: 3px;
}

/*.dashboard-tile .list-group-item .row {*/
.list-group-item .row {
	margin-top: 2px; 
	margin-bottom: 2px; 
}

.btn-icon {
	height: 18px;
	vertical-align: sub;
}
.dashboard-tile .btn {
	font-size: 13px;
	height: 32px;
}
.dashboard-tile-content .document-icon {
	width: 25px;
	height: 25px;
    margin-right: 5px;
}
.dashboard-tile-content .document-name {
	line-break: anywhere;
    width: calc(100% - 30px);
}	
.dashboard_tableObjectList .document-icon {
	width: 25px;
	cursor: pointer;
}
.dashboard-tile-content .file-size {
	font-style: italic;
    font-size: 0.9em;
}
.dashboard-tile-document-container {
	text-align: left;
	cursor: pointer;
	display: flex;
	align-items: center;
}
.dashboard-tile-assignments .list-group-item::after {
	content: "";
	display: block;
	clear: both;
}
.dashboard-tile-assignment-container {
	line-height: normal;
	text-align: left;
}
.dashboard-tile-assignment-container .suggested-user {
	width: calc(100% - 55px);
	padding: 0;
	float: initial;
	border: none;
}

.dashboard-tile-content .mppFileView{
	cursor: pointer;
}
.tileSpinner {
	position: absolute;
    background: #333;
    height: 100%;
    width: 100%;
    opacity: 0.5;
}
 .tileSpinner .fa-spinner{
	position: absolute;
    top: 40%;
    font-size: xx-large;
 }

.has-picture.blue-border {
	border: 1px solid #559ed1;
}
.back2 {
	background-image: url(../images/back2.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.user-dropdown {
	width: 100.5%;
}
.dashboard-tile-teamline-container {
	text-align: left;
}
.item-name {
	font-weight: 700;
	margin-right: 15px;
}
.dashboard-tile-teamline-container .item-value {
	text-overflow: ellipsis;
    overflow: hidden;
    /*white-space: nowrap;*/
	margin-right: 11px;
}
.dashboard-tile-teamline-container .toolbar-button {
	position: absolute;
	top: 50%;
    right: -3px;
    transform: translateY(-50%);
}

.dashboard-tile-teamline-container .data-row, .avs.data-row {
	position:relative;
	padding: 3px 0;
}

.user-header .dropdown-toggle.has-picture {
	padding: 6px 15px;
    line-height: 38px;
	border: none;
}
.user-header .dropdown-toggle.has-picture .owner-circle {
	float: left;
    margin-right: 10px;
}
.country-flag {
	position: absolute;
    right: 14px;
    bottom: 20px;
}
.country-flag img {
	width: 43px;
	border: 1px solid lightgray;
}
.owner-country-flag img {
	width: 28px;
	margin-right: 6px;
	border: 1px solid lightgray;
}
.table-country-flag {
	width: 28px;
	margin-right: 6px;
	border: 1px solid lightgray;	
}
.toolbar-servers-requirements {
	margin: 10px;
}
.owner-info {
	margin: 5px;
}
.owner-info i {
	margin-right: 8px;
}
.user-bio {
	padding: 4px;
	background-color: #eaf1f7;
	border: 1px solid #ddd;
	border-radius: 4px;
	max-height: 200px;
	max-width: 300px;
    overflow: auto;
    white-space: pre-wrap;
    line-break: auto;
}
.template-category-tag {
    padding: 0 9px;
    font-size: 12px;
    margin: 0 12px;
	font-style: initial;
	vertical-align: middle;
}
.template-description-tag {
    padding: 0 9px;
    font-size: 12px;
    margin: 0 12px;
	background-color: #ccc;
	color: #545454;
	font-style: initial;
	text-overflow: ellipsis;
    max-width: 350px;
    overflow: hidden;
    white-space: nowrap;
	vertical-align: middle;
}

.company-logo {
	right: 8px;
    top: 9px;
    width: 55px;
    display: inline-block;
}
.company-logo img{
	/*width: 60px;*/
    padding: 3px;
	border: 0;
	width: 100%;
}

.table-info {
	color: red;
	padding-top: 0.2em;
}

.no-gutter {
  margin-right: 0;
  margin-left: 0;
}

.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.wizard-card .form-group .ms-options-wrap label {
	color: #555;
	font-size: 14px;
	white-space: nowrap;
}
.wizard-card .ms-options-wrap > button:focus, .wizard-card .ms-options-wrap > button {
    font-size: 14px;
	height: 28px;
    padding: 1px 4px;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: #767676;
}
.wizard-card .ms-options-wrap .ms-options {
	min-width: fit-content;
}
th.Region {
	min-width: 70px;
}
th.Product {
	min-width: 75px;
}
.warning-text {
	color: yellow;
}

.dashboard-tile-case-container .case-description {
	font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.dt-button label {
	/*padding: 3px 15px;*/
	font-size: 14px;
    margin-bottom: initial;
    font-weight: initial;
}
.dashboard-tile-case-container {
    cursor: pointer;
    font-size: 13px;
}
.dashboard-tile-escalation-container{
	cursor: pointer;
	color:black;
}
.escalation-link{
	color: black;
}
.case-counter {
	cursor: pointer;
}
.tile-counter {
	font-size: 14px;
    color: #545454;
	align-self: center;
	text-align: center;
}
.dark-mode .tile-counter {
	color: #c8cdd1;
}

#page-wrapper.status-reports-wrapper {
	width: 98%;
}
.status-reports-wrapper td {
	/*text-align: center;*/
}
.placeholder-row td  {
	text-align: center;
}
.status-reports-wrapper td.text-left {
	text-align: left;
}
.status-reports-wrapper .b-inputtext {
	min-width: 150px;
}
.status-reports-wrapper .editorItemDescription {
	min-width: 80px;
	max-width: 291px;
}

.status-reports-wrapper .editorRow {
    height: 34px;
}

.status-reports-wrapper .editor-table-container {
    margin: 0 0 15px;
}
.status-reports-wrapper .editorTable {
    width: auto;
	min-width: 800px;
}
.status-reports-wrapper .b-textarea {
	min-width: 140px;
}
input.numeric {
	text-align: center;
}
.status-reports-wrapper .ms-options {
	text-align: left;
}
.distribution-container {
	height: auto;
	max-height: 225px;
	overflow: scroll;
	background: #eeeeee;
}
.distribution-user {
	display: inline-flex;
    float: left;
	padding: 4px;
    margin-right: 10px;
	position: relative;
}
.distribution-user-name {
	margin-left: 4px;
	font-size: 14px;
	font-weight: 300;
	line-height: 14px;
}
.distribution-user-selector {
	position: absolute;
	bottom: 0;
    left: 4px;
}
.distribution-user-selector input {
	cursor: pointer;
}

select.tag {
	text-align: center;
    text-align-last: center;
    -moz-text-align-last: center;
	cursor: pointer;
}
.dashboard-tile-checklists .object-description {
	width: initial;
}
.dashboard-tile .row {
	left-margin: 0;
}
.editorItem input[type=checkbox] {
	font-size: 16px;
}
.editorRow.selectedRow {
	background-color: #ea3e3e;
}
.activities-table .editorRow.selectedRow {
	background-color: #26b999;
}
.editorRow.selectedRow .editorItemDescription, .editorRow.selectedRow .toolbar-button, .editorRow.selectedRow .itemToolbarIcon {
	color: white;
}

.text-truncated-toggle {
	cursor: pointer;
	font-style: italic;
	color: #007cbe;
}
.case-remark-data {
	font-style: italic;
}
.ms-options-wrap > .ms-options {
	min-height: auto !important;
	min-width: auto;
}
.ms-options-wrap {
    min-width: 140px;
}
.header-cell {
	background: #0066ad;
	color: #fff;
	border-top: 1px solid #efefef;
}
.scroll-to-top {
	position: fixed;
    z-index: 1000;
    right: 10px;
    bottom: 60px;
    cursor: pointer;
    color: #0066ad;
    opacity: 0;
    transition: all 0.5s;
	pointer-events: none;
}
.scroll-to-top.visible {
	opacity: 0.8;
	pointer-events: initial;
}
.scroll-to-top.visible:hover {
	opacity: 1 !important;
}

.dropdown .dropdown-menu {
	overflow:visible; /*changed from auto to allow submenu display*/
}

.btn.btn-select {
	background-color: #f8f8f8;
    padding: 1px 8px 2px;
    border: 1px solid darkgray;
    line-height: inherit;
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
	min-width: 140px;
    text-align: left;
}
.btn.btn-select > .button-text {
	padding-right: 14px;
}
.btn.btn-select > .caret {
	right: 6px;
    top: 15px;
    position: absolute;
}

.list-group.new-table-rows div.dropdown {
	display: inline-flex;
}
.dropdown-select .dropdown-menu>li>a:focus, .dropdown-select .dropdown-menu>li>a:hover {
	background-color: #2b82c9;
	color:#fff;
}
.dropdown-select li>a.selected {
	background-color: #2b82c9;
	color:#fff;
	padding-right: 30px;
}
.dropdown-select li>a.selected:after {
	content: '\2713';
    position: absolute;
    right: 7px;
    font-weight: 600;
    font-size: 1.1em;
}

h4 .tag {
	font-size: 13px;
	font-weight:400;
}
a .tag {
	cursor: pointer;
}

.lowercase {
  text-transform: lowercase;
}



/*CHAT*/
#chatbox {
	width: 350px;
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
	height: 80%;
	position: absolute;
	top: 62px;
	/*left: 80%;*/
	right: 0;
	margin-left: -155px;
	display: none;
	border: 1px solid rgb(51, 122, 183);
	z-index: 1000;
}
#chatProjectsListView {
	position: absolute;
	top: 0;
	left: 0;
	width: 350px;
	height: 100%;
}
#projects {
	height: calc(100% - 94px);
	overflow: auto;
    padding: 2px;
}
#topmenu {
	height:50px;
	width: 350px;
	border-bottom: 1px solid #d8dfe3;
	background-color: #337ab7;
}
.chat-project-preview {
	height: auto;
	border-bottom: 1px solid #e7ebee;
	position: relative;
	padding: 4px 8px;
}
.chat-project-preview:hover {
	background: #f1f4f6;
	cursor: pointer;
}
.chat-project-preview span {
	font-size: 14px;
	font-weight: 400;
	color: #597a96;
}
.chat-project-preview .message-preview {
	font-size: 12px;
	font-weight: 400;
	color: #545454;
	padding-top: 3px;
	white-space: nowrap;
	width: 240px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.chat-project-preview .badge.project-unread-counter {
	margin-right: 5px;
	background: #26c281;
	color: #fff;
}
.chat-project-preview .PRJ {
	font-weight:700;
}
.badgedisplay {
	position: absolute;
	top: 10%;
	right: 2px;
	color: #fff !important;
	padding-left: 6px !important;
	background: #26c281;
	/*font-size: 10px;*/
}
.badgedisplay.fromCustomer,.chat-project-preview .badge.project-unread-counter.fromCustomer {
	background: #d00;
}
#chatview {
	width: 350px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	background: #fff;
}
#chatProfile {
	/*height: 81px;*/
	padding: 7px;
	height: 107px;
	overflow: hidden;
	text-align: left;
	color: #fff;
	background-color: #337ab7;
}
#chatProfile .project-shortcut {
	font-size: 16px;
	font-weight: 700;
	margin: 118px 0 -1px;
	opacity: 0;
	max-width: 315px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	-webkit-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-moz-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-ms-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-o-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}
#chatProfile .project-shortcut.animate {
	margin-top: 0;
	/*margin-left: 5px;*/
	opacity: 1;
	-webkit-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-moz-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-ms-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-o-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}
#chatProfile .customerName {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#chatProfile .team-members {
	display: flex;
	justify-content: center;
	margin-top: 6px;
}
#chatMessages {
	opacity: 0;
	margin-top: 30px;
	width: 350px;
	/*height: calc(100% - 125px);*/
	height: calc(100% - 151px);
	overflow: auto;
	padding-right: 20px;
	-webkit-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-moz-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-ms-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-o-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}
#chatMessages.animate {
	opacity: 1;
	margin-top: 0;
}
#chatMessages div.message {
	padding: 5px 0 15px 58px;
	clear: both;
	margin-bottom: 8px;
	position: relative;
}
#chatMessages div.message.right {
	padding: 5px 58px 15px 0;
	margin-right: -19px;
	margin-left: 19px;
	text-align: right;
}
#chatMessages .msgholder:nth-child(2) {
    margin-top: 15px;
}
#chatMessages .message .owner-circle {
	float: left;
	margin-left: -38px;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	min-width: 30px;
	position: absolute;
	left: 55px;
	top: -10px;
}
#chatMessages div.message.right .owner-circle {
	float: right;
	margin-left: 0;
	margin-right: -38px;
	position: absolute;
	left: auto;
	right: 55px;
}
.message .bubble {
	background: #f0f4f7;
	font-size: 12px;
	font-weight: 500;
	padding: 9px 11px;
	/*border-radius: 5px 5px 5px 0;*/
	border-radius: 0 5px 5px 5px;
	color: #8495a3;
	position: relative;
	display: inline-block;
}
.message.unread .bubble {
	color: #337AB7;
	font-weight: 700;
}
#chatMessages div.message.right .bubble {
	/*border-radius: 5px 5px 0 5px;*/
	border-radius: 5px 0 5px 5px;
}
.bubble .corner {
	background: url("../images/bubble-corner.png") 0 0 no-repeat;
	position: absolute;
	width: 7px;
	height: 7px;
	left: -5px;
	top: 0;
}
#chatbox .timestamp {
	white-space: nowrap;
	color: #aab8c2;
	font-size: 10px;
	font-weight: 500;
	position: absolute;
	/* left: 0; */
    top: 0;
    right: 3px;	
}
#chatbox .message.right .timestamp {
	right: 0;
	left: unset;
}
#chatbox .bubble .timestamp {
	bottom: -16px;
}
#chatbox .message-preview .timestamp {
	right: 6px;	
	padding-top: 3px;
	left: unset;
	top: unset;
}	
div.message.right .corner {
	background: url("../images/bubble-cornerR.png") 0 0 no-repeat;
	left: auto;
	right: -5px;
}
#sendmessage {
	height: 44px;
	border-top: 1px solid #e7ebee;
	position: relative;
	bottom: 0;
	right: 0;
	width: 350px;
	background: #fff;
}
#sendmessage input {
	/*border: none;
	padding: 11px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400px;
	width: 320px;
	outline: 0;*/
}
.chatInput {
    width: 309px;
    height: 39px;
    padding: 3px;
    background-color: #fff;
    color: #64696d;
    font-size: 13px;
    word-wrap: break-word;
    overflow: auto;
    margin-left: 3px;
    margin-top: 2px;
}
#sendmessage button {
	border: none;
	position: absolute;
    right: 10px;
    bottom: 13px;
	background-color: #fff;
}
#search {
	height: 44px;
	border-top: 1px solid #e7ebee;
	position: relative;
	bottom: 0;
	right: 0;
	width: 350px;
	background: #fff;
}
#search input {
	border: none;
	padding: 11px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400px;
	width: 100%;
	outline: 0;
}
#closeProjectChat {
	position: absolute;
	top: 8px;
	opacity: 0.8;
	right: 10px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
#closeProjectChat:hover {
	opacity: 1;
}
.cx,
.cy {
	background: #fff;
	position: absolute;
	width: 0;
	top: 15px;
	right: 15px;
	height: 3px;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}
.cx.s1,
.cy.s1 {
	right: 0;
	width: 20px;
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-ms-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
}
.cy.s2 {
	-ms-transform: rotate(50deg);
	-webkit-transform: rotate(50deg);
	transform: rotate(50deg);
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-ms-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
}
.cy.s3 {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-ms-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
}
.cx.s1 {
	right: 0;
	width: 20px;
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-ms-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
}
.cx.s2 {
	-ms-transform: rotate(140deg);
	-webkit-transform: rotate(140deg);
	transform: rotate(140deg);
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-ms-transition: all 100 ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
}
.cx.s3 {
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transition: all 100 ease-out;
	-moz-transition: all 100ms ease-out;
	-ms-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
}
#chatview,
#sendmessage,
#search {
	overflow: hidden;
	border-radius: 6px;
}
#topmenu p {
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	color: #fff;
	padding-top: 11px;
	margin-top: 0;
	margin-bottom: 11px;
}
.popover__content {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 20px;
	transform: translate(0, 10px);
	background-color: #fff;
	padding: 10px 20px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	width: auto;
}
.popover__content:before {
	position: absolute;
	z-index: -1;
	content: "";
	right: calc(50% - 10px);
	top: -8px;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #bfbfbf transparent;
	transition-duration: 0.3s;
	transition-property: transform;
}
#showpopup:hover .popover__content {
	z-index: 10;
	opacity: 1;
	visibility: visible;
	transform: translate(0, -20px);
	transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}
.popover__message {
	text-align: center;
}
#chatdisplay .dropdown-toggle {
	padding-top: 17px;
    padding-bottom: 15px;
}

.chat-project-preview .newmsgdisplay {
	height: 5px;
	width: 5px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	padding: 0 2px;
	margin: 0 4px;
}
.coming-soon.beta {
	position: absolute;
    top: 10px;
    left: 12px;
    font-size: 1.2em;
    color: yellow;
    font-weight: bold;
    transform: rotate(-15deg);
	text-shadow: -0.5px -0.5px 0 #000, 0 -0.5px 0 #000, 0.5px -0.5px 0 #000, -0.5px 0 0 #000, 0.5px 0 0 #000, -0.5px 0.5px 0 #000, 0 0.5px 0 #000, 0.5px 0.5px 0 #000;
}
.coming-soon.beta.pull-right {
	left: initial;
	right: 12px;
}
.coming-soon.beta.red {
	color: red;
}

#closeProjectChat {
    position: absolute;
    top: 6px;
    /* opacity: 0.8; */
    right: 6px;
    /* width: 20px; */
    height: 20px;
    cursor: pointer;
	 color: #fff;
}
.closeChat {
	position: absolute;
    right: 8px;
    top: 5px;
    font-size: 16px;
    color: #fff;
	cursor: pointer;
	/* transition: transform 0.5s ease 0s;*/
}
/*.closeChat:hover {  
     transform: rotate(180deg);
}*/
@-webkit-keyframes bounceLeft {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  60% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
}
@-moz-keyframes bounceLeft {
  0%,
  20%,
  50%,
  80%,
 100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(20px);
  }
  60% {
    transform: translateX(15px);
  }
}
@keyframes bounceLeft {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  } 
  60% {
    -ms-transform: translateX(15px);
    transform: translateX(15px);
  }
}
/* /left bounce */
.fa-long-arrow-alt-left:hover {
  -webkit-animation: bounceLeft 2s infinite;
  animation: bounceLeft 2s infinite;
}



.userStatusBadge {
    height: 40%;
    width: 40%;
    position: absolute;
    right: -3px;
    bottom: -3px;
    background-color: lightgray;
    border-radius: 50%;
    border: 1px solid #337ab7;
}
.dark .userStatusBadge {
	border: 1px solid white;
}
#owners-list .userStatusBadge {
	border: 1px solid #3b464c;
}
.popover-content .userStatusBadge {
	height: 14px;
    width: 14px;
	bottom: unset;
	border: none;
	position: static;
    display: inline-block;
    margin-right: 10px;
}
.userStatusBadge.online {
	background-color: #0bc20d;
}

.userStatusBadge.offline {
	background-color: #ffdc00;
}

input.wizard-counter {
    width: 70px;
    padding: 0;
    border: #cccccc 1px solid;
    text-align: center;
	position: absolute;
	display:none;
	right: 5px;
    top: 5px;
}

.wizard-option-container .wizard-option-description {
	/*max-width: 58%;*/
	display: inline-block;
	margin-top: 5px;
}
.wizard-option-container.checkbox-container .wizard-option-description {
	max-width: 96%;
}
.wizard-option-container.checkbox-container .wizard-option-control {
	width: auto;
	margin-top: 2px;
}
.wizard-option-container.radio-container .wizard-option-control {
	width: auto;
	margin-top: 2px;
}
.wizard-option-container.numeric-container .wizard-option-description {
	width: 65%;
}
.wizard-option-container.numeric-container .wizard-option-control {
	 width: 30%;
}
.wizard-option-container.function-container .wizard-option-control,
.wizard-option-container.environment-container .wizard-option-control {
	max-width: 100%;
    width: 100%;
}

   
.wizard-option-radio {
	font-weight: 400;
    margin: 0 0 0 15px;
	cursor: pointer;
}

.wizard-option-control {
	max-width: 40%;
    width: 40%;
    /*display: inline-block;*/
    float: right;
    /*text-align: right;*/
}

.wizard-option-container.block-display .wizard-option-description, 
.wizard-option-container.block-display .wizard-option-control {
	max-width: unset;
    width: 100%;
    display: block;
    float: unset;
    margin-bottom: 5px;
}


.wizard-card input {
	-webkit-box-shadow: none;
    box-shadow:none;
	border-radius: 3px;
	
}
.wizard-card [type=text] {
	height: 28px;
    padding: 5px;
}
.wizard-card .form-control.preference-switch {
	display: block;
}
.wizard-card .form-group .switch {
    position: absolute;
    right: 0;
	z-index: 100;
}
.wizard-card .form-control.wizard-option-container {
    float: left;
    /*margin-left: 7px;*/
    margin-right: 7px;
    height: auto;
    border: 1px solid #ccc;
    border-radius: 4px;
	position: relative;
	text-align: left;
	cursor: pointer;
	min-height: 37px;
}
.wizard-card .form-control.wizard-option-container:hover {
    background-color: #e6f7ff;
	
}
.wizard-card .form-control.wizard-option-container.col-2 {
	width: calc(50% - 16px); /*7 of the margin, 18/2 of the delete icon*/
}

.wizard-card .form-control.wizard-option-container.col-3 {
	width: calc(33.3% - 13px); /*7 of the margin, 18/3 of the delete icon*/
}

.wizard-option-text {
	border: #cccccc 1px solid;
    width: 100%;
    padding: 0 3px;
}
.wizard-option-numeric {
	border: #cccccc 1px solid;
    width: 100%;
    padding: 0 3px;
	text-align: center;
	height: 28px;
}

input.wizard-option-date {
	border: #cccccc 1px solid;
    width: 100% !important;
    padding: 0 3px;
}


.wizard-option-text:hover, .wizard-option-text:active, .wizard-option-text:focus,
.wizard-option-textarea:hover, .wizard-option-textarea:active, .wizard-option-textarea:focus,
.wizard-option-numeric:hover, .wizard-option-numeric:active, .wizard-option-numeric:focus,
.wizard-option-select:hover, .wizard-option-select:active, .wizard-option-select:focus {
	border-color: #237bc2;
}
.wizard-option-container textarea {
	border: #cccccc 1px solid;
    width: 100%;
	max-height: 180px;
	height: 28px;
    padding: 5px;
    min-height: 28px;
    resize: none;
	border-radius: 3px;
}
.wizard-option-container select {
	width: 100%;
	height: 28px;
	border-radius: 3px;
}

.wizard-option-container.full-width .wizard-option-control{
	width: 100%;
	max-width: initial;
}

.wizard-option-container.slider-container .wizard-option-control {
	max-width: 60%;
	width: 60%;
}

.wizard-option-container.slider-container .slider-label{
	
}
.wizard-option-container.slider-container .slider-value{
	color: red;
	padding: 0 4px;
}
.wizard-option-container.offset {
	opacity: 0;
	pointer-events: none;
}


.wizard-option-container.file-container .wizard-option-control {
	max-width: 60%;
	width: 60%;
}

.wizard-card .wizard-option-container .file-selector {
	margin-bottom: 0;
    border-radius: 3px;
    border: 1px solid #767676;
	padding: 0;
}
.wizard-card .wizard-option-container .file-selector .description{
	color: #555;
}
.dark-mode .wizard-card .wizard-option-container .file-selector .description{
	color: #c8cdd1;
}
	
.wizard-card .container-fluid {
	/*border-bottom: 1px solid #ccc;*/
    /*margin-bottom: 4px;*/
	padding-right: 5px;
    padding-left: 5px;
}

.wizard-option-slider {
	cursor:pointer;
}

.project-shortcut:hover,.doccenter-shortcut:hover {
	cursor:pointer;
	text-decoration: underline;
}
.project-shortcut img,.doccenter-shortcut img {
	height: 1em;
	border: initial;
    padding: 0 2px;
    margin: initial;
}


.dashboard-project-shortcut-container{
	padding-top: 29px;
	font-size: 24px;
}
/*batch generator*/
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    max-width: 200px;
}

.sourceFieldName {
	font-weight: initial;
}
.serversToReplicateContainer{
    max-height: 550px;
    overflow: auto;
}
/*mockup*/
td.text-center select, td.text-center input{
	text-align: center;
    text-align-last: center;
}

.installContainer {
	bottom: -30px;
    position: absolute;
    left: 3px;
	transition: all 1s;
}
.installContainer.visible {
	bottom: 53px;
}
.installContainer button {
	background-color: #23b998;
    color: #eee;
    font-weight: 700;
    border-radius: 0.25rem;
    padding: 8px 15px;
    border: 0;
}

.modules-list {
	overflow: auto;
	max-height: 70vh;
}
.modules-list .list-group-item label {
    width: 85%;
	height: auto;
}
.list-group .list-editor-toolbar .btn {
	background-color: unset;
}
.list-group .list-editor-toolbar {
	position: absolute;
    right: 15px;
}
.list-group .list-editor-toolbar > span{
	padding-left: 8px;
}

.widget-toolbar {
	position: absolute;
    top: 6px;
    right: 14px;
	color: white;
}
.widget-handler {
	cursor: pointer;
}
.widget-toolbar .btn {
    background-color: unset;
}
.widget-toolbar .btn:hover {
	color: white;
}
.widget-toolbar .dropdown-menu>li>a.access-option {
	background-color: unset;
}
.widget-toolbar .dropdown-menu>li>a.access-option:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.widget-toolbar.right {
	left: 0;
	right: auto;
}

.unmaskable-item:hover {
	-webkit-text-security: none;
}

.extended-search {
	margin-right: 30px;
	color: green;
}
.wizard-checkall-toggle {	
	padding-left: 15px;
    padding-bottom: 15px;
    display: inline-block;
    font-size: 15px;
    text-decoration: none;
    color: inherit !important;
}
.distribution-checkall-toggle {	
	display: inline-block;
    font-size: 15px;
    text-decoration: none;
    color: inherit !important;
}

.new-product-options .section {
	width: 120px;
	height: 120px;
	font-size: 0.9em;
}

.new-product-options .section.section-small.section-noprogress .section-icon {
    height: 60px;
}
.status-report-team .suggested-user {
	width: 100%;
	border: none;
}
.status-report-team .suggested-user:hover {
	border: none;
	cursor: default;
}
.status-report-team .suggested-profiles {
	padding-right: 80px;
}

.unordered-list-container .add-list-entry {
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
    border: 1px solid #3c8ec1;
    border-radius: 7px;
    padding: 1px 10px;
    color: #3c8ec1;
    background: white;
	cursor: pointer;
	white-space: nowrap;
}

.unordered-list-container:hover .add-list-entry {
	opacity:1;
	
}
.unordered-list-container .list-entry {
	border: 1px solid #a9a9a9;
    border-radius: 7px;
    padding: 1px 10px;
    color: #606468;
    background: white;
    cursor: pointer;
	margin: 2px 0;
}
.unordered-list-container.entry-target {
	outline: dashed;
    outline-width: 1px;
    outline-offset: -3px;
}
.btn-close{
	color: #fff;
    background-color: #aaa;
    border-color: #9b9a9a;
}
.btn-close:hover {
    color: #fff;
    background-color: #878484;
    border-color: #6f6d6d;
}

.trend-result .formula-result, [data-control="trend"] .formula-result{
	font-weight: bold;
    font-size: 1.8em;
}

.calendar-today {
	background-color: #b4e1d5;
}

[data-bgcolor=red] {
	background-color: red;
}
[data-bgcolor=green] {
	background-color: green;
}
[data-bgcolor=yellow] {
	background-color: yellow;
	color: #606468 !important;
}
[data-bgcolor=white] {
	background-color: white;
}

[data-color=red] {
	color: red;
}
[data-color=green] {
	color: #26b999;
}
[data-color=yellow] {
	color: #ffd453;
}
[data-color=gray] {
	color: gray;
}
[data-color=blue] {
	color: #2196f3;
}
[data-color=orange] {
	color: #e88b27;
}

.containerRequest textarea, .containerRequest input[type=text]{
	width: 100% !important;
}
.fetchRequestionsActions label{
	padding: 6px 12px;
	cursor:pointer;
	transition: all 0.5s;
}
.fetchRequestionsActions label:hover{
	color:#2196f3;
}
.fetchRequestionsActions input {

}
.fetchRequestionsActions input[type=radio]:checked + span {
	color:#2196f3;
}

.containerRequest {
	margin-left: auto;
    margin-right: auto;
	/*width: 70%;*/
    /*padding: 20px;*/
    /* max-width: 320px; */
    /* max-width: 20rem; */
    /* width: 90%;*/
}
.tools-list {
	text-align: left;
    font-size: 14px;
}
.tools-list .list-group-item {
	padding-right: 40px;
}
.tools-list .list-toolbar-container {
	position: absolute;
    right: 12px;
    top: 11px;
    margin-left: 18px;
}

.wizard-table-container {
	overflow: auto;
}

.wizard-request {
	max-height: 200px;
    overflow: auto;
    border: 1px solid;
    font-size: 13px;
    text-align: left;
}

.servers-fit-height {
	height: 100%;
    display: flex;
    flex-flow: column;
}
.servers-fit-height .spc-form {
	flex: 1 1 auto;
    /* overflow: hidden; */
}
.servers-fit-height .content {
	height: 100%;
	margin: unset;
}
.servers-fit-height .container-fluid {
	height: 100%;
	padding: unset;
}
.servers-fit-height .row {
	height: 100%;
}
.servers-fit-height .col {
	height: 100%;
	overflow: auto;
}
.server-filter {
    position: sticky;
    top: 21px;
    z-index: 150;
    background: white;
    /*width: 148px;*/
    padding-bottom: 5px;
	/*height: 74px;*/
}

.col-servers .toolbar-layout{
	position: sticky;
    top: 0;
    z-index: 150;
    background: white;
}
.col-servers .data-hub {
	position: sticky;
    top: 21px;
    z-index: 150;
    background: white;
	line-height: 0.9;
}
.col-servers.has-filter .data-hub {
	top: 95px;
}

.dataTable .ms-options-wrap > button:focus, .dataTable .ms-options-wrap > button {
	max-width: 200px;
	font-weight: initial;
	padding: 3px 2px;
    width: 100%;
    margin-top: 10px !important;
    height: initial !important;
    color: red !important;
}

.dataTable .ms-options-wrap > .ms-options > ul label {
	color: #777;
    font-weight: initial;
}

.dataTable .ms-options-wrap > .ms-options > ul li.selected label {
	color: #333333;

}
.dark-mode .dataTable .ms-options-wrap > .ms-options > ul li.selected label {
	color: #c8cdd1;
}

.dataTable .ms-options-wrap > .ms-options > .ms-selectall.global {
	color: red;
}
.dataTable .ms-options-wrap > .ms-options {
	text-align: left;
}
.dataTable.tableObjectList {
	/*min-height: 185px;*/
}
.accordion .panel-heading {
	position: sticky;
	z-index: 145;
	top: 40px;
}
.sitedoc-toolbar.toolbar-accordions {
	position: sticky;
    top: 1px;
    z-index: 151;
    background: #e9f1f7;
}
.sitedoc-page .panel-heading{
	position: sticky;
    z-index: 150;
   /* top: 22px;*/
    top: 1px;
}

.sitedoc-sections-list,.sitedoc-metadata-list,.exportsdocXml,.swimlanes-sections-list {
	padding: 5px 5px 5px 26px;
	max-width: 225px;
	cursor: pointer;
}
.sitedoc-sections-list > div {
	margin-bottom: 4px;
	cursor:pointer;
	border-radius: 3px;
    padding: 0 4px;
}
.sitedoc-sections-list div:hover,.sitedoc-sections-list div:focus,.sitedoc-sections-list div.active,
.sitedoc-sections-list li.active {
	background-color: #3b8ec2 !important;
}

.sitedoc-metadata-list .meta-name {
	font-weight: 700;
    background: #4f8ebc;
    padding: 0 4px;
	border-radius: 3px;
}

.sitedoc-metadata-list .meta-data {
	overflow: hidden;
    text-overflow: ellipsis;
}	

.btn-group .btn.dropdown-toggle {
	height: 34px;
}

.status-form a.accordion-toggle[access="1"] {
	background-color: #ff5e52;
}
.status-form a.accordion-toggle[access="1"]:hover {
	background-color: #f44336;
}
.status-form a.accordion-toggle[access="2"] {
	background-color: #9e9e9e;
}
.status-form a.accordion-toggle[access="2"]:hover {
	background-color: #7f7c7c;
}
.user-detach {
	position: absolute;
    right: 0;
    top: 7px;
}
.dashboard-tile-assignment-container .user-detach {
    bottom: 7px;
    right: 8px;
	top: initial;
}
.dataTable.tableTeamReports {
	min-height: 185px;
}
/*if the screen is too short*/
@media(max-height:540px) {
	/*logo is shown in the top left for smaller screens*/
	.logo-container {
		position: absolute;
		left: 20px;
		top: 20px;
		width: 25%;
	}
}
@media(max-height:810px) {
	.logo {
		max-width: 16rem;
	}
}
@media(max-width:767px) {
	.section-new.collapse-horizontal.in {
		width: 158px;
	}
	.g-recaptcha {
		transform: scale(0.95);
		transform-origin: 0 0;
	}
	.logo {
		width: 70%;
	}
	.suggested-user {
		width: 98%;
	}
	.container-fluid {
		padding: 0;
		overflow: auto;
	}
	div.swal2-popup .swal2-html-container {
		font-size: 1em;
	}
	.new-object-overview img {
		width: 65px;
	}
	.section.section-big.dashboard-tile.section{
		width: 100%;
		height: auto;
	}
	.section.dashboard-tile {
		width: 99%;
		margin: 6px 0;
	}
	.section.dashboard-tile.wide {
		width: 99%;
	}
	
	#page-wrapper.status-reports-wrapper {
		width: 95%;
	}	
	.installContainer.visible {
		bottom: 33px;
	}
	#chatbox {
	    top: 103px;
	}
}
@media(max-width:1200px) and (min-width:768px) {
	div.designer-toolbar .toolbar-button:hover + div.hr, div.hr:hover  {
		width : 92%;
	}
	.editorItemDescription {
		min-width: 180px;
	}
	
	.editorTable .dashboard-object-container .tag {
		padding: 1px 3px;
		/*width: 41%;*/
		font-size: 12px;
	}
	.editorTable .dashboard-object-container progress {
		width: 38%;
	}
	.section.dashboard-tile {
		width: 48%;
	}
	#page-wrapper.status-reports-wrapper {
		width: 85%;
	}
	.section.dashboard-tile.wide {
		width: calc(96% + 16px);
	}
}
@media(min-width:768px) {
	.pull-bottom, li.pull-bottom {
		position: absolute;
		bottom: 0;
	}
}

.richeditorBtn {
  cursor: pointer;
  outline:none;
  border-radius: 2px;
  background-color: transparent;
  border: none;
  font-size: 10px;
}
.size1{
    color: black;
 }
 
.floatingTextEditor{
	position: absolute;
    left: 0;
    background-color: #5fabc1;
}

.bbCode-textarea{
	padding: 9px;
    font-size: 14px;
    background-color: #fff;
    color: #404040;
    border: solid 1px #bfbfbf;
    box-sizing: border-box;
    outline: none;
    width: 100%;
	display:none;
}
#searchbox{
	border: 1px solid #9a9595;
    height: 34px;
    overflow: auto;
	display: flex;
    place-content: center;
	padding: 3px;
    }
#addToTag{
	margin-top:8px;
}
.closetag{
		cursor:pointer;
	}
.tagItem{
	list-style-type:none;
	 display: inline;
}
.tagItem li{
	 display: inline;
}
.dropdown.dropdown-lg .dropdown-menu {
    margin-top: -1px;
    padding: 6px 20px;
}
.input-group-btn .btn-group {
    display: flex !important;
}
.btn-group .btn {
    border-radius: 0;
    margin-left: -1px;
}
/*.btn-group .btn:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}.btn-group .btn:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}*/
.btn-group .form-horizontal .btn[type="submit"] {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}
.form-group .form-control:last-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.form-group select.form-control {
	margin-bottom: 5.5px;
}

.no-link {
	color: #337ab7 !important;
}

.report-preview-container {
	overflow: hidden;
    max-height: 200px;
	border-right: 1px solid #bfbfbf;
	padding-top: 0;
}
.report-preview {
	transform: scale(0.4);
    transform-origin: top left;
	width: fit-content;
}
.report-preview-labels {
	font-size: 16px;
}
.report-preview-overlay {
	position:absolute;
	opacity:0;
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    z-index: 101;
    display: flex;
    align-items: center;
    justify-content: center;
	cursor: zoom-in;
    background: rgba(255,255,255,0.5);
}
.report-preview-overlay:hover {
	opacity:1;
}
.full-screen-view {
	display: none;
	position: fixed;
    left: 0vw;
    top: 0vh;
    height: 100vh;
    width: 100vw;
    background: rgb(255 255 255);
    z-index: 1060;
}
.full-screen-view.above-swal {
	z-index: 1110;
}
.full-screen-view .close-button {
	position: absolute;
    top: 0;
    right: 0;
    justify-content: center;
    width: 1.2em;
    height: 1.2em;
    padding: 0;
    transition: color .1s ease-out;
    border: none;
    border-radius: 0;
    background: 0 0;
    color: red;
    font-family: serif;
    font-size: 3em;
    line-height: 1.2;
    cursor: pointer;
    overflow: hidden;
	/*z-index: 1110;*/
}
.full-screen-view .close-button:hover {
    color: #f27474;
}
.full-screen-view .full-screen-content {
	padding: 37px 11px;
	overflow: scroll;
    height: 100%;
}
.dark-mode .full-screen-view .full-screen-content {
	background-color: rgb(46 47 58 / 90%);
}
@media screen and (min-width: 768px) {
    #adv-search {
        width: 800px;
        margin: 0 auto;
    }
    .dropdown.dropdown-lg {
        position: static !important;
    }
    .dropdown.dropdown-lg .dropdown-menu {
        min-width: 800px;
    }
}

 section.range-slider input[type="range"] {
    pointer-events: none;
    position: absolute;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    border: none;
    border-radius: 14px;
    background: #f1efef;
    box-shadow: inset 0 1px 0 0 #cdc6c6, inset 0 -1px 0 0 #d9d4d4;
    -webkit-box-shadow: inset 0 1px 0 0 #cdc6c6, inset 0 -1px 0 0 #d9d4d4;
    overflow: hidden;
    /* left: 0; */
    /* top: 50px; */
    /*width: 140px;*/
    outline: none;
    height: 12px;
    margin: 0;
    padding: 0;
}
 section.range-slider input[type="range"]::-webkit-slider-thumb {
	 pointer-events: all;
	 position: relative;
	 z-index: 1;
	 outline: 0;
	 -webkit-appearance: none;
	 width: 20px;
	 height: 20px;
	 border: none;
	 border-radius: 14px;
	 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dad8da), color-stop(100%, #413f41));
	/* android <= 2.2 */
	 background-image: -webkit-linear-gradient(top, #dad8da 0, #413f41 100%);
	/* older mobile safari and android > 2.2 */
	 background-image: linear-gradient(to bottom, #dad8da 0, #413f41 100%);
	/* W3C */
}
 section.range-slider input[type="range"]::-moz-range-thumb {
	 pointer-events: all;
	 position: relative;
	 z-index: 10;
	 -moz-appearance: none;
	 width: 20px;
	 height: 20px;
	 border: none;
	 border-radius: 14px;
	 background-image: linear-gradient(to bottom, #dad8da 0, #413f41 100%);
	/* W3C */
}
 section.range-slider input[type="range"]::-ms-thumb {
	 pointer-events: all;
	 position: relative;
	 z-index: 10;
	 -ms-appearance: none;
	 width: 20px;
	 height: 20px;
	 border-radius: 14px;
	 border: 0;
	 background-image: linear-gradient(to bottom, #dad8da 0, #413f41 100%);
	/* W3C */
}
 section.range-slider input[type="range"]::-moz-range-track {
	 position: relative;
	 z-index: -1;
	 background-color: rgba(0, 0, 0, 1);
	 border: 0;
}
 section.range-slider input[type="range"]:last-of-type::-moz-range-track {
	 -moz-appearance: none;
	 background: none transparent;
	 border: 0;
}
 section.range-slider input[type="range"]::-moz-focus-outer {
	 border: 0;
}

.dashboard-tile-report-container .list-toolbar-container {
	position: absolute;
    right: 12px;
    top: 11px;
    margin-left: 18px;
}

#sdcEditor .text {
  width: 700px;  
 /* margin-bottom: 5px; 
  color: #777; 
  padding: 0 15px; 
  position:relative; 
  font-family: Arial; 
  font-size: 14px; 
  display: block;*/
}
#sdcEditor .show-more {
/*   width: 690px; 
  color: #777; 
  position:relative; 
  font-size: 12px; 
  padding-top: 5px; 
  height: 20px; 
  background: #f1f1f1; 
  cursor: pointer; */
  text-align: center; 

}
#sdcEditor .show-more:hover { 
    color: #1779dd;
}
#sdcEditor .show-more-height { 
  height: 133px; 
  overflow:hidden; 
}
br {
/*	margin-bottom: 5px;
    display: block;
    content: " ";*/
}

.ms-options-wrap > button > span {
	color: #606468;
}

.spc-form .item-container[data-type=Subtitle] {
	/*position: sticky;*/
	/*z-index: 100;*/
	/*top: 78px;*/
	background: white;

}
.servers-container .accordion .panel-heading {
	top: 0;
}
.mul_FileLabel,.mul_Links {  
	cursor : pointer;
    display: inline-flex;
    color: #2ba6cb;
}
.internal-only-report-element {
	position: absolute;
    right: -22px;
    top: 40%;
	color: #f34336;
}

tr.editorRow[data-flag="internal"] {
    transform: scale(1);
}

label.no-decoration {
	font-weight: 400;
    cursor: pointer;
}
.filterBox {
	position: absolute;
    /* border: 3px solid #3285ad; */
    top: 46px;
    right: 13px;
    background: #fff;
    z-index: 101;
    padding: inherit;
    color: grey;
    font-size: 11px;
    transform: translate(0, 0) scale(1);
    cursor: pointer;
    /* opacity: 1; */
    /* border-radius: 20px; */
    width: 80%;
    line-height: normal;
    box-shadow: 0 10px 10px -5px;
	max-height: 220px;
    overflow: auto
}
.filterBox label {
	cursor:pointer;
}
.progressbarfilter {
	padding-bottom:20px;
}
.filter_logo {
	width: 38px;
    padding: 5px;
    display: inline-block;
}
#start_filterDate, #end_filterDate {
	border: 1px solid #ccc;
}
.setOwner label {
	font-weight:inherit !important;
}
.clearFirstFile{
	padding-bottom:11px;
}
.bbcodeIcon{
	padding-right: 7px;
    font-weight: 600;
}
.bbcode-input, .bbcode-output{
 margin-top: 10px;
  height: 125px;
	overflow-y: auto;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.07);
  border-color: -moz-use-text-color #FFFFFF #FFFFFF -moz-use-text-color;
  border-radius: 6px 6px 6px 6px;
  border-style: none solid solid none;
  border-width: medium 1px 1px medium;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  line-height: 1.4em;
  padding: 5px 8px;
  transition: background-color 0.2s ease 0s;
}

#xmlWindow { 
	right: 14px;
	top: 63px;
}
#xmlWindow.visible { 
	opacity: 1;
	transform: translate(0, 0) scale(1);
    pointer-events: auto;
	width: fit-content;
}
#xmlTemplate {
	height: 500px;
	width: 330px;
	min-height: 170px;
	min-width: 260px;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #337AB7;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.designer-column-customlist-container {
	display: inline-flex;
}

.customlist-column-list{
	min-width:270px;
}
.break-line {
	line-break: anywhere;
}

.popover.new-feature-popover {
	max-width: 500px;
}

.popover.new-feature-popover .learn-more {
	max-width: initial;
}

.editorItemDescription span[style*="background-color"] {
	padding-left: 5px;
    padding-right: 5px;
}


.report-header > .editorTable {
	position: sticky;
    top: 40px;
    z-index: 150;
}

.refresh-project-assignments {
	color: #555;
	cursor: pointer;
}

.report-task-container {
	display: flex;
    align-items: center;
}

.ui-selectmenu-menu {
	text-align: left;
	z-index: 2000 !important;
}
 
.ui-selectmenu-button.form-control.ui-button {
	display: block;
	width: 100%;
	font-size: 13px;
    color: #555;
    background-color: #fff;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 20px;
	padding-right:0
}
.ui-selectmenu-menu .menu-icon, .ui-selectmenu-button > .select-menu-icon {
	height: 22px;
    width: 22px;
	position: absolute;
    left: 0.4em;
	top: 5px;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
}
.ui-selectmenu-menu .ui-menu-item .ui-menu-item-wrapper {
	padding: 0.5em 0 0.5em 2.2em;
}

.ui-state-active {
	background: #2B82C9 !important;
}

.ui-selectmenu-text.has-icon {
	margin-left: 16px;
}



.item-tooltip {
	padding: 0 4px;
}
.multipleFiles,.multipleLinks{
	margin-top:5px;
}

.customer-highlight,.customer-highlight th,.customer-highlight td {
	background-color: #f78a89 !important;
}

.toolbar-section-label {
	padding: 0 4px;
    border-radius: 3px;
	font-size:smaller;
	position:absolute;
	right: 3px;
    top: 6px;
	
}
.section-label {
	padding: 0 4px;
    border-radius: 3px;
	font-size:smaller;
}

.sectionComplete {
    background-color: #00FF00;
	color: white;
}
.sectionaboutToComplete {
    background-color: #A9FF00;
	color: white;
}

.section-shortcut {
	width: 215px;
	font-size:0.9em;
	word-wrap: break-word;
	cursor: pointer;
	position: relative;
}

.list-element.expandable .section-shortcut {
	width: 184px;
	padding-left: 15px;
}
.list-element.expandable .section-shortcut a{
    padding: 4px 0;
    color: white;
    display: block;
}
	
	
#sidebarSectionList .section-name {
	max-width: 150px;
    display: inline-block;
}

.btn-customerEdit{
	/*float: right;
	position: absolute;
	right: 11px;
	z-index: 100;*/
}
/*section progressValue background-color for sidebar*/
span[progressValue^="1"] { background-color:#FF0000; color: #fff;}
span[progressValue^="2"] { background-color:#FF3800; color: #fff; }
span[progressValue^="3"] { background-color:#FF7100; color: #fff; }
span[progressValue^="4"] { background-color:#FFAA00; color: #fff; }
span[progressValue^="5"] { background-color:#FFE200; color: #606468;}
span[progressValue^="6"] { background-color: #E2FF00; color: #606468;}
span[progressValue^="7"] { background-color: #A9FF00; color: #606468; }
span[progressValue^="8"] { background-color: #71FF00; color: #606468;}
span[progressValue^="9"] { background-color: #38FF00; color: #606468;}
span[progressValue="100"] { background-color: #00FF00; color: #606468;}
span[progressValue="0"],
span[progressValue="2"],
span[progressValue="3"],
span[progressValue="4"],
span[progressValue="5"],
span[progressValue="6"],
span[progressValue="7"],
span[progressValue="8"],
span[progressValue="9"],
span[progressValue^="0."],
span[progressValue^="2."],
span[progressValue^="3."],
span[progressValue^="4."],
span[progressValue^="5."],
span[progressValue^="6."],
span[progressValue^="7."],
span[progressValue^="8."],
span[progressValue^="9."] { background-color:#FF0000; color: #fff;}

span.no-values { background-color:#d2d2d2; color: #606468;}


/*BLUE-TO-GREEN section progressValue background-color for sidebar*/
span.blue-bar[progressValue^="1"] { background-color:#03a9f4; color: #fff;}
span.blue-bar[progressValue^="2"] { background-color:#00b7ff; color: #fff; }
span.blue-bar[progressValue^="3"] { background-color:#00c4ff; color: #fff; }
span.blue-bar[progressValue^="4"] { background-color:#00d1ff; color: #fff; }
span.blue-bar[progressValue^="5"] { background-color:#00dcf4; color: #606468;}
span.blue-bar[progressValue^="6"] { background-color: #00e6dc; color: #606468;}
span.blue-bar[progressValue^="7"] { background-color: #00efbb; color: #606468; }
span.blue-bar[progressValue^="8"] { background-color: #00f692; color: #606468;}
span.blue-bar[progressValue^="9"] { background-color: #00fb60; color: #606468;}
span.blue-bar[progressValue="100"] { background-color: #00FF00; color: #606468;}
span.blue-bar[progressValue="0"],
span.blue-bar[progressValue="2"],
span.blue-bar[progressValue="3"],
span.blue-bar[progressValue="4"],
span.blue-bar[progressValue="5"],
span.blue-bar[progressValue="6"],
span.blue-bar[progressValue="7"],
span.blue-bar[progressValue="8"],
span.blue-bar[progressValue="9"],
span.blue-bar[progressValue^="0."],
span.blue-bar[progressValue^="2."],
span.blue-bar[progressValue^="3."],
span.blue-bar[progressValue^="4."],
span.blue-bar[progressValue^="5."],
span.blue-bar[progressValue^="6."],
span.blue-bar[progressValue^="7."],
span.blue-bar[progressValue^="8."],
span.blue-bar[progressValue^="9."] { background-color:#03a9f4; color: #fff;}

/*risks colors for VRS*/
span.blue-bar.vrs-risk[progressValue] { background-color:#FF0000; color: #fff;} /*red*/
span.blue-bar.vrs-risk[progressValue="0"] { background-color: #00FF00; color: #606468;} /*green*/
span.blue-bar.vrs-risk[progressValue="1"] { background-color:#FFE200; color: #606468;} /*yellow*/



.fileContainer .status-error {
	padding: 6px;
    font-size: 1.2em;
}
.settingdropdown{
	list-style-type:none;
    text-align: initial;
	padding-inline-start:5px;
}
.tileSelectorBox{
	position: fixed;
	/*position: absolute;
    top: 133px;
    right: 26px;*/
    background: #fff;
    z-index: 101;
    padding: 8px;
    color: grey;
    font-size: 11px;
    transform: translate(0, 0) scale(1);
    cursor: pointer;
    line-height: normal;
    box-shadow: 0 10px 10px -5px;
    overflow: auto;
}
.showUploadsiteDoc{
	position:absolute;
	top:5px;
	left:3px;
}
.settingdropdown li{
	border: solid 1px #ddd;
    padding: 0 6px;
}
.settingdropdown li:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.settingdropdown li:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.settingdropdown li:hover {
	background-color: #e6f7ff;
}
.file-upload {
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    opacity: 0;
    cursor: pointer;
}
div.browse-wrap {
	top:0;
	left:0;
	cursor:pointer;
	overflow:hidden;
	padding:15px 30px;
	text-align:center;
	position:relative;
	background-color:#3b8ec2;
	border:solid 1px #d2d2d7;
}
div.file-upload-text {
	color:#f5f8fa;
	font-size:14px;
	font-weight:bold;
	font-family:tahoma, arial, sans-serif;
}
input.upload {
	right:0;
	margin:0;
	bottom:0;
	padding:0;
	opacity:0;
	height:300px;
	outline:none;
	cursor:inherit;
	position:absolute;
	font-size:1000px !important;
}


.criteria-complete {
	color: #26b999;
}
.criteria-incomplete {
	color: #bcbcbc;
}
#shrink_menubar {
	position: absolute;
    top: 0;
    right: 0;
	cursor:pointer;
}
.shrinksidebar {
	width:45px !important;
	overflow:hidden;
}

.shrinksidebar.side-nav .fa, .shrinksidebar.side-nav .far, .shrinksidebar.side-nav .fas {
    margin-right: 16px;
}

.expandWrapper {
	padding-left:40px !important;
}

.sidebarsymbol{   
	background-color: #81a9bc;
    position: absolute;
    top: 67px;
    padding: 4px 6px;
    border-radius: 15px;
    transition-duration: 1s;
    cursor: pointer;
    z-index: 1000;
    left: 210px;
    width: 29px;
    height: 29px;
    text-align: center;
}
.sidebarsymbol:hover {
	background-color: #3b8ec2;
}
.sidebarsymbolaside {
	left: 31px;
}
@media only screen and (max-width: 768px) {
	.sidebarsymbol  {
          display: none;
        }
}

.dashboard-tile .dropdown-menu {
	display: block;
    right: 0;
    left: auto;
}

.newNoteContainer .form-control {
	font-size: 0.94em;
}
.newNoteContainer .input-group {
	width: 100%;
}

span.note-category {
	color: #656565;
    font-size: 0.9em;
}

.dark-mode .section.section-big:hover {
    background-color: #6babd4 !important;
}

.dark-mode .section-big {
    /*background-color: #5b93ad !important;*/
    background-color: #5b93ad;
}
.dark-mode .breadcrumb {
    background-color: #151515 !important;
    border: 1px #727578 solid !important;
	}
	
.dark-mode .section-small {
    background-color: #5b93ad !important;
}
.dark-mode .dropdown-menu {
	background-color: #101111 !important;
	
}
.dark-mode .font-color-dark {
	color: #fff !important;
}

.dark-mode table.dataTable tbody tr {
    /* background-color: #b4aaaa; */
}
.dark-mode tbody>tr {
    color: #c8cdd1;
    background-color: #2e2f3a;
}
.dark-mode table.editorTable>tbody>tr:nth-child(even), .dark-mode table.dataTable>tbody>tr:nth-child(even) {
    background-color: #1b1c20;
}
.dark-mode .popover-content {
    color: #b0b2b6;
    background-color: #292929;
}
.dark-mode .list-group-item {
    background-color: #292929;
}
.dark-mode .list-group-item:hover {	
	background-color: #1d3241;
}
.dark-mode .section.dashboard-tile {
    background-color: rgb(46 47 58 / 90%);
	border: 1px solid #686363;
}
.dark-mode .tileSelectorBox {
   background-color: rgb(7 7 7 / 90%);
}
.dark-mode .filterBox {
	 background-color: rgb(7 7 7 / 90%);
}
.dark-mode input {
	    background-color: #464750;
		color: #c8cdd1;
		
}
.dark-mode .selector-blank {
    background: #464750 url(../images/select_arrow.svg) no-repeat scroll right;
    color: #c8cdd1;
}
.dark-mode select{
	background: #464750;
    color: #c8cdd1;
}
.dark-mode textarea {
	background: #464750;
    color: #c8cdd1;
}

.dark-mode .swal2-popup {
	background: #333;
}
.dark-mode .spc-form .item-container[data-type=Subtitle] {
	background: #292929;
}

.dt-buttons button.dt-button, .dt-buttons div.dt-button, .dt-buttons a.dt-button {
	height: 38px;
	line-height: initial;
}
.dt-buttons .btn{
	height: 38px;
}

div.dt-buttons {
	display: flex;
}
.dark-mode .panel{
	 background-color: rgb(46 47 58 / 90%);
}
.dark-mode table {
	background-color: #292929;
}

.dark-mode .dropdown-menu>li>a {
	color: white;
}
.dark-mode .dashboard-tile .tile-counter {
    color: #d9d2d2;
}
.dark-mode .dashboard-tile-content {
    color: #d9d2d2;;
}
.dark-mode .dashboard-tile .tile-title {
    color: #d9d2d2;
}
.dark-mode .card {
	color : #b0b2b6;
}
.dark-mode .wizard-title{
	color : #c8cdd1 !important; 
}
.dark-mode .back2  {
background-blend-mode: luminosity;
}


.dark-mode .dropdown-menu>li>a:focus, .dark-mode .dropdown-menu>li>a:hover {
    background-color: #222f37;
}
.dark-mode .swal2-popup .swal2-title, .dark-mode .swal2-popup .swal2-html-container, .dark-mode .list-name {
	color : #c8cdd1;
}


/*.dark-mode .dt-container .dataTables_paginate .paginate_button.disabled,
.dark-mode .dt-container .dataTables_paginate .paginate_button.disabled:hover,
.dark-mode .dt-container .dataTables_paginate .paginate_button.disabled:active {
	color: #c8cdd1 !important;
}*/

/*.dark-mode .dt-container .dataTables_length,
.dark-mode .dt-container .dt-search,
.dark-mode .dt-container .dataTables_info,
.dark-mode .dt-container .dataTables_processing,
.dark-mode .dt-container .dataTables_paginate {
    color: #c8cdd1;
}*/
/*.dark-mode select {
	background-color: #2e2f3a;
	color: #c8cdd1;
}*/
/*.dark-mode input {
	background-color: #2e2f3a;
	color: #c8cdd1;
}*/
.dark-mode .form-control {
	background-color: #464750;
	color: #c8cdd1;
}

.dark-mode .wizard-card .form-control,
.dark-mode .wizard-card .form-group .form-control {
	/*background-color: #2e2f3a;*/
	color: #c8cdd1;
}
.dark-mode .wizard-card .form-group .form-control option {
	background-color: #464750;
	color: #c8cdd1;
}
.dark-mode .wizard-card .form-control.wizard-option-container:hover {
    background-color: #1b1c20;
}

.dark-mode .ms-options-wrap > button:focus,
.dark-mode .ms-options-wrap > button {
	background-color: #464750;
}
.dark-mode .ms-options-wrap > button[disabled] {
	background-color: #393939;
}
.dark-mode .ms-options-wrap > .ms-options {
	background-color: #101111;
}
.dark-mode .ms-options-wrap > .ms-options > ul li.selected label,
.dark-mode .ms-options-wrap > .ms-options > ul label.focused,
.dark-mode .ms-options-wrap > .ms-options > ul label:hover {
	background-color: #222f37;
}

.dark-mode a {
	color: #6194c0;
}
.dark-mode .editorNote {
 border: 1px solid #bdbdbd;
}
.dark-mode .editorNote a {
	color: white;
}

.dark-mode a:focus, .dark-mode a:hover {
	color: #91cbff;
}
.dark-mode .breadcrumb-item {
	color: #c8cdd1;
}

/*.dark-mode .dt-container .dataTables_paginate .paginate_button {
	color: #c8cdd1;
}*/
.dark-mode .ms-options-wrap > button > span {
    color: #c8cdd1;
}
.dark-mode .company-logo {     
   box-shadow: 2px 1px 5px #ccc;
   background: white;
}

.dark-mode [data-bgcolor=white] {
	background-color: #2f2f37;
}
.dark-mode .ui-datepicker-calendar thead tr {
	border: 1px solid #555555;
    background: #000000;
    color: #ffffff
}
.dark-mode .ui-widget-header {
	border: 1px solid #333333;
    background: #000000;
    color: #ffffff;
    font-weight: bold;
}
.dark-mode .ui-state-default  {
	border: 1px solid #444444 !important;
    background: #222222 !important;
    font-weight: normal !important;
    color: #eeeeee !important;
}
.dark-mode .ui-state-active {
	border: 1px solid #cccccc !important;
    background: #eeeeee !important;
    color: #2e7db2 !important;
}
.dark-mode .hasDatepicker {
	background-color: #2e2f3a !important;
    color: #c8cdd1 !important;
}
.dark-mode .support-form, .dark-mode .menu{
	background: #c8cdd1;
	border: 1px solid #000000;
}
.dark-mode .menu textarea, .dark-mode .editorNote textarea, .dark-mode th.editable-header {
	background-color: #2e2f3a;
	color:  #c8cdd1;
}
.dark-mode .tdToolbarContainer {
	/*background: #101111;*/
}
.dark-mode th.tdToolbarContainer {
	background: #292929;
}

.dark-mode .ui-selectmenu-button.form-control.ui-button, .dark-mode .ui-menu, .dark-mode .editable-title {
	background-color: #2e2f3a;
    color: #c8cdd1;
}
.dark-mode .col-servers .toolbar-layout, .dark-mode .col-servers .data-hub {
	background-color: #292929;
}
.dark-mode .wizard-card .nav-pills > li > a {
	 color: #c8cdd1 !important;
}
.dark-mode .subtable th {
	color: #3b8ec2;
}

/*.dark-mode .dt-container .dataTables_paginate .paginate_button {
	color: #c8cdd1 !important;
}*/

.dark-mode .breadcrumb .breadcrumb-item:last-child {
	color: #c8cdd1;
}
.dark-mode tbody>tr:hover {	
	background-color: #1d3241 !important;
}

.dark-mode tbody.has-summary tr:last-child {
	background-color: #464444 !important;
}

.dashboardTileSelector {
	cursor: pointer;
    /*position: absolute;
    bottom: 4px;
    right: 4px;*/
}

.bookmark {
	color: #cbc9c9;
	cursor: pointer;
	/*display:none;*/
}

.bookmark:hover {
    color: #ffc107;
	opacity: 1;
}
.bookmark.selected {
	color: #ffc107;
}

.project-label-container .bookmark,
.customer-label-container .bookmark {
	/*position: absolute;
    top: 8px;
    right: 4px;*/
}
/*fetch*/
#fetchInstanceBoardtbody tr td:last-child{
	vertical-align : middle;
}
.fetchSuccessLabel{
	color: #26b999;
}
.fetchfailLabel {
	color:red;
}
.fetchPendingLabel{
	color:#e88b27;
}
.FetchBoardEvents{
	padding: 0 6px;
    color: #3b8ec2;
}

.nowrap {
	white-space: nowrap;
}

.dashboard-link {
	cursor: pointer;
}

.section.dashboard-tile.height2x {
	height:auto;
	max-height:600px;
}
.dashboard-tile-timeline .dashboard-tile-content{
    border: 1px solid #ddd;
    background-color: aliceblue;
	border-radius: 4px;
}

.dashboard-tile-timeline.has-data {
    /*grid-template-rows: unset;*/
	/*height: auto;*/
}

.dashboard-tile-timeline.has-data .dashboard-tile-content{
    padding: 3px;
}

.timeline-event {
	cursor:pointer;
}

.dashboard-tile-survey-container {
	cursor:pointer;
}
.score { border-radius: 50%;}
.score[data-value="–"] { background-color: #D2D2D2; color: #545454;}
.score[data-value="1"] { background-color: #FF0000; }
.score[data-value="2"] { background-color: #FF7100; }
.score[data-value="3"] { background-color: #FFE200; color: #545454;}
.score[data-value="4"] { background-color: #A9FF00; color: #545454;}
.score[data-value="5"] { background-color: #00FF00; color: #545454;}

.survey-comment {
	padding: 0 6px;
	opacity: .5;
}
.survey-comment.has-comment {
	opacity: 1;
}
.dashboard-tile-survey-container .fa-poll{
    padding: 0 6px;
}

.dashboard-tile .table-container {
	overflow: auto;
	color: #606468;
}

thead.sticky-header {
    position: sticky;
    top: 0;
	z-index: 100;
}

.action-window {
	position: fixed;
	top:53px;
	right: -350px;
	height: calc(100% - 53px);
	width: 350px;
	background: linear-gradient(to bottom, #fff 0%, #e5e5e5 100px, #e5e5e5 100%);
	z-index: 999;
	border-left: 1px solid #bbb;
    box-shadow: 1px 1px 4px rgb(0 0 0 / 20%);
	grid-template-rows: 30px 34px 34px auto;
    grid-row-gap: 5px;
    display: inline-grid;
}

.action-window.animate {
	transition: right 1s ease;
}

.action-window.visible {
	right: 0;
}

.action-window .action-list {
	overflow: auto;
    height: 100%;
}

.action-center-search-container {
margin-bottom: 2px;
}


/* .input-group .action-center-search-box {
    width: 288px;
} */

.dashboard-tiles-row-bookmarks {

}
.bookmark-button {
	position: absolute;
    right: 5px;
    top: 8px;
}

.bookmark-item {
	cursor:pointer;
	position: relative;
}

.bookmarks-dropdown .bookmark-item a {
	overflow: hidden;
	margin-right: 10px;
	text-overflow: ellipsis;
}
.bookmarks-dropdown .dropdown-menu {
	max-width: 350px;
}

.project-events-filter-type-ms {
	width: 400px;
	text-align: left;
}

.tableProjectEvents tbody {
	height: 400px;
}

.modalDialog {
	display: none;
    position: fixed;
    left: 2vh;
    top: 2vh;
    height: 96vh;
    width: 96vw;
    background: rgb(255 255 255);
    z-index: 1100;
}

.mark {
	background-color: yellow !important;
}

.action-center-entry {
	height: auto;
    border-bottom: 1px solid #e7ebee;
    position: relative;
    padding: 4px 8px;
	padding-right: 25px;
}

.action-center-ack {
	position: absolute;
	top: 4px;
	right: 4px;
}
.action-center-message {
	
}

.action-center-customize {
	float: right;
	cursor: pointer;
}

.list-option-container .option-name {
	width: calc(100% - 54px);
}

.list-option-container .switch {
	position: absolute;
    width: 50px;
    height: 28px;
    top: 3px;
    right: 4px;
}

.list-option-container .switch.mini-switch {
	width: 34px;
    height: 17px;
    top: 8px;
    right: 30px;
}
.action-center-mail-toggle {
	position: absolute;
	right: 4px;
	top: 7px;
	color: #cccccc;
}

.action-center-mail-toggle.toolbar-button:hover {
	color: darkgray;
}
.action-center-mail-toggle.toolbar-button.selected:hover {
	color: #3b8ec2;
}

.action-center-metadata {
	color: #69757d;
	font-size: 0.8em;
}

.action-center-user {

}

.action-center-date {
	right: 4px;
    position: absolute;
}

.action-window .nav-pills > li i {
	display: initial;
    font-size: initial;
    padding: initial;
}

.dark-mode .dashboard-tile-content {
    color: #d9d2d2;
}

.dark-mode .toolbar-window {
    color: #d9d2d2;
	background: rgb(46 47 58 / 90%);
}

.dark-mode .toolbar-window .window-title {
	color: #d9d2d2;
}

.dark-mode .floating-form {
	background: #333;	
}
.dark-mode .dropdown-header {
	background: #333;
}


.dark-mode .toolbar-window .window-title, .dark-mode .floating-form .window-title{
	color: #c8cdd1;
}
.reqdoc-tag {
	background-color: #e88b27;
	color: white;
}

.reqdoc-tag.reqdoc-provided {
	background-color: #26b999;
}

.advanced-event-filters {
	font-size: 14px;
	display: inline-flex;
	margin: 10px;
    align-items: center;
    gap: 4px;
}

.advanced-event-filters .ms-options-wrap {
	width: 300px;
	text-align: left;
}
.advanced-event-filters button {
    height: 29px;
    padding: 2px 12px;
}

.advanced-event-filters select {
    height: 29px;
}

.list-element.expandable {
	position: relative;
}

.list-element.expandable::before {
	content: '▶';
	position: absolute;
	left: -10px;
    font-size: 10px;
    top: 4px;
	transition: all 0.5s;
}

.list-element.expandable.rotate-90::before {
	rotate: 90deg;
}

.list-element.expandable ul {
	list-style: none;
    position: relative;
    padding-left: 0;
}

.list-element .list-element > div {
	padding-left: 15px;
}

.bookmark-item .project-description {
	font-size: 0.9em;
}

.environment-tag {
	background-color: #607d8b;
	cursor: initial;
}

.small-tag {
	padding: 2px 3px;
    border-radius: 3px;
	
}

.form-control.has-counter {
	position: relative;
}

tbody.has-summary tr:last-child {
	font-weight: bold;
    background-color: #d6d6d6;
}

.editorItem.FileName {
	line-break: anywhere;
	min-width: 270px;
}

.environments-list .environment-type {
	/*width: 138px;*/
}

.environments-list .environment-name {
	border: solid 1px #bfbfbf;
    margin-top: 5px;
    padding: 0 3px;
    width: 100%;
}
.environments-list .toolbar-button {
    position: absolute;
    top: 7px;
    right: 11px;
}

.environments-list {
    max-height: 300px;
    overflow: auto;
}
	
.environment-control-publish-window select {
	width: calc(100% - 47px);
    display: inline-block;
}
.environment-control-publish-window button {
	display: inline-block;
}

td.editable-cell {
	padding-left: 0;
	padding-right: 0;
	cursor: text;
	min-width: 150px;
}

.editable-cell-toolbar {
	position:absolute;
	right: 3px;
	top: 7px;
}

input.edit-input.numeric {
	/*min-width: auto;
	width: 100%;
	padding: 0;*/
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

textarea.edit-input{
	width: 100%;
}

td.modified-value {
	font-weight: bold;
	color: darkorange;
}

.tag-progress {
	border-radius: 3px;
	color: #fff;
	padding: 1px 4px;
}

.editorRow.small-row {
    height: 30px;
}

.tag.round-tag {
	border-radius: 50%;
}
.tag.original-value {
	background-color: #79aecf;
	font-weight: normal;
	position: absolute;
    /*width: 24px;*/
    min-width: 24px;
	width: fit-content;
    height: 24px;
    padding: 4px 0;
    left: -26px;
    top: -6px;
}
.total-row .tag.original-value {
	top: 1px;
}

.tag.revert-hours {
	background-color: #d6d6d6;
	position: absolute;
	width: 24px;
    height: 24px;
    left: -26px;
    top: -6px;
	opacity: 0;
	padding: 5px 1px;
	transition: opacity 0.2s ease-in-out;
}
.tag.revert-hours:hover {
	opacity: 1;
}
.add-comment-cell {
	position: absolute;
    left: -48px;
    top: 1px;
}

.floating-form {
	position:absolute;
	width: 400px;
	z-index: 1061;
	padding: 10px;
	background: #eee;
    background: -webkit-linear-gradient(to bottom, #fff 0%, #e5e5e5 100px, #e5e5e5 100%);
    background: linear-gradient(to bottom, #fff 0%, #e5e5e5 100px, #e5e5e5 100%);
	border: 1px solid #bbb;
	border-radius: 3px 0 0 0;
	box-shadow: 1px 1px 4px rgba(0,0,0,.2);
}

.floating-form.center {
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.floating-form.centerX {
	left: 50%;
    transform: translate(-50%, 0);
}
.floating-form.centerY {
	top: 50%;
    transform: translate(0, -50%);
}

.missing-item-toolbar {
    color: #f44336;
}

.editorTable.fixed-width {
	table-layout: fixed;
}

.project-info-container .project-info{
	width: calc(100% - 40px);
}
.environment-container .environment-info{
	width: calc(100% - 60px);
}
.wizard-option-control .btn {
	margin-bottom: 0 !important;
}

.floating-form-project-search {
	width: initial;
    transform: initial;
}

.tag.eewHours {
	cursor:pointer;
}



table .document-icon {
	width: 18px;
	height: 18px;
    /*margin-right: 5px;*/
}

table .fileName {
	line-break: anywhere;
	cursor: pointer;
}
table .report-shortcut {
	cursor: pointer;
}

.datatable-container {
	overflow: auto;
    width: 100%;
	min-height: 400px;
}

/*datatable fixed column*/
.dtfc-fixed-right {
	box-shadow: inset 1px 0 0 0 #bbb;
}

.new-feature-popover .close-button {
    position: absolute;
    top: -2px;
    right: 6px;
    padding: 0;
    transition: color .1s ease-out;
    border: none;
    background: 0 0;
    color: #fff;
    font-family: serif;
    font-size: 2em;
    line-height: 1.2;
    cursor: pointer;
}

.eew-percent-diff {
	color: red;
    /*font-weight: bold;*/
}
.lazy-load-info {
	position: absolute;
    left: 250px;
    bottom: 11px;
    background: #4caf50;
    color: white;
    padding: 4px;
}

.suggestions-container {
    max-height: 400px;
    overflow: auto;
}

.wizard-container .btn.wizard-option-button {
	background-color: #337ab7;
    color: #FFFFFF;
}
.wizard-container .btn.wizard-option-button:hover {
	background-color: #286090;
    border-color: #204d74;
}

.wizard-container .wizard-card .input-group .input-group-btn {
	padding: initial;
}
.wizard-container .btn.btn-success {
	background-color: #5cb85c;
}
.wizard-container .btn.btn-success:hover {
	background-color: #449d44;
}

.counter-tag {
	border-radius: 50%;
	background-color: #3b8ec2;
	color: white;
	cursor: pointer;
}

/*PROJECT DATA BOXES*/
.project-data-container{
	width: calc(100% - 330px)
}
.project-dates-container {
	/*width: 190px;*/
	width: auto;
	position: absolute;
    top: 10px;
    right: 27px;
	display: flex;
    gap: 4px;
}
.dashboard-date-box {
	display: inline-block;
	width: 60px;
	height: 50px;
	border-radius: 8px;
	top: 8px;
}
.box-panel {
	height: 14px;
    width: 58px;
    text-align: center;
	font-size: 10px;
	color: white;
	white-space: nowrap;
	line-height: 14px;
}
.box-panel.date-box-top{
	border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.box-panel.date-box-bottom{
	border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.date-box-middle{
	text-align: center;
    font-size: 15px;
    position: relative;
    width: 59px;
    height: 20px;
	right: 1px;
    font-weight: bold;
	line-height: 20px;
}

.sa-box{
	border: 1px solid #3285ad;
}
.sa-box .box-panel{
	background-color: #3285ad;
}

.booked-box{
	/*border: 1px solid #26b999;*/
	border: 1px solid #3285ad;
}
.booked-box .box-panel{
	/*background-color: #26b999;*/
	background-color: #3285ad;
}

.golive-box{
	/*border: 1px solid orange;*/
	border: 1px solid #3285ad;
}
.golive-box .box-panel {
	/*background-color: orange;*/
	background-color: #3285ad;
}

.ttgl-box{
	border: 1px solid #777;
}
.ttgl-box .box-panel{
	background-color: #777;
}
.ttgl-box[data-color=red]{
	border: 1px solid #ff0000;
}
.ttgl-box[data-color=red] .box-panel{
	background-color: #ff0000;
}
.ttgl-box[data-color=green]{
	border: 1px solid #26b999;
}
.ttgl-box[data-color=green] .box-panel{
	background-color: #26b999;
}




.wizard-option-container.formula-container .wizard-option-description {
	 width: 65%;
}

.wizard-option-container.formula-container .wizard-option-control {
    width: 30%;
	border: #cccccc 1px solid;
    text-align: center;
	background-color: #eaf1f7;
}

.wizard-option-formula-result {
    height: 22px;
}

.clickable-lblCustomerName{
	color: #007cbe;
    cursor: pointer;
}
.clickable-lblCustomerName:hover{
	text-decoration: underline;
}

 /* for bookmark side panel */
.bookmark-window {
	position: fixed;
	top:53px;
	right: -350px;
	height: calc(100% - 53px);
	width: 350px;
	background: linear-gradient(to bottom, #fff 0%, #e5e5e5 100px, #e5e5e5 100%);
	z-index: 999;
	border-left: 1px solid #bbb;
	box-shadow: 1px 1px 4px rgb(0 0 0 / 20%);
	grid-template-rows: 30px auto;
	grid-row-gap: 5px;
	display: inline-grid;
}


.bookmark-window .bookmark-list {
    overflow: auto;
    height: 100%;
}

.bookmark-window.animate {
	transition: right 1s ease;
}

.bookmark-window.visible {
	right: 0;
}
/* below styles for article editor */
.article-window {
	position: fixed;
	top:53px;
	right: -350px;
	height: calc(100% - 53px);
	width: 350px;
	background: linear-gradient(to bottom, #fff 0%, #e5e5e5 100px, #e5e5e5 100%);
	z-index: 999;
	border-left: 1px solid #bbb;
	box-shadow: 1px 1px 4px rgb(0 0 0 / 20%);
	/* grid-template-rows: 30px 23px auto; */
	grid-template-rows: 30px 36px 36px 20px auto;
	grid-row-gap: 5px;
	display: inline-grid;
}

.article-window .help-article-list {
    overflow: auto;
    height: 100%;
}

.article-window.animate {
	transition: right 1s ease;
}

.article-window.visible {
	right: 0;
}
/* .article-search-container{
	top:10px;
} */

.input-group .article-search-box{
	width: 288px;
}
.help-article-viewmore{
	/* float: right; */
	position: absolute;
	right: 4px;
	top: 10px;
}

.eew-list-hours-container {
    width: 46%;
	display: inline-block;
}

.floating-form[data-width=wide] {
	width: 80%;
	max-width: 900px;
	max-height: 100%; 
	overflow-x: hidden;
}

.request-approve-button{
	color: #26b999;
}
.request-reject-button {
	color:red;
}

.download-attachment {
	cursor: pointer;
	padding-left: 3px;
    padding-right: 3px;
}

#product-menu {
	max-height: 30vh;
}

.breadcrumb-container {
    display: inline-block;
    width: 100%;
	position: relative;
}
.dashboardToolbarContainer {
	width: 21px;
	position: absolute;
    top: 1px;
    right: 4px;
}
.objectToolbarContainer {

	/*width: 21px;*/
	position: absolute;
    top: 8px;
    right: 8px;
	z-index: 200;

}
.reportToolbar{
	top: 30px;
}


.project-requests-table-container {
    max-height: 300px;
    overflow: auto;
}
.project-requests-table-container thead{
    position: sticky;
    top: 0;
    z-index: 150;
}
	
	
.project-requests-secondary-table-container {
	padding: 0 70px !important;

}

.project-requests-secondary-table-container table{
	margin-bottom: 20px;
    border-bottom: 1px solid black;
}
.project-requests-secondary-table-container table thead{
	position: sticky;
    top: 0;
    z-index: 200;
}

.projectrequest-searchresults {
	overflow:auto;
	max-height: 400px;
}

.btn-show-options{
	width: 49%;
	border-radius: 4px !important;
}

.article-details-grid {
    display: inline-grid;
    row-gap: 2px;
    grid-template-rows: 30px 30px;
}

.details-container {
    display: flex;
    margin-left: 15px;
}
.view-article-container{
	overflow: auto;
}

.export-option {
	height:auto;
}

.btn-designer-edit-cell {
	position: absolute;
	-webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
	color: darkgrey;
	right: 10px;
    top: 10px;
}
.btn-designer-edit-cell:hover {
	cursor: pointer;
    color: #3b8ec2;
    opacity: 1 !important;
}

.list-input {
	border: solid 1px #bfbfbf;
}
.content{
	min-height: 90px;
}

.failed-mask {
	border-color:orange !important;
	border-width:2px !important;
}
.passed-mask {
	border-color:#26b999 !important;
	border-width:2px !important;
}

.floating-form .list-group {
	overflow: auto;
    max-height: 60vh;
}

.eew-metadata-container > *:not(:last-child) {
	margin-right: 25px;
}

.smo-metadata-container > *:not(:last-child) {
	margin-right: 25px;
	margin-top: 10px;
}
.swimlanes {
	display: flex;
	flex-direction: column;
  
}
.swimlanes__column {
	min-width: 180px;
	flex: 1;
	background: #f2f2f3;
	padding: 0.5rem;
	border-radius: 0.5rem;
	margin: 0.5rem;
}
.swimlanes__list {
	padding: 0;
	margin: 0;
}
.swimlanes__listItem {
	list-style-type: none;
	/*margin: 0.5rem 0;*/
	/* padding: 1rem; */
	background: #fff;
	border-radius: 0.25rem;
}
.swimlane-label {
	height: 50px;
	overflow: visible;
	display: flex;
    justify-content: center;
    align-items: center;
}
.swimlane-label h4{
	margin: 0;
}

@media (min-width: 48rem) {
	.swimlanes {
		flex-direction: row;
		overflow-x: auto;
   }
}

input.width-120 {
    width: 120px !important;
    min-width: auto;
}
.maximize-button {
position: absolute;
    top: 0;
    right: 1px;
    justify-content: center;
    padding: 0;
    transition: all 0.2s ease-out;
    border: none;
    border-radius: 0;
    background: 0 0;
    color: #337ab7;
    font-family: serif;
    font-size: 1em;
    line-height: 1.2;
    cursor: pointer;
    overflow: hidden;
    opacity: 0.6;
}

.maximize-button:hover {
	opacity: 1;
}

.vrs-portfolio-list .view-vrsportfolio-button {
    position: absolute;
    top: 7px;
    right: 11px;
}
.vrs-portfolio-list .unlink-vrsportfolio-button {
    position: absolute;
    top: 27px;
    right: 11px;
}
.escalation-warning:hover{
	cursor: pointer;
}
.escalation-warning{
	color: #e88b27;
}
.executive-escalation-banner{
	background-color: #e88b27 !important;

}
.dashboard-tile-escalation-container .tag{
	margin-top: 0;
}

.valude-deck-preview-container {
	height: 764px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.valude-deck-preview-container img{
	width: 100%;
	cursor: zoom-in;
}

.select-menu-icon.select-menu-round {
	border-radius: 50%;
}
.loading-captcha {
	background: white;
    border-radius: 2px;
    text-align: center;
    height: 66px;
    padding: 3px;
}

.table-options-dropdown-menu{
	top: auto;
}

.validationMessage {
	display:block;
	color:orange;
	-webkit-text-security: none;
}

.changed-item {
	background-color: pink;
	
}

.hidden-by-highlight {
	display: none;
}

.color-palette[data-color="0"]{background-color:#859cfb}
.color-palette[data-color="1"]{background-color:#6cf171}
.color-palette[data-color="2"]{background-color:#ff889e}
.color-palette[data-color="3"]{background-color:#fff183}
.color-palette[data-color="4"]{background-color:#7ff6ff}
.color-palette[data-color="5"]{background-color:#e895ff}
.color-palette[data-color="6"]{background-color:#fb8d67}
.color-palette[data-color="7"]{background-color:#ffd24f}
.color-palette[data-color="8"]{background-color:#ff4b3d}
.color-palette[data-color="9"]{background-color:#ffcab9}
.color-palette[data-color="10"]{background-color:#acacac}
.color-palette[data-color="11"]{background-color:#51c9ff}

.list-highlight-color {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 7px;
	top: 7px;
	border-radius: 50%;
	
}

.accordion-toolbar-container {
	position: absolute;
	right: 7px;
	top: 7px;
}

.rollback-change {
	cursor: pointer;
	background-color: #337ab7;
	padding: 1px 4px;
    border-radius: 3px;
}

.rollback-change.disabled {
	background-color: #999;
	cursor: not-allowed;
}

.rollback-change.complete {
	background-color: #26b999;
}

.vrs-publish-trophy {
	color: transparent;
    background: #f7b60f;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    text-shadow: 1px 3px 3px rgb(255 255 255 / 26%);
	font-size: 50px;
}
.vrs-publish-trophy.small {
	font-size: initial;
}

span.item.item-profilesNames {
    white-space: break-spaces;
}

.server-badge-flag-standard-template {
	opacity: 1;
    background: #a3beb8;
	top: -8px;
    left: -8px;
	
}
.server-badge-flag-standard-template:hover {
	background: #a3beb8;
}
.server-badge-flag-standard-template.selected {
	background: #26b999;
}
.server-badge-flag-standard-template.selected:hover {
	background: #26b999;
}

.server-badge-flag-standard-template.pending {
	background: #ffad00;
}
.server-badge-flag-standard-template.pending:hover {
	background: #ffad00;
}

.nexidia-dashboards .ui-selectmenu-menu {
	font-size: 0.85em;
}

.nexidia-dashboards .preview-dashboard{
	position: absolute;
    left: 8px;
    top: 9px;
}

.helparticle-info{
	display: inline;
    font-size: 23px;
    padding: 2px;
	cursor: pointer;
}

.itp-change-summary{
		vertical-align: middle !important;
		text-align: center;
}

table.dataTable thead tr>.dtfc-fixed-left, table.dataTable thead tr>.dtfc-fixed-right, table.dataTable tfoot tr>.dtfc-fixed-left, table.dataTable tfoot tr>.dtfc-fixed-right {
    background-color: #0066ad;
}

table.dataTable tbody tr>.dtfc-fixed-left, table.dataTable tbody tr>.dtfc-fixed-right {
	
}

.editorItem .dropdown-toggle {
	height: 29px;
    background-color: #fff;
    border-radius: 0;
}

label > .fa-lg {
	line-height: .75em;/*fix for FA6 change in LG icons*/
}

.side-nav .progress-container {
	width: 94%;
}

.counters-container{
	background-color: white;
    border-radius: 9px;
	color: #606468;
}

.panel-heading .counters-container{
	position: absolute;
	top: 9px;
    right: 9px;
}

.section-server .counters-container{
	padding: 2px;
}

.counter-group {
	padding: 0 5px;
	text-wrap: nowrap;
	margin: 0 2px;
}

section.range-slider {
	margin-bottom: 20px;
}

.counters-container .counter-group {
	cursor: pointer;
}
.counters-container.has-filter .counter-group {
	background-color: #c1e8ff;
    border-radius: 6px;
	background-color: #e5e5e5;
    opacity: 0.5;
}
.counters-container.has-filter .counter-group:hover {
	opacity: 1;
}
.counters-container.has-filter .counter-group.filtered {
	background-color: #c1e8ff;
	opacity: 1;
}

.date-filter-dropdown{
	width: 50%;
	margin: auto;
}
.date_filter {
    min-width: 86px;
}

.has-fixed-right-column {
    border-collapse: separate !important;
}
.has-fixed-right-column tr>:last-child{
	position:sticky;
	right:0;
	box-shadow: -5px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
/*.has-fixed-right-column thead tr>:last-child{
	background: #0066ad;
}*/
.has-fixed-right-column tbody tr>:last-child{
    background: white;

}
.dark-mode .has-fixed-right-column tbody tr>:last-child{
    background: #0b0b0b;

}

.column-filter, .column-filter-date, [data-filter="multiselect"] .ms-options-wrap {
   /* position: absolute;*/
    /*bottom: 2px;*/
}

.filter-container {
	position: absolute;
    bottom: 2px;
	width: calc(100% - 8px); /*to reduce the th padding*/
}

.font-bold {
	font-weight: 600;
}

.lead-contact-row {
	position: relative;
}
.lead-contact-row .delete-contact-button {
	float: right;
    position: absolute;
    top: 17px;
}

.wizard-container .tag.tag-success {
    background-color: #5cb85c;
	padding: 2px 6px;
    cursor: pointer;
}

.floating-form .lead-list {
	max-height: 35vh;
}

.lead-list .view-lead-button {
    position: absolute;
    top: 7px;
    right: 11px;
}

.lead-list-item {
	cursor: pointer;
	overflow-wrap: break-word;
}
.lead-list-item.selected{
	border: solid 3px #74b567 !important;
}

.request-manager-change {
	position:absolute;
	right:0;
	top: 33px;
}

.previewContent{
	display: inline-block;
	text-align: center;
	height: 50px;
	width: 50px;
	cursor: pointer;
}

.dsrStatus-group {
	/* padding: 0 5px; */
	text-wrap: nowrap;
	margin: 0 2px;
	color: black;
}

.dsrStatus-container{
	/* background-color: white;
    border-radius: 9px;
	color: #606468; */
}
.btn-dsr-status{
	color: white;
	background-color: gray;
}

.btn-dsr-status:hover{
	
    background-color: lightgray;
}
.panel-heading .dsrStatus-container{
	position: absolute;
	top: 5px;
    
	right: 3px;
}

.dsrStatus-group button{
	margin-right:3px;
}

.section-server .dsrStatus-container{
	padding: 2px;
}


.counters-container .dsrStatus-group {
	cursor: pointer;
}

.currentStatus-group {
	padding: 0 2px;
	text-wrap: nowrap;
	margin: 0 2px;
}

.currentStatus-container{
	background-color: white;
    border-radius: 9px;
	color: #606468;
}

.panel-heading .currentStatus-container{
	position: absolute;
	top: 5px;
	bottom: 4px;
	left: 4px;
	
}


.lbl-current-dsrstatus,.lbl-dsr-creator,.lbl-dsr-creationdate {
    margin-top: 4px;
	font-weight: normal;
	padding: 0 5px;
}


.vertical-divider {
    position: absolute;
    height: 25px;
    background-color: #606468;
    /* color: red; */
    width: 1px;
    display: inline-block;
    margin: 2px 0;
}
.dsr-audit-btn {
	position: relative;
	top: 2px;
 }
.panel-heading .toolbar-button {
	color: #fff;
}
.panel-heading .toolbar-button:hover {
	color: #f0f0f0;
}

.ms-options-wrap > .ms-options .ms-selectall {
    text-transform: initial !important;
}

.leadCustomerScope {
	color: #fff;
	background-color: #aaa;
}
.leadCustomerScope:hover {
	color: #fff;
    border-color: #9b9a9a;
}

input[type=radio]:checked  + .leadCustomerScope {
	background-color: #449d44;
    border-color: #398439;
}

table.dataTable tr.selected-row td {
    border-bottom: solid 2px #007cbe;
    border-top: solid 2px #007cbe;
}

.resource-comments {
	max-height: 300px;
}

.wide-column {
	min-width: 400px;
}

.cancellationreason-container{
	display: flex;
	align-items: center;
}

.cancellationreason-label{
	margin-left: 4%;
}
.table-section-shortcut {
	cursor: pointer;
}
.reports-list-shortcut {
	cursor: pointer;
}

.customer-view .nice-only {
	display: none !important;
}

.menu-table-filter {
	text-overflow: ellipsis;
	overflow: 'hidden';
}

.link {
	text-decoration: underline;
	cursor:pointer;
	color: #2ba6cb;
}

.floating-form .control-label {
	font-size: 14px;
	margin-bottom: 2px;
}

.floating-form .form-control {
	font-size: 13px;
	padding: 5px;
	min-height: 30px;
	line-height: 1.4;
	vertical-align: middle;
	max-height: 180px;
	resize: none;
	height: 30px;
}

.floating-form .form-group {
	margin-bottom: 4px;
}
.floating-form div[contenteditable=true] {
	cursor:text;
}

.vrsrenew-missing-requirements {
  list-style: none;
  padding-left: 0;
}

.vrsrenew-missing-requirements li::before {
  content: "\2716";
  color: red;
  font-weight: bold;
  margin-right: 8px;
}

.small-tag.past-date{
	margin-left: 10px;
	position: relative;
	border-radius: 0 3px 3px 0;
}
.small-tag.past-date::before{
    content: "";
    position: absolute;
    left: -19px;
    top: 50%;
    transform: translateY(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: transparent #ff2222 transparent transparent; /*red arrow pointing left*/
}
.small-tag.future-date{
	margin-right: 10px;
	position: relative;
	border-radius: 3px 0 0 3px;
}

.small-tag.future-date::after{
    content: "";
    position: absolute;
    right: -19px;
    top: 50%;
    transform: translateY(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent #3b8ec2; /*blue arrow pointing right*/
}

.resource-team-row {
	position: relative;
}
.resource-team-row .delete-team-button {
	float: right;
    position: absolute;
    top: 17px;
}

.case-action-owner{
	max-height: 100px;
}

.case-last-update,
.case-action-item{
	max-height: 200px;
}

table.dataTable td.dt-type-numeric.text-center {
	text-align: center;
}

.custom-icon {
	/*width: 1.25em*/
	max-height: 13.5px;
}

td .custom-icon {
	margin-right: 5px;
	vertical-align: bottom;
}
td .custom-icon:last-child {
    margin-right: 0;
}

.position-relative {
	position: relative;
}

.itp-test-duration-details{
    position: absolute;
    right: 8px;
    top: 6px;
}

.smo-confirm-container{
background-color: #337ab7;
border-color: #2e6da4;
color: white;
border :1px solid transparent;
border-radius:4px;
font-size: 16px;
padding-bottom:5px;
/* position: absolute;
bottom: 0px;
width: 97%; */
position: fixed; 
bottom: 0px; 
left: 0; 
width: 100%; 
z-index: 9999; 
}

.iziToast {
	max-width: 500px;
}

.editorItem .inline-icon {
	max-width: 2em;
	padding: 0;
    border: 0;
}

.user-tag {
    display: inline-block;
    background-color: #3285ad;
    border-radius: 8px;
    padding: 3px 7px;
    color: white;
    /*margin: 2px;*/ /*disabled due to user search in delegate*/
    cursor: default;
    word-break: normal;
    text-align: center;
}

div.tag-input {
	padding: 5px;
    font-size: 13px;
    height: auto;
}

.add-tag-button {
	cursor: pointer;
	background-color: #5cb85c;
	border-color: #4cae4c;
	user-select: none;
}
.add-tag-button:hover {
	    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.list-group.user-list {
	max-height: 160px;
	margin-bottom: 0;
}

.user-list-item {
	cursor: pointer;
}
.user-list-item.selected {
	border: solid 3px #007cbe !important;
}

.user-tag .remove-user-tag {
	background-color: transparent;
    margin-left: 5px;
    border: 0;
    padding: 0;
}

.dsr-notes-counter{
position: relative;
top: -10px;
right: 10px;
}

.dsr-notes {
    max-height: 500px; 
    overflow-y: auto; 
}

.top-customer{
	font-size: 13px;
    font-weight: 600;
    color: goldenrod;
}

.flexdatalist-results.wizard-flexdatalist {
	width: auto !important;
	border-top: 1px solid #237bc2;
}

.flexdatalist-results.wizard-flexdatalist li{
	padding: 5px 5px;
}

.flexdatalist-results li:hover {
    background-color: #e6f7ff;
    cursor: pointer;
}

.tabgroup-container .nav-tabs {
	position: sticky;
    top: 4px;
    z-index: 100;
}
.tabgroup-container li.active>a{
	border: 2px solid #0067ad !important;
}
.tabgroup-container li:focus-visible {
    outline: none;
   
}

.tabgroup-container .tab-pane {
    background-color: white;
    border: solid 1px #ccc;
    padding: 10px;
}

.tabgroup-container .tab.editable a {
	padding-right: 96px;
}

.tabgroup-container .tab.editable .tabToolbar {
	position: absolute;
    right: 3px;
    top: 10px;
    z-index: 1000;
}

.tabgroup-container .tab.editable:hover .tabToolbar .itemToolbarIconContainer {
    opacity: 1;
}

.form-control.direct-input:not([contenteditable="true"]) {
    height: 36px;
}
.tempus-dominus-widget .date-container-days {
	grid-auto-rows: 34px !important;
}

[data-width] .b-inputtext {
    min-width: 80px;
}

input:disabled,select:disabled,textarea:disabled, .readonly.tag-input {
    background-color: lightgray;
	opacity: 0.8;
}

.dark-mode input:disabled,.dark-mode select:disabled,.dark-mode textarea:disabled,.dark-mode .readonly.tag-input {
    background-color: #262727;
}

.wizard-customer-info-container  {
	display: flex;
	gap: 33px;
    justify-content: center;
    align-items: center;
}
.wizard-customer-info-container .lblCustomerName {
	font-size: 20px;
    font-weight: 500;
}
	
.add-comment-container .inline-comment-add {
	border-radius: 3px 0 0 3px;
}
.add-comment-container button {
	height: 28px;
}

.wizard-option-control .inline-comments-container {
    max-height: 200px;
    overflow: auto;
}

.wizard-option-control .inline-comments-container tr:last-child {
	position: sticky;
    bottom: 0;
}

.btn-refresh-dashboard{
	display: inline-block;
    font-size: 20px;
    padding-left: 5px;
    /* color: grey; */
    cursor: pointer;
 
}

.swal2-html-container .datatable-container {
	overflow-y: auto;
    max-height: calc(100vh - 215px);
}
.swal2-html-container .datatable-container th {
	position: sticky !important;
    top: 0;
    z-index: 200;
}

.swal2-container .swal2-popup .swal2-title {
	font-size: 1.5em;
	margin: 0;
}
.dt-layout-row {
    font-size: 16px;
}
.iziToast-body ul {
	padding-inline-start: 15px;
}

.input-group-btn .btn {
	padding: 4px 12px;
}
.swal2-popup .swal2-close {
	font-size: 2em;
	line-height: 1;
	width: 1em;
    height: 1em;
}

.nice-logo {
	content: url('../images/NiCE_logo_2025_black.svg');
}
.dark-mode .nice-logo {
	content: url('../images/NiCE_logo_2025_white.svg');
}

.nice-logo-container {
	height: 20px;
    display: inline-flex;
    margin-right: 20px;
}

.swal2-container, .swal2-html-container {
	overflow: visible;
	word-break: normal;
	font-weight: 300;
}

.swal2-confirm {
	background-color: #3085d6;
}
.swal2-confirm:hover {
	background-color: #3085d6;
	background-image: linear-gradient(rgba(0,0,0,.1), rgba(0,0,0,.1));
}

.swal2-header {
	z-index: 4; /*check if still needed after swal update to v.11*/
}


.dropdown-menu ul.dropdown-menu {
	position: absolute;
	left: 100%;
	top: 0;
	margin-left: 5px;
}

.dropdown-menu .has-submenu > a::after {
    display: block;
    content: "";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-left-color: #000;
    margin-top: 6px;
    margin-right: -5px;
 }
 .dark-mode .dropdown-menu .has-submenu > a::after {
	border-left-color: #ffffff;
 }
 
 .login-token-info {
    display: block;
    text-align: right;
    margin-top: 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    line-height: 2em;
 }
 
div.iziToast>.iziToast-body .iziToast-title {
    margin-bottom: 7px;
}

div.iziToast {
	-webkit-touch-callout: initial;
    -khtml-user-select: initial;
    -moz-user-select: initial;
    -ms-user-select: initial;
	user-select: initial;
}
div.iziToast>.iziToast-close {
	background-position-y: 20px;
}

.row-number-cell, .row-number-header {
	text-align: center;
}
.row-number-cell .row-number {
	
}