.selectButtonActive {
  background: #add8e6;
  color: #fff;
  font-weight: bold;
}
.selectButton {
  border: 1px solid #d3d3d3;
  padding: 5px;
  width: 40px;
  height: 30px;
  border-radius: 5px 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
}
.uploadImg {
  position: relative;
}
.uploadImg .uploadFile {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.editableHTML {
  cursor: pointer;
}
.editableHTML:hover {
  outline: 1px dashed red;
}
.emailTemplate {
  border: 1px solid #a9a9a9;
  border-radius: 2px 2px;
  overflow-x: hidden;
  overflow-y: visible;
  font-size: 12px;
  padding:2px 2px;
}
.pad0 {
	padding: 0px !important; 
}
.padTop10 {
	padding-top: 10px; 
}
.padTop0 {
	padding-top: 0px !important;
}
.motifworks{
  width: 150px;
  height: 30px;
  background: url("/images/motifworks_logo.png") 0 0 no-repeat;
  background-size: 100% 100%;
  display: inline-block;
}
.pad3{
	padding: 3px !important;
}

.sidenav-menu .badge.badge-danger {
  border: 1px solid #f34242;
  color: #f34242;
}

.sidenav-menu .badge.badge-danger:after {
  background-color: #f34242;
}

@media (min-width: 1400px) {
  .app-container {
    padding-top: 72px;
  }
}

.selectedFooter{
position: fixed !important;
bottom: 0% !important;
background-color: #FFF;
margin-left: -1%;
}

.navbarWithoutLogin {
  min-height: 52px !important;
  border: 0px !important;
}

.searchResult{
	position: absolute;
    background: #FFF;
    display: inline-block;
    width: 250px;
    padding: 0px;
    margin-left: -250px;
    margin-top: 30px;
    border-radius: 10px 10px;
    max-height: 250px;
    border: 1px solid lightgray;
	display: none;
	overflow-x: hidden;
	overflow-y: auto;
	border-top: none;
}

.headerLogo {
	background:#ffffff;
	display:inline-block;
	width:550px;
	height:52px;
	padding:10px 58px;
	margin:-1px 11px -4px -68px;
}

.globalSearchItem{
	border-bottom:1px dotted lightgray;
	padding: 2px 10px;
	cursor: pointer;
	color: gray;
}
.globalSearchItem:hover {
	background: #eeeeee;
	color: #20b6ff;
}
.loading-spiner-holder {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 9999;
  text-align: center;
  display: none;
  color: #20b6ff;
}
.loading-spiner-holder i {
  width: 80px;
  height: 80px;
  display: inline-block;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 45vh;
  position: absolute;
  font-size: 80px;
}
.loading-spiner-holder .message {
  position: absolute;
  display: inline-block;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: calc(100vh - (45vh - 55px));
  color: white;
}
.loading-spiner-holder .message span {
  background-color: #20b6ff;
  padding: 5px 10px;
  border-radius: 10px;
}
.treeViewHead {
  border-bottom: 1px solid #333;
  
  color: #fff;
}
.treeRowLable{
  border-bottom: 1px solid lightgray;
  padding: 5px 0px;
}
.treeRowCheckbox{
  border-bottom: 1px solid lightgray;
  padding: 4px 0px;
}

.nav-open .navigation-dock{
    display: none;
}

.nav-open .headerLogo {
	display: block !important;
}

@media (min-width: 400px) and (max-width: 1199px) {
   .headerLogo {
		display: block !important;
	}
	.nav-open .headerLogo {
		display: block !important;
	}
	.nav-open .navigation-dock{
		display: block !important;
	}
}

.modal-title {
    margin: 0;
    line-height: 1.42857;
    color: white;
    font-size: 20px;
    text-transform: uppercase;
}

.modal-title .small {
	color: white !important;
}

.customMultiSelectBox{
	list-style-type:none;
	border: 1px solid lightgray;
    border-radius: 4px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-left: 0px;
    max-height: 100px;
    padding-bottom: 5px;
    min-width: 100px;
}
.icon-capture {
    background-image: url("../images/capturex32.png");
}
.icon-refresh {
    background-image: url("../images/refreshx32.png");
}
.icon-refresh-white {
    background-image: url("../images/refresh-whitex32.png");
}
.icon-template-edit {
    background-image: url("../images/template-icon-editx32.png");
}
.icon-edit-white {
    background-image: url("../images/icon-edit-white-40.png");
}
.icon-edit-black {
    background-image: url("../images/icon-edit-black-40.png");
}
.icon-delete-white {
    background-image: url("../images/icon-cross-16-white.png");
}
.icon-delete-black {
    background-image: url("../images/icon-cross-16-black.png");
}
.icon-launch-blue {
    background-image: url("../images/icon-launch-44-blue.png");
}
.col-wrap{
	white-space: nowrap;
}

.childNode .col-md-8{
  margin-right: -5px;
}
.childNode .childNode .col-md-8{
  margin-right: -10px;
}

.childNode .checkBoxAlign{
  padding-left: 8px;
}
.childNode .childNode .checkBoxAlign{
  padding-left: 16px;
}
.innerWrapper {
  margin-left: 0px;
  margin-right: 0px;
}
.innerWrapper h2 {
  margin: 5px 10px;
}
.innerWrapper h2 input[type='text'] {
  height: 26px;
  font-size: 18px;
  line-height: 0;
  display: inline-block;
  line-height: 18px;
}
#listFixed {
  position: absolute;
  z-index: 7;
  background: #EEEFF0;
}
#listViewHeaderDetails {
  max-height: 135px;
  overflow-x: hidden;
  overflow-y: auto;
}
#listData{
}
.pagination {
  width: 100%;
  background-color: #02b6ff;
  padding: 5px;
  height: 36px;
  margin: 5px 0 -4px 0;
}
.pagination.top {
  margin-top: 0;
}
.pagination .paginationMsg {
  font-size: 12px;
  padding-top: 5px;
  color: #fff;
}
.recentSection {
  background-color: #ccc;
  position: fixed;
  overflow-x: hidden;
  overflow-y: auto;
  right: -28px;
  top: 0;
  bottom: 0;
  padding: 60px 11px 15px 0px;
}
.recentSection.showLess {
  right: -100%;
}
.recentSection h4 {
  background-color: rgba(51,51,51,0.7);
  margin: 0;
  padding: 12px 15px;
  color: #fff;
  position: fixed;
  width: 100%;
}
.recentSection ul {
  padding: 50px 15px 15px;
  font-size: 12px;
  font-weight: bold;
}
.recentSection ul li {
  margin-bottom: 10px;
}
.recentSection ul em {
  font-weight: normal;
  color: rgba(85,85,85,0.7);
}
.innerRACont {
  position: relative;
}
.innerRACont .recentActivityToggle {
  background-color: rgba(51,51,51,0.7);
  width: 43px;
  height: 43px;
  line-height: 43px;
  position: fixed;
  right: 0;
  font-size: larger;
  top: 53px;
  text-align: center;
  color: #fff;
  z-index: 100;
}
.innerRACont .recentActivityToggle.showMore .fa-chevron-right {
  display: none;
}
.innerRACont .recentActivityToggle.showLess .fa-chevron-left {
  display: none;
}
.filterSection {
  color: #fff;
  background-color: lightgray;
  padding: 10px 20px 0px 15px;
  position: relative;
}
.multiselect-parent .dropdown-toggle:hover,
.multiselect-parent .dropdown-toggle:focus {
  background-color: white;
}
.filterSection.showMore {
  max-height: 45px;
  /* overflow: hidden; */
}
.filterSection.showMore .fa-chevron-down {
  display: block;
}
.filterSection.showMore .fa-chevron-up {
  display: none;
}
.filterSection.showLess {
  max-height: 900px;
}
.filterSection.showLess .fa-chevron-down {
  display: none;
}
.filterSection.showLess .fa-chevron-up {
  display: block;
}
.filterSection .form-inline {
  padding: 0 10px;
}
.filterSection .form-group {
  float: left;
  display: block;
  margin: 0 10px 10px 0;
}
.filterSection .form-control {
  width: 160px;
}
.filterSection button {
  float: left;
  margin: 0 5px 10px 0;
  height: 25px;
  line-height: 15px;
  padding: 3px 7px;
}
.filterSection .expandCollapse {
  position: absolute;
  top: 13px;
  right: 5px;
  z-index: 10;
  font-size: 18px;
  color: #fff;
}
.filterSection .expandCollapse:hover,
.filterSection .expandCollapse:focus,
.filterSection .expandCollapse:active {
  text-decoration: none;
}
.withLabel label {
  margin-right: 10px;
}
.pointer {
  cursor: pointer;
}
.listItem {
  padding: 3px 10px;
  border-top: 1px solid #ccc;
}
.listItem.__row_selected {
  background-color: rgba(204,204,204,0.5);
}
.listItem .icon,
.listItem .small-icon {
  display: inline-block;
  font-size: 30px;
  line-height: 30px;
  margin: 5px 10px 0 0;
}
.listItem .icon.small-icon-text,
.listItem .small-icon.small-icon-text {
  font-size: 20px;
  margin-top: 0px;
}
.listItem .icon:hover,
.listItem .small-icon:hover {
  color: #ffc525;
}
.listItem a {
  color: #555;
}
.listItem a:hover {
  text-decoration: none;
}
.listItem h5 {
  font-weight: bold;
  margin: 0 0 3px;
  display: inline;
}
.listItem p {
  margin: 0;
}
.listItem .viewHistory:hover {
  text-decoration: underline;
}
.actionSection {
  padding: 0 15px;
}
.actionHeader,
.actionBody {
  padding: 10px;
}
.actionHeader .checkbox,
.actionBody .checkbox {
  background-color: #ccc;
  margin: 0 20px 0 0;
  padding: 8px 5px 10px 30px;
}
.actionHeader .buttonCont,
.actionBody .buttonCont {
  float: left;
  margin: 3px;
}
.actionHeader .separator,
.actionBody .separator {
  float: left;
  width: 20px;
  height: 35px;
  background-color: transparent;
}
.actionHeader .btn,
.actionBody .btn {
  width: 35px;
  height: 35px;
  font-size: 20px;
  padding: 0;
  border-radius: 0;
  position: relative;
}
.actionHeader .btn:hover .addNew,
.actionBody .btn:hover .addNew,
.actionHeader .btn:focus .addNew,
.actionBody .btn:focus .addNew,
.actionHeader .btn:hover .addText,
.actionBody .btn:hover .addText,
.actionHeader .btn:focus .addText,
.actionBody .btn:focus .addText {
  background-color: rgba(235,235,235,0.7);
}
.actionHeader .btn .fa-check,
.actionBody .btn .fa-check {
  color: #008000;
}
.actionHeader .btn .fa-comments,
.actionBody .btn .fa-comments {
  color: #00f;
}
.actionHeader .btn .fa-trash-o,
.actionBody .btn .fa-trash-o {
  color: #f00;
}
.actionHeader .btn .addNew,
.actionBody .btn .addNew {
  font-size: 15px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(255,255,255,0.7);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #ccc;
}
.actionHeader .btn .addNew.toTop,
.actionBody .btn .addNew.toTop {
  top: 0;
}
.actionHeader .btn .addText,
.actionBody .btn .addText {
  font-size: 15px;
  line-height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255,0.7);
  width: 16px;
  height: 16px;
  display: block;
  font-weight: bold;
  border-radius: 50%;
  border: 1px solid #ccc;
}
.actionHeader .default,
.actionBody .default {
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #ffc525;
  font: bold 14px 'Noto Sans', sans-serif;
}
.sortBy {
  float: right;
}
.sortBy label {
  margin-right: 5px;
}
.actionBody {
  padding: 0;
}
.actionBody .checkbox {
  background-color: transparent;
  margin: 5px 0 0 0;
}
.actionBody .checkbox input[type="radio"],
.actionBody .checkbox input[type="checkbox"] {
  margin-top: 0;
}
.actionBody .btn {
  width: auto;
  height: auto;
  font-size: 14px;
  padding: 0;
  border-radius: 0;
}
.editable-click,
a.editable-click {
  text-decoration: none;
  border-bottom: 0;
  display: block;
  margin-bottom: 0;
}
.editable-buttons {
  display: none;
}
.editable-buttons button {
  height: 25px;
  width: 25px;
  padding: 0;
}
.highlight:hover {
  font-size: 16px;
  color: #20b6ff;
  cursor: pointer;
  font-weight: bold;
}
.highlight {
  font-size: 16px;
  color: #20b6ff;	
  text-align: center;
}
.table-row-deleted {
  text-decoration: line-through;
  color: #f00;
  background: #c99 !important;
}
.table-row-modified {
  color: #00f;
}
.table-row-new {
  color: #008000;
  background: #9c9 !important;
}
.active-header-link {
  color: #02b6ff;
}
.list-item-bigger-image {
  padding: 0px 12px;
  font-size: 36px !important;
  color: #02b6ff
}
.list-item-medium-image {
  padding: 0px 12px;
  font-size: 24px !important;
  color: #02b6ff
}
.list-item-normal-image {
  padding: 0px 12px;
  font-size: 18px !important;
  color: #02b6ff
}
.list-item-small-image {
  padding: 0px 12px;
  font-size: 12px !important;
  color: #02b6ff
}
.page-title-anchor{
  margin-left: 5px;
}
.businessGoalPriorityButton{
  color: white;
  cursor: pointer;
}
.businessGoalPriorityButton:hover {
  font-size: 20px;
  color: #02b6ff !important;
}
.businessGoalPriority:hover .businessGoalPriorityButton{
  font-size: 20px;
  color: black;
}
.btn-small{
	cursor: pointer;
	color: darkgray
}
.btn-small:hover{
	color: #02b6ff !important;
}
.resource-workstation-inscope {
	width:40px;
	height:40px;
	background: url("/images/workstation-inscope.png") 0 0 no-repeat;
  background-size: 100% 100%;
}
.resource-workstation-outofscope {
	width:40px;
	height:40px;
	background: url("/images/workstation-outofscope.png") 0 0 no-repeat;
  background-size: 100% 100%;
}
.resource-workstation-unidentified {
	width:40px;
	height:40px;
	background: url("/images/workstation-unidentified.png") 0 0 no-repeat;
  background-size: 100% 100%;
}
.resource-server-inscope {
	width:40px;
	height:40px;
	background: url("/images/server-inscope.png") 0 0 no-repeat;
	background-size: 100% 100%;
}
.resource-server-outofscope {
	width:40px;
	height:40px;
	background: url("/images/server-outofscope.png") 0 0 no-repeat;
	background-size: 100% 100%;
}
.resource-server-unidentified {
	width:40px;
	height:40px;
	background: url("/images/server-unidentified.png") 0 0 no-repeat;
    background-size: 100% 100%;
}

