.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
}
input.cmn-toggle-round + label {
  padding: 2px;
  width: 120px;
  height: 60px;
  background-color: #dddddd;
  border-radius: 60px;
}
input.cmn-toggle-round + label:before,
input.cmn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}
input.cmn-toggle-round + label:before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 60px;
  transition: background 0.4s;
}
input.cmn-toggle-round + label:after {
  width: 58px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: margin 0.4s;
}
input.cmn-toggle-round:checked + label:before {
  background-color: #8ce196;
}
input.cmn-toggle-round:checked + label:after {
  margin-left: 60px;
}


.content-aligned {
  text-align: center;
}

.filterable {
    margin-top: 15px;
}
.filterable .panel-heading .pull-right {
    margin-top: -25px;
}
.filterable .filters input[disabled] {
    background-color: transparent;
    border: none;
    cursor: auto;
    box-shadow: none;
    padding: 0;
    height: auto;
}
.filterable .filters input[disabled]::-webkit-input-placeholder {
    color: #333;
}
.filterable .filters input[disabled]::-moz-placeholder {
    color: #333;
}
.filterable .filters input[disabled]:-ms-input-placeholder {
    color: #333;
}

#id_filter {
	width:20px;
}

.modal {
   z-index: 1050;
}

.modal-backdrop {
   z-index: 1040;
   z-index: -1 !important;
}

.msg_failure {
	border: 1px rgb(89,89,89) solid;

	background: rgb(252, 0, 0);

	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.msg_success {
	border: 1px rgb(89,89,89) solid;

	background: rgb(138, 252, 119);

	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

#comment {
	text-align: right;
	font-style: italic;
}

.div_style {
border: 3px rgb(89,89,89) solid;

-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;

background: rgb(255, 255, 255);

-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;

-moz-box-shadow:  0px 0px 6px 5px rgb(128,128,128);
-webkit-box-shadow:  0px 0px 6px 5px rgb(128,128,128);
box-shadow:  0px 0px 6px 5px rgb(128,128,128);

transform:scale(1.01);
-ms-transform:scale(1.01);
-moz-transform:scale(1.01);
-webkit-transform:scale(1.01);
-o-transform:scale(1.01);
margin-top: 20px;
}