html {     
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  //background-size: cover;
	//background-repeat: no-repeat;
	//background-position: center; 
	//background-color: #34a9d8;
	//background: linear-gradient(150deg, rgba(255, 255, 255, .8) 20%, rgba(226, 254, 255, .8) 50%, rgba(255, 255, 255, .8) 100%);
	background: #f9faff;
	background: rgba(0, 169, 244, 0.05);
  
	background-blend-mode: overlay;

	background-repeat: no-repeat;
  background-size: cover;

	//background-image: linear-gradient(150deg, rgba(255, 89, 174, 1), rgba(36, 198, 220, .6)), url('/img/wallpaper/6.jpg');
		background-attachment: fixed;
				color: #757575 !important;
				font-weight: 400;
		font-family: 'Work Sans', sans-serif;
				
}
///img/wallpaper/luca-micheli-455516-unsplash.jpg

body {
		color: #757575 !important;
	padding-top: 30px;
	//color: #e8e8e8 !important;	
	min-height: 100vh !important;
	font-size: 14px;
	font-weight: 200 !important;
	font-weight: 100 !important;
	//color: rgba(0,0,0,0.6);
		font-family: 'Work Sans', sans-serif;

	word-break; break-all;
	min-width: 1540px !important;
	overflow-y: scroll;


text-shadow: 2px 8px 6px rgba(0,0,0,0.2),
                 0px -5px 35px rgba(255,255,255,0.4);
                 position:relative;
                
}

#td1-existing-code pre{
	background-color: rgb(255, 255, 255, 0.3);
}

.footable-odd {
	background-color: inherit;
}

.footable-row-detail {
	background-color: inherit;
}

.row .nestable {
	background: rgb(255, 255, 255, 0.5);
	-webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  margin: 5px !important;
  padding: 10px !important;
}
	
/* =============
   Nestable
============= */

.nestable button {
	box-shadow: none;
}

.nestable .custom-dd .dd-list .dd-item .dd-handle {
	cursor: pointer;
	background: rgb(255, 255, 255, 0);
}


.custom-dd .dd-list .dd-item .dd-handle {
  background: rgba(152, 166, 173, 0) !important;
  border: none;
  padding: 8px 16px;
  height: auto;
  font-weight: 600;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  background-clip: padding-box;
   -webkit-transition: all 1s ease;
   -moz-transition: 1s ease;
   transition: 1s ease;
}

.nestable-active {
  background: rgba(152, 166, 173, 0.1) !important;
}

.nestable-grab-div {
  background: rgba(152, 166, 173, 0) !important;
  border: none;
  padding: 8px 16px;
  height: auto;
  font-weight: 600;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  background-clip: padding-box;
   -webkit-transition: all 1s ease;
   -moz-transition: 1s ease;
   transition: 1s ease;
}

.custom-dd .dd-list .dd-item .dd-handle:hover {
	  background: rgba(152, 166, 173, 0.25) !important;
}
.custom-dd .dd-list .dd-item .dd-handle:hover {
  color: #4cb7c4;
}
.custom-dd .dd-list .dd-item button {
  height: auto;
  font-size: 17px;
  margin: 8px auto;
  color: #555555;
  width: 30px;
}
.dd-placeholder {
	background-color: none;
	background: rgb(255, 255, 255, 0.2);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
}

.custom-dd-empty .dd-list .dd3-handle {
  border: none;
  background: rgba(152, 166, 173, 0.25) !important;
  height: 36px;
  width: 36px;
}
.custom-dd-empty .dd-list .dd3-handle:before {
  color: inherit;
  top: 7px;
}
.custom-dd-empty .dd-list .dd3-handle:hover {
  color: #4cb7c4;
}
.custom-dd-empty .dd-list .dd3-content {
  height: auto;
  border: none;
  padding: 8px 16px 8px 46px;
  background: rgba(152, 166, 173, 0.25) !important;
  font-weight: 600;
}
.custom-dd-empty .dd-list .dd3-content:hover {
  color: #4cb7c4;
}
.custom-dd-empty .dd-list button {
  width: 26px;
  height: 26px;
  font-size: 16px;
  font-weight: 600;
}

.xls-table {
  table-layout: fixed;
  word-wrap:break-word !important;

}
.xls-table td {
	min-width: 50px;
	max-width: 400px;
	word-wrap:break-word !important;
	  white-space:normal !important;
	
}

.word-break-all {
	word-break: break-all;
}

.word-break-word {
	word-break: break-word;
}

.footable-no-alt-color .footable-odd {
	background-color: rgb(0,0,0,0) !important;
}
.footable-no-alt-color .footable-row-detail {
	background-color: rgb(0,0,0,0) !important;
}

#doc-version-panel {
	max-height: 50vh;
	overflow: scroll;
}
	

.tab table {
	overflow: scroll;
	margin-bottom: 50px;
}

.quickjump .footable-odd {
	background-color: inherit;
}

.note-editor .note-toolbar {
	background-color: none;
	//background: linear-gradient(150deg, rgba(0, 169, 244, .3), rgba(37, 208, 208, .3));
}

.note-editor.note-frame {
	border: none;	
}



table .note-editable {
	box-shadow: none !important;
	text-shadow: none !important;
	 border: 1px solid rgb(0, 169, 244, .5) !important;
}

table .note-editable:focus {
	 border: 1px solid rgb(0, 169, 244, 1) !important;
}

.note-btn-group button{
	box-shadow: none !important;
	text-shadow: none !important;
}

.navbar-nav button {
	box-shadow: none !important;
	text-shadow: none !important;
}

.note-editor {
	//box-shadow: 2px 6px 6px rgba(0,0,0,0.1),
	//0px -5px 35px rgba(255,255,255,0.3);

  box-shadow:0 2px 3px 0px rgba(0,0,0,0.25);
  outline-radius:3px;
	
}


.btn-default {
	background-color: rgba(0, 0, 0, 0) !important;
	border-color:rgba(0, 0, 0, 0) !important;
}

.note-icon-font .note-recent-color {
	background-color: red !important;
}


.inactive-text, .inactive-link {
	color: rgba(0,0,0,0.2);
}

.formatted-element {
	float: left;
	width: 100%;
}



body button, input {
	//box-shadow: 2px 6px 6px rgba(0,0,0,0.1),

}


.collapse-toggle {
	margin-right: 10px;
	margin-bottom: 2px;
}

.collapse-toggle a {
	color: #bbbbbb;
}

.element-header {
	font-size: 14px;
	font-weight: 400;
	color: #bbbbbb;
	text-transform: uppercase;

}

.underline {
	text-decoration: underline;
}


.quickjump td, .link-tbody td{
	padding: 0px !important;
}

.element i {
	text-shadow: none;
}

table {
	font-weight: 400 !important;
		font-family: 'Work Sans', sans-serif;
	font-family: 
color: rgba(102, 102, 102);
//text-shadow: 2px 8px 6px rgba(0,0,0,0.2),
 //                0px -5px 35px rgba(255,255,255,0.3);
}

.quickjump {
    display:block;
    height:30vh;
    overflow:auto;
    padding: 5px;

}

.link-tbody {
    display:block;
    max-height:30vh;
    overflow:auto;
    padding: 5px;

}

.isolated-quickjump-link {
	display: inline-block;
	white-space: nowrap;
	padding-right: 10px !important;
}

.bg-trans-white-3 {
	background-color: rgb(255, 255, 255, 0.3);	
}
table .quickjump-table, table .link-table{
	background-color: transparent !important;
	
	 
}

.quickjump-container {
	  border:1px solid #d6d6d6;
  box-shadow:0 2px 3px 0px rgba(0,0,0,0.25);
  outline-radius:3px;
  
}

.quickjump-container, .link-table-container {
	background-color: rgb(255,255,255,0.3) !important;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;	
}

table .quickjump-table th{
	border: none !important;
}

.heading-md {
	font-weight: bold;
}
	

body table {
	font-size: 14px;
}

.border-b-0 {
	border-bottom: 0px !important;
}



#instance-l, .mgmt-container{
	//height: 100% !important;
	background-color: rgb(255, 252,255, 1);
 	//background: -webkit-linear-gradient(#fff, #e5fcff) !important;
	//overflow: scroll;
}

#instance-parent {
	height: 80vh;
}

.vh-100 {
	min-height: 100vh;
}

.h-100 {
	height: 100%;
}

.ctext-wrap {
	width: 100%;
}



.conversation-list li {
  background-color: rgba(255,255,255,.1);
}
.reset-pm {
	padding: 0px;
	margin: 0px;
}



.ctext-wrap {
	width: 100%;
}

.conversation-list li {
  background-color: rgba(255,255,255,.1);
}
.reset-pm {
	padding: 0px;
	margin: 0px;
}

.input-background {
	background: -webkit-linear-gradient(#fff, #e5fcff) !important;
}

.strikethrough {
	text-decoration: line-through;
}

.no-click {
	cursor: default;
}


input  {
	background: #ffffff;
	 border: 1px solid rgb(0, 169, 244, .5) !important;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
}

input:focus {
	 border: 1px solid rgb(0, 169, 244, 1) !important;
}

.collection-horizontal > div {
	display: inline;
	padding-top: 5px;
	padding-right: 5px;
}

.nav-buttons-container {
	text-align: center;
}

.nav-buttons-container > div {
	display: inline-block !important;
	padding-top: 5px;
	padding-right: 5px;
	position: relative !important;
}

.seq-iq-selected {
	background: linear-gradient(150deg, rgba(0, 169, 244, .2), rgba(37, 208, 208, .2));
}

.seq-iq-row {
	cursor: pointer;
}

.seq-iq-row:hover {
	background: linear-gradient(150deg, rgba(0, 169, 244, .4), rgba(37, 208, 208, .4));
}

.pos-rel-in-bl {
	position: relative !important;
	display: inline-block !important;
}
.swal-config * {
	color: #5d5d5d !important;
}

.sweet-alert h2 {
color: #5d5d5d !important;
}

#canvas-image-blending{
  height: 100vw;
  width: 100vw;
  position: absolute;
}

#canvas-gradient{
  height: 100vw;
  width: 100vw;
  position: absolute;

	background-blend-mode: screen;
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(229, 93, 135, .4)), to(rgb(95, 195, 228, .4)));
}



.collection-vertical > div {
	//
}

.new-msg {
  background-image: linear-gradient(to right, rgb(255,255,255,0) , rgb(22,160,133,.5));
  
}

.new-msg-2 {
	background: linear-gradient(to right, rgb(255,255,255,0), rgb(255,255,255,.5));
	
	-webkit-animation: AnimationName 59s ease infinite;
	-moz-animation: AnimationName 59s ease infinite;
	-o-animation: AnimationName 59s ease infinite;
	animation: AnimationName 59s ease infinite;
	
	@-webkit-keyframes AnimationName {
	    0%{background-position:0% 50%}
	    50%{background-position:100% 50%}
	    100%{background-position:0% 50%}
	}
	@-moz-keyframes AnimationName {
	    0%{background-position:0% 50%}
	    50%{background-position:100% 50%}
	    100%{background-position:0% 50%}
	}
	@-o-keyframes AnimationName {
	    0%{background-position:0% 50%}
	    50%{background-position:100% 50%}
	    100%{background-position:0% 50%}
	}
	@keyframes AnimationName { 
	    0%{background-position:0% 50%}
	    50%{background-position:100% 50%}
	    100%{background-position:0% 50%}
	}
}


.col-icon-90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.iziModal-content {
	color: #5e5e5e !important;	
}

.dragula-manage-content tr {

    height: 500px;
    overflow: scroll;
}

.dragula-manage-content td {
	width: 40%;
}

textarea {
	//background: -webkit-linear-gradient(#fff, #eeeeee);
	 border: 1px solid rgb(0, 169, 244, .5) !important;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
}