.wijmo-wijtreemap-itemcontainer:hover{
	border: 1px solid #02b6ff !important;
}

.wijmo-wijtreemap-itemcontainer:hover .ui-widget-header{
	width: 100% !important;
}

.wizard-tab{
	font-size: 18px !important;
	border: none !important;
	border-bottom:1px solid lightgray !important;
	background: white !important;
	padding-left:0px;
	padding-right:0px;
}

.wizard-active{
	color: #02b6ff !important;
	font-weight: bold;
}

.wizard-tab:hover {
	background: lightgray  !important;
}

.wizard-tab-disabled {
	background: white !important;
	cursor: not-allowed !important;
}

.wizard-tab-disabled:hover {
	background: white  !important;
}

.vertical-tab-disabled {
  /* cursor: not-allowed !important; */
  color: darkgray !important;
  pointer-events: none !important;
}

.wizard-tab:focus {
    outline: none;
}

.wizard-tab-circle {
	width:10px;
	height:10px;
	display:inline-block;
	border:10px solid blue;
	border-radius:10px 10px
}

.wizard-tab-circle-completed {
	border:10px solid green;
}

.wizard-tab-circle-pending {
	border:10px solid orange;
}

.wizard-tab-circle-disabled {
	border:10px solid #a7a7a7;
}

