


/*// UISUITE
// ================================================================*/

.UIsuite {
  font-size: 22px;
  margin-bottom: 15px;
  height: 30px;
}
.suiteUI span {
  margin-right: 5px;
 
} 


/*// top iu buttons*/
[class*='button-'] {
	display: inline-block;
	color: #fff;  
	padding: 3px 5px;
	margin-right: 10px;
	border-radius: 3px;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	cursor: pointer;
	line-height: 1;
	transition: all 0.3s ease-out;
}
[class*='button-'] label {
	cursor: pointer;
}
[class*='button-'] label i {
	font-size: 20px;
	margin-left: 5px;
	transition: transform 0.5s;
	cursor: pointer;
	// transform: rotate(-180deg);
}

/*// overide ecertsresponsive for edit button*/
h2 a,
h2 span,
h2 a:first-of-type {
	padding-right: 5px;
	border: 0;
	top: 0 !important;
	text-decoration: none;
}

i.button-edit-icon {
	padding: 0 0 0 10px;
	margin-right: 0;
	cursor: pointer;
}
#wrapperPageRecords i.button-edit-icon {
	padding-top: 3px;
}

.UIsuiteQuick {
	white-space: nowrap;
	float: right;
	text-align: right;

	[class*='button-'] {
		margin-right: 5px;
	}
	[class*='button-']:first-child {
		margin-left: 5px;
	}
	[class*='button-'] label i {
		margin-left: 0;
		font-size: 24px;
	}
	.CloseSectionButton {
		float: none !important;
	}
}



/*// button colors*/
.button-default {background-color: #0a66a0;}
.button-default.button-dropdown ul {background: #0a66a0;}
.button-default.button-dropdown li:hover {background: #0787d8;}

.button-save {background-color: #00790b;}
.button-save.button-dropdown ul {background: #00790b;}
.button-save.button-dropdown li:hover {background: #00b010;}

.button-delete {background-color: #ff2000;}
.button-delete.button-dropdown ul {background: #ff2000;}
.button-delete.button-dropdown li:hover {background: #ff7966;}

.button-more {background-color: #777;}
.button-more.button-dropdown ul {background: #777;}
.button-more.button-dropdown li:hover {background: #999;}

.button-edit2 {background-color: #D0DFEC; color: #333;}
.button-edit2:hover {background-color: #0a66a0; color: #fff; opacity:1;}
.button-edit2.border {border: 1px solid #999;}

 
.button-copy {background-color: #a500b0;}
.button-copy.button-dropdown ul {background: #a500b0;}
.button-copy.button-dropdown li:hover {background: #d536e0;}

.button-archive {background-color: #555;}
.button-archive.button-dropdown ul {background: #555;}
.button-archive.button-dropdown li:hover {background: #777;}




.button-edit-icon {color: #D0DFEC;}
#wrapperPageRecords .button-edit-icon {color: #333;}


/*// dropdowns*/
.button-dropdown  {
  position: relative;
}
.button-dropdown ul {
  list-style: none;
  padding:0;
  position: absolute;
  left: 0;
  top: 26px;
  z-index: 100;
  display: inline-block;
  max-height: 0;
  overflow: hidden;
  border-radius: 0 3px 3px 3px;
  white-space: nowrap;
  transition: max-height 0.5s, padding 0.5s; 
}
.UIsuiteQuick {
	.button-dropdown ul { top: 30px;}
}


/*OPENS SUBMENU ON HOVER*/
.button-dropdown:hover ul {
  max-height: 100px;
  padding: 10px 0;
}
.button-dropdown:hover label i {
  transform: rotate(180deg);
}

/*DISABLED DROPDOWN*/
.button-dropdown.disable {
	background-color: #ccc;
	color: #999;
}
.button-dropdown.disable:hover ul {
  max-height: 0;
  padding: 0;
}
.button-dropdown.disable:hover label i {
  transform: rotate(0deg);
}
.button-dropdown.disable,
.button-dropdown.disable label,
.button-dropdown.disable label i {
	cursor: not-allowed;
}


.button-dropdown li {
  font-size: 14px;
  padding: 5px 15px;
}
.sortLR {
	li {
		display: inline;
		padding: 5px;
	}	
}


.button-dropdown li i {
  font-size: 20px;
  padding: 0 5px;
}
.button-dropdown li input[type='checkbox'] {
  position: relative;
  top: 3px;
}






/*// bubble
// ================================================================*/

.bubble {
	margin: 0 5px 5px 0;
	padding: 5px;
	border: 3px solid black;
	border-radius: 5px;
	background-color: orange;
	color: black;
	display: inline-block;
}





.editBoxStyle {
	border: 3px dashed #74A2F8;
	/*border-radius: 5px;*/
}