textarea:focus {
	border: 1px solid rgb(0, 169, 244, 1) !important;
}

.menu-prime-top-container  {
	
}

.menu-prime-top-container ul li{
	padding-bottom: 20px;
}

.menu-prime-bottom-container ul li{
	padding-bottom: 20px;
}

.iziToast>.iziToast-body .iziToast-buttons>a:active, .iziToast>.iziToast-body .iziToast-buttons>button:active, .iziToast>.iziToast-body .iziToast-buttons>input:not([type=checkbox]):not([type=radio]):active {
	top: auto !important;
}

.note-editor.note-frame .note-editing-area .note-editable {
	background-color: transparent;
}

select {
	//background: -webkit-linear-gradient(#fff, #e5fcff) !important;
		 border: 1px solid rgb(0, 169, 244, .5) !important;
		 background: #ffffff;
}

select:focus {
	border: 1px solid rgb(0, 169, 244, 1) !important;	
}

.seq-group-select {
  padding-top: 2px;
  font-weight: 400;
}

.seq-group-select option {
	color: #ffffff !important;
}
	

select option {
	background: -webkit-linear-gradient(#fff, #e5fcff) !important;
}

input[read-only] {
    cursor: normal;
    background-color: #8285d4 !important;
}

textarea[read-only] {
    cursor: normal;
    background-color: #3a85ad !important;
}

/* MISC */

.bold {
	font-weight: bold;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0; 
}

.mw-100 {
	min-width: 100px;
}
.mw-200 {
	min-width: 200px;
}
.mw-300 {
	min-width: 300px;
}

#news-container {
	position: relative
	display: inline-block;
	font-size: 28px;
	color: #ffffff;
	cursor: pointer;
	padding-right: 8px;
	
}

.news-cnt {
	position: absolute;
	right: 0px;
	top: 12px;
	border-radius: 25px;
	background-color: #cdbaf9;
	font-size: 12px;
	padding-top: 3px;
	width: 18px;
	height: 18px;
	margin: auto;
	text-align: center;

}

.lavendar {
	color: rgba(205, 186, 249, 1) !important;
}

.pignose-calendar .pignose-calendar-unit.lavendar a {
	color: rgba(205, 186, 249, 1);
	font-weight: 800;
}

.pignose-calendar .pignose-calendar-unit-active.lavendar a {
	color:  #fff;
}

.grad-btn {
  flex: 1 1 auto;

  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: #ffffff;
  text-shadow: 0px 0px 10px rgba(0,0,0,0.2);
  border-radius: 25px;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1.3px;
	background-image: linear-gradient(to right, rgba(0, 169, 244, 1) 0%, rgba(37, 208, 208, 1) 50%, rgba(0, 169, 244, 1) 100%);
	cursor: pointer;
	white-space: nowrap;
	
 }

.grad-btn:hover {
  background-position: right center; /* change the direction of the change here */
  text-decoration: none;
	color: white;
}

.grad-btn-sm {
	font-size: 10px;
  margin: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
}




.grad-btn-white:hover {
  background-position: right center; /* change the direction of the change here */
  text-decoration: none;
	color: #848484;

}



.grad-btn-bg-red {
  background-image: linear-gradient(to right, rgba(253, 93, 93, 1) 0%, rgba(255, 0, 165, 1) 50%, rgba(253, 93, 93, 1) 100%);
}

