.tb-nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.stick-show {
	display:block;
	z-index: 99;
}

.stick-hide {
	display:none;
}

.hide-element{
  display: none;
}
.show-element{
  display: block;
}
.stick-color-show {
	display:block;
}
 
/* .container-for-add-stick-note{
	min-height: 100vh;
	display: flex;
	align-content : center;
	position: relative;
} */

.addNote{
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 10px 20px;
  background: #fef3a1;
  font-size: 15px;
  border: 2px solid darken(#fef3a1, 20%);
  border-radius: 4px;
  cursor: pointer;
}

.note{
  margin: 0 20px 20px 0;
  background-color: #fef3a1;
  position: absolute;
  border-radius: 4px;
  box-shadow: 3px 3px 5px lighten(black, 80%);
  min-width: 240px;
  border:1px solid black;
}

add-stick-note article{
	min-height:180px;
}
add-stick-note .note-footer{
	padding-top: 2px;
    width: 100%;
    display: block;
    line-height: 45px;
}
.note:hover{
	cursor: move;
}
header{
	background-color: #fde63c;
	padding: 5px 10px;
	margin: 0;
  position: relative;
  border-radius: 4px;
}
.close-note{
  background: transparent;
  font-size: 15px;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px;
  color: #555555;
}
article{
	padding: 10px;
	position: relative;
}

.btn-stick {
	background-color:#fde63c;
	border-color:#fde63c;
	padding-left: 20px;
    padding-right: 20px;
	font-size: 16px;
	color : #555555;
}

.collapse-note{
  background: transparent;
  font-size: 15px;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 40px;
  padding: 2px;
  color: #555555;
}  
 .collapse-note i{
	position: absolute;
 } 
 
ul.ng-color-picker{
    padding: 0;
    margin: 0;
}

.ng-color-picker li {
    width:100%;
    height:30px;
    box-sizing:border-box;
    display:block;
    cursor: pointer;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    /* vertical-align: middle; */
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
}
.note .stick-title {
    width:70%;    
}

.note .stick-head-icons{
  width:30%;
  
}

.note .dot {
    height: 17px;
    width: 17px;
    background-color: red;
    border-radius: 50%;
    position: absolute;
    right: 48px;
    top: 3px;
	border: 2px solid white;
	cursor: pointer;
}

.note-btn-action i{
    font-size: 20px;
	cursor: pointer;
}
.user-form-selection .form-control{
	background-color: #fef3a1;
	background-image: none;
	border: 1px solid #555;
}

.stick-ok-sign{
	
}

.stick-hand-up{
	
}

.stick-trash{
	
}
/* 
 */
 .attention{
  background-color : #fde63c; color: #555;
 }
 .basic{
   background-color : #337ab7; color: #fff;
 }
 .success{
  background-color : #5cb85c; color: #fff;
 }
.information{
 background-color : #5bc0de; color: #fff;
  }
.alerts{
    background-color : #f0ad4e; color: #fff;
  }
.urgency{
    background-color : #d9534f; color: #fff;
}
.custom-stick-note-header{
  background-color: rgba(0, 0, 0, 0.1);
  padding-top: 10px;
  padding-bottom: 10px;
}
.icon-size{
  cursor: pointer;
  height: 24px;
width: 24px;
}
.alignment-dot{
margin-top: 8px;
margin-right: 5px;
}
.close-note-icon{
  margin-top: 10px;
margin-right: 10px;
}
.glyphicon-triangle-bottom{
  margin-top: 10px;
}
.glyphicon-triangle-top{
  margin-top: 4px;
}
.mr-5{
margin-right: 5px;
}
.text-right-stick-note{
  
}
.cursor-for-text{
cursor: text;
}
.pl-14{
  padding-left: 14px;
}
.close-icon-for-stick-note{
  font-size:15px;
  padding-right: 10px;
  padding-top: 10px;
}
.pl-20{
  padding-left: 20px;
}