.wizard-tab-connector {
	width:50%;
	display:inline-block;
}

.wizard-tab-hidden {
	visibility: hidden
}

.wizard-tab-connector-enabled {
	border-top:3px solid green;
}

.wizard-tab-connector-disabled {
	border-top:3px solid darkgray;
}

.classification-field {
	border: none;
}

.classification-field:focus {
	outline: none;
}

.btn-default {
	font-size: 11px;
    padding-left: 40px;
    padding-right: 40px;
}

.hideWithAnimation {
	display:none;
	animation-name: hideContainer;
    animation-duration: 1s;
}

.hideWithAnimationFast {
	display:none;
	animation-name: hideContainer;
    animation-duration: 0.2s;
}

@keyframes hideContainer {
    from {opacity: 100;}
    to {opacity: 0; }
}

.showWithAnimation {
	animation-name: showContainer;
    animation-duration: 1s;
}

@keyframes showContainer {
    from {opacity: 0; }
    to {opacity: 100; }
}

@keyframes rotateFall {
    0%      { transform: rotateZ(0deg); }
    20%     { transform: rotateZ(10deg); animation-timing-function: ease-out; }
    40%     { transform: rotateZ(17deg); }
    60%     { transform: rotateZ(16deg); }
    100%    { transform: translateY(100%) rotateZ(17deg); }
}