.grad-btn-bg-red span {
	background: linear-gradient(150deg, rgba(0, 169, 244, 1), rgba(37, 208, 208, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all .5s ease;
}

.grad-btn-bg-white {
  background-image: linear-gradient(to right, rgba(244, 244, 244, 1) 0%, rgba(232, 232, 232, 1) 50%, rgba(244, 244, 244, 1) 100%);
}

.grad-btn-bg-white span {
	background: linear-gradient(150deg, rgba(0, 169, 244, 1), rgba(37, 208, 208, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all .5s ease;
}

.grad-btn-alert {
  flex: 1 1 auto;
  margin: 10px;
  padding: 4px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  text-shadow: 0px 0px 10px rgba(0,0,0,0.2);
  border-radius: 25px;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 1.3px;
 }

.grad-btn-alert:hover {
  background-position: right center; /* change the direction of the change here */
  text-decoration: none;
	color: white;
}




.no-bg-color {
	background: none !important;
}

.bg-lgray {
	background-color: #e0e0e0;
}

.bg-logo-blue {
	background-color: #4cb7c4;
}

.logo-blue {
	color: #03a9f4;
}


.brd-1-curve {
	 border: 1px solid gray;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.curve {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.img-m-w-h {
  max-width: 400px;
  height: auto;
}


.anchor {
   position: relative;
   top: -70px;
   visibility:hidden;
} 

.bg-trans {
  background-color: transparent !important;
}

.bg-blue {
	background-color: #2465dc;
}

.bg-green {
	background-color: #239a03;
	
}

.bg-red {
	background-color: #ff0a0a;
}




.footer {
  background-color: transparent;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  bottom: 0px;
  color: #58666e;
  position: absolute;
  //left: 0;
  width: 100%;
  height: 20px;
  z-index: 100;
}



.nav-link-attrs {
	cursor: pointer;
}

.pointer {
	cursor: pointer;
}

.hidden {
	display: none;
}


.autosave-animation {
	position: absolute;
	top: 10px;
	right: -40px;
	z-index: 1000;
}


.animated-slow {
  -webkit-animation-duration: 10s !important;
  animation-duration: 10s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}

.animated-slow-no-delay {
  -webkit-animation-duration: 10s !important;
  animation-duration: 10s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}



.gradient-spinner-tiny{

	width: 12px;
	height:12px;
	border:1px solid #ffffff;
	border-radius: 100%;
	box-shadow: 0 0 0 2px white inset,
	            0 -5px 5px 2px rgba(255,0,0,0.5) inset,
	            0 0 5px 2px rgba(0,255,0,0.5) inset,
	            0 5px 7px 3px rgba(0,0,255,0.5) inset,
	            0 5px 7px 3px rgba(255,0,0,0.5),
	            0 0 5px 2px rgba(0,255,0,0.5),
	            0 -5px 7px 3px rgba(0,0,255,0.5);

	            -webkit-animation:gradient 1s linear infinite;
}

.gradient-spinner{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px -25px;
	width: 50px;
	height:50px;
	border:1px solid #ffffff;


	border-radius: 100%;
	box-shadow: 0 0 0 2px white inset,
	            0 -5px 20px 5px rgba(1,197,255,0.5) inset,
	            0 0 20px 5px rgba(0,150,130,0.5) inset,
	            0 5px 20px 2px rgba(162,58,236,0.5) inset,
	            0 5px 20px 5px rgba(1,197,255,0.5),
	            0 0 20px 5px rgba(0,150,130,0.5),
	            0 -5px 20px 2px rgba(162,58,236,0.5);
	            
	            -webkit-animation:gradient 1s linear infinite;
}
/*loading21*/
@-webkit-keyframes gradient{
	0%{
		-webkit-transform:rotate(0deg);
	}

	100%{
		-webkit-transform:rotate(360deg);
	}
}


.box-seperator {
	margin-left: 20px !important;
	margin-right: 20px !important;
	width: auto;
	height: 2px;
	background: #eeeeee;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.ui-layout-table {
	border-top: 0 !important;
	overflow: auto;
	border-collapse:separate;
	border-spacing: 30px 0px;
}

.ui-layout-top-border {
	width: 100%;
	height: 3px;
	padding: 0px !important;
	margin: 0px !important;
	background: linear-gradient(150deg, rgba(0, 169, 244, 1), rgba(37, 208, 208, 1));
}


.ui-layout-table td{
	overflow: auto;
	vertical-align: top;
}

.ui-layout-table tr{
	overflow: auto;
	margin: 50px;
}

.overflow-auto {
	overflow-y: scroll;
	overflow-x: hidden;
	//overflow: auto;
}

.collection-page  {
	white-space: nowrap;
}

.collection-page > div {
	padding-bottom: 5px;
	overflow-y: scroll;
	overflow-x: hidden;
	resize: none;
}

.overflow-scroll {
	overflow: scroll;
}

.no-border {
	border: 0 !important;
}


.mw-70 {
	max-width: 70px;
}



div .frosted-glass-strong {
	border: 1px solid gray;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: rgb(255,255,255, 0.7);
	box-shadow: inset 0 0 20px rgba(255, 255, 255, 1);
	box-shadow: 2px 2px 6px rgba(144,144,144, .6);
	
}

.drag-add-element {
	z-index: 500;
}

.grabbable {
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

 /* (Optional) Apply a "closed-hand" cursor during drag operation. */
.grabbable:active { 
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.zoom-out * {
   -webkit-transition: all 1s ease;
   -moz-transition: 1s ease;
   transition: 1s ease;
    zoom: 0.0;
}

.zoom-in * {
   -webkit-transition: all 1s ease;
   -moz-transition: 1s ease;
   transition: 1s ease;
    zoom: 1.0;
}

.reg-thumbnail {
  display: block;
  max-width:75px;
  max-height:75px;
  width: auto;
  height: auto;
  padding: 5px;
}

.license-seat-cnt {
	position: absolute;
	bottom: 0;
	right: 10px;
	z-index: 2;
}

.license-list-row {
	margin-bottom: 5px;
	border: 1px solid rgb(128, 128, 128, .25);
	border-radius: 5px;
	cursor: pointer;
}

.license-rows {
	max-height: 150px;
	overflow: scroll;
}


.inner-glow {
  box-shadow: inset 0px 0px 30px rgba(0,0,0,0.8);
}

.no-grab-cursor {
	cursor: auto !important;
}

.img-edit {
	border: 1px solid gray;
	display: inline !important;
	
}

.img-edit-div {
	text-align: center !important;
	margin: 0 auto !important;
}



.resize-text {
position:relative;
	top: -30px;
  margin: 0 auto;
}

.resize-save {
position:relative;
	top: -30px;
  margin: 0 auto;
}

.stroke {
    text-shadow:
    -1px -1px 0 #34a9d8,
    1px -1px 0 #34a9d8,
    -1px 1px 0 #34a9d8,
    1px 1px 0 #34a9d8;  
}



	/* 
	.transparent-fade {
		-webkit-mask-image: -webkit-gradient(linear, left 60%, left bottom, from(rgba(255,255,255,.8)), to(rgba(0,0,0,0))); 

	}
	*/
	
a {
	//color: #ffffff;
	//color: rgb(0,178,222,0.6);
	color: #00a9f4;
	transition: color 0.3s;
	//font-family: 'Marmelad', sans-serif;
	font-weight: 400;
	//font-family: 'Exo 2', sans-serif;
	cursor: pointer;
	
	
}

a:hover {
	color: #016d9c;
}

a.white {
	transition: color 0.3s;
}

a.white:hover {
	color: #016d9c !important;
}

.gray i:hover {
	color: #016d9c;
	transition: .5s;
}

span.upgrade-trial {
	transition: background-color 0.3s;
}
span.upgrade-trial:hover {
	background-color: #2a818c;
}

.textdatepicker, .textdateptimeicker {
	width: 200px;
	display: inline-block;
	cursor: pointer;
}

.datepicker-icon {
	display: inline-block;
	color: rgb(0, 169, 244, 1);
}


.clear {
	clear: both;
}

.chart-percent  {
  display: inline-block;
	line-height: 75px;
  z-index: 2;
  font-weight: 600;
  font-size: 18px;
  color: #797979;
  padding-top: 7px;
  margin-left: -10px;
}

.izi-area-lg {
	width: 400px;
}




#dashboard-container {
	min-width: 1540px;
	width: 100%;

	overflow-y: scroll;
	display: inline;
	padding-left: 220px;
	display: block;
	//padding-bottom:30px;
	//margin-top: 50px;
	position: absolute;
	top: 0;
}

.layout-view-container {
	padding-top: 50px;
	//width: 1600px;
	display: inline;
	margin-left: 220px;
	display: block;
	padding-bottom:30px;
	//margin-top: 50px;
}

#dashboard-polar-charts {
	width: 450px;
	//max-height: 290px;
	//overflow-x: scroll;
}

#dashboard-container-left {
	float: left;
	padding: 0 15px 15px 15px;
	margin-left: 25px;
	margin-top: 20px;
		
}

#dashboard-container-center {
	padding: 0 15px 15px 15px;
	margin-left: 25px;
	margin-top: 20px;
	display: block;
	margin-left: 502px;
	margin-right:336px;
}


#dashboard-container-right {
	display: inline-block;
	float: right;
	padding: 20px 0 0 0;
}


.dashboard-table-tbody {
    height: 100px;
    overflow: auto;
}
.dashboard-table {
	margin-bottom: 15px;
}

.drag-container {

	background: #ffffff;
	margin-right: 15px;
	//box-shadow: rgba(0, 0, 0, 0.1) 2px 6px 6px 0px, rgba(255, 255, 255, 0.3) 0px -5px 35px 0px;
	padding-bottom: 15px; 
	display: table-cell;
	min-width: 50px;
	box-shadow: rgba(0, 0, 0, 0.08) 0px 3px 6px, rgba(0, 0, 0, 0) 0px 4px 30px
	
}

.dashboard-box {

	display: inline-block;
	background: #fff;
	min-height: 150px;
	//box-shadow: rgba(0, 0, 0, 0.1) 2px 6px 6px 0px, rgba(255, 255, 255, 0.3) 0px -5px 35px 0px;
	padding-bottom: 15px; 
	width: 100%;
}

.dashboard-box-title {

	//padding 0 5px 0 5px;

	top: 0;
	//background: linear-gradient(150deg, rgba(0, 169, 244, 1), rgba(37, 208, 208, 1));
}



.dashboard-box-content {
	padding: 10px;
	overflow: scroll;
}

.reg-slider-img{
    max-width: 70%;
    height:auto;
    padding-top: 60px;
    margin-bottom: 60px;
  -ms-transform: rotate(330deg); /* IE 9 */
  -webkit-transform: rotate(330deg); /* Safari 3-8 */
  transform: rotate(330deg);
  margin: auto;
}
.regulation-slider-text-container{
  max-height:30px !important;
  margin: auto;
}
.regulation-slider-text {
	max-height: 30px;
}

.regulation-slider-container{
  max-height: 300px !important;
  padding-top: 40px;
  margin: auto;
}

.reg-img-div {
	text-align: center;
	margin: auto !important;
	display: block;
	padding-right: 35px;
}

.regulation-slider {
	margin-top: 70px;
	text-align: center;
	margin: auto;
}

.regulation-slider {
height: 300px;
}

.slick-arrow{
	box-shadow: none;
	color: #008cca !important;
	transition: 0.3s;
}

.slick-arrow:hover {
	color: #016d9c;
}

.regulation-slider > .slick-prev {
	padding-left: 10px !important;
}

.regulation-slider-text .slick-arrow {
	display: none !important;
}

.regulation-slider .slick-slide {

    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.regulation-slider .slick-center {
    -webkit-transform: scale(2);
    transform: scale(2);

}

.regulation-slider-text .slick-center {
	max-height: 30px;
}

.regulation-slider-text .slick-list {
	max-height: 30px;
}
.regulation-slider .slick-center img {
	max-width: 70%;
	padding-top: 75px;
	cursor: grab;
}

.regulation-slider .slick-center img:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

.slick-prev:before, .slick-next:before { 
   	color: #008cca !important;
   	transition: 0.3s;
}

.a-link-blue {
	color: #008cca;
}




.new-element-type {
	max-width: 100px; 
	max-height: 100px;
	margin-bottom: 20px !important;
}

.edit-image {
	border: 1px solid gray;
}

.hover-bg-logo-blue :hover{
  background: rgb(76,183,196,.3);
  transition: all 0.5s ease;
  border: 0px;
}

div.transparent-overlay {
  opacity:    0.0; 
  background: #000; 
  width:      100%;
  height:     100%; 
  z-index:    10;
  top:        0; 
  left:       0; 
  position:   fixed; 
}



.unselectable {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -ms-user-select : none
}

.text-btn:hover {
  color: #fff;
}

.num-length-4 {
	width: 60px;
}

.element {
	margin-right: 10px !important;
	resize: none;
	margin-left: 20px !important;
	margin-right: 20px !important;
	min-height: 20px;

}

.gray-border-top {
		border-top: 2px solid #eeeeee !important;
}

.scrollbox_delayed {
  transition: visibility 0.2s;
}

.scrollbox_delayed:hover {
  transition: visibility 0s 0.2s;
}

.scrollbox {
  width: 10em;
  height: 10em;
  overflow: auto;
  visibility: hidden;
}

.element,
.scrollbox:hover,
.scrollbox:focus {
  visibility: visible;
}

.bottom-hr {
	border-bottom: 1px solid;
}

.bord-b-lgray {
	border-bottom: 1px solid #bbbbbb;
}


/* FONT SIZE */

.fs-6 {
	font-size: 6px !important;
}
.fs-8 {
	font-size: 8px !important;
}
.fs-10 {
	font-size: 10px !important;
}
.fs-11 {
	font-size: 11px !important;
}
.fs-12 {
	font-size: 12px !important;
}
.fs-14 {
	font-size: 14px !important;
}
.fs-16{
	font-size: 16px !important;
}
.fs-18 {
	font-size: 18px !important;
}
.fs-20 {
	font-size: 20px !important;
}
.fs-22 {
	font-size: 22px !important;
}
.fs-24 {
	font-size: 24px !important;
}
fs-28 {
	font-size: 28px !important;
}
.fs-30 {
	font-size: 30px !important;
}
.fs-40 {
	font-size: 40px !important;
}
.fs-50 {
	font-size: 50px !important;
}

.fs-100 {
	font-size: 100px !important;
}

.table-fixed {
	table-layout: fixed ;
}

.ww-bw {
	word-wrap: break-word;
}

.note-editing-area {
	word-break: break-word;
}

#chat-input {
	resize: vertical;
}

.no-transition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.status-text {
	font-size: 26px;
}

.white a {
	color: #ffffff !important;
	border-radius: 5px;
}

/* Chat */

.chat-window, .chat-foyer-window {
	//box-shadow: 3px 3px 6px rgba(0,0,0,0.25);
	border-radius: 3px;

}

.chat-include-container {
	position: fixed;
	bottom: 0px;
	right: 0px;
	width: 300px;
	z-index: 9000;

}
.account-footer {
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	color: #bbbbbb !important;
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
	line-height: 1.5em;
}

.account-footer div, .account-footer a  {
	color: #bbbbbb !important;
}

.chat-minimize-bar {
	display: flex;
	height: 50px;
	width: 50px;
	cursor: pointer;
	border-radius: 50px;
	z-index: 900;
	font-size: 30px;
	margin-bottom: 15px;
	margin-right: 10px;
	color: white;
	float: right;
	
	
}

.chat-minimize-text {
	text-align: center;
	margin: auto;
}

.chat-container {
	display: block;
	height: 510px;
	border-radius: 3px;
	background: linear-gradient(150deg, rgba(220, 229, 236, 1), rgba(255, 255, 255, 1));
	z-index: 900;
}

.v-center {
  display: inline-flex;
  align-items: center;
}

.chat-foyer-window {
	height: 100%;
}
.chat-top-container, .chat-bottom-container, .chat-contact {

	display: block;
	width: 100%;
	background-color: rgb(255, 255, 255, 1);
	z-index: 20;
  box-shadow: 0px 6px 20px rgba(0,0,0,.25);



}

.chat-contact {
  box-shadow:0 2px 3px 0px rgba(0,0,0,0.25);
  border-radius: 3px;
	width: 100%;
	height: 25px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

.chat-contact-initials {
	position: absolute;
	left: 0px;
	font-size: 50px;
	z-index: 1;
	color: #f7f7f7;
	
	transform: rotate(-10deg);
}

.pos-rel {
	position: relative;
}



.chat-return-icon, .chat-close-icon {
	display: inline-block;
  border-radius: 60px;
  box-shadow: 0px 0px 2px #888;
  padding: 0.5em ;
	color: #fff !important;
	cursor: pointer;
	font-size: 14px;
}

.chat-contact-msg-cnt {
	font-size: 20px;
	text-align: center;

}

.circle-base {
  border-radius: 100px;
  behavior: url(PIE.htc); /* remove if you don't care about IE8 */
  text-align: center;
  width: 40px !important;
  height: 40px !important;
  box-shadow:0 2px 3px 0px rgba(0,0,0,0.25);
}

.chat-msg-cnt {
	padding: 3px 10px;
	font-size: 16px;
	margin-top: 1px;
	border-radius: 50px;
  box-shadow:0 2px 3px 0px rgba(0,0,0,0.25);
}

.chat-msg-alert-bg {
	background: linear-gradient(150deg, rgba(255, 119, 163, 1), rgba(211, 32, 90, 1));
}


.chat-top-container {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
	box-shadow: 0px 6px 20px rgba(0,0,0,.25);
	height: 50px;
}

.chat-bottom-container {

	width: 100%;

	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
	box-shadow: 0px -6px 20px rgba(0,0,0,.25);
	height: 55px;	
	position: relative;
	  align-items: center;
}

.chat-top, .chat-foyer-top {
	height: 100%;
	width: 100%; 
  display: inline-flex;
  align-items: center;
}

.chat-top-main, .chat-contact-name {
	width: 100%;
	text-align: right;
	padding-right: 10px;
	display: inline-block;
}

.z2 {
	z-index: 2 !important;
}


.chat-body-container {
	position: relative;
	display: inline-block;
	width: 100%;
	
	height: 405px;

	  box-shadow: inset 0px 6px 20px rgba(0,0,0,.25);
}

.w-100 {
	width: 100%;
}

.chat-body-upload-container {
	position: absolute;
	bottom: 50px;
  display: -webkit-flex; /* Safari */
  -webkit-align-items: center; /* Safari 7.0+ */
  display: flex;
  align-items: center;
	width: 100%;
	height: 270px;
}

.file-explorer-upload-container {
	position: absolute;
	top: 250px;
  display: -webkit-flex; /* Safari */
  -webkit-align-items: center; /* Safari 7.0+ */
  display: flex;
  align-items: center;
	width: 100%;
	height: 270px;
}

.chat-body-upload, .file-explorer-body-upload {	
	width: 100%;
}

.chat-body-upload .dz-preview {
	margin: auto;
	text-align: center;
	display: block;
	align-items: center;
}

.chat-body-upload .dz-image {
	margin: auto;
	display: block;
}

.file-explorer-body-upload .dz-preview {
	margin: auto;
	text-align: center;
	display: block;
	align-items: center;
}

.file-explorer-body-upload .dz-image {
	margin: auto;
	display: block;
}

.nested-ul {
	list-style-type: none;
}


#chat_attach_file, .file_explorer_attach_file {
	width: 100%;
	max-height: 240px;
	overflow: hidden;
}

.chat-foyer-list, #chat-msg-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
	padding-inline-start: 0px !important;
}

.white-trans-bg {
	background-color: rgb(255, 255, 255, .5);
}


.chat-foyer-body-container {
	position: relative;
	height: 460px;
	display: inline-block;
	width: 100%;
	padding: 10px 10px 0px 10px;
	
  -webkit-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
  
   box-shadow: inset 0px 6px 20px rgba(0,0,0,.25);
   overflow: hidden;
   border-bottom-left-radius: 3px;
   border-bottom-right-radius: 3px;

}

.chat-foyer-body {
	max-height: 460px;
	overflow: scroll;
   border-bottom-left-radius: 3px;
   border-bottom-right-radius: 3px;
}



.chat-body {
	position: absolute;
  bottom: 0;
  left: 0;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 100%;
	width: 100%;

	
  -webkit-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;

  display: block;
}

.chat-body-overflow {
	display: block;
	min-height: 100%;
	

}

.chat-bottom-left {
	float:left;
}

.chat-bottom-right {
	float:right;
}
.chat-bottom-center textarea {
	padding-left: 10px;
	padding-top: 10px;
  background: rgb(0, 0, 0, 0);
  border: 0 !important;
  color: white;
  resize: none;
  border: 0 none;

	width: 75%;
  outline: none;
  height: 100%;
  position: absolute;
	float: left;
	font-size: 12px;

}

.chat-msg-row {
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	visibility: inherit;
}

.chat-msg {
	display: inline-block;
	border-radius: 3px;
	margin-bottom: 5px;
	width: auto;
	padding: 2px 5px 2px 5px;
	font-size: 12px;
  box-shadow:0 2px 3px 0px rgba(0,0,0,0.25);
}

.chat-left {
	background: #ffffff;
	width: auto;
	margin-right: 20px;

}

.chat-right {
	float: right;
	color: #f7f7f7;
	margin-left: 20px;
	text-align: right;
}

.chat-timestamp {
	font-size: 10px;
	color: gray;
}

.chat-timestamp-left {
	float: left;
}

.chat-timestamp-right {
	float: right;
}

.chat-flash {
	   background-color: rgb(0, 169, 244, 1) !important;
    -webkit-transition: background-color 50ms linear;
    -ms-transition: background-color 50ms linear;
    transition: background-color 50ms linear;
  }
  
.change-assignment {
	cursor: pointer;
}

.compass.nav-pills li a {
  //color: #4c5667 !important;
  color: #777777 !important;
  line-height: 36px !important;
  border-radius: 30px;
  padding: 0px 20px;
}
.compass.nav-pills li.active a {
  color: #ffffff !important;
}
.compass.nav-pills li.active a {
 background: linear-gradient(150deg, rgba(0, 169, 244, 1), rgba(37, 208, 208, 1));
}




.flex-center {
	display: flex;
	align-items: center;
}

.float-right {
	float: right;
}

.b1 {
	border: 1px solid;
}

.mgmt-center-div {
	width: 100%;
	margin-top: 250px;
	line-height: 2em;
	font-size: 20px;

}

.activity-log {
	display: block;
	max-height: 300px;
	overflow: scroll;
}

#user-info-tbody {
	background: linear-gradient(150deg, rgba(0, 169, 244, .2), rgba(37, 208, 208, .2));
}

#user-mgmt-email-container {
	width: 100%;

		line-height: 2em;
	font-size: 20px;
}

