/* ------------------------------------------------- 
Meeting Booker styles - load last
-------------------------------------------------- */

.my-success { background-color: rgba(152,251,152,0.2); } 	/* Green */
.my-info 	{ background-color: rgba(0,180,255,0.1); } 		/* Blue */
.my-warning { background-color: rgba(255,250,205,0.4); } 	/* Yellow */
.my-danger 	{ background-color: rgba(240,128,128,0.3); } 	/* Orange */
.my-grey 	{ background-color: rgba(230,230,230,0.3); } 	/* Grey */
.my-dark-grey 	
			{ background-color: rgba(45,45,45,0.3); } 	/* Dark Grey */

.selectize-control.multi .selectize-input > div {
  background: #56c0d8;
  color: #fff;
  border: 1px solid #0073bb;
}

.selectize-input {
	padding-top: 26px !important;
	padding-bottom: 6px !important;
	border-top-left-radius: 5px !important;
	border-bottom-left-radius: 5px !important;
}

a.x-edit:after {
    content: '\f044';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-left:5px;
    /*
    color:red;
    */
}

a.editable-click {
  color: black;
  border-bottom: none;
}
a.editable-click:hover {
  color: #08c;
}
.editable-container.editable-inline {
  width: 100%;
}