/* slide in from the bottom */
@keyframes slideOutLeft {
    to      { transform: translateX(-100%); }
}

@keyframes hideView {
	from    { opacity: 100; }
    to      { opacity: 0; }
}

@keyframes showView {
	from    { opacity: 0; }
    to      { opacity: 100; }
}

@keyframes slideOutRight {
    to      { transform: translateX(0%); }
}

/* rotate out newspaper */
@keyframes rotateOutNewspaper {
    to      { transform: translateZ(-3000px) rotateZ(360deg); opacity: 0; }
}

/* entering animations --------------------------------------- */
/* scale up */
@keyframes scaleUp {
    from    { opacity: 0.3; -webkit-transform: scale(0.8); }
}

/* slide in from the right */
@keyframes slideInRight {
    from    { transform:translateX(100%); }
    to      { transform: translateX(0); }
}

/* slide in from the bottom */
@keyframes slideInUp {
    from    { transform:translateY(100%); }
    to      { transform: translateY(0); }
}

.angularview.ng-enter { 
	animation: slideInRight 1s forwards ease-in; 
}

.angularview.ng-leave1 { 
	animation: hideView 1s forwards ease-in; 
}

.assessment-card {
  transition: all 0.5s cubic-bezier(.25,.8,.25,1);
  box-shadow: 0 14px 28px rgba(0,0,0,0.03), 0 10px 50px rgba(0,0,0,0.10);
}