#user-mgmt-email-input {
	display: inline-flex;
	align-items: center;
	width: 30%;
	text-align: center;

}

.border-bottom {
	border-bottom: 2px solid gray;
}

#user-info-container {
	width: 100%;

}
.w-100 {
	width: 100%;
}

.w-70 {
	width: 70%;
}

/* COLORS */

.ms-container .ms-selectable li.ms-hover, .ms-container .ms-selection li {
	background: none !important;
}


.ms-container .ms-selectable li.ms-hover, .ms-container .ms-selection li.ms-hover {
	background: linear-gradient(150deg, rgba(0, 169, 244, 1), rgba(37, 208, 208, 1)) !important;
}
.iziModal-header {
	background: linear-gradient(150deg, rgba(0, 169, 244, 1), rgba(37, 208, 208, 1)) !important;
}

.compass-gradient-bg {
	background: linear-gradient(150deg, rgba(0, 169, 244, 1), rgba(37, 208, 208, 1));
}

.compass-gradient-cottoncandy-bg {
	background: linear-gradient(150deg, rgba(0, 169, 244, 1), rgba(251, 173, 220, 1));
}

.compass-gradient-trans-bg {
	background: linear-gradient(150deg, rgba(0, 169, 244, .3), rgba(37, 208, 208, .3));
}

.compass-gradient-white-bg {
	background: linear-gradient(150deg, rgba(255, 255, 255, 1) 20%, rgba(0, 169, 244, 1) 66%, rgba(37, 208, 208, 1) 100%);
}

.compass-gradient-wallpaper {
	background: linear-gradient(150deg, rgba(255, 255, 255, 1) 20%, rgba(0, 169, 244, .2) 66%, rgba(37, 208, 208, .5) 100%);
}

.compass-gradient-red-bg {
	background: linear-gradient(150deg, rgba(255, 255, 255, 1) 60%, rgba(249, 127, 183, .4) 90%, rgba(249, 127, 183, .4) 100%);
}

.compass-gradient-blue-gray-bg {
	background: linear-gradient(150deg, rgba(255, 255, 255, 1) 60%, rgba(189, 218, 226, 1) 90%, rgba(189, 218, 226, 1) 100%);
}

.compass-gradient-text, .cgt {
	background: linear-gradient(150deg, rgba(0, 169, 244, 1), rgba(37, 208, 208, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all .5s ease;
}


.note-toolbar {
	z-index: 1 !important;
}

.white-bg {
	background: #fff;
}

.task-progress-container {
		box-shadow: 3px 3px 6px rgba(0,0,0,0.25);
	line-height: 2em;
}

.uppercase {
	text-transform: uppercase;
}

.side-menu {
	padding: 20px 20px 20px 20px;
	position: fixed;
	width: 220px;
	background-color: #ffffff;
	border-right: 2px solid #eeeeee;
  bottom: 0;
  top: 50px;

}

.side-menu a:hover {
	color: #777777 !important;
	transition: .5s;
}

.side-menu ul {
	list-style: none;
	padding-inline-start: 0px;
}

#dashboard-header {
	width: 100%;
	background-color: #ffffff;	
	height: 50px;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 40px;
	border-bottom: 2px solid #eeeeee;
	margin-top: 50px
}

src_lvl_num {
	display: block;
	font-weight: 800;
}

.menu-text {
	color: #bbbbbb
}

.side-menu ul a {
	font-size: 16px;
	color: #bbbbbb;
	//text-transform: uppercase;
	font-weight: 400;
	font-family: 'Work Sans', sans-serif;
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
}


.topbar-prime {
	min-height: 50px;
	margin-bottom: 2px;
	position: fixed;
	width: 100%;
	top: 0;
}


.task-graph-percent {

    display: inline-block;
    /* line-height: 75px; */
    z-index: 2;
    font-weight: 600;
    /* font-size: 18px; */
    color: #797979;
    /* padding-top: 7px; */
	margin-right: 50px;
	font-size: 12px;
	
	
}

.clear-r {
	clear: right;
}

.clear-l {
	clear: left;
}

.compass-gradient-hr {
	  background-image: linear-gradient(150deg, rgba(0, 169, 244, 1), rgba(37, 208, 208, 1));
    border: 0;
    height: 1px;
  }
  
 .compass-gradient-blue-bg {
	background-color: rgba(76, 188, 246);
}

#reg-container {
	width: 700px;
	height: 100vh;
	background-color: rgb(255, 255, 255, .3);
	margin: auto;
}


.compass-gradient-gray-not-selected-bg {
	background-color: #fff;
	transition: background-color 0.3s;
	transition: color 0.3s;
	color: #cccccc !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
	border: dashed gray 1px;

}
a .compass-gradient-gray-not-selected-bg:hover {
	background-color: rgb(37, 169, 169);
	color: #fff !important;

}

.textfield-pad {
	height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	font-family:"Helvetica Neue";
	font-size: 14px;
}

.textfield-pad-help {
	position: absolute;
	margin-left: 400px;
	padding-left: 110px;
	margin-top: -35px;
}

.textfield-pad-help-float-r {
	position: absolute;
	margin-left: 310px;
}


.compass-gradient-green-bg {
	background-color: rgb(37, 208, 208);
	transition: background-color 0.3s;
}

a .compass-gradient-green-bg:hover {
	background-color: rgb(37, 169, 169);
}



.compass-gradient-purple-bg {
	background-color: rgb(205, 186, 249);
}

.offline-gray {
	color: rgb(0, 0, 0, .45);
}

.offline:active {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

.disabled-trans-bg {
	background-color: rgb(0, 0, 0, 0) !important;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

.low-z {
	z-index: 0;
}
.flex-center {
	display: flex;
	justify-content: center;
}

.dashboard-task-list {
background-color: #eeeeee;	
overflow-y: scroll;
	
}


.pignose-calendar {
	box-shadow: rgba(0, 0, 0, 0.1) 2px 6px 6px 0px, rgba(255, 255, 255, 0.3) 0px -5px 35px 0px !important;
	font-size: 14px;
}

.pignose-calendar-top {
	background-color: #ffffff !important;
	box-shadow: 0px;
}

.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-active a {
	background: linear-gradient(150deg, rgba(0, 169, 244, 1), rgba(37, 208, 208, 1)) !important;
}

.event-hr {
	padding-left: 40px;
	padding-right: 40px;
}
.pg-upcoming-title {
	margin-bottom: 20px;
}
.pg-calendar-overlay-close {
	position: absolute;
	right: 10px;
	top: 5px;
	font-size: 24px;
}

#pg-calendar {
	width: 350px;
}

.pg-upcoming {
	margin-top: -30px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
}

.pg-upcoming-content {
	max-height: 200px;
	overflow: scroll;
}

#pg-calendar-overlay {
	position: absolute;
	top: 0;
	margin: auto;
	max-width: 360px;
	width: 80%;
	height: 100%;
	bottom: 0;
	border-radius: 20px;
	z-index: 6;
	color: #fff;
	background: linear-gradient(150deg, rgba(0, 169, 244, .85), rgba(37, 208, 208, .95)) !important;
}

#pg-overlay-title {
	padding-top: 50px;	
}

#pg-overlay-title-bar {
	background: #fff;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.pg-overlay-title {
	font-size: 12px;
}



.dashboard-graphs {

}

.mh-inh {
	max-height: inherit;
}

.h-40p {
	max-height: 40%;
}
.h-35p {
	max-height: 35%;
}


.red {
  color: red !important;
}

a.red:hover {
  color: #a00000 !important;
}

.salmon {
	color: #ff6e6e !important;
}

.dull-red {
	color: #bf7b7b !important;
}

.green {
  color: green;
}

.gray-unavailable {
  color: #b1b5bb;
}

.black {
  color: black;
}

.white {
  color: white !important;
}

.white {
  color: white;
}

.lgray {
  color: #e0e0e0;
}

.gray {
	color: #9e9e9e !important;
	transition: .5s;
}

.gray i {
	transition: .5s;
}

.gray > a {
	color: #9e9e9e !important;
}

.dark-gray {
	color: #5e5e5e !important;
}

.hover-blue :hover{
  color: #4cb7c4;
}


/* ALIGNMENT */

.go-center {
  text-align: center !important;
 }
 
.go-left {
  text-align: left !important;
}

.go-right {
  text-align: right !important;
}

.inline-flex {
	display: inline-flex;
}

.flex {
	display: flex;
}

.inline-block {
	display: inline-block;
}

.inline {
	display: inline;
}

.file-options-list {
	clear: left;
	float: left;

}

.mw-150 {
	min-width: 150px;
}

.exact-center-abs {
	position: absolute;
	left:0;
	top: 0;
	width: 100%;
	height: 100%;
}
.exact-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.m-t-300 {
	margin-top: 300px;
}

.ms-selectable, .ms-selection {
	background: rgb(255, 255, 255, 0) !important;
}

.file-association-selectable .ms-container {
	width: 100%;
}

.instance-user-selectable .ms-container {
	width: 800px !important;
}






.box-options {
	 position: absolute;
   right: -15px;
   top: 0;
   color: #ffffff !important;
 }
 .box-options>a {
   color: #ffffff !important;
 }
 .box-options>a:hover {
	color: #4cb7c4 !important;
}


 .def-link>a:hover {
	color: #4cb7c4 !important;
	transition: .5s;
}

