html {
  height: 100%;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-image:url('../img/gris.png');
  background-repeat: repeat-y;
  background-size: 200px 100%;
}

ul {
	padding-inline-start:0;
}
li {
	list-style-type : none;
	margin-left:10px;
	padding-inline-start:0;
}

.mce-content-body {
	overflow: auto !important;
}

.inputCaption{
	display:inline-block;
	width:400px;
	font-weight:bold;
}
.fa {
	font-size : 2em;
	color:#212529;
	margin:2px;
}

.fa:hover {
	text-decoration:none;
}

.disabled {
	background-color : #AAA;
}

.displayNone {
	display:none;
}

.visibilityHidden {
	visibility:hidden;
}

.menuLeft {
	width:200px;
	height:110vh;
	color:white;
	float:left;
	font-size:0.8em;
}

.menuLeft a {
	color:white;
}

.classAlert {
	background-color: #ffc7cf;
}

.main {
	float:left;
	width:calc(99% - 210px);
	padding:15px;
}

h1 {
	text-align:center;
}

.subMenuLeft {
	display:none;
}

.menuLeft li {
	cursor:pointer;
}
.variousContent {
	margin-left:auto;
	margin-right:auto;
	min-height:150px;
}

.backgroundPicture {
	border:1px black solid;
	width:300px;
	height:150px;
	margin-bottom:20px;
	float:left;
	background-size: cover;
	position:relative;
}

.emojiPicture {
	border:1px black solid;
	width:150px;
	height:150px;
	margin-bottom:20px;
	float:left;
	background-size: cover;
	position:relative;
}


.backgroundListButton {
	position:relative;
	margin:100px 5px;
}
.backgroundDraggableTarget {
	float:left;
	width:20px;
	height:150px;
}
.otherVariousLabel {
	width : 500px;
	vertical-align:top;
}

.delete{
	color:rgb(217, 46, 46) !important;
	cursor: pointer;
}

.delete:hover{
	color:rgb(188, 8, 8) !important;
}


.md-chip {
  display: inline-block;
  background: #e0e0e0;
  padding: 0 12px;
  border-radius: 32px;
  font-size: 13px;
}

.md-chip > .md-chip-hover:hover {
    background: #ccc;
}

.md-chip-clickable {
 cursor: pointer;
}

.md-chip, .md-chip-icon {
  height: 32px;
  line-height: 32px;
}

.md-chip-icon {
  display: block;
  float: left;
  background: #009587;
  width: 32px;
  border-radius: 50%;
  text-align: center;
  color: white;
  margin: 0 8px 0 -12px;
}

.md-chip-remove {
  display: inline-block;
  background: #aaa;
  border: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  padding: 0;
  margin: 0 -4px 0 4px;
  cursor: pointer;
  font: inherit;
  line-height: 20px;
  &:after { 
    color: #e0e0e0;
    content: 'x';
  }
  &:hover {
    background: #999;
  }
  &:active {
    background: #777;
  }
}

.md-chips {
  padding: 12px 0;
  .md-chip {
    margin: 0 5px 3px 0;
  } 
}

.md-chip-raised {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}


.checkbox_select_multiple {
  display: none;
}

input[type="checkbox"] + label {

}


input[type="checkbox"]:checked + label {
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  background-color: #007bff; color: white; border-color:#fc6c27;
}