#eliminar {
	display: inline;
	width: 150px;
}

.container {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.ref-edit {
	width: 107px;
	display: block !important;
	margin-bottom: 5px !important;
}

.ref-view {
	width: 107px;
	display: block !important;
	margin-bottom: 5px !important;
}

.ref-delete {
	width: 107px;
	display: block !important;
}

.review-edit {
	width: 177px;
	display: block;
	margin-bottom: 5px !important;
}

.review-delete {
	width: 177px;
	display: block;
	margin-bottom: 5px !important;
}

.review-show {
	width: 177px;
	display: block;
	margin-bottom: 5px !important;
}

.review-noShow {
	width: 177px;
}

.referred-edit {
	width: 185px;
	margin-bottom: 5px !important;
}

.referred-send-offer {
	width: 185px;
	margin-bottom: 5px !important;
}

.referred-book {
	width: 185px;
	margin-bottom: 5px !important;
}

.referred-delete {
	width: 185px;
	margin-bottom: 5px !important;
}

#inclusions {
	resize: none;
}

.search {
	margin-bottom: 20px;
}

.busqueda {
	background-color: #f27979 !important;
	border-color: #f27979 !important;
	color: #fff !important;
}

.table {
	table-layout: fixed;
}

.inclusions {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.confirmation, .name {
	text-decoration: none;
}

/* Switch button */
.btn-default.btn-on.active{background-color: #5BB75B;color: white;}
.btn-default.btn-off.active{background-color: #DA4F49;color: white;}

.btn-default.btn-on-1.active{background-color: #006FFC;color: white;}
.btn-default.btn-off-1.active{background-color: #DA4F49;color: white;}

.btn-default.btn-on-2.active{background-color: #00D590;color: white;}
.btn-default.btn-off-2.active{background-color: #A7A7A7;color: white;}

.btn-default.btn-on-3.active{color: #5BB75B;font-weight:bolder;}
.btn-default.btn-off-3.active{color: #DA4F49;font-weight:bolder;}

.btn-default.btn-on-4.active{background-color: #006FFC;color: #5BB75B;}
.btn-default.btn-off-4.active{background-color: #DA4F49;color: #DA4F49;}

.sin {
	padding: 0px !important;
}

.confirmation {
	padding-top: 9px !important;
	padding-bottom: 9px !important;
	border-radius: 0px !important;
	border: none !important;
}

.trumbowyg-box {
	width: 100%;
}

.table-style > tbody > tr > td {
	padding: 7px !important;
}

.resize > .trumbowyg-box {
	width: unset !important;
}


.sin {
	padding-left: 0px;
	padding-right: 0px;
}

/* radio button */
.btn {
  /*border: 3px solid #1a1a1a;*/
  display: inline-block;
  padding: 10px;
  position: relative;
  text-align: center;
  transition: background 600ms ease, color 600ms ease;
}
input[type="radio"].toggle {
  display: none;
}
input[type="radio"].toggle + label {
  cursor: pointer;
  min-width: 60px;
}
input[type="radio"].toggle + label:hover {
  background: none;
  color: #1a1a1a;
}
input[type="radio"].toggle + label:after {
  background: #1a1a1a;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  transition: left 200ms cubic-bezier(0.77, 0, 0.175, 1);
  width: 100%;
  z-index: -1;
}
input[type="radio"].toggle.toggle-left + label {
  border-right: 0;
}
input[type="radio"].toggle.toggle-left + label:after {
  left: 100%;
}
input[type="radio"].toggle.toggle-right + label {
  margin-left: -5px;
}
input[type="radio"].toggle.toggle-right + label:after {
  left: -100%;
}
input[type="radio"].toggle:checked + label {
  cursor: default;
  color: #fff;
  transition: color 200ms;
}
input[type="radio"].toggle:checked + label:after {
  left: 0;
}