.mint {
	color: #64d6b8;
}

 
.box-menu {
	 position: absolute;
   right: -17px;
   top: 0;
   z-index: 20;
}
.box-menu>a {
	color: #FFFFFF !important;
}
.box-menu>a:hover {
	color: #4cb7c4 !important;
}
.box-menu>a.box-delete:hover {
	color: #d80000 !important;
}

.unused-element {
	cursor: pointer !important;
}

.table-responsive {
	overflow: hidden;
}

span.chat-circle {
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 5px;
  text-align: center;
  width: 1.6em; 
  font-size: 20px;
}

span.msg-cnt-circle {
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.3em;
  margin-right: 5px;
  text-align: center;
  width: 1.3em; 
  font-size: 16px;
  background-color: #808080;
}

.font-w-300 {
	font-weight: 300;
}

.participant-name {
	color: rgb(251, 0, 0, .5)
}

.vert-l-blue {
	//border-left: 5px solid rgb(0, 91, 228, .5);
	border-left: 5px solid rgb(0, 80, 152, .5);
}

.vert-r-red {
	border-right: 5px solid rgb(251, 0, 0, .5);
	//border-right: 5px solid rgb(45, 214, 32, .3);
}

.conversation-list {
	overflow-y:auto;
	max-height: 40vh;
	min-height: 40vh;

}

.output-tree {
	overflow-y:auto;
	max-height: 40vh;
	min-height: 40vh;

}

.input-tree {
	overflow-y:auto;
	max-height: 20vh;
	min-height: 20vh;

}




.formatted-element {
	margin-left: 0px;
	margin-right: 0px;
}

.naked-ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}



/* MARGIN AND PADDING */

.m-0 {
  margin: 0px;
}

.m-5 {
	margin: 5px;
}
.m-10 {
	margin: 10px;
}
.m-15 {
	margin: 15px;
}
.m-20 {
	margin: 20px;
}
.m-25 {
	margin: 25px;
}
.m-30 {
	margin: 30px;
}
.m-35 {
	margin: 35px;
}
.m-40 {
	margin: 40px;
}
.m-45 {
	margin: 45px;
}
.m-50 {
	margin: 50px;
}
.m-60 {
	margin: 60px;
}
.m-70 {
	margin: 70px;
}
.m-75 {
	margin: 75px;
}
.m-80{
	margin: 80px;
}
.m-90{
	margin: 90px;
}
.m-100{
	margin: 100px;
}
.m-125{
	margin: 125px;
}
.m-150{
	margin: 150px;
}
.m-175{
	margin: 175px;
}
.m-200{
	margin: 200px;
}
.m-l-5 {
	margin-left: 5px;
}
.m-l-10 {
	margin-left: 10px;
}
.m-l-15 {
	margin-left: 15px;
}
.m-l-20 {
	margin-left: 20px;
}
.m-l-25 {
	margin-left: 25px;
}
.m-l-30 {
	margin-left: 30px;
}
.m-l-35 {
	margin-left: 35px;
}
.m-l-40 {
	margin-left: 40px;
}
.m-l-45 {
	margin-left: 45px;
}
.m-l-50 {
	margin-left: 50px;
}
.m-l-60 {
	margin-left: 60px;
}
.m-l-70 {
	margin-left: 70px;
}
.m-l-75 {
	margin-left: 75px;
}
.m-l-80{
	margin-left: 80px;
}
.m-l-90{
	margin-left: 90px;
}
.m-l-100{
	margin-left: 100px;
}
.m-l-125{
	margin-left: 125px;
}
.m-l-150{
	margin-left: 150px;
}
.m-l-175{
	margin-left: 175px;
}
.m-l-200{
	margin-left: 200px;
}
.m-r-5 {
	margin-right: 5px;
}
.m-r-10 {
	margin-right: 10px;
}
.m-r-15 {
	margin-right: 15px;
}
.m-r-20 {
	margin-right: 20px;
}
.m-r-25 {
	margin-right: 25px;
}
.m-r-30 {
	margin-right: 30px;
}
.m-r-35 {
	margin-right: 35px;
}
.m-r-40 {
	margin-right: 40px;
}
.m-r-45 {
	margin-right: 45px;
}
.m-r-50 {
	margin-right: 50px;
}
.m-r-60 {
	margin-right: 60px;
}
.m-r-70 {
	margin-right: 70px;
}
.m-r-75 {
	margin-right: 75px;
}
.m-r-80{
	margin-right: 80px;
}
.m-r-90{
	margin-right: 90px;
}
.m-r-100{
	margin-right: 100px;
}
.m-r-125{
	margin-right: 125px;
}
.m-r-150{
	margin-right: 150px;
}
.m-r-175{
	margin-right: 175px;
}
.m-r-200{
	margin-right: 200px;
}
	
.m-t-0 {
	margin-top: 0px !important;
}

.m-t-5 {
	margin-top: 5px;
}
.m-t-10 {
	margin-top: 10px;
}
.m-t-15 {
	margin-top: 15px;
}
.m-t-20 {
	margin-top: 20px;
}
.m-t-25 {
	margin-top: 25px;
}
.m-t-30 {
	margin-top: 30px;
}
.m-t-35 {
	margin-top: 35px;
}
.m-t-40 {
	margin-top: 40px;
}
.m-t-45 {
	margin-top: 45px;
}
.m-t-50 {
	margin-top: 50px;
}
.m-t-60 {
	margin-top: 60px;
}
.m-t-70 {
	margin-top: 70px;
}
.m-t-75 {
	margin-top: 75px;
}
.m-t-80{
	margin-top: 80px;
}
.m-t-90{
	margin-top: 90px;
}
.m-t-100{
	margin-top: 100px;
}
.m-t-125{
	margin-top: 125px;
}
.m-t-150{
	margin-top: 150px;
}
.m-t-175{
	margin-top: 175px;
}
.m-t-200{
	margin-top: 200px;
}
.m-b-5 {
	margin-bottom: 5px;
}
.m-b-10 {
	margin-bottom: 10px;
}
.m-b-15 {
	margin-bottom: 15px;
}
.m-b-20 {
	margin-bottom: 20px;
}
.m-b-25 {
	margin-bottom: 25px;
}
.m-b-30 {
	margin-bottom: 30px;
}
.m-b-35 {
	margin-bottom: 35px;
}
.m-b-40 {
	margin-bottom: 40px;
}
.m-b-45 {
	margin-bottom: 45px;
}
.m-b-50 {
	margin-bottom: 50px;
}
.m-b-60 {
	margin-bottom: 60px;
}
.m-b-70 {
	margin-bottom: 70px;
}
.m-b-75 {
	margin-bottom: 75px;
}
.m-b-80{
	margin-bottom: 80px;
}
.m-b-90{
	margin-bottom: 90px;
}
.m-b-100{
	margin-bottom: 100px;
}
.m-b-125{
	margin-bottom: 125px;
}
.m-b-150{
	margin-bottom: 150px;
}
.m-b-175{
	margin-bottom: 175px;
}
.m-b-200{
	margin-bottom: 200px;
}

.p-0 {
	padding: 0px;
}
.p-2 {
	padding: 2px;
}

.p-5 {
	padding: 5px;
}
.p-10 {
	padding: 10px;
}
.p-15 {
	padding: 15px;
}
.p-20 {
	padding: 20px;
}
.p-25 {
	padding: 25px;
}
.p-30 {
	padding: 30px;
}
.p-35 {
	padding: 35px;
}
.p-40 {
	padding: 40px;
}
.p-45 {
	padding: 45px;
}
.p-50 {
	padding: 50px;
}
.p-60 {
	padding: 60px;
}
.p-70 {
	padding: 70px;
}
.p-75 {
	padding: 75px;
}
.p-80{
	padding: 80px;
}
.p-90{
	padding: 90px;
}
.p-100{
	padding: 100px;
}
.p-125{
	padding: 125px;
}
.p-150{
	padding: 150px;
}
.p-175{
	padding: 175px;
}
.p-200{
	padding: 200px;
}
.p-l-5 {
	padding-left: 5px;
}
.p-l-10 {
	padding-left: 10px;
}
.p-l-15 {
	padding-left: 15px;
}
.p-l-20 {
	padding-left: 20px;
}
.p-l-25 {
	padding-left: 25px;
}
.p-l-30 {
	padding-left: 30px;
}
.p-l-35 {
	padding-left: 35px;
}
.p-l-40 {
	padding-left: 40px;
}
.p-l-45 {
	padding-left: 45px;
}
.p-l-50 {
	padding-left: 50px;
}
.p-l-60 {
	padding-left: 60px;
}
.p-l-70 {
	padding-left: 70px;
}
.p-l-75 {
	padding-left: 75px;
}
.p-l-80{
	padding-left: 80px;
}
.p-l-90{
	padding-left: 90px;
}
.p-l-100{
	padding-left: 100px;
}
.p-l-125{
	padding-left: 125px;
}
.p-l-150{
	padding-left: 150px;
}
.p-l-175{
	padding-left: 175px;
}
.p-l-200{
	padding-left: 200px;
}
.p-r-5 {
	padding-right: 5px;
}
.p-r-10 {
	padding-right: 10px;
}
.p-r-15 {
	padding-right: 15px;
}
.p-r-20 {
	padding-right: 20px;
}
.p-r-25 {
	padding-right: 25px;
}
.p-r-30 {
	padding-right: 30px;
}
.p-r-35 {
	padding-right: 35px;
}
.p-r-40 {
	padding-right: 40px;
}
.p-r-45 {
	padding-right: 45px;
}
.p-r-50 {
	padding-right: 50px;
}
.p-r-60 {
	padding-right: 60px;
}
.p-r-70 {
	padding-right: 70px;
}
.p-r-75 {
	padding-right: 75px;
}
.p-r-80{
	padding-right: 80px;
}
.p-r-90{
	padding-right: 90px;
}
.p-r-100{
	padding-right: 100px;
}
.p-r-125{
	padding-right: 125px;
}
.p-r-150{
	padding-right: 150px;
}
.p-r-175{
	padding-right: 175px;
}
.p-r-200{
	padding-right: 200px;
}
.p-t-5 {
	padding-top: 5px;
}
.p-t-10 {
	padding-top: 10px;
}
.p-t-15 {
	padding-top: 15px;
}
.p-t-20 {
	padding-top: 20px;
}
.p-t-25 {
	padding-top: 25px;
}
.p-t-30 {
	padding-top: 30px;
}
.p-t-35 {
	padding-top: 35px;
}
.p-t-40 {
	padding-top: 40px;
}
.p-t-45 {
	padding-top: 45px;
}
.p-t-50 {
	padding-top: 50px;
}
.p-t-60 {
	padding-top: 60px;
}
.p-t-70 {
	padding-top: 70px;
}
.p-t-75 {
	padding-top: 75px;
}
.p-t-80{
	padding-top: 80px;
}
.p-t-90{
	padding-top: 90px;
}
.p-t-100{
	padding-top: 100px;
}
.p-t-125{
	padding-top: 125px;
}
.p-t-150{
	padding-top: 150px;
}
.p-t-175{
	padding-top: 175px;
}
.p-t-200{
	padding-top: 200px;
}
.p-b-5 {
	padding-bottom: 5px;
}
.p-b-10 {
	padding-bottom: 10px;
}
.p-b-15 {
	padding-bottom: 15px;
}
.p-b-20 {
	padding-bottom: 20px;
}
.p-b-25 {
	padding-bottom: 25px;
}
.p-b-30 {
	padding-bottom: 30px;
}
.p-b-35 {
	padding-bottom: 35px;
}
.p-b-40 {
	padding-bottom: 40px;
}
.p-b-45 {
	padding-bottom: 45px;
}
.p-b-50 {
	padding-bottom: 50px;
}
.p-b-60 {
	padding-bottom: 60px;
}
.p-b-70 {
	padding-bottom: 70px;
}
.p-b-75 {
	padding-bottom: 75px;
}
.p-b-80{
	padding-bottom: 80px;
}
.p-b-90{
	padding-bottom: 90px;
}
.p-b-100{
	padding-bottom: 100px;
}
.p-b-125{
	padding-bottom: 125px;
}
.p-b-150{
	padding-bottom: 150px;
}
.p-b-175{
	padding-bottom: 175px;
}
.p-b-200{
	padding-bottom: 200px;
}