.assessment-card:hover {
  cursor: pointer;
  box-shadow: 0 0px 0px rgba(0,0,0,0.03), 0 0px 0px rgba(0,0,0,0.22);
}

.green {
  background-color:rgb(6, 202, 108) !important;
  color:white !important;
}

.yellow {
  background-color: #f0ff25 !important;
  color:rgb(48, 47, 47) !important;
}

.red {
  background-color: #f44336 !important;
  color:white !important;
}

.others {
  background-color: gray !important;
  color:white !important;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.margin-padding-0 {
  margin: 0 !important;
  padding-right: 0;
}

.mapping-no {
  height: 15px;
  width: 15px;
  background-color: red;
  border-radius: 50%;
  margin: auto;
  display: inline-block;
}

.mapping-yes {
  height: 15px;
  width: 15px;
  background-color: green;
  border-radius: 50%;
  margin: auto;
  display: inline-block;
}

.mapping-ignored {
  height: 15px;
  width: 15px;
  background-color: gray;
  border-radius: 50%;
  margin: auto;
  display: inline-block;
}

.mapping-pending {
  height: 15px;
  width: 15px;
  background-color: yellow;
  border-radius: 50%;
  margin: auto;
  display: inline-block;
}

.table-list .table-list-sub-row {
  cursor: default;
}

button[disabled]{
  cursor: not-allowed;
}

.ecomProjects-input-default-width{
  width:115px;
}
.scrollableWorkload {
  display: block;
  height: calc(100vh - 270px);
  overflow: auto;
}

a:hover,a:focus{
  text-decoration: none;
  outline: none;
}
.vertical-tab{
  font-family: 'Roboto', sans-serif;
  display: table;
}
.vertical-tab .nav-tabs{
 display: table-cell;
 /* width: 28%;
 min-width: 28%; */
 border: none;
 border-right: 3px solid #02b6ff;
 position: relative;
}
.vertical-tab .nav-tabs li{
 float: none;
 vertical-align: top;
}
.vertical-tab .nav-tabs li a{
  color: #606060;
  background-color: #f1f2f6;
  font-size: 13px;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 1px;
  padding: 10px 10px;
  margin: 0;
  border: none;
  border-radius: 0;
  display: block;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease 0s;
}

.vertical-tab .nav-tabs li.active a,
.vertical-tab .nav-tabs li.active a:hover{
  color: #02b6ff;
  background-color: #fff;
  border: none;
}
.vertical-tab .nav-tabs li a:hover {
  color: #b96826;
  background-color: #fff;
}
.vertical-tab .nav-tabs li a:before,
.vertical-tab .nav-tabs li a:after{
  content: '';
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0,0,0,0.3) inset;
  opacity: 0;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: -12px;
  top: 100%;
  z-index: -1;
  transition: all 0.3s ease 0s;
}
.vertical-tab .nav-tabs li a:hover:before,
.vertical-tab .nav-tabs li a:hover:after{
  background-color: #fff;
}
.vertical-tab .nav-tabs li a:hover:after{
  background-color: #b96826;
}
.vertical-tab .nav-tabs li a:after{
  background-color: #02b6ff;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  right: 100%;
  top: 50%;
}
.vertical-tab .nav-tabs li.active a:before,
.vertical-tab .nav-tabs li a:hover:before{
  top: 50%;
  opacity: 1;
}
.vertical-tab .nav-tabs li.active a:after,
.vertical-tab .nav-tabs li a:hover:after{
  right: -6px;
  opacity: 1;
}
.vertical-tab .tab-content{
  color: #606060;
  font-size: 14px;
  text-align: justify;
  line-height: 23px;
  vertical-align: top;
  padding: 15px 15px 15px 30px;
  display: table-cell;
}
.vertical-tab .tab-content h3{
  color: #02b6ff;
  font-size: 24px;
  margin: 0 0 5px 0;
}
.parent{
  position: relative;
}
.vert-middle{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.active-report-link {
  font-weight: bold;
  box-shadow: -5px 0px #31708f;
}
@media only screen and (max-width: 479px){
  .vertical-tab .nav-tabs{
      display: block;
      width: 100%;
      border-right: none;
  }
  .vertical-tab .nav-tabs li a{
      padding: 10px;
      margin: 0 0 10px;
  }
  .vertical-tab .tab-content{
      display: block;
      padding: 20px 15px 5px;
      border-radius: 0 0 10px 10px;
  }
  .vertical-tab .tab-content h3{ font-size: 18px; }
}
.custom-scroll {
	padding: 0px;
	overflow-x: hidden;
	overflow-y: auto;
}
.custom-scroll::-webkit-scrollbar {
	width: 8px;
}
.custom-scroll::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
}