/* ZOOM */
.zm-10 {
	zoom: 10%;
}
.zm-20 {
	zoom: 20%;
}
.zm-30 {
	zoom: 30%;
}
.zm-40 {
	zoom: 40%;
}
.zm-50 {
	zoom: 50%;
}
.zm-60 {
	zoom: 60%;
}
.zm-70 {
	zoom: 70%;
}
.zm-80 {
	zoom: 80%;
}
.zm-90 {
	zoom: 90%;
}
.zm-100 {
	zoom: 100%;
}


/* Height & Width */

.min-height-50 {
	min-height: 50px;
}
/* Display */

.disp-none {
	display: none;
}

.disp-inline {
  display: inline;
}

.disp-block {
	display: block;
}

.disp-inline-block {
	display: inline-block;
}


.br-bl {
	border: 1px black solid;
}

.br-gray {
	border: 1px gray solid;
}



ul .fullwidth {
	width: 100%;
	margin: 0px;
	padding: 0px !important;
}

/*
ul, li {
margin:0;
padding: 0 5px 0 5px;
}
*/

.br-10 {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.fld-bg-wh-lbl {
  background: -webkit-linear-gradient(#fff, #e5fcff);
}
/* SPINNER */
/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  left: 0;
}

.m-auto {
	margin: auto;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

.text-shadow {
	  text-shadow: 3px 3px 5px #909090	;
	}


/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* End Spinner */



#canvas-image-blending {
    position: absolute;
    display: block !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.pagination>li {
	border-radius: 5px !important;
}

.bttn-compass, .btn-primary, .footable-page>a{
	color: #fff !important;
	background: linear-gradient(150deg, rgba(0, 169, 244, 1), rgba(37, 208, 208, 1));
	border-radius: 5px !important;
}

.bttn-compass-red {
	color: #fff !important;
	background: red !important;
	border-radius: 5px !important;
	border: 1px solid gray;
}

.img-upload  {
	text-align: center;
	width: 80% !important;
	min-height: 100px !important;
	padding-top: 80%;
	cursor: pointer;
	border: 1px solid rgb(0, 169, 244, .5);
  border-radius: 5px !important;
	transition: all 0.5s ease-in-out;
  background-image:url("/img/click-to-add.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  float: left;
}

.bg-cont {
	background-size: contain;
}
.change-upload-img {
	display: inline-block;
	float: left;
	margin-left: 10px;
	width: 100%;
}

.img-upload:hover {
	border: 1px solid rgb(1, 109, 156, 1);
	border-radius: 25px;
}

.img-upload td  {

}

.border-red {
	border: 5px solid red !important;
}

.bttn-compass:hover {
	color: gray !important;
	background: #ffffff !important;
	border-radius: 5px !important;
	transition: all 0.5s ease;
}

.bttn-compass:active {
	color: #808080 !important;
	background: #ffffff !important;
	border-radius: 5px !important;
	transform: translateY(4px);
}



.bttn-fill:focus {
	color: #4cb7c4 !important;
	background: #4cb7c4 !important;
	border-radius: 5px !important;
}
.bttn-fill:before {
    border-radius: 5px !important;
}


@-webkit-keyframes pulse-compass {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    transition: color 0.5s ease;
  }

  5% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
    color: #4cb7c4;
    transition: color 0.5s ease;
  }
  
   10% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    transition: color 0.5s ease;
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}


@keyframes pulse-compass {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    transition: color 0.5s ease;
  }

  5% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
    color: #4cb7c4;
    transition: color 0.5s ease;
  }
  
   10% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    transition: color 0.5s ease;
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse-compass {
  -webkit-animation-name: pulse-compass;
  animation-name: pulse-compass;
}

<! --      shake-compass        -->
 
 
 
@-webkit-keyframes shake-compass {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  
  
}

@keyframes shake-compass {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  


  
}

.shake-compass {
  -webkit-animation-name: shake-compass;
  animation-name: shake-compass;
}

.reg-field-tbody div{
	margin-top: 2px !important;
	margin-bottom: 2px !important;
	
}

.file-explorer-table {
	background-color: rgb(255, 255,255, 0) !important;
}

.file-explorer-table td {
	padding-left: 0 !important;
	padding-right: 0 !important;
}


.slim-table td {
	padding-top: 2px !important;
	padding-bottom: 2px !important;
	vertical-align: middle !important;
}

.new-reg-tbody td {
	padding-top: 2px !important;
	padding-bottom: 2px !important;
	vertical-align: middle !important;
}

.new-reg-tbody label {
	margin-bottom: 0px !important;
}

tbody .form-control {
	height: 28px !important;
}


.float-l {
	float: left;
}

.float-r {
	float: right;
}

.pos-relative {
	position: relative;
}

.onoffswitch-label {
	height: 24px;
}

.v-a-b {
	vertical-align: bottom;
}

.v-a-t {
	vertical-align: top;
}

.v-a-m {
	vertical-align: middle;
}

.switch-ma>.onoffswitch {
	margin: auto;
}


.onoffswitch {
    position: relative; width: 69px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid rgb(0, 169, 244, .5); border-radius: 20px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 25px; padding: 0; line-height: 25px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "";//on
    background: linear-gradient(150deg, rgba(0, 169, 244, 1), rgba(37, 208, 208, 1));
    color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "";// off
    background-color: #EEEEEE; 
    color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 17px; margin: 6px;
    position: absolute; top: 0; bottom: 0;
    right: 40px;
    border: 2px solid #999999; border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
    background-color: #ffffff;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
    background: linear-gradient(150deg, rgba(0, 169, 244, 1), rgba(37, 208, 208, 1));
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}


.iziToast>.iziToast-close {
	height: 30px !important;
}


.toggle-on-off:before {
  content: "On" !important;
  padding-left: 8px;
	background-color: #d7e0ea; color: #4cb7c4;
}
.toggle-on-off:after {
  content: "Off" !important;
  padding-right: 8px;
	background-color: #d7e0ea; color: #999999;
}
.toggle-blank:before {
  content: "" !important;
	padding-left: 8px;
	background-color: #d7e0ea; color: #4cb7c4;
}
.toggle-blank:after {
  content: "" !important;
	padding-right: 8px;
	background-color: #ffffff; color: #999999;
}
.toggle-yes-no:before {
  content: "Yes" !important;
	padding-left: 8px;
	background-color: #d7e0ea; color: #999999;
}
.toggle-yes-no:after {
  content: "No" !important;
  padding-right: 8px;
	background-color: #ffffff; color: #999999;
}




.size-slider {
	
	position: fixed !important;
	bottom: 10% !important;
	right: 1% !important;
	z-index: 1000;
	background-color: transparent !important;
	width: 20px;

  display: block;

	
}

.choice-box-wrap-opa {
	background-color: white;
}

circle {
	border: 1px solid black;
}

.pos-absolute {
	position: absolute;
}

.mh-120 {
	min-height: 120px;
}

#overlay-icon {

  font-size: 600px;
  -webkit-perspective: 700px; /* Safari 4-8 */
 transform: perspective(700px) rotateY(45deg) rotateX(25deg);
 
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   z-index:100
   overflow: hidden;
   top: 10%;
   left: 40%;
}

.fs-800 {
	font-size: 800px;
}


#overlay-icon i {
	color: rgb(0, 0, 0, .04);
}

/*
.m-l-n1 {
	margin-left: -1px;
}

.m-t-n1 {
	margin-top: -1px;
}
*/
#task-progress-text {
	font-weight: 400;
}

.task-progress-label {
	padding: 0 5px 0 5px;
}

.task-graph {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	min-width: 40px;
	text-align: right;
}
#overlay-text {
	
	color: rgb(0, 0, 0, .7);

  font-size: 24px;
  text-align: right;
  padding-right:  50px;
	
	position: absolute;
	z-index:100
	overflow: hidden;
	top: 50px;
	width: 100%;

}

#tasks{
	padding-top: 4px;
	min-width: 200px;
	top: 35px;
	right: 17px;
	z-index: 995 !important;
	line-height: normal;
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
}

.graph-checkmark {
	position: relative;
	float: right;
	padding-right: 4px;
	padding-top: 2px;
	margin-left: -100px;
	color: #ffffff;
	z-index: 10001 !important;
}

.task-bg {
	background-color: none;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
  box-shadow:0 2px 3px 0px rgba(0,0,0,0.25);
}

.file-options-bg {
	background: linear-gradient(150deg, rgba(255, 255, 255, 1) 60%, rgba(189, 218, 226, 1) 90%, rgba(189, 218, 226, 1) 100%);
	 border: 1px solid #eeeeee !important;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
  box-shadow:0 2px 3px 0px rgba(0,0,0,0.25);
}


.main-nav-z {
	position: absolute:
	top: 0;
	right: 55px;
	z-index: 10000;
}

input.textfield-show {
    color: inherit;
}

input.textfield-fade {
		transition: color .4s;
    color: rgba(255, 255, 255, 0.01) !important;
}

textarea.textfield-show {
    color: inherit;
}

textarea.textfield-fade {
		transition: color .4s;
    color: rgba(255, 255, 255, 0.01) !important;
}

select.textfield-show{
    color: inherit;
}

select.textfield-fade{
		//transition: color .4s;
    color: rgba(255, 255, 255, 0.01) !important;
}

option.textfield-show {
    color: inherit;
}

option.textfield-fade {
		transition: color .4s;
    color: rgba(255, 255, 255, 0.9) !important;
}


.chx-inp {
	width: auto;
		 border: 1px solid rgb(0, 169, 244, .5) !important;
}

.chx-inp:focus {
	border: 1px solid rgb(0, 169, 244, 1) !important;
}

.dropdown {
	width: 100%;
}

.footable-sortable {
	color: inherit !important;
	font-weight: 400;
}


#loading-overlay{
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background-color: #ffffff;
  background: linear-gradient(150deg, rgba(255, 255, 255, 1) 20%, rgba(217, 241, 253, 1) 50%, rgba(255, 255, 255, 1) 100%);
  z-index: 997;
}

#option-overlay{
  position:fixed;
  top:50px;
  left:220px;
  bottom:0;
  right:0;
  background-color: #ffffff;
  background: linear-gradient(150deg, rgba(255, 255, 255, 1) 20%, rgba(217, 241, 253, 1) 50%, rgba(255, 255, 255, 1) 100%);
  z-index: 40;
  display: none;
}


#spinner-overlay{
  position:fixed;
  top:0;
  left:0;
  bottom:0;
  right:0;
  //background-color: rgb(224, 237, 243, .7);
  z-index: 100001;
}

.high-z {
  z-index:10001;
}

.z-99 {
	z-index: 99;
}

.z-50 {
	z-index: 50;
}

.highest-z {
  z-index:100001;
}
.low-z {
  z-index:-99998;
}
#loading-gif {
	  z-index:99999;
    position: absolute;
    left: 50%;
    top: 35%;
  }
  
  
.bg-white {
	background-color: #ffffff;
}

.bs-5 {
	box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5);
}
 
.bg-white-glow {
	background: rgb(255,255,255, 0.2);
	box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5);
}

.bg-white-glow-strong {
	background: rgb(255,255,255, 0.5);
	box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5);
}

.bg-gray-glow {
	background: rgb(128,128,128, 0.6);
	box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5);
}


.bg-blue-glow {
	background: rgb(30,146,181, 0.3);
	box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5);
}

.bg-blue-glow-strong {
	background: rgb(30,146,181, 0.6);
	box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5);
}

.input-sm  {
	height: auto !important;
}


input[type="text"]:disabled {
	background: #e5e5e5 !important;
	background-color: #e5e5e5 !important;
}

.textfield[type="text"]:disabled {
	background: #e5e5e5 !important;
	background-color: #e5e5e5 !important;
}

textarea[disabled] {
	background: #e5e5e5;
	background-color: #e5e5e5;
}

select[disabled] {
	background: #e5e5e5 !important;
	background-color: #e5e5e5 !important;
}


.association-col-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 501;
  
 -webkit-text-stroke: 1px black;
 text-shadow:
     3px 3px 0 #000,
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
}

.dark-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 501;
	background: rgb(58,58,58, 0.95);
  
 -webkit-text-stroke: 1px black;
 text-shadow:
     3px 3px 0 #000,
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
}

.z-502 {
	z-index: 502;
}

.loading-hide {
	visibility: hidden;
}

.ui-view-container {
	width: auto;
	display: table-row;
}

.layout-container {
	overflow: hidden;
	margin: auto;
	min-width: 1vw;
	border-top: 1px solid gray;
}

.full-width {
	width: 100%;
}

#autosave-container {
  width: 100px;
  height: 20px;
	text-align: right;
  z-index: 0;
  float: left;
  display: inline-block;
  width: auto;
}
#autosave-overlay {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #ffffff !important;
	padding-top: 15px;
}

#autosave-container2 {
  width: 100px;
  height: 20px;
  position: absolute;
	right: 0px;
	text-align: right;
  z-index: 0;
}
#autosave-overlay2 {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #ffffff;
}



#topbar-left {
	padding-left: 20px;
	position: absolute;
	
}

#topbar-right {
	float: right;
	display: inline-block;
	min-height: 40px;
	position: relative;
	margin-right: 10px;
}





#topbar-info-h2 {
	font-size: 26px;
	margin-top: -25px;
}

.text-bottom {
	vertical-align: text-bottom !important;
}

#topbar-container {
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%)
}
#topbar-info {
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}

#drag-info {
	position: absolute;
	left: 50%;
	top: 0px;
	-webkit-transform: translateX(-30%);
	transform: translateX(-30%);
	font-size: 36px;
}
//#topbar-info {
	position: absolute;
	left: 40px;
	text-align: left;
	margin-top: 30px;
	z-index: 10;
}

.launch-btn {
	line-height: inherit;
}

.fw-100 {
	font-weight: 100;
}

.fw-200 {
	font-weight: 200;
}

.fw-300 {
	font-weight: 300;
}

.fw-400 {
	font-weight: 400;
}

.fw-500 {
	font-weight: 500;
}

.fw-600 {
	font-weight: 600;
}

.fw-800 {
	font-weight: 800;
}

.wrapper {
	margin-top: 0px;
}

.wordwrap { 
   white-space: pre-wrap;      /* CSS3 */   
   white-space: -moz-pre-wrap; /* Firefox */    
   white-space: -pre-wrap;     /* Opera <7 */   
   white-space: -o-pre-wrap;   /* Opera 7 */    
   word-wrap: break-word;      /* IE */
}


.btn-compass-01 {
  position: relative;
  margin: auto;
  padding: 19px 22px;
  transition: all 0.2s ease;
}
.btn-compass-01:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 28px;
  background: rgba(208, 235, 239, 0.5);
  width: 56px;
  height: 56px;
  transition: all 0.3s ease;
}
.btn-compass-01 span {
  position: relative;
  font-size: 16px;
  line-height: 18px;
  font-weight: 900;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  vertical-align: middle;
}
.btn-compass-01 svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #111;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}
.btn-compass-01:hover:before {
  width: 100%;
  background: rgba(208, 235, 239, 1);
}

a .btn-compass-01:hover {
	  	color: rgb(0, 127, 222, 0.6) !important;
}

.btn-compass-01:hover svg {
  transform: translateX(0);
}






.btn-compass-02-container {
	display: flex;

	margin: 0;
	padding: 0;
}

.btn-compass-02 {
display: inline-block;
		align-items: center;
	border: 1px solid #8a8a8a;
	cursor: pointer;
	letter-spacing: 0.2125rem;
	overflow: hidden;
	padding: 2px 15px 2px 15px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	transition: 
		background 2s cubic-bezier(0.19, 1, 0.22, 1),
		border 1s cubic-bezier(0.19, 1, 0.22, 1),
		color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	user-select: none;
	border-radius: 25px;
background: #74ebd5;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #006289, #ffffff);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #006289, #ffffff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

	color: #ffffff;
	height: 30px;
	width: auto;
}

.btn-compass-02 a {
	color: #ffffff;
	font-family: "Varela Round";
	text-decoration: none;
}

.btn-compass-02 .mask {

	background-color: rgba(255, 255, 255, 0.2);
	height: 100px;
	position: absolute;
	transform: translate3d(-120%, -50px, 0) rotate3d(0, 0, 1, 45deg);
	transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
	width: 200px;
}

.btn-compass-02 .shift {
	display: inline-block;
	transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
	margin-bottom: 3px;
}

.btn-compass-02:hover {
	box-shadow: 0 0 5px rgba(255, 245, 245, 0.8);
	transition: background 0s;
}

.btn-compass-02:hover a {
	color: #fff;
	text-decoration: none;
}

.btn-compass-02:hover .mask {
		display: inline-block;

	background-color: rgba(255, 255, 255, 0.1);
	transform: translate3d(120%, -100px, 0) rotate3d(0, 0, 1, 90deg);
}

.btn-compass-02:hover .shift {
	transform: translateX(5px);
}

.btn-compass-02:active {
	background-color: #fff;
}

.btn-compass-02:active a {
	color: #202020;
}

.float-left {
	float: left !important;
}

.access-control-box {
	max-height: 60vh;
	overflow-y: scroll;
	text-align: left;
}

.ac-left-header, .ac-center-header, .ac-right-header {

}

.ac-header-icon-left, .ac-header-icon-center, .ac-header-icon-right {

}

.access-control-column {
	width: 100%;
}

.ps-header-icon {
	width: auto;
}

.dropdown-add-entity {
  position: relative;
  display: inline-block;
	transition: visibility 0s, opacity 0.5s linear;
}


.dropdown-add-entity:hover .add-entity-content{display: inline-block;}
.dropdown-add-entity:hover .entity-group-add{opacity: .4}

.iziToast-buttons {
	box-shadow: none;
}

.iziToast-close {
	box-shadow: none;
}

.add-entity-content {

  position: inline;
  z-index: 1;
	transition: visibility 0s, opacity 0.5s linear;
	float: right;
}

.add-entity-content a {
  display: inline;
	padding-left: 5px;
}

/*
.btn-compass-02:hover {
	background-image: url('http://.com/img/codepen/savvy.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
*/

.status-display {
	border: 1px solid transparent;
	border-radius: 10px;
	padding: 5px;

	text-align: center;
	text-transform: uppercase;
	position: relative;
	width: 100% !important;
	display: inline-block;
	font-size: 18px;
  -webkit-transition: border 2s ease;
  -moz-transition: border 2s ease;
  -o-transition: border 2s ease;
	transition: border 2s ease;
}

.nav-box {
	font-size: 16px;
	text-align: center;
}

.invitation-logo {
    height: auto; 
    width: auto; 
    max-width:600px; 
    max-height: 300px;
}
}
.status-display-container, .img-upload-container {


	margin: auto;
	width: 100% !important;

}

.user-mgmt-instance-container, .account-container {
	display: inline-block;
	min-width: 300px;
}

.ul-shallow li a {
	
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.change-nav {
	display: inline-block;
	text-align: center;
	text-transform: capitalize;
	padding-bottom: 20px;
}

.change-nav a {
		font-size: 17.5px;
	font-weight: 300;
}

.change-status, .change-uploaded-image, .change-ac-target, .change-group-target, .change-instance-target, .change-account-target{
	display: inline-block;
	padding-top: 4px;
	text-align: right;
	float: right;
	font-size: 14px;
}
.status-options-container, .ac-target-options-container, .group-target-options-container, .user-target-options-container, .instance-target-options-container, .account-target-options-container {
	display: none;
	text-align: center;
	max-height: 200px;
	overflow: scroll;

}

#nav-options-container {
	text-align: center;
}

.filename {
	word-break: break-all;
}

.menu-prime-nav-header {
	 color: #fff;
  font-size: 1.25em;
  padding: 5px 0;
  font-weight: 300;
  display: block;
 	list-style-type: none;
  border-bottom: 1px solid rgba(255, 255, 255, .75);
  display: block;
}

#topbar-links {
	position: fixed;
	right: 12px;
	top: 13px;
	min-height: 40px;
	font-weight: 900;
	z-index: 2;
	line-height: 1 !important;
	display: inline-flex;
}

#topbar-icons {
	line-height: 1 !important;
	display: inline-flex;
}


.topbar-link-div {
	font-size: 20px;
	padding: 0 5px 0 5px;
	display: inline-block;
}

.lh-3 {
	line-height: 3em;
}

.trans-color-1s {
  -webkit-transition: color 1s ease-out;
  -moz-transition: color 1s ease-out;
  -o-transition: color 1s ease-out;
  transition: color 1s ease-out;
}
.trans-color-05s {
  -webkit-transition: color .5s ease-out;
  -moz-transition: color .5s ease-out;
  -o-transition: color .5s ease-out;
  transition: color .5s ease-out;
}



///////////


.choice-box-wrap, .nav-box-wrap{
  display:flex;
  align-items:center;
  justify-content:center;

  text-align: center;

}