.custom-scroll::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.visible{
  visibility: visible !important;
}
#onboarding #logo {
  margin: 20px auto 50px !important;
}
.tooltip-inner {
  max-width: 500px !important;
  background-color: #a7a7a7 !important;
  color: black !important;
  font-weight: bolder !important;
}

/**
 * The dnd-list should always have a min-height,
 * otherwise you can't drop to it once it's empty
 */
.simpleDemo ul[dnd-list] {
    min-height: 42px;
    padding-left: 0px;
}

/**
 * The dndDraggingSource class will be applied to
 * the source element of a drag operation. It makes
 * sense to hide it to give the user the feeling
 * that he's actually moving it.
 */
.simpleDemo ul[dnd-list] .dndDraggingSource {
    display: none;
}

/**
 * An element with .dndPlaceholder class will be
 * added to the dnd-list while the user is dragging
 * over it.
 */
.simpleDemo ul[dnd-list] .dndPlaceholder {
    background-color: #ddd;
    display: block;
    min-height: 42px;
}

.simpleDemo ul[dnd-list] li {
    background-color: #fff;
    border: 1px solid #ddd;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    min-height:50px;
}

/**
 * Show selected elements in green
 */
.simpleDemo ul[dnd-list] li.selected {
    background-color: #dff0d8;
    color: #3c763d;
}