.element-fade-div {

  -webkit-transition: all 0.5s;
  transition:         all 0.5s;
}
.read-mode-box{

	padding: 30px;

  //background: rgb(255, 255, 255, .75);
 	background: -webkit-linear-gradient(#fff, #e5fcff) !important;

  border:1px solid #d6d6d6;
  box-shadow:0 2px 3px 0px rgba(0,0,0,0.25);
  outline-radius:3px;
  
  text-shadow: none;

  	-webkit-transition: all .7s;
    transition:         all .7s;

 

}

.file-explorer{

  //background: rgb(255, 255, 255, .75);
 	background: -webkit-linear-gradient(#fff, #e5fcff) !important;

  border:1px solid #d6d6d6;
  border-radius: 5px;
  box-shadow:0 2px 3px 0px rgba(0,0,0,0.25);
  outline-radius:3px;
  
  text-shadow: none;
 

}

.izi-radio-container, .izi-chx-container  {
	display: inline-block;
	padding-right: 15px;
}

.notification-entity-container {
	margin-right:20px;
	display: inline-block;
}

.izi-radio, .izi-chx {
	display: inline-block;
	width: auto;
	margin-left: 20px !important;
	margin-right: 5px !important;
}

.iziToast>.iziToast-body .iziToast-inputs>input:not([type=checkbox]):not([type=radio]), .iziToast>.iziToast-body .iziToast-inputs>select {
	background: #ffffff !important;
}

.notification-note {
	width:  200px;
}

.valign-b {
	vertical-align: bottom;
}

.izi-text {
	color: #fff;
}

.vis-none {
	visibility: hidden;
}

.z-998 {
	z-index: 998;
}

.z-999 {
	z-index: 999;
}

.manage-element-container {
	position: absolute;
	right: -5px;
	z-index: 2;
}

.modify-dropdown-options-container {
	position: absolute;
	right: -5px;
	bottom: 5px;
	z-index: 2;
}

.date-event-icon {
	font-size: 18px;
	cursor: pointer;
}

.date-event-icon i {
	background: linear-gradient(150deg, rgba(0, 169, 244, 1), rgba(37, 208, 208, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all .5s ease;
}

.date-event-icon-dashboard {
	cursor: pointer;
}
.manage-element {
	cursor: pointer;
}

.drag-entity-container {
	min-height: 20px;
}


.no-click {
	cursor: default;
}

.blur-3 {
	filter:blur(3px);
}

.blur-1 {
	filter:blur(1px);
}

.account-mgmt-dropdown {
	min-width: 300px;
}

.choice-box-wrap:hover .nav-box{
  filter:blur(3px);
  transform: scale(.98);
  choice-box-shadow:none;
  nav-box-shadow:none;
}


.choice-box-wrap:hover .choice-box{
  filter:blur(3px);
  opacity:.5;
  transform: scale(.98);
  choice-box-shadow:none;
  nav-box-shadow:none;
}
.choice-box-wrap:hover .choice-box:hover{
  transform:scale(1);
  filter:blur(0px);
  opacity:1;
  choice-box-shadow:0 8px 20px 0px rgba(0,0,0,0.125);
}

.brd-01 {
	border: 1px solid gray;
  -webkit-transition: border 2s ease;
  -moz-transition: border 2s ease;
  -o-transition: border 2s ease;
	transition: border 2s ease;
}

.brd-gry-10 {
	border: 1px solid rgba(0, 0, 0, .4);
	border-radius: 10px;
}


.choice-box {
  padding:5px;
  margin-bottom: 5px;
  background: rgb(255, 255, 255, 0.4);

  border:1px solid #d6d6d6;
  choice-box-shadow:0 2px 3px 0px rgba(0,0,0,0.25);
  border-radius:3px;
  transition:.2s all; 
  cursor: pointer;
}

.nav-box{
  padding:2px;
  padding-left: 10px;
  padding-right: 24px;
  margin-bottom: 2px;
  //background: rgb(255, 255, 255, 0.4);

  //border:1px solid #d6d6d6;
  choice-box-shadow:0 2px 3px 0px rgba(0,0,0,0.25);
  //border-radius:3px;
  transition:.2s all; 
  cursor: pointer;
  text-transform: capitalize;
  color: #ffffff;
  font-weight: 300;
  font-size: 17.5px;
}
.choice-box-wrap:hover .choice-box, .choice-box-wrap:hover  .nav-box{
  filter:blur(3px);
  opacity:.5;
  transform: scale(.98);
  choice-box-shadow:none;
}
.choice-box-wrap:hover .choice-box:hover, .choice-box-wrap:hover  .nav-box:hover{
  transform:scale(1);
  filter:blur(0px);
  opacity:1;
  choice-box-shadow:0 8px 20px 0px rgba(0,0,0,0.125);
}

.brd-01 {
	border: 1px solid gray;
  -webkit-transition: border 2s ease;
  -moz-transition: border 2s ease;
  -o-transition: border 2s ease;
	transition: border 2s ease;
}

subreq {
	display: block;
  padding-left: 20px; 
  margin-top: 0px;
  margin-bottom: -10px;
}

subreq:first-letter {
  margin-left: -20px;
  font-weight: 400;
}


/// cycle-sub-sequence

.sub-sequence-nav {
	display: inline-block;
	padding: 5px;
}

.sub-sequence-display {
	font-weight: 400;
}
/* Common styles and resets */

.dotstyle ul {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
	cursor: default;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.dotstyle li {
	position: relative;
	display: block;
	float: left;
	margin: 0 5px;
	width: 12px;
	height: 12px;
	cursor: pointer;
}

.dotstyle li a {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	outline: none;
	border-radius: 50%;
	background-color: rgb(0, 0, 0);
	background-color: rgba(255, 255, 255, 0.3);
	text-indent: -999em; /* make the text accessible to screen readers */
	cursor: pointer;
	position: absolute;
}

.dotstyle li a:focus {
	outline: none;
}

/* Individual styles and effects */

/* Fill up */

.dotstyle-fillup li a {
	overflow: hidden;
	background-color: transparent;
	box-shadow: inset 0 0 0 2px #868383;
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

.dotstyle-fillup li a::after {
	content: '';
	position: absolute;
	bottom: 0;
	height: 0;
	left: 0;
	width: 100%;
	background-color: rgb(0, 0, 0, .3);
	box-shadow: 0 0 2px #fff;
	-webkit-transition: height 0.3s ease;
	transition: height 0.3s ease;
}

.dotstyle-fillup li a:hover,
.dotstyle-fillup li a:focus {
	background-color: rgba(0, 0, 0, 0.2);
}

.dotstyle-fillup li.current a::after {
	height: 100%;
}


.permission-set-entries-acl {
	margin-top: -20px;
	float: right;
	
}

.drag-entity-container {
	padding-left: 5px;
}

.permission-set-list, .group-list {
	list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: left;

}

.access-control-column {
	text-align: left;
}

.permission-set-entries td{
	font-weight: 400;
}

.chx-inp {
		border: 1px solid rgb(0, 169, 244, .5) !important;
	}

.checkbox label::after {
	padding-top: 3px;
}

.permission-set-entries .checkbox{
	padding-left: 30px;
}

.ps-entry-name, .group-entry-name {
	cursor: grab;
	margin-right: 20px;
	width: 100%;
}




.ps-entry-name:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.acl-radio {
	display: inline-block;
}

.disp-flex {
	display: flex;
}
.permission-set-entries {

	//margin-top: -20px;
}

.acl-container, .acl-header, .permission-set-entries-acl {
	width: 100%;
}

.acl-container {
	padding-left: 20px;
	display: block;
	height: 20px;
}
.acl-radio {
	//width: 20px;
	padding-left: 10px !important;
}
.acl-th {
	display: inline-block;
}



.permission-set-entries input{
	box-shadow: none;
	width: 17px;
	height: 17px;
	margin: 0;
}

.permission-set-entries label{
	cursor: default;
}

.permission-set-entries .checkbox {
	margin: auto;
}

.entity-name {
	transition: color .5s;
}
.entity-name:hover {
	color: #e06666;
}
.soft-red {
	color: #e06666;
}

a.soft-red:hover {
	color: #af1616;
}

.group-gray {
	color: #557482
}

.hover-a-link-blue {
	color: #008cca;
	transition: color .5s;
}

.hover-a-link-red {
	color: #e06666;
	transition: color .5s;
}

.ps-entity-remove {
	margin-bottom: 10px;
	cursor: pointer;
	margin-left: 10px;
}


.th-rotate {
	padding-left: 15px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  max-width: 30px;
  overflow: visible;
	font-weight:600;
	transition: color .5s;
}



.clearfix:before,
.clearfix:after {
	content: '';
	display: table;
}
 
.clearfix:after {
	clear: both;
}

/* To Navigation Style */
.codrops-top {
	width: 100%;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.69em;
	line-height: 2.2;
	background: #fff;
}

.codrops-top a {
	display: inline-block;
	padding: 0 1em;
	text-decoration: none;
	letter-spacing: 1px;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	display: block;
	float: left;
}

.codrops-icon:before {
	margin: 0 4px;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'codropsicons';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
	content: "\e001";
}

.codrops-icon-prev:before {
	content: "\e004";
}

.related {
	text-align: center;
	font-size: 1.25em;
	padding: 3em 0;
	overflow: hidden;
}

.related a {
	display: inline-block;
	text-align: left;
	margin: 20px auto;
	padding: 10px 20px;
	opacity: 0.8;
	color: #777;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	-webkit-backface-visibility: hidden;
}

.related a:hover,
.related a:active {
	opacity: 1;
}

.related a img {
	max-width: 100%;
}

.related a h3 {
	font-weight: 300;
	margin: 0;
	padding: 0.3em 0;
}




.rangeSlider__handle__vertical {
  box-shadow: 0 0 0 rgba(204,169,44, 1);
  animation: slider-pulse 2s infinite;
}

.rangeSlider__handle__vertical:hover {
  animation: none;
}

@-webkit-keyframes slider-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(3,169,244, 0);
  }
  30% {
      -webkit-box-shadow: 0 0 0 20px rgba(3,169,244, .75);
  }
  70% {
      -webkit-box-shadow: 0 0 0 20px rgba(3,169,244, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(3,169,244, 0);
  }
}
@keyframes slider-pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(3,169,244, 0);
    box-shadow: 0 0 0 0 rgba(3,169,244, 0);
  }
  30% {
    -moz-box-shadow: 0 0 0 0 rgba(3,169,244, .75);
    box-shadow: 0 0 0 0 rgba(3,169,244, .75);
  }
  70% {
      -moz-box-shadow: 0 0 0 20px rgba(3,169,244, 0);
      box-shadow: 0 0 0 20px rgba(3,169,244, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(3,169,244, 0);
      box-shadow: 0 0 0 0 rgba(3,169,244, 0);
  }
}

/*

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 4px;
}

div::-webkit-scrollbar-track-piece:start {
	background: transparent url('/img/scroll-trans.png') repeat-y !important;
}

div::-webkit-scrollbar-track-piece:end {
	background: transparent url('/img/scroll-trans.png') repeat-y !important;
}

::-webkit-scrollbar-thumb {
  border-radius: 2px;
  //background-color: rgba(175, 175, 175,1);
  background: linear-gradient(150deg, rgba(0, 169, 244, 1), rgba(37, 208, 208, 1));
  //-webkit-box-shadow: 0 0 1px rgba(175,175,175,1);
}

*/





div::-webkit-scrollbar {
    height: 6px;
    width: 6px
}

div::-webkit-scrollbar-button:end:increment,
div::-webkit-scrollbar-button:start:decrement {
    background: transparent;
    display: none
}

/*
div::-webkit-scrollbar-track-piece {
    background: rgba(9, 30, 66, .08)
}
*/

div::-webkit-scrollbar-track-piece:vertical:start {
    border-radius: 4px 4px 0 0
}

div::-webkit-scrollbar-track-piece:vertical:end {
    border-radius: 0 0 4px 4px
}

div::-webkit-scrollbar-track-piece:horizontal:start {
    border-radius: 4px 0 0 4px
}

div::-webkit-scrollbar-track-piece:horizontal:end {
    border-radius: 0 4px 4px 0
}

div::-webkit-scrollbar-thumb:horizontal,
div::-webkit-scrollbar-thumb:vertical {
    background: linear-gradient(150deg, rgba(0, 169, 244, 1), rgba(37, 208, 208, 1));
    border-radius: 4px;
    display: block;
    height: 48px
}


ul.cbox {
    list-style: none;
}

ul.cbox li {
    display: inline;
}

ul.cbox li label {
    display: inline-block;
    background-color: rgba(255,255,255,.9);
    border: 1px solid rgb(0, 169, 244, .5);
    color: #adadad;
    border-radius: 25px;
    cursor: pointer;
    white-space: nowrap;
    margin: 0 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s
}

ul.cbox li label {

    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    
}

ul.cbox li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "font awesome 5 free";
    font-size: 12px;
    font-weight: 900;
    content: "\f067";
    padding-right: 4px;
    transition: transform .3s ease-in-out
}

ul.cbox li input[type=checkbox] {
	cursor: pointer;
	width: auto;
}


ul.cbox li input[type=checkbox]:checked+label::before {
    content: "\f00c";
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out
}

ul.cbox li input[type=checkbox]:checked+label {
    border: 1px solid #1bdbf8;
    background: linear-gradient(150deg, rgba(0, 169, 244, 1), rgba(37, 208, 208, 1));
    color: #fff;
    transition: all .2s;
    cursor: pointer;
}

ul.cbox li input[type=checkbox] {
    display: absolute
}

ul.cbox li input[type=checkbox] {
    position: absolute;
    opacity: 0
}

ul.cbox li input[type=checkbox]:focus+label {
    border: 1px solid #00a9f4
}