#draw2DContainer{
    position: relative;
    padding: 0;
    border: 1px solid #e7e7e7;
    background-color: #FFFFFF;
}

#leftPane{
    position: relative;
    z-index: 0;
    display: block;
    visibility: visible;
    padding: 0;
}

#centerPane{
    position: relative;
    z-index: 0;
    display: block;
    visibility: visible;
    overflow: auto;
    border: 1px solid #f0f0f0;
    padding: 0;
}

#draw2DCanvas{
    position: absolute;
    left:0;
    top:0;
    z-index: 0;
    display: block;
    visibility: visible;
    overflow: auto;
    height: 3000px;
    width: 3000px;
    background: #fff0;
}

#rightPane{
    position: relative;
    z-index: 0;
    display: block;
    visibility: visible;
    padding: 0;
}

#rightContainer {
  padding: 15px;
}

#draw2DContainer:-webkit-full-screen {
    width: 100%;
    height: 100%;
}

.fullScreenOn {
    min-height: 300px;
    height: calc(100vh - 54px);
}

.fullScreenOff {
    min-height: 300px;
    height: calc(100vh - 280px);
}

.list-group-item {
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
    #draw2DContainer > nav > div > div.navbar-header {
        display: block;
    }
    .list-group-item{
        font-size: 10px;
    }
 }

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) { 
    #draw2DContainer > nav > div > div.navbar-header {
        display: block;
    }
    .list-group-item{
        font-size: 10px;
    }
 }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) { 
    #draw2DContainer > nav > div > div.navbar-header {
        display: block;
    }
    .list-group-item{
        font-size: 10px;
    }
 }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) { 
    #draw2DContainer > nav > div > div.navbar-header {
        display: none;
    }
 }

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    #draw2DContainer > nav > div > div.navbar-header {
        display: none;
    }
 }

 /* .form-group.required .control-label:after {
    content:"*";
    color:red;
  } */
