@charset "UTF-8";
/* SIDEBAR */
.color-palette {
  padding: 20px;
}

.uppercase {
  text-transform: uppercase;
}

.x-color-sample {
  padding: 60px 30px;
  margin: 20px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}

[class*="-gradient"], [class*="bg-"] {
  color: white !important;
}

[class*="-gradient"] .btn-box-tool, [class*="-gradient"] a:not([class^="bg-"]), [class*="bg-"] .btn-box-tool, [class*="bg-"] a:not([class^="bg-"]) {
  color: white;
}

/* white*/
.bg-white:not(td):not(tr) {
  background-color: white !important;
  color: #2c3444;
}

.bg-white:not(td):not(tr).with-shadow {
  box-shadow: 0px 16px 20px -10px rgba(255, 255, 255, 0.51);
}

td.bg-white, tr.bg-white {
  background-color: rgba(255, 255, 255, 0.2) !important;
  color: initial !important;
}

td.bg-white .btn-default, tr.bg-white .btn-default {
  background-color: white;
}

.bg-white-gradient {
  background-color: white;
  background-image: linear-gradient(0deg, #e6e6e6, white);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e6e6e6), color-stop(1, white));
  background: -ms-linear-gradient(bottom, #e6e6e6, white);
  background: -moz-linear-gradient(center bottom, #e6e6e6 0%, white 100%);
  background: -o-linear-gradient(white, #e6e6e6);
  filter: "progid:DXImageTransform.Microsoft@include gradient(startColorstr='white', endColorstr='#e6e6e6', GradientType=0)";
}

.bg-white-active {
  background-color: #e6e6e6 !important;
}

.text-white {
  color: white !important;
}

.label.border-white {
  color: white;
}

.border-white {
  border: 1px solid white !important;
  background-color: transparent !important;
}

.border-left-only {
  border-width: 0 0 0 2px !important;
}

/* gray*/
.bg-gray:not(td):not(tr) {
  background-color: #d2d6de !important;
  color: #e6e5e5;
}

.bg-gray:not(td):not(tr).with-shadow {
  box-shadow: 0px 16px 20px -10px rgba(210, 214, 222, 0.51);
}

td.bg-gray, tr.bg-gray {
  background-color: rgba(210, 214, 222, 0.2) !important;
  color: initial !important;
}

td.bg-gray .btn-default, tr.bg-gray .btn-default {
  background-color: white;
}

.bg-gray-gradient {
  background-color: #d2d6de;
  background-image: linear-gradient(0deg, #b5bbc8, #d2d6de);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #b5bbc8), color-stop(1, #d2d6de));
  background: -ms-linear-gradient(bottom, #b5bbc8, #d2d6de);
  background: -moz-linear-gradient(center bottom, #b5bbc8 0%, #d2d6de 100%);
  background: -o-linear-gradient(#d2d6de, #b5bbc8);
  filter: "progid:DXImageTransform.Microsoft@include gradient(startColorstr='#d2d6de', endColorstr='#b5bbc8', GradientType=0)";
}

.bg-gray-active {
  background-color: #b5bbc8 !important;
}

.text-gray {
  color: #d2d6de !important;
}

.label.border-gray, .label.live.past {
  color: #d2d6de;
}

.border-gray, .live.past {
  border: 1px solid #d2d6de !important;
  background-color: transparent !important;
}

.border-left-only {
  border-width: 0 0 0 2px !important;
}

/* gray-light*/
.bg-gray-light:not(td):not(tr) {
  background-color: #eee !important;
}

.bg-gray-light:not(td):not(tr).with-shadow {
  box-shadow: 0px 16px 20px -10px rgba(238, 238, 238, 0.51);
}

td.bg-gray-light, tr.bg-gray-light {
  background-color: rgba(238, 238, 238, 0.2) !important;
  color: initial !important;
}

td.bg-gray-light .btn-default, tr.bg-gray-light .btn-default {
  background-color: white;
}

.bg-gray-light-gradient {
  background-color: #eee;
  background-image: linear-gradient(0deg, #d5d5d5, #eee);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d5d5d5), color-stop(1, #eee));
  background: -ms-linear-gradient(bottom, #d5d5d5, #eee);
  background: -moz-linear-gradient(center bottom, #d5d5d5 0%, #eee 100%);
  background: -o-linear-gradient(#eee, #d5d5d5);
  filter: "progid:DXImageTransform.Microsoft@include gradient(startColorstr='#eee', endColorstr='#d5d5d5', GradientType=0)";
}

.bg-gray-light-active {
  background-color: #d5d5d5 !important;
}

.text-gray-light {
  color: #eee !important;
}

.label.border-gray-light {
  color: #eee;
}

.border-gray-light {
  border: 1px solid #eee !important;
  background-color: transparent !important;
}

.border-left-only {
  border-width: 0 0 0 2px !important;
}

/* black*/
.bg-black:not(td):not(tr) {
  background-color: #111 !important;
}

.bg-black:not(td):not(tr).with-shadow {
  box-shadow: 0px 16px 20px -10px rgba(17, 17, 17, 0.51);
}

td.bg-black, tr.bg-black {
  background-color: rgba(17, 17, 17, 0.2) !important;
  color: initial !important;
}

td.bg-black .btn-default, tr.bg-black .btn-default {
  background-color: white;
}

.bg-black-gradient {
  background-color: #111;
  background-image: linear-gradient(0deg, #111, #2b2b2b);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #111), color-stop(1, #2b2b2b));
  background: -ms-linear-gradient(bottom, #111, #2b2b2b);
  background: -moz-linear-gradient(center bottom, #111 0%, #2b2b2b 100%);
  background: -o-linear-gradient(#2b2b2b, #111);
  filter: "progid:DXImageTransform.Microsoft@include gradient(startColorstr='#2b2b2b', endColorstr='#111', GradientType=0)";
}

.bg-black-active {
  background-color: black !important;
}

.text-black {
  color: #111 !important;
}

.label.border-black {
  color: #111;
}

.border-black {
  border: 1px solid #111 !important;
  background-color: transparent !important;
}

.border-left-only {
  border-width: 0 0 0 2px !important;
}

/* red*/
.bg-red:not(td):not(tr) {
  background-color: #e53a40 !important;
}

.bg-red:not(td):not(tr).with-shadow {
  box-shadow: 0px 16px 20px -10px rgba(229, 58, 64, 0.51);
}

td.bg-red, tr.bg-red {
  background-color: rgba(229, 58, 64, 0.2) !important;
  color: initial !important;
}

td.bg-red .btn-default, tr.bg-red .btn-default {
  background-color: white;
}

.bg-red-gradient {
  background-color: #e53a40;
  background-image: linear-gradient(0deg, #d01c22, #e53a40);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d01c22), color-stop(1, #e53a40));
  background: -ms-linear-gradient(bottom, #d01c22, #e53a40);
  background: -moz-linear-gradient(center bottom, #d01c22 0%, #e53a40 100%);
  background: -o-linear-gradient(#e53a40, #d01c22);
  filter: "progid:DXImageTransform.Microsoft@include gradient(startColorstr='#e53a40', endColorstr='#d01c22', GradientType=0)";
}

.bg-red-active {
  background-color: #d01c22 !important;
}

.text-red {
  color: #e53a40 !important;
}

.label.border-red {
  color: #e53a40;
}

.border-red {
  border: 1px solid #e53a40 !important;
  background-color: transparent !important;
}

.border-left-only {
  border-width: 0 0 0 2px !important;
}

/* yellow*/
.bg-yellow:not(td):not(tr) {
  background-color: #fdbf2a !important;
}

.bg-yellow:not(td):not(tr).with-shadow {
  box-shadow: 0px 16px 20px -10px rgba(253, 191, 42, 0.51);
}

td.bg-yellow, tr.bg-yellow {
  background-color: rgba(253, 191, 42, 0.2) !important;
  color: initial !important;
}

td.bg-yellow .btn-default, tr.bg-yellow .btn-default {
  background-color: white;
}

.bg-yellow-gradient {
  background-color: #fdbf2a;
  background-image: linear-gradient(0deg, #f2ab02, #fdbf2a);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f2ab02), color-stop(1, #fdbf2a));
  background: -ms-linear-gradient(bottom, #f2ab02, #fdbf2a);
  background: -moz-linear-gradient(center bottom, #f2ab02 0%, #fdbf2a 100%);
  background: -o-linear-gradient(#fdbf2a, #f2ab02);
  filter: "progid:DXImageTransform.Microsoft@include gradient(startColorstr='#fdbf2a', endColorstr='#f2ab02', GradientType=0)";
}

.bg-yellow-active {
  background-color: #f2ab02 !important;
}

.text-yellow {
  color: #fdbf2a !important;
}

.label.border-yellow {
  color: #fdbf2a;
}

.border-yellow {
  border: 1px solid #fdbf2a !important;
  background-color: transparent !important;
}

.border-left-only {
  border-width: 0 0 0 2px !important;
}

/* aqua*/
.bg-aqua:not(td):not(tr) {
  background-color: #00c3de !important;
}

.bg-aqua:not(td):not(tr).with-shadow {
  box-shadow: 0px 16px 20px -10px rgba(0, 195, 222, 0.51);
}

td.bg-aqua, tr.bg-aqua {
  background-color: rgba(0, 195, 222, 0.2) !important;
  color: initial !important;
}

td.bg-aqua .btn-default, tr.bg-aqua .btn-default {
  background-color: white;
}

.bg-aqua-gradient {
  background-color: #00c3de;
  background-image: linear-gradient(0deg, #0096ab, #00c3de);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0096ab), color-stop(1, #00c3de));
  background: -ms-linear-gradient(bottom, #0096ab, #00c3de);
  background: -moz-linear-gradient(center bottom, #0096ab 0%, #00c3de 100%);
  background: -o-linear-gradient(#00c3de, #0096ab);
  filter: "progid:DXImageTransform.Microsoft@include gradient(startColorstr='#00c3de', endColorstr='#0096ab', GradientType=0)";
}

.bg-aqua-active {
  background-color: #0096ab !important;
}

.text-aqua {
  color: #00c3de !important;
}

.label.border-aqua {
  color: #00c3de;
}

.border-aqua {
  border: 1px solid #00c3de !important;
  background-color: transparent !important;
}

.border-left-only {
  border-width: 0 0 0 2px !important;
}

/* blue*/
.bg-blue:not(td):not(tr) {
  background-color: #30affd !important;
}

.bg-blue:not(td):not(tr).with-shadow {
  box-shadow: 0px 16px 20px -10px rgba(48, 175, 253, 0.51);
}

td.bg-blue, tr.bg-blue {
  background-color: rgba(48, 175, 253, 0.2) !important;
  color: initial !important;
}

td.bg-blue .btn-default, tr.bg-blue .btn-default {
  background-color: white;
}

.bg-blue-gradient {
  background-color: #30affd;
  background-image: linear-gradient(0deg, #029af8, #30affd);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #029af8), color-stop(1, #30affd));
  background: -ms-linear-gradient(bottom, #029af8, #30affd);
  background: -moz-linear-gradient(center bottom, #029af8 0%, #30affd 100%);
  background: -o-linear-gradient(#30affd, #029af8);
  filter: "progid:DXImageTransform.Microsoft@include gradient(startColorstr='#30affd', endColorstr='#029af8', GradientType=0)";
}

.bg-blue-active {
  background-color: #029af8 !important;
}

.text-blue {
  color: #30affd !important;
}

.label.border-blue {
  color: #30affd;
}

.border-blue {
  border: 1px solid #30affd !important;
  background-color: transparent !important;
}

.border-left-only {
  border-width: 0 0 0 2px !important;
}

/* light-blue*/
.bg-light-blue:not(td):not(tr) {
  background-color: #30affd !important;
}

.bg-light-blue:not(td):not(tr).with-shadow {
  box-shadow: 0px 16px 20px -10px rgba(48, 175, 253, 0.51);
}

td.bg-light-blue, tr.bg-light-blue {
  background-color: rgba(48, 175, 253, 0.2) !important;
  color: initial !important;
}

td.bg-light-blue .btn-default, tr.bg-light-blue .btn-default {
  background-color: white;
}

.bg-light-blue-gradient {
  background-color: #30affd;
  background-image: linear-gradient(0deg, #029af8, #30affd);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #029af8), color-stop(1, #30affd));
  background: -ms-linear-gradient(bottom, #029af8, #30affd);
  background: -moz-linear-gradient(center bottom, #029af8 0%, #30affd 100%);
  background: -o-linear-gradient(#30affd, #029af8);
  filter: "progid:DXImageTransform.Microsoft@include gradient(startColorstr='#30affd', endColorstr='#029af8', GradientType=0)";
}

.bg-light-blue-active {
  background-color: #029af8 !important;
}

.text-light-blue {
  color: #30affd !important;
}

.label.border-light-blue {
  color: #30affd;
}

.border-light-blue {
  border: 1px solid #30affd !important;
  background-color: transparent !important;
}

.border-left-only {
  border-width: 0 0 0 2px !important;
}

/* green*/
.bg-green:not(td):not(tr) {
  background-color: #7bce24 !important;
}

.bg-green:not(td):not(tr).with-shadow {
  box-shadow: 0px 16px 20px -10px rgba(123, 206, 36, 0.51);
}

td.bg-green, tr.bg-green {
  background-color: rgba(123, 206, 36, 0.2) !important;
  color: initial !important;
}

td.bg-green .btn-default, tr.bg-green .btn-default {
  background-color: white;
}

.bg-green-gradient {
  background-color: #7bce24;
  background-image: linear-gradient(0deg, #61a31c, #7bce24);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #61a31c), color-stop(1, #7bce24));
  background: -ms-linear-gradient(bottom, #61a31c, #7bce24);
  background: -moz-linear-gradient(center bottom, #61a31c 0%, #7bce24 100%);
  background: -o-linear-gradient(#7bce24, #61a31c);
  filter: "progid:DXImageTransform.Microsoft@include gradient(startColorstr='#7bce24', endColorstr='#61a31c', GradientType=0)";
}

.bg-green-active {
  background-color: #61a31c !important;
}

.text-green {
  color: #7bce24 !important;
}

.label.border-green {
  color: #7bce24;
}

.border-green {
  border: 1px solid #7bce24 !important;
  background-color: transparent !important;
}

.border-left-only {
  border-width: 0 0 0 2px !important;
}

/* navy*/
.bg-navy:not(td):not(tr) {
  background-color: #001F3F !important;
}

.bg-navy:not(td):not(tr).with-shadow {
  box-shadow: 0px 16px 20px -10px rgba(0, 31, 63, 0.51);
}

td.bg-navy, tr.bg-navy {
  background-color: rgba(0, 31, 63, 0.2) !important;
  color: initial !important;
}

td.bg-navy .btn-default, tr.bg-navy .btn-default {
  background-color: white;
}

.bg-navy-gradient {
  background-color: #001F3F;
  background-image: linear-gradient(0deg, #00060c, #001F3F);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00060c), color-stop(1, #001F3F));
  background: -ms-linear-gradient(bottom, #00060c, #001F3F);
  background: -moz-linear-gradient(center bottom, #00060c 0%, #001F3F 100%);
  background: -o-linear-gradient(#001F3F, #00060c);
  filter: "progid:DXImageTransform.Microsoft@include gradient(startColorstr='#001F3F', endColorstr='#00060c', GradientType=0)";
}

.bg-navy-active {
  background-color: #00060c !important;
}

.text-navy {
  color: #001F3F !important;
}

.label.border-navy {
  color: #001F3F;
}

.border-navy {
  border: 1px solid #001F3F !important;
  background-color: transparent !important;
}

.border-left-only {
  border-width: 0 0 0 2px !important;
}

/* teal*/
.bg-teal:not(td):not(tr) {
  background-color: #59BEBE !important;
}

.bg-teal:not(td):not(tr).with-shadow {
  box-shadow: 0px 16px 20px -10px rgba(89, 190, 190, 0.51);
}

td.bg-teal, tr.bg-teal {
  background-color: rgba(89, 190, 190, 0.2) !important;
  color: initial !important;
}

td.bg-teal .btn-default, tr.bg-teal .btn-default {
  background-color: white;
}

.bg-teal-gradient {
  background-color: #59BEBE;
  background-image: linear-gradient(0deg, #40a4a4, #59BEBE);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #40a4a4), color-stop(1, #59BEBE));
  background: -ms-linear-gradient(bottom, #40a4a4, #59BEBE);
  background: -moz-linear-gradient(center bottom, #40a4a4 0%, #59BEBE 100%);
  background: -o-linear-gradient(#59BEBE, #40a4a4);
  filter: "progid:DXImageTransform.Microsoft@include gradient(startColorstr='#59BEBE', endColorstr='#40a4a4', GradientType=0)";
}

.bg-teal-active {
  background-color: #40a4a4 !important;
}

.text-teal {
  color: #59BEBE !important;
}

.label.border-teal {
  color: #59BEBE;
}

.border-teal {
  border: 1px solid #59BEBE !important;
  background-color: transparent !important;
}

.border-left-only {
  border-width: 0 0 0 2px !important;
}

/* olive*/
.bg-olive:not(td):not(tr) {
  background-color: #3D9970 !important;
}

.bg-olive:not(td):not(tr).with-shadow {
  box-shadow: 0px 16px 20px -10px rgba(61, 153, 112, 0.51);
}

td.bg-olive, tr.bg-olive {
  background-color: rgba(61, 153, 112, 0.2) !important;
  color: initial !important;
}

td.bg-olive .btn-default, tr.bg-olive .btn-default {
  background-color: white;
}

.bg-olive-gradient {
  background-color: #3D9970;
  background-image: linear-gradient(0deg, #2e7555, #3D9970);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2e7555), color-stop(1, #3D9970));
  background: -ms-linear-gradient(bottom, #2e7555, #3D9970);
  background: -moz-linear-gradient(center bottom, #2e7555 0%, #3D9970 100%);
  background: -o-linear-gradient(#3D9970, #2e7555);
  filter: "progid:DXImageTransform.Microsoft@include gradient(startColorstr='#3D9970', endColorstr='#2e7555', GradientType=0)";
}

.bg-olive-active {
  background-color: #2e7555 !important;
}

.text-olive {
  color: #3D9970 !important;
}

.label.border-olive {
  color: #3D9970;
}

.border-olive {
  border: 1px solid #3D9970 !important;
  background-color: transparent !important;
}

.border-left-only {
  border-width: 0 0 0 2px !important;
}

/* lime*/
.bg-lime:not(td):not(tr) {
  background-color: #01cb63 !important;
}

.bg-lime:not(td):not(tr).with-shadow {
  box-shadow: 0px 16px 20px -10px rgba(1, 203, 99, 0.51);
}

td.bg-lime, tr.bg-lime {
  background-color: rgba(1, 203, 99, 0.2) !important;
  color: initial !important;
}

td.bg-lime .btn-default, tr.bg-lime .btn-default {
  background-color: white;
}

.bg-lime-gradient {
  background-color: #01cb63;
  background-image: linear-gradient(0deg, #01984a, #01cb63);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #01984a), color-stop(1, #01cb63));
  background: -ms-linear-gradient(bottom, #01984a, #01cb63);
  background: -moz-linear-gradient(center bottom, #01984a 0%, #01cb63 100%);
  background: -o-linear-gradient(#01cb63, #01984a);
  filter: "progid:DXImageTransform.Microsoft@include gradient(startColorstr='#01cb63', endColorstr='#01984a', GradientType=0)";
}

.bg-lime-active {
  background-color: #01984a !important;
}

.text-lime {
  color: #01cb63 !important;
}

.label.border-lime {
  color: #01cb63;
}

.border-lime {
  border: 1px solid #01cb63 !important;
  background-color: transparent !important;
}

.border-left-only {
  border-width: 0 0 0 2px !important;
}

/* orange*/
.bg-orange:not(td):not(tr) {
  background-color: #FF851B !important;
}

.bg-orange:not(td):not(tr).with-shadow {
  box-shadow: 0px 16px 20px -10px rgba(255, 133, 27, 0.51);
}

td.bg-orange, tr.bg-orange {
  background-color: rgba(255, 133, 27, 0.2) !important;
  color: initial !important;
}

td.bg-orange .btn-default, tr.bg-orange .btn-default {
  background-color: white;
}

.bg-orange-gradient {
  background-color: #FF851B;
  background-image: linear-gradient(0deg, #e76b00, #FF851B);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e76b00), color-stop(1, #FF851B));
  background: -ms-linear-gradient(bottom, #e76b00, #FF851B);
  background: -moz-linear-gradient(center bottom, #e76b00 0%, #FF851B 100%);
  background: -o-linear-gradient(#FF851B, #e76b00);
  filter: "progid:DXImageTransform.Microsoft@include gradient(startColorstr='#FF851B', endColorstr='#e76b00', GradientType=0)";
}

.bg-orange-active {
  background-color: #e76b00 !important;
}

.text-orange {
  color: #FF851B !important;
}

.label.border-orange {
  color: #FF851B;
}

.border-orange {
  border: 1px solid #FF851B !important;
  background-color: transparent !important;
}

.border-left-only {
  border-width: 0 0 0 2px !important;
}

/* fuchsia*/
.bg-fuchsia:not(td):not(tr) {
  background-color: #d911ab !important;
}

.bg-fuchsia:not(td):not(tr).with-shadow {
  box-shadow: 0px 16px 20px -10px rgba(217, 17, 171, 0.51);
}

td.bg-fuchsia, tr.bg-fuchsia {
  background-color: rgba(217, 17, 171, 0.2) !important;
  color: initial !important;
}

td.bg-fuchsia .btn-default, tr.bg-fuchsia .btn-default {
  background-color: white;
}

.bg-fuchsia-gradient {
  background-color: #d911ab;
  background-image: linear-gradient(0deg, #aa0d86, #d911ab);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #aa0d86), color-stop(1, #d911ab));
  background: -ms-linear-gradient(bottom, #aa0d86, #d911ab);
  background: -moz-linear-gradient(center bottom, #aa0d86 0%, #d911ab 100%);
  background: -o-linear-gradient(#d911ab, #aa0d86);
  filter: "progid:DXImageTransform.Microsoft@include gradient(startColorstr='#d911ab', endColorstr='#aa0d86', GradientType=0)";
}

.bg-fuchsia-active {
  background-color: #aa0d86 !important;
}

.text-fuchsia {
  color: #d911ab !important;
}

.label.border-fuchsia {
  color: #d911ab;
}

.border-fuchsia {
  border: 1px solid #d911ab !important;
  background-color: transparent !important;
}

.border-left-only {
  border-width: 0 0 0 2px !important;
}

/* purple*/
.bg-purple:not(td):not(tr) {
  background-color: #605ca8 !important;
}

.bg-purple:not(td):not(tr).with-shadow {
  box-shadow: 0px 16px 20px -10px rgba(96, 92, 168, 0.51);
}

td.bg-purple, tr.bg-purple {
  background-color: rgba(96, 92, 168, 0.2) !important;
  color: initial !important;
}

td.bg-purple .btn-default, tr.bg-purple .btn-default {
  background-color: white;
}

.bg-purple-gradient {
  background-color: #605ca8;
  background-image: linear-gradient(0deg, #4c4988, #605ca8);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #4c4988), color-stop(1, #605ca8));
  background: -ms-linear-gradient(bottom, #4c4988, #605ca8);
  background: -moz-linear-gradient(center bottom, #4c4988 0%, #605ca8 100%);
  background: -o-linear-gradient(#605ca8, #4c4988);
  filter: "progid:DXImageTransform.Microsoft@include gradient(startColorstr='#605ca8', endColorstr='#4c4988', GradientType=0)";
}

.bg-purple-active {
  background-color: #4c4988 !important;
}

.text-purple {
  color: #605ca8 !important;
}

.label.border-purple {
  color: #605ca8;
}

.border-purple {
  border: 1px solid #605ca8 !important;
  background-color: transparent !important;
}

.border-left-only {
  border-width: 0 0 0 2px !important;
}

/* maroon*/
.bg-maroon:not(td):not(tr) {
  background-color: #D81B60 !important;
}

.bg-maroon:not(td):not(tr).with-shadow {
  box-shadow: 0px 16px 20px -10px rgba(216, 27, 96, 0.51);
}

td.bg-maroon, tr.bg-maroon {
  background-color: rgba(216, 27, 96, 0.2) !important;
  color: initial !important;
}

td.bg-maroon .btn-default, tr.bg-maroon .btn-default {
  background-color: white;
}

.bg-maroon-gradient {
  background-color: #D81B60;
  background-image: linear-gradient(0deg, #ab154c, #D81B60);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ab154c), color-stop(1, #D81B60));
  background: -ms-linear-gradient(bottom, #ab154c, #D81B60);
  background: -moz-linear-gradient(center bottom, #ab154c 0%, #D81B60 100%);
  background: -o-linear-gradient(#D81B60, #ab154c);
  filter: "progid:DXImageTransform.Microsoft@include gradient(startColorstr='#D81B60', endColorstr='#ab154c', GradientType=0)";
}

.bg-maroon-active {
  background-color: #ab154c !important;
}

.text-maroon {
  color: #D81B60 !important;
}

.label.border-maroon {
  color: #D81B60;
}

.border-maroon {
  border: 1px solid #D81B60 !important;
  background-color: transparent !important;
}

.border-left-only {
  border-width: 0 0 0 2px !important;
}

/* gray*/
.bg-gray:not(td):not(tr) {
  background-color: #9e9e9e !important;
  color: #e6e5e5;
}

.bg-gray:not(td):not(tr).with-shadow {
  box-shadow: 0px 16px 20px -10px rgba(158, 158, 158, 0.51);
}

td.bg-gray, tr.bg-gray {
  background-color: rgba(158, 158, 158, 0.2) !important;
  color: initial !important;
}

td.bg-gray .btn-default, tr.bg-gray .btn-default {
  background-color: white;
}

.bg-gray-gradient {
  background-color: #9e9e9e;
  background-image: linear-gradient(0deg, #858585, #9e9e9e);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #858585), color-stop(1, #9e9e9e));
  background: -ms-linear-gradient(bottom, #858585, #9e9e9e);
  background: -moz-linear-gradient(center bottom, #858585 0%, #9e9e9e 100%);
  background: -o-linear-gradient(#9e9e9e, #858585);
  filter: "progid:DXImageTransform.Microsoft@include gradient(startColorstr='#9e9e9e', endColorstr='#858585', GradientType=0)";
}

.bg-gray-active {
  background-color: #858585 !important;
}

.text-gray {
  color: #9e9e9e !important;
}

.label.border-gray, .label.live.past {
  color: #9e9e9e;
}

.border-gray, .live.past {
  border: 1px solid #9e9e9e !important;
  background-color: transparent !important;
}

.border-left-only {
  border-width: 0 0 0 2px !important;
}

label.action {
  cursor: pointer;
}

input[type='checkbox'].action {
  transform: scale(0);
  display: none;
  visibility: hidden;
  opacity: 0;
  height: 0;
  width: 0;
}

body {
  padding-top: 60px;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.radius-small {
  border-radius: 18px;
}

.radius-base {
  border-radius: 18px;
}

.radius-large {
  border-radius: 36px;
}

.aired {
  margin: 20px !important;
}

.pad {
  padding: 20px;
}

.title-actions {
  padding-right: 20px;
}

.icon-side {
  max-width: 220px !important;
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
}

@media screen and (max-width: 1199px) {
  .icon-side {
    width: 150px;
  }
}

.disclaimer {
  margin-top: 20px !important;
  display: block;
}

.icon-round {
  height: 30px;
  width: 30px;
  background-color: #e53a40;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 30px;
  margin-bottom: 6px;
  color: white;
  border-radius: 100%;
}

.pad {
  padding: 10px;
}

.margin {
  margin: 10px;
}

.margin-bottom {
  margin-bottom: 20px;
}

.margin-bottom-none {
  margin-bottom: 0;
}

.margin-r-5, .missing:before {
  margin-right: 5px;
}

.margin-t-5 {
  margin-top: 5px;
}

.margin-auto {
  margin: auto;
}

.inline {
  display: inline;
}

.vertical-align, table.vertical-align td {
  vertical-align: middle !important;
}

.bold, .text-bold {
  font-weight: bold;
}

.block {
  display: block !important;
}

.inilne-block {
  display: inline-block !important;
}

.sp-hidden {
  display: none;
}

.color-sample {
  display: inline-block;
  height: 30px;
  width: 30px;
  border-radius: 18px;
  vertical-align: middle;
}

.is-default {
  position: relative;
  padding-left: 20px !important;
}

.is-default:after {
  position: absolute;
  left: 4px;
  top: -3px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: "\f02e";
  display: block;
  color: white;
}

.missing.missing:empty {
  display: inline-block;
  background-color: transparent;
  padding: 0;
  margin: 0;
}

.missing.missing:empty:before {
  color: #e53a40;
  font-size: 12px;
  margin: 0;
  padding: 0;
}

.missing:before {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: "\f071";
  animation: heartBeat .8s linear;
  font-size: 8px;
  animation-iteration-count: infinite;
}

@keyframes heartBeat {
  0%, 51% {
    opacity: 1;
  }
  50% {
    opacity: .3;
  }
}

.label.compact.label-status {
  padding: 0;
  margin: 0;
  border: none;
}

.label.compact.label-status i {
  margin: 0;
}

.label + .label:not(:last-child) {
  border-radius: .25em !important;
}

.label-muted {
  padding: 20px;
}

.or {
  text-align: center;
  overflow: hidden;
  margin-bottom: 20px;
  margin-top: 20px;
  position: relative;
}

.or:before {
  width: 80%;
  z-index: 1;
  margin: auto;
  display: block;
  border-bottom: 1px solid #dddee8;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.or span {
  z-index: 2;
  background-color: white;
  position: relative;
  padding: 2px;
}

.locked-item {
  background-color: #ffe456;
  padding: 4px;
  margin-right: 5px;
}

.row.flex {
  display: flex;
  flex-wrap: wrap;
}

.row.flex:before, .row.flex:after {
  display: none !important;
}

.row .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  padding: 0 11px;
}

.row > div.col-separators {
  border: none;
  border-right: 1px solid #eee;
}

.row > div.col-separators:last-child {
  border-right: none;
}

.modal .tab-pane {
  border: 1px solid #dddee8;
  padding: 10px;
  border-radius: 18px;
}

.modal .tab-pane .box {
  border: none;
}

.panel-result {
  border-radius: 18px;
  text-align: center;
  padding: 6px 11px;
  margin-bottom: 18px;
}

.panel-result.panel-success {
  background: rgba(186, 234, 135, 0.25);
  color: rgba(58, 97, 17, 0.25);
}

.panel-result.panel-warning {
  background: rgba(254, 229, 168, 0.25);
  color: rgba(166, 118, 2, 0.25);
}

.panel-result.panel-danger {
  background: rgba(244, 171, 173, 0.25);
  color: rgba(141, 19, 23, 0.25);
}

.progress .progress-bar {
  background-color: #fdce5d;
}

.progress .progress-bar.bg-info {
  background-color: #30affd;
}

.progress .progress-bar.bg-success {
  background-color: #7bce24;
}

.progress .progress-bar.bg-danger {
  background-color: #e53a40;
}

.progress .progress-bar.bg-warning {
  background-color: #FF851B;
}

.text-base {
  font-size: 13px !important;
}

.text-small {
  font-size: 12px !important;
}

.text-large {
  font-size: 17px !important;
}

.text-extra-large {
  font-size: 29px !important;
}

.text-truncate-base, .text-truncate-large, .text-truncate-small {
  position: relative;
}

.text-truncate-base > div, .text-truncate-large > div, .text-truncate-small > div {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.text-truncate-base.text-truncate-base, .text-truncate-large.text-truncate-base, .text-truncate-small.text-truncate-base {
  padding-bottom: 18px;
  font-size: 13px;
  line-height: 1.4;
}

.text-truncate-base.text-truncate-base > div:not(.more), .text-truncate-large.text-truncate-base > div:not(.more), .text-truncate-small.text-truncate-base > div:not(.more) {
  height: 54px;
}

.text-truncate-base.text-truncate-large, .text-truncate-large.text-truncate-large, .text-truncate-small.text-truncate-large {
  padding-bottom: 23px;
  font-size: 17px;
  line-height: 1.33333;
}

.text-truncate-base.text-truncate-large > div:not(.more), .text-truncate-large.text-truncate-large > div:not(.more), .text-truncate-small.text-truncate-large > div:not(.more) {
  height: 69px;
}

.text-truncate-base.text-truncate-small, .text-truncate-large.text-truncate-small, .text-truncate-small.text-truncate-small {
  padding-bottom: 19px;
  font-size: 12px;
  line-height: 1.6;
}

.text-truncate-base.text-truncate-small > div:not(.more), .text-truncate-large.text-truncate-small > div:not(.more), .text-truncate-small.text-truncate-small > div:not(.more) {
  height: 57px;
}

.text-truncate-base > button.more, .text-truncate-large > button.more, .text-truncate-small > button.more {
  color: #30affd;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  border: none;
  background: transparent;
  opacity: 1;
}

.text-truncate-base > button.more:focus, .text-truncate-large > button.more:focus, .text-truncate-small > button.more:focus {
  opacity: 0;
}

.text-truncate-base > button.more:focus + div, .text-truncate-large > button.more:focus + div, .text-truncate-small > button.more:focus + div {
  height: auto;
  display: block;
}

.separator {
  padding-left: 11px;
  padding-right: 11px;
}

.separator + .separator {
  border-left: 1px solid #9e9e9e;
}

.member-search-dash .form-group, .member-search-dash .form-group-xenon {
  margin-bottom: 0;
}

.member-search-dash .help-block:empty {
  display: none;
}

.translate-info {
  background-color: lightyellow;
  padding: 10px;
  margin-bottom: 10px;
}

.coopify-list-item:not(:last-child) {
  border-bottom: 1px solid #dddee8;
  padding-bottom: 4px;
  margin-bottom: 4px;
}

.cursor-pointer {
  cursor: pointer;
}

.page-header {
  text-align: center;
  max-width: 300px;
  margin-left: auto !important;
  margin-right: auto !important;
  border-bottom: none !important;
}

.page-header .page-title, .page-header .page-title h1, .page-header .page-title h2, .page-header .page-title h3, .page-header .page-title h4, .page-header .page-title h5, .page-header .page-title h6,
.page-header .page-title .h1, .page-header .page-title .h2, .page-header .page-title .h3, .page-header .page-title .h4, .page-header .page-title .h5, .page-header .page-title .h6 {
  color: #e53a40 !important;
}

.page-header .subtitle {
  font-size: 1.2em;
  color: #9e9e9e;
  font-weight: lighter;
}

.list-details-detail {
  padding: 0 6px;
}

.loader, .loader:after, .loader:before {
  display: block;
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: loader 1.8s infinite ease-in-out;
  animation: loader 1.8s infinite ease-in-out;
}

.loader {
  margin: 0px auto 10px;
  transform: translateY(-100%);
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  -webkit-animation-delay: 0.16s;
  animation-delay: 0.16s;
}

.loader:after, .loader:before {
  content: '';
  position: absolute;
  top: 0;
}

.loader:before {
  left: -3.5em;
}

.loader:after {
  left: 3.5em;
  -webkit-animation-delay: 0.32s;
  animation-delay: 0.32s;
}

@-webkit-keyframes loader {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em #30affd;
  }
  40% {
    box-shadow: 0 2.5em 0 0 #30affd;
  }
}

@keyframes loader {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em #30affd;
  }
  40% {
    box-shadow: 0 2.5em 0 0 #30affd;
  }
}

.error-face {
  padding: 15px 30px;
}

html,
body {
  height: 100%;
}

.wrap {
  min-height: 100%;
  width: 100%;
  margin: 0 auto -0px;
  padding: 0 0 0px;
}

.footer {
  height: 0px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.jumbotron .btn, .jumbotron .multiple-user .remove, .multiple-user .jumbotron .remove {
  font-size: 21px;
  padding: 14px 24px;
}

.not-set {
  color: #c55;
  font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font: normal normal normal 14px/1 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}

a.asc:after {
  content: "\f160";
}

a.desc:after {
  content: "\f161";
}

.sort-numerical a.asc:after {
  content: "\f162";
}

.sort-numerical a.desc:after {
  content: "\f163";
}

.sort-ordinal a.asc:after {
  content: "\f15d";
}

.sort-ordinal a.desc:after {
  content: "\f15e";
}

.grid-view th {
  white-space: nowrap;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
  padding: 15px;
  border: none;
}

@media (max-width: 767px) {
  .nav li > form > button.logout {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 15px;
  }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
  text-decoration: none;
}

.nav > li > form > button.logout:focus {
  outline: none;
}

@media screen and (max-width: 992px) {
  body.review-reviews::after {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    content: "Esta opción no está disponible en móvil";
    z-index: 101;
    font-size: 30px;
  }
  body.review-reviews::before {
    z-index: 100;
    position: fixed;
    top: 60px;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
    content: "";
    background-color: black;
  }
}

.vertical-panels {
  margin-top: -0;
  display: flex;
  height: calc(100vh - 60px - 0px);
}

.vertical-panels > [class*="col-"] {
  overflow-y: auto;
  border-right: 1px solid #a0a7bc;
}

.vertical-panels > [class*="col-"]:last-child {
  border-right: none;
}

.padding-gutter {
  padding: 20px;
}

.margin-gutter-top {
  margin-top: 20px;
}

.margin-top {
  margin-top: 5px;
}

.padding-top {
  padding-top: 5px;
}

.top {
  position: relative;
  top: 5px;
}

.border-top {
  border-top: 1px solid #dddee8 !important;
}

.margin-gutter-left {
  margin-left: 20px;
}

.margin-left {
  margin-left: 5px;
}

.padding-left {
  padding-left: 5px;
}

.left {
  position: relative;
  left: 5px;
}

.border-left {
  border-left: 1px solid #dddee8 !important;
}

.margin-gutter-bottom {
  margin-bottom: 20px;
}

.margin-bottom {
  margin-bottom: 5px;
}

.padding-bottom {
  padding-bottom: 5px;
}

.bottom {
  position: relative;
  bottom: 5px;
}

.border-bottom {
  border-bottom: 1px solid #dddee8 !important;
}

.margin-gutter-right {
  margin-right: 20px;
}

.margin-right {
  margin-right: 5px;
}

.padding-right {
  padding-right: 5px;
}

.right {
  position: relative;
  right: 5px;
}

.border-right {
  border-right: 1px solid #dddee8 !important;
}

.col-1 {
  width: 8.33333%;
}

.col-2 {
  width: 16.66667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333%;
}

.col-5 {
  width: 41.66667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333%;
}

.col-8 {
  width: 66.66667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333%;
}

.col-11 {
  width: 91.66667%;
}

.col-12 {
  width: 100%;
}

/*!
 * Copyright (c) 2019. Grupo coopify (Spain)
 *
 * This software is protected under Spanish law. Any distribution of this software
 * will be prosecuted.
 *
 * Developed by Waizabú <code@waizabu.com>
 * Updated by: anapaula on 13/9/2019
 *
 */
.nav-tabs.compressed-tabs {
  text-align: center;
  border-bottom: none;
  display: flex;
  justify-content: center;
}

.nav-tabs.compressed-tabs > li {
  background-color: white;
  -webkit-flex-basis: 100px;
  /* Safari 6.1+ */
  flex-basis: 100px;
}

.nav-tabs.compressed-tabs > li > a {
  padding: 5px 10px;
  width: 100%;
  color: #56556b;
  background-color: white !important;
  box-shadow: none;
  border: 1px solid #9e9e9e !important;
  text-transform: uppercase;
  border-radius: 0;
}

.nav-tabs.compressed-tabs > li.active > a, .nav-tabs.compressed-tabs > li.active > a:hover, .nav-tabs.compressed-tabs > li.active > a:focus {
  background-color: #30affd !important;
  color: white;
}

.nav-tabs.compressed-tabs > li:first-child > a {
  border-radius: 18px 0 0 18px;
  border-right: 0px;
}

.nav-tabs.compressed-tabs > li:last-child > a {
  border-radius: 0 18px 18px 0;
  border-left: 0px;
}

.btn-desc {
  margin: 15px;
  font-size: 17px;
  color: #9e9e9e;
  font-weight: lighter;
}

.btn-center {
  display: block !important;
  margin: 6px auto !important;
  text-transform: none !important;
}

.icon-left {
  font-size: 29px;
  color: #9e9e9e;
  float: left;
}

.icon-left + div {
  display: inline-block;
  float: left;
  padding: 0 11px;
}

.header-tenant-content {
  font-size: 12px;
}

.header-tenant-content .header-tenant-label {
  width: 20px;
  height: 10px;
  margin-right: 5px;
  display: inline-block;
  border-radius: 15%;
  vertical-align: middle;
}

.header-tenant-content .header-tenant-name-span {
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .main-sidebar + .main-column {
    margin-left: 240px;
  }
}

.main-content-container {
  padding: 20px 0;
}

@media screen and (min-width: 768px) {
  .main-content-container {
    padding: 20px !important;
  }
}

.navbar-brand {
  width: 240px;
}

/*
 * Component: Sidebar
 * ------------------
 */
.main-sidebar {
  position: fixed;
  overflow-y: auto;
  top: 0;
  left: 0;
  padding-top: 60px;
  min-height: 100%;
  height: calc(100vh - 60px);
  width: 240px;
  background-color: transparent;
  z-index: 810;
  transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}

@media (max-width: 768px) {
  .main-sidebar {
    padding-top: 100px;
  }
}

@media (max-width: 768px) {
  #x-sidebar-collapse ~ .wrap .main-sidebar {
    transform: translate(-240px, 0);
  }
  #x-sidebar-collapse:checked ~ .wrap .main-sidebar {
    transform: translate(0, 0);
  }
}

@media (min-width: 768px) {
  .sidebar-collapse .main-sidebar {
    transform: translate(-240px, 0);
  }
}

@media (max-width: 767px) {
  .sidebar-open .main-sidebar {
    transform: translate(0, 0);
  }
}

.main-sidebar .menu-tenant-selector {
  width: 80%;
  margin: auto;
  display: none;
}

.main-sidebar .menu-tenant-selector.single-tenant {
  color: white;
}

.sidebar {
  padding-bottom: 10px;
}

.sidebar-form input:focus {
  border-color: transparent;
}

.user-panel {
  position: relative;
  width: 100%;
  padding: 16px;
  overflow: hidden;
}

.user-panel:before, .user-panel:after {
  content: " ";
  display: table;
}

.user-panel:after {
  clear: both;
}

.user-panel > .image > img {
  width: 100%;
  max-width: 45px;
  height: auto;
}

.user-panel > .info {
  padding: 5px 5px 5px 15px;
  line-height: 1;
  position: absolute;
  left: 55px;
}

.user-panel > .info > p {
  font-weight: 600;
  margin-bottom: 9px;
}

.user-panel > .info > a {
  text-decoration: none;
  padding-right: 5px;
  margin-top: 3px;
}

.user-panel > .info > a > .fa, .form-group-xenon .xlte-radio-list .user-panel > .info > a > input[type="radio"]:checked + label:before, .form-group-xenon .xlte-radio-list .user-panel > .info > a > input[type="checkbox"]:checked + label:before,
.user-panel > .info > a > .fal,
.user-panel > .info > a > .far,
.user-panel > .info > a > .ion,
.user-panel > .info > a > .glyphicon {
  margin-right: 3px;
  color: inherit;
}

.sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
}

.sidebar-menu a.active {
  background-color: #30affd !important;
}

.sidebar-menu a.active + ul a.active {
  background-color: white !important;
  font-weight: bold;
}

.sidebar-menu > li {
  position: relative;
  margin: 0;
  padding: 0;
  text-align: left;
  cursor: pointer;
}

.sidebar-menu > li > a {
  padding: 12px 10px 12px 20px;
  display: block;
}

.sidebar-menu > li > a > .fa, .form-group-xenon .xlte-radio-list .sidebar-menu > li > a > input[type="radio"]:checked + label:before, .form-group-xenon .xlte-radio-list .sidebar-menu > li > a > input[type="checkbox"]:checked + label:before,
.sidebar-menu > li > a > .fal,
.sidebar-menu > li > a > .far,
.sidebar-menu > li > a > .glyphicon,
.sidebar-menu > li > a > .ion {
  display: inline-block;
  margin: auto;
  margin-right: 18px;
  vertical-align: middle;
  height: 16px;
  text-align: center;
  line-height: 16px;
  color: black;
  font-size: 16px;
}

.sidebar-menu > li .label,
.sidebar-menu > li .badge {
  margin-right: 5px;
}

.sidebar-menu > li .badge {
  margin-top: 3px;
}

.sidebar-menu a {
  color: black;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  border-top: 1px solid rgba(160, 167, 188, 0.1);
}

.sidebar-menu a:hover {
  text-decoration: none;
  color: gray;
  background-color: #404c63;
}

.sidebar-menu li.header {
  padding: 10px 25px 10px 15px;
  font-size: 12px;
}

.sidebar-menu li > a > .pull-right-container > .sidebar-caret {
  width: auto;
  height: auto;
  padding: 0;
  margin-right: 10px;
}

.sidebar-menu li.active > a > .pull-right-container > .sidebar-caret {
  transform: rotate(-90deg);
}

.sidebar-menu li.active > .treeview-menu {
  display: block;
}

.sidebar-menu .treeview-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 0px;
}

.sidebar-menu .treeview-menu .treeview-menu {
  padding-left: 20px;
}

.sidebar-menu .treeview-menu > li {
  text-align: left;
  margin: 0;
}

.sidebar-menu .treeview-menu > li > a {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 12px 5px 12px 8px;
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 34px;
}

.sidebar-menu .treeview-menu > li > a:hover {
  background: #eee;
}

.sidebar-menu .treeview-menu > li > a > .fa, .sidebar-menu .form-group-xenon .xlte-radio-list .treeview-menu > li > a > input[type="radio"]:checked + label:before, .form-group-xenon .xlte-radio-list .sidebar-menu .treeview-menu > li > a > input[type="radio"]:checked + label:before, .sidebar-menu .form-group-xenon .xlte-radio-list .treeview-menu > li > a > input[type="checkbox"]:checked + label:before, .form-group-xenon .xlte-radio-list .sidebar-menu .treeview-menu > li > a > input[type="checkbox"]:checked + label:before,
.sidebar-menu .treeview-menu > li > a > .fal,
.sidebar-menu .treeview-menu > li > a > .far,
.sidebar-menu .treeview-menu > li > a > .glyphicon,
.sidebar-menu .treeview-menu > li > a > .ion {
  width: 14px;
  display: none;
  color: black;
}

.sidebar-menu .treeview-menu > li > a > .pull-right-container > .fa-angle-left,
.sidebar-menu .treeview-menu > li > a > .fa-angle-down {
  width: auto;
}

@media (max-width: 768px) {
  .main-sidebar .menu-tenant-selector {
    display: block;
  }
  .main-sidebar .menu-tenant-selector:not(.single-tenant) > select {
    font-size: 12px !important;
  }
}

.d-enabled {
  display: block;
  z-index: 99999;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 10px;
  background-color: #ffd51b;
}

.mft-enabled {
  display: block;
  z-index: 99999;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 4px;
  background-color: blue;
}

.d-block {
  display: block !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

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

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

tbody td:not(.free-case) {
  text-transform: uppercase !important;
}

tbody td:not(.free-case) *:not(.free-case) {
  text-transform: initial !important;
}

/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret, .multiple-user .remove > .caret,
  .dropup > .btn > .caret,
  .multiple-user .dropup > .remove > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\002a";
}

.glyphicon-plus:before {
  content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 1.4;
  color: #56556b;
  background-color: #dbe7f2;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #30affd;
  text-decoration: none;
}

a:hover, a:focus {
  color: #028bde;
  text-decoration: none;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 36px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.4;
  background-color: #dbe7f2;
  border: 1px solid #ddd;
  border-radius: 18px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #dddee8;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: #566175;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #a0a7bc;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 18px;
  margin-bottom: 9px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 9px;
  margin-bottom: 9px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 29px;
}

h2, .h2 {
  font-size: 27px;
}

h3, .h3 {
  font-size: 23px;
}

h4, .h4 {
  font-size: 17px;
}

h5, .h5 {
  font-size: 13px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 9px;
}

.lead {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 19.5px;
  }
}

small,
.small {
  font-size: 92%;
}

mark,
.mark {
  padding: .2em;
  background-color: rgba(253, 191, 42, 0.25);
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted, .disclaimer, .projects-cards .project-status {
  color: #a0a7bc;
}

.text-primary {
  color: #30affd;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #029af8;
}

.text-success {
  color: #7bce24;
}

a.text-success:hover,
a.text-success:focus {
  color: #61a31c;
}

.text-info {
  color: #00c3de;
}

a.text-info:hover,
a.text-info:focus {
  color: #0096ab;
}

.text-warning {
  color: #fdbf2a;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #f2ab02;
}

.text-danger {
  color: #e53a40;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #d01c22;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #30affd;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #029af8;
}

.bg-success {
  background-color: rgba(123, 206, 36, 0.25);
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: rgba(97, 163, 28, 0.25);
}

.bg-info {
  background-color: rgba(0, 195, 222, 0.25);
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: rgba(0, 150, 171, 0.25);
}

.bg-warning {
  background-color: rgba(253, 191, 42, 0.25);
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: rgba(242, 171, 2, 0.25);
}

.bg-danger {
  background-color: rgba(229, 58, 64, 0.25);
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: rgba(208, 28, 34, 0.25);
}

.page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #dddee8;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 9px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled, .direct-chat .contacts-list {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 18px;
}

dt,
dd {
  line-height: 1.4;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 9px 18px;
  margin: 0 0 18px;
  font-size: 16.25px;
  border-left: 5px solid #dddee8;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.4;
  color: #a0a7bc;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #dddee8;
  border-left: 0;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}

address {
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.4;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 18px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 18px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 1.4;
  color: #2c3444;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 18px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.container:before, .container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}

.container-fluid {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -10px;
  margin-left: -10px;
}

.row:before, .row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #a0a7bc;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 18px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.4;
  vertical-align: top;
  border-top: 1px solid #dadcf1;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dadcf1;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #dadcf1;
}

.table .table {
  background-color: #dbe7f2;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #dadcf1;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dadcf1;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: rgba(123, 206, 36, 0.25);
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: rgba(110, 184, 32, 0.25);
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: rgba(0, 195, 222, 0.25);
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: rgba(0, 173, 197, 0.25);
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: rgba(253, 191, 42, 0.25);
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: rgba(253, 183, 17, 0.25);
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: rgba(229, 58, 64, 0.25);
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: rgba(226, 35, 42, 0.25);
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 13.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dadcf1;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  font-size: 19.5px;
  line-height: inherit;
  color: #2c3444;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 13px;
  line-height: 1.4;
  color: #55556f;
}

.form-control, body.user-security-login .form-control-login, body[class^="user-recovery"] .form-control-login, body[class^="user-registration"] .form-control-login, .select2-container--xlte .select2-selection, .select2-container--xlte .select2-search--dropdown .select2-search__field {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 11px;
  font-size: 13px;
  line-height: 1.4;
  color: #55556f;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 18px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus, body.user-security-login .form-control-login:focus, body[class^="user-recovery"] .form-control-login:focus, body[class^="user-registration"] .form-control-login:focus, .select2-container--xlte .select2-selection:focus, .select2-container--xlte .select2-search--dropdown .select2-search__field:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder, body.user-security-login .form-control-login::-moz-placeholder, body[class^="user-recovery"] .form-control-login::-moz-placeholder, body[class^="user-registration"] .form-control-login::-moz-placeholder, .select2-container--xlte .select2-selection::-moz-placeholder, .select2-container--xlte .select2-search--dropdown .select2-search__field::-moz-placeholder {
  color: #a0a7bc;
  opacity: 1;
}

.form-control:-ms-input-placeholder, body.user-security-login .form-control-login:-ms-input-placeholder, body[class^="user-recovery"] .form-control-login:-ms-input-placeholder, body[class^="user-registration"] .form-control-login:-ms-input-placeholder, .select2-container--xlte .select2-selection:-ms-input-placeholder, .select2-container--xlte .select2-search--dropdown .select2-search__field:-ms-input-placeholder {
  color: #a0a7bc;
}

.form-control::-webkit-input-placeholder, body.user-security-login .form-control-login::-webkit-input-placeholder, body[class^="user-recovery"] .form-control-login::-webkit-input-placeholder, body[class^="user-registration"] .form-control-login::-webkit-input-placeholder, .select2-container--xlte .select2-selection::-webkit-input-placeholder, .select2-container--xlte .select2-search--dropdown .select2-search__field::-webkit-input-placeholder {
  color: #a0a7bc;
}

.form-control::-ms-expand, body.user-security-login .form-control-login::-ms-expand, body[class^="user-recovery"] .form-control-login::-ms-expand, body[class^="user-registration"] .form-control-login::-ms-expand, .select2-container--xlte .select2-selection::-ms-expand, .select2-container--xlte .select2-search--dropdown .select2-search__field::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control[disabled], body.user-security-login .form-control-login[disabled], body[class^="user-recovery"] .form-control-login[disabled], body[class^="user-registration"] .form-control-login[disabled], .select2-container--xlte .select2-selection[disabled], .select2-container--xlte .select2-search--dropdown .select2-search__field[disabled], .form-control[readonly], body.user-security-login .form-control-login[readonly], body[class^="user-recovery"] .form-control-login[readonly], body[class^="user-registration"] .form-control-login[readonly], .select2-container--xlte .select2-selection[readonly], .select2-container--xlte .select2-search--dropdown .select2-search__field[readonly],
fieldset[disabled] .form-control,
fieldset[disabled] body.user-security-login .form-control-login,
body.user-security-login fieldset[disabled] .form-control-login,
fieldset[disabled] body[class^="user-recovery"] .form-control-login,
body[class^="user-recovery"] fieldset[disabled] .form-control-login,
fieldset[disabled] body[class^="user-registration"] .form-control-login,
body[class^="user-registration"] fieldset[disabled] .form-control-login,
fieldset[disabled] .select2-container--xlte .select2-selection,
.select2-container--xlte fieldset[disabled] .select2-selection,
fieldset[disabled] .select2-container--xlte .select2-search--dropdown .select2-search__field,
.select2-container--xlte .select2-search--dropdown fieldset[disabled] .select2-search__field {
  background-color: #dddee8;
  opacity: 1;
}

.form-control[disabled], body.user-security-login .form-control-login[disabled], body[class^="user-recovery"] .form-control-login[disabled], body[class^="user-registration"] .form-control-login[disabled], .select2-container--xlte .select2-selection[disabled], .select2-container--xlte .select2-search--dropdown .select2-search__field[disabled],
fieldset[disabled] .form-control,
fieldset[disabled] body.user-security-login .form-control-login,
body.user-security-login fieldset[disabled] .form-control-login,
fieldset[disabled] body[class^="user-recovery"] .form-control-login,
body[class^="user-recovery"] fieldset[disabled] .form-control-login,
fieldset[disabled] body[class^="user-registration"] .form-control-login,
body[class^="user-registration"] fieldset[disabled] .form-control-login,
fieldset[disabled] .select2-container--xlte .select2-selection,
.select2-container--xlte fieldset[disabled] .select2-selection,
fieldset[disabled] .select2-container--xlte .select2-search--dropdown .select2-search__field,
.select2-container--xlte .select2-search--dropdown fieldset[disabled] .select2-search__field {
  cursor: not-allowed;
}

textarea.form-control, body.user-security-login textarea.form-control-login, body[class^="user-recovery"] textarea.form-control-login, body[class^="user-registration"] textarea.form-control-login, .select2-container--xlte textarea.select2-selection, .select2-container--xlte .select2-search--dropdown textarea.select2-search__field {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control, body.user-security-login input.form-control-login[type="date"], body[class^="user-recovery"] input.form-control-login[type="date"], body[class^="user-registration"] input.form-control-login[type="date"], .select2-container--xlte input.select2-selection[type="date"], .select2-container--xlte .select2-search--dropdown input.select2-search__field[type="date"],
  input[type="time"].form-control,
  body.user-security-login input.form-control-login[type="time"],
  body[class^="user-recovery"] input.form-control-login[type="time"],
  body[class^="user-registration"] input.form-control-login[type="time"],
  .select2-container--xlte input.select2-selection[type="time"],
  .select2-container--xlte .select2-search--dropdown input.select2-search__field[type="time"],
  input[type="datetime-local"].form-control,
  body.user-security-login input.form-control-login[type="datetime-local"],
  body[class^="user-recovery"] input.form-control-login[type="datetime-local"],
  body[class^="user-registration"] input.form-control-login[type="datetime-local"],
  .select2-container--xlte input.select2-selection[type="datetime-local"],
  .select2-container--xlte .select2-search--dropdown input.select2-search__field[type="datetime-local"],
  input[type="month"].form-control,
  body.user-security-login input.form-control-login[type="month"],
  body[class^="user-recovery"] input.form-control-login[type="month"],
  body[class^="user-registration"] input.form-control-login[type="month"],
  .select2-container--xlte input.select2-selection[type="month"],
  .select2-container--xlte .select2-search--dropdown input.select2-search__field[type="month"] {
    line-height: 32px;
  }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"], body.user-security-login .input-group-sm > input.form-control-login[type="date"], body[class^="user-recovery"] .input-group-sm > input.form-control-login[type="date"], body[class^="user-registration"] .input-group-sm > input.form-control-login[type="date"], .select2-container--xlte .input-group-sm > input.select2-selection[type="date"], .select2-container--xlte .select2-search--dropdown .input-group-sm > input.select2-search__field[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"], .multiple-user .input-group-sm > .input-group-btn > input.remove[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  body.user-security-login .input-group-sm > input.form-control-login[type="time"],
  body[class^="user-recovery"] .input-group-sm > input.form-control-login[type="time"],
  body[class^="user-registration"] .input-group-sm > input.form-control-login[type="time"],
  .select2-container--xlte .input-group-sm > input.select2-selection[type="time"],
  .select2-container--xlte .select2-search--dropdown .input-group-sm > input.select2-search__field[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .multiple-user .input-group-sm > .input-group-btn > input.remove[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  body.user-security-login .input-group-sm > input.form-control-login[type="datetime-local"],
  body[class^="user-recovery"] .input-group-sm > input.form-control-login[type="datetime-local"],
  body[class^="user-registration"] .input-group-sm > input.form-control-login[type="datetime-local"],
  .select2-container--xlte .input-group-sm > input.select2-selection[type="datetime-local"],
  .select2-container--xlte .select2-search--dropdown .input-group-sm > input.select2-search__field[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .multiple-user .input-group-sm > .input-group-btn > input.remove[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  body.user-security-login .input-group-sm > input.form-control-login[type="month"],
  body[class^="user-recovery"] .input-group-sm > input.form-control-login[type="month"],
  body[class^="user-registration"] .input-group-sm > input.form-control-login[type="month"],
  .select2-container--xlte .input-group-sm > input.select2-selection[type="month"],
  .select2-container--xlte .select2-search--dropdown .input-group-sm > input.select2-search__field[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .multiple-user .input-group-sm > .input-group-btn > input.remove[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 31px;
  }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"], body.user-security-login .input-group-lg > input.form-control-login[type="date"], body[class^="user-recovery"] .input-group-lg > input.form-control-login[type="date"], body[class^="user-registration"] .input-group-lg > input.form-control-login[type="date"], .select2-container--xlte .input-group-lg > input.select2-selection[type="date"], .select2-container--xlte .select2-search--dropdown .input-group-lg > input.select2-search__field[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"], .multiple-user .input-group-lg > .input-group-btn > input.remove[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  body.user-security-login .input-group-lg > input.form-control-login[type="time"],
  body[class^="user-recovery"] .input-group-lg > input.form-control-login[type="time"],
  body[class^="user-registration"] .input-group-lg > input.form-control-login[type="time"],
  .select2-container--xlte .input-group-lg > input.select2-selection[type="time"],
  .select2-container--xlte .select2-search--dropdown .input-group-lg > input.select2-search__field[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .multiple-user .input-group-lg > .input-group-btn > input.remove[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  body.user-security-login .input-group-lg > input.form-control-login[type="datetime-local"],
  body[class^="user-recovery"] .input-group-lg > input.form-control-login[type="datetime-local"],
  body[class^="user-registration"] .input-group-lg > input.form-control-login[type="datetime-local"],
  .select2-container--xlte .input-group-lg > input.select2-selection[type="datetime-local"],
  .select2-container--xlte .select2-search--dropdown .input-group-lg > input.select2-search__field[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .multiple-user .input-group-lg > .input-group-btn > input.remove[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  body.user-security-login .input-group-lg > input.form-control-login[type="month"],
  body[class^="user-recovery"] .input-group-lg > input.form-control-login[type="month"],
  body[class^="user-registration"] .input-group-lg > input.form-control-login[type="month"],
  .select2-container--xlte .input-group-lg > input.select2-selection[type="month"],
  .select2-container--xlte .select2-search--dropdown .input-group-lg > input.select2-search__field[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .multiple-user .input-group-lg > .input-group-btn > input.remove[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 45px;
  }
}

.form-group, .form-group-xenon {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.radio label,
.checkbox label {
  min-height: 18px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.form-control-static {
  min-height: 31px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, body.user-security-login .input-group-lg > .form-control-static.form-control-login, body[class^="user-recovery"] .input-group-lg > .form-control-static.form-control-login, body[class^="user-registration"] .input-group-lg > .form-control-static.form-control-login, .select2-container--xlte .input-group-lg > .form-control-static.select2-selection, .select2-container--xlte .select2-search--dropdown .input-group-lg > .form-control-static.select2-search__field,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .multiple-user .input-group-lg > .input-group-btn > .form-control-static.remove, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, body.user-security-login .input-group-sm > .form-control-static.form-control-login, body[class^="user-recovery"] .input-group-sm > .form-control-static.form-control-login, body[class^="user-registration"] .input-group-sm > .form-control-static.form-control-login, .select2-container--xlte .input-group-sm > .form-control-static.select2-selection, .select2-container--xlte .select2-search--dropdown .input-group-sm > .form-control-static.select2-search__field,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn, .multiple-user .input-group-sm > .input-group-btn > .form-control-static.remove {
  padding-right: 0;
  padding-left: 0;
}

.input-sm, .input-group-sm > .form-control, body.user-security-login .input-group-sm > .form-control-login, body[class^="user-recovery"] .input-group-sm > .form-control-login, body[class^="user-registration"] .input-group-sm > .form-control-login, .select2-container--xlte .input-group-sm > .select2-selection, .select2-container--xlte .select2-search--dropdown .input-group-sm > .select2-search__field,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn, .multiple-user .input-group-sm > .input-group-btn > .remove {
  height: 31px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.6;
  border-radius: 18px;
}

select.input-sm, .input-group-sm > select.form-control, body.user-security-login .input-group-sm > select.form-control-login, body[class^="user-recovery"] .input-group-sm > select.form-control-login, body[class^="user-registration"] .input-group-sm > select.form-control-login, .select2-container--xlte .input-group-sm > select.select2-selection, .select2-container--xlte .select2-search--dropdown .input-group-sm > select.select2-search__field,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn, .multiple-user .input-group-sm > .input-group-btn > select.remove {
  height: 31px;
  line-height: 31px;
}

textarea.input-sm, .input-group-sm > textarea.form-control, body.user-security-login .input-group-sm > textarea.form-control-login, body[class^="user-recovery"] .input-group-sm > textarea.form-control-login, body[class^="user-registration"] .input-group-sm > textarea.form-control-login, .select2-container--xlte .input-group-sm > textarea.select2-selection, .select2-container--xlte .select2-search--dropdown .input-group-sm > textarea.select2-search__field,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn, .multiple-user .input-group-sm > .input-group-btn > textarea.remove,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
body.user-security-login .input-group-sm > select.form-control-login[multiple],
body[class^="user-recovery"] .input-group-sm > select.form-control-login[multiple],
body[class^="user-registration"] .input-group-sm > select.form-control-login[multiple],
.select2-container--xlte .input-group-sm > select.select2-selection[multiple],
.select2-container--xlte .select2-search--dropdown .input-group-sm > select.select2-search__field[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple],
.multiple-user .input-group-sm > .input-group-btn > select.remove[multiple] {
  height: auto;
}

.form-group-sm .form-control, .form-group-sm body.user-security-login .form-control-login, body.user-security-login .form-group-sm .form-control-login, .form-group-sm body[class^="user-recovery"] .form-control-login, body[class^="user-recovery"] .form-group-sm .form-control-login, .form-group-sm body[class^="user-registration"] .form-control-login, body[class^="user-registration"] .form-group-sm .form-control-login, .form-group-sm .select2-container--xlte .select2-selection, .select2-container--xlte .form-group-sm .select2-selection, .form-group-sm .select2-container--xlte .select2-search--dropdown .select2-search__field, .select2-container--xlte .select2-search--dropdown .form-group-sm .select2-search__field {
  height: 31px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.6;
  border-radius: 18px;
}

.form-group-sm select.form-control, .form-group-sm body.user-security-login select.form-control-login, body.user-security-login .form-group-sm select.form-control-login, .form-group-sm body[class^="user-recovery"] select.form-control-login, body[class^="user-recovery"] .form-group-sm select.form-control-login, .form-group-sm body[class^="user-registration"] select.form-control-login, body[class^="user-registration"] .form-group-sm select.form-control-login, .form-group-sm .select2-container--xlte select.select2-selection, .select2-container--xlte .form-group-sm select.select2-selection, .form-group-sm .select2-container--xlte .select2-search--dropdown select.select2-search__field, .select2-container--xlte .select2-search--dropdown .form-group-sm select.select2-search__field {
  height: 31px;
  line-height: 31px;
}

.form-group-sm textarea.form-control, .form-group-sm body.user-security-login textarea.form-control-login, body.user-security-login .form-group-sm textarea.form-control-login, .form-group-sm body[class^="user-recovery"] textarea.form-control-login, body[class^="user-recovery"] .form-group-sm textarea.form-control-login, .form-group-sm body[class^="user-registration"] textarea.form-control-login, body[class^="user-registration"] .form-group-sm textarea.form-control-login, .form-group-sm .select2-container--xlte textarea.select2-selection, .select2-container--xlte .form-group-sm textarea.select2-selection, .form-group-sm .select2-container--xlte .select2-search--dropdown textarea.select2-search__field, .select2-container--xlte .select2-search--dropdown .form-group-sm textarea.select2-search__field,
.form-group-sm select[multiple].form-control,
.form-group-sm body.user-security-login select.form-control-login[multiple],
body.user-security-login .form-group-sm select.form-control-login[multiple],
.form-group-sm body[class^="user-recovery"] select.form-control-login[multiple],
body[class^="user-recovery"] .form-group-sm select.form-control-login[multiple],
.form-group-sm body[class^="user-registration"] select.form-control-login[multiple],
body[class^="user-registration"] .form-group-sm select.form-control-login[multiple],
.form-group-sm .select2-container--xlte select.select2-selection[multiple],
.select2-container--xlte .form-group-sm select.select2-selection[multiple],
.form-group-sm .select2-container--xlte .select2-search--dropdown select.select2-search__field[multiple],
.select2-container--xlte .select2-search--dropdown .form-group-sm select.select2-search__field[multiple] {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 31px;
  min-height: 30px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.6;
}

.input-lg, .input-group-lg > .form-control, body.user-security-login .input-group-lg > .form-control-login, body[class^="user-recovery"] .input-group-lg > .form-control-login, body[class^="user-registration"] .input-group-lg > .form-control-login, .select2-container--xlte .input-group-lg > .select2-selection, .select2-container--xlte .select2-search--dropdown .input-group-lg > .select2-search__field,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn, .multiple-user .input-group-lg > .input-group-btn > .remove {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33333;
  border-radius: 18px;
}

select.input-lg, .input-group-lg > select.form-control, body.user-security-login .input-group-lg > select.form-control-login, body[class^="user-recovery"] .input-group-lg > select.form-control-login, body[class^="user-registration"] .input-group-lg > select.form-control-login, .select2-container--xlte .input-group-lg > select.select2-selection, .select2-container--xlte .select2-search--dropdown .input-group-lg > select.select2-search__field,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn, .multiple-user .input-group-lg > .input-group-btn > select.remove {
  height: 45px;
  line-height: 45px;
}

textarea.input-lg, .input-group-lg > textarea.form-control, body.user-security-login .input-group-lg > textarea.form-control-login, body[class^="user-recovery"] .input-group-lg > textarea.form-control-login, body[class^="user-registration"] .input-group-lg > textarea.form-control-login, .select2-container--xlte .input-group-lg > textarea.select2-selection, .select2-container--xlte .select2-search--dropdown .input-group-lg > textarea.select2-search__field,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn, .multiple-user .input-group-lg > .input-group-btn > textarea.remove,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
body.user-security-login .input-group-lg > select.form-control-login[multiple],
body[class^="user-recovery"] .input-group-lg > select.form-control-login[multiple],
body[class^="user-registration"] .input-group-lg > select.form-control-login[multiple],
.select2-container--xlte .input-group-lg > select.select2-selection[multiple],
.select2-container--xlte .select2-search--dropdown .input-group-lg > select.select2-search__field[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple],
.multiple-user .input-group-lg > .input-group-btn > select.remove[multiple] {
  height: auto;
}

.form-group-lg .form-control, .form-group-lg body.user-security-login .form-control-login, body.user-security-login .form-group-lg .form-control-login, .form-group-lg body[class^="user-recovery"] .form-control-login, body[class^="user-recovery"] .form-group-lg .form-control-login, .form-group-lg body[class^="user-registration"] .form-control-login, body[class^="user-registration"] .form-group-lg .form-control-login, .form-group-lg .select2-container--xlte .select2-selection, .select2-container--xlte .form-group-lg .select2-selection, .form-group-lg .select2-container--xlte .select2-search--dropdown .select2-search__field, .select2-container--xlte .select2-search--dropdown .form-group-lg .select2-search__field {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33333;
  border-radius: 18px;
}

.form-group-lg select.form-control, .form-group-lg body.user-security-login select.form-control-login, body.user-security-login .form-group-lg select.form-control-login, .form-group-lg body[class^="user-recovery"] select.form-control-login, body[class^="user-recovery"] .form-group-lg select.form-control-login, .form-group-lg body[class^="user-registration"] select.form-control-login, body[class^="user-registration"] .form-group-lg select.form-control-login, .form-group-lg .select2-container--xlte select.select2-selection, .select2-container--xlte .form-group-lg select.select2-selection, .form-group-lg .select2-container--xlte .select2-search--dropdown select.select2-search__field, .select2-container--xlte .select2-search--dropdown .form-group-lg select.select2-search__field {
  height: 45px;
  line-height: 45px;
}

.form-group-lg textarea.form-control, .form-group-lg body.user-security-login textarea.form-control-login, body.user-security-login .form-group-lg textarea.form-control-login, .form-group-lg body[class^="user-recovery"] textarea.form-control-login, body[class^="user-recovery"] .form-group-lg textarea.form-control-login, .form-group-lg body[class^="user-registration"] textarea.form-control-login, body[class^="user-registration"] .form-group-lg textarea.form-control-login, .form-group-lg .select2-container--xlte textarea.select2-selection, .select2-container--xlte .form-group-lg textarea.select2-selection, .form-group-lg .select2-container--xlte .select2-search--dropdown textarea.select2-search__field, .select2-container--xlte .select2-search--dropdown .form-group-lg textarea.select2-search__field,
.form-group-lg select[multiple].form-control,
.form-group-lg body.user-security-login select.form-control-login[multiple],
body.user-security-login .form-group-lg select.form-control-login[multiple],
.form-group-lg body[class^="user-recovery"] select.form-control-login[multiple],
body[class^="user-recovery"] .form-group-lg select.form-control-login[multiple],
.form-group-lg body[class^="user-registration"] select.form-control-login[multiple],
body[class^="user-registration"] .form-group-lg select.form-control-login[multiple],
.form-group-lg .select2-container--xlte select.select2-selection[multiple],
.select2-container--xlte .form-group-lg select.select2-selection[multiple],
.form-group-lg .select2-container--xlte .select2-search--dropdown select.select2-search__field[multiple],
.select2-container--xlte .select2-search--dropdown .form-group-lg select.select2-search__field[multiple] {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 45px;
  min-height: 35px;
  padding: 11px 16px;
  font-size: 17px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control, .has-feedback body.user-security-login .form-control-login, body.user-security-login .has-feedback .form-control-login, .has-feedback body[class^="user-recovery"] .form-control-login, body[class^="user-recovery"] .has-feedback .form-control-login, .has-feedback body[class^="user-registration"] .form-control-login, body[class^="user-registration"] .has-feedback .form-control-login, .has-feedback .select2-container--xlte .select2-selection, .select2-container--xlte .has-feedback .select2-selection, .has-feedback .select2-container--xlte .select2-search--dropdown .select2-search__field, .select2-container--xlte .select2-search--dropdown .has-feedback .select2-search__field {
  padding-right: 40px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, body.user-security-login .input-group-lg > .form-control-login + .form-control-feedback, body[class^="user-recovery"] .input-group-lg > .form-control-login + .form-control-feedback, body[class^="user-registration"] .input-group-lg > .form-control-login + .form-control-feedback, .select2-container--xlte .input-group-lg > .select2-selection + .form-control-feedback, .select2-container--xlte .select2-search--dropdown .input-group-lg > .select2-search__field + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .multiple-user .input-group-lg > .input-group-btn > .remove + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg body.user-security-login .form-control-login + .form-control-feedback,
body.user-security-login .form-group-lg .form-control-login + .form-control-feedback,
.form-group-lg body[class^="user-recovery"] .form-control-login + .form-control-feedback,
body[class^="user-recovery"] .form-group-lg .form-control-login + .form-control-feedback,
.form-group-lg body[class^="user-registration"] .form-control-login + .form-control-feedback,
body[class^="user-registration"] .form-group-lg .form-control-login + .form-control-feedback,
.form-group-lg .select2-container--xlte .select2-selection + .form-control-feedback,
.select2-container--xlte .form-group-lg .select2-selection + .form-control-feedback,
.form-group-lg .select2-container--xlte .select2-search--dropdown .select2-search__field + .form-control-feedback,
.select2-container--xlte .select2-search--dropdown .form-group-lg .select2-search__field + .form-control-feedback {
  width: 45px;
  height: 45px;
  line-height: 45px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, body.user-security-login .input-group-sm > .form-control-login + .form-control-feedback, body[class^="user-recovery"] .input-group-sm > .form-control-login + .form-control-feedback, body[class^="user-registration"] .input-group-sm > .form-control-login + .form-control-feedback, .select2-container--xlte .input-group-sm > .select2-selection + .form-control-feedback, .select2-container--xlte .select2-search--dropdown .input-group-sm > .select2-search__field + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .multiple-user .input-group-sm > .input-group-btn > .remove + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm body.user-security-login .form-control-login + .form-control-feedback,
body.user-security-login .form-group-sm .form-control-login + .form-control-feedback,
.form-group-sm body[class^="user-recovery"] .form-control-login + .form-control-feedback,
body[class^="user-recovery"] .form-group-sm .form-control-login + .form-control-feedback,
.form-group-sm body[class^="user-registration"] .form-control-login + .form-control-feedback,
body[class^="user-registration"] .form-group-sm .form-control-login + .form-control-feedback,
.form-group-sm .select2-container--xlte .select2-selection + .form-control-feedback,
.select2-container--xlte .form-group-sm .select2-selection + .form-control-feedback,
.form-group-sm .select2-container--xlte .select2-search--dropdown .select2-search__field + .form-control-feedback,
.select2-container--xlte .select2-search--dropdown .form-group-sm .select2-search__field + .form-control-feedback {
  width: 31px;
  height: 31px;
  line-height: 31px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #7bce24;
}

.has-success .form-control, .has-success body.user-security-login .form-control-login, body.user-security-login .has-success .form-control-login, .has-success body[class^="user-recovery"] .form-control-login, body[class^="user-recovery"] .has-success .form-control-login, .has-success body[class^="user-registration"] .form-control-login, body[class^="user-registration"] .has-success .form-control-login, .has-success .select2-container--xlte .select2-selection, .select2-container--xlte .has-success .select2-selection, .has-success .select2-container--xlte .select2-search--dropdown .select2-search__field, .select2-container--xlte .select2-search--dropdown .has-success .select2-search__field {
  border-color: #7bce24;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus, .has-success body.user-security-login .form-control-login:focus, body.user-security-login .has-success .form-control-login:focus, .has-success body[class^="user-recovery"] .form-control-login:focus, body[class^="user-recovery"] .has-success .form-control-login:focus, .has-success body[class^="user-registration"] .form-control-login:focus, body[class^="user-registration"] .has-success .form-control-login:focus, .has-success .select2-container--xlte .select2-selection:focus, .select2-container--xlte .has-success .select2-selection:focus, .has-success .select2-container--xlte .select2-search--dropdown .select2-search__field:focus, .select2-container--xlte .select2-search--dropdown .has-success .select2-search__field:focus {
  border-color: #61a31c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ade672;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ade672;
}

.has-success .input-group-addon {
  color: #7bce24;
  background-color: rgba(123, 206, 36, 0.25);
  border-color: #7bce24;
}

.has-success .form-control-feedback {
  color: #7bce24;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #fdbf2a;
}

.has-warning .form-control, .has-warning body.user-security-login .form-control-login, body.user-security-login .has-warning .form-control-login, .has-warning body[class^="user-recovery"] .form-control-login, body[class^="user-recovery"] .has-warning .form-control-login, .has-warning body[class^="user-registration"] .form-control-login, body[class^="user-registration"] .has-warning .form-control-login, .has-warning .select2-container--xlte .select2-selection, .select2-container--xlte .has-warning .select2-selection, .has-warning .select2-container--xlte .select2-search--dropdown .select2-search__field, .select2-container--xlte .select2-search--dropdown .has-warning .select2-search__field {
  border-color: #fdbf2a;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus, .has-warning body.user-security-login .form-control-login:focus, body.user-security-login .has-warning .form-control-login:focus, .has-warning body[class^="user-recovery"] .form-control-login:focus, body[class^="user-recovery"] .has-warning .form-control-login:focus, .has-warning body[class^="user-registration"] .form-control-login:focus, body[class^="user-registration"] .has-warning .form-control-login:focus, .has-warning .select2-container--xlte .select2-selection:focus, .select2-container--xlte .has-warning .select2-selection:focus, .has-warning .select2-container--xlte .select2-search--dropdown .select2-search__field:focus, .select2-container--xlte .select2-search--dropdown .has-warning .select2-search__field:focus {
  border-color: #f2ab02;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fedd8f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fedd8f;
}

.has-warning .input-group-addon {
  color: #fdbf2a;
  background-color: rgba(253, 191, 42, 0.25);
  border-color: #fdbf2a;
}

.has-warning .form-control-feedback {
  color: #fdbf2a;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #e53a40;
}

.has-error .form-control, .has-error body.user-security-login .form-control-login, body.user-security-login .has-error .form-control-login, .has-error body[class^="user-recovery"] .form-control-login, body[class^="user-recovery"] .has-error .form-control-login, .has-error body[class^="user-registration"] .form-control-login, body[class^="user-registration"] .has-error .form-control-login, .has-error .select2-container--xlte .select2-selection, .select2-container--xlte .has-error .select2-selection, .has-error .select2-container--xlte .select2-search--dropdown .select2-search__field, .select2-container--xlte .select2-search--dropdown .has-error .select2-search__field {
  border-color: #e53a40;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus, .has-error body.user-security-login .form-control-login:focus, body.user-security-login .has-error .form-control-login:focus, .has-error body[class^="user-recovery"] .form-control-login:focus, body[class^="user-recovery"] .has-error .form-control-login:focus, .has-error body[class^="user-registration"] .form-control-login:focus, body[class^="user-registration"] .has-error .form-control-login:focus, .has-error .select2-container--xlte .select2-selection:focus, .select2-container--xlte .has-error .select2-selection:focus, .has-error .select2-container--xlte .select2-search--dropdown .select2-search__field:focus, .select2-container--xlte .select2-search--dropdown .has-error .select2-search__field:focus {
  border-color: #d01c22;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f19497;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f19497;
}

.has-error .input-group-addon {
  color: #e53a40;
  background-color: rgba(229, 58, 64, 0.25);
  border-color: #e53a40;
}

.has-error .form-control-feedback {
  color: #e53a40;
}

.has-feedback label ~ .form-control-feedback {
  top: 23px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #9695ab;
}

@media (min-width: 768px) {
  .form-inline .form-group, .form-inline .form-group-xenon {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control, .form-inline body.user-security-login .form-control-login, body.user-security-login .form-inline .form-control-login, .form-inline body[class^="user-recovery"] .form-control-login, body[class^="user-recovery"] .form-inline .form-control-login, .form-inline body[class^="user-registration"] .form-control-login, body[class^="user-registration"] .form-inline .form-control-login, .form-inline .select2-container--xlte .select2-selection, .select2-container--xlte .form-inline .select2-selection, .form-inline .select2-container--xlte .select2-search--dropdown .select2-search__field, .select2-container--xlte .select2-search--dropdown .form-inline .select2-search__field {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control,
  .form-inline .input-group body.user-security-login .form-control-login,
  body.user-security-login .form-inline .input-group .form-control-login,
  .form-inline .input-group body[class^="user-recovery"] .form-control-login,
  body[class^="user-recovery"] .form-inline .input-group .form-control-login,
  .form-inline .input-group body[class^="user-registration"] .form-control-login,
  body[class^="user-registration"] .form-inline .input-group .form-control-login,
  .form-inline .input-group .select2-container--xlte .select2-selection,
  .select2-container--xlte .form-inline .input-group .select2-selection,
  .form-inline .input-group .select2-container--xlte .select2-search--dropdown .select2-search__field,
  .select2-container--xlte .select2-search--dropdown .form-inline .input-group .select2-search__field {
    width: auto;
  }
  .form-inline .input-group > .form-control, .form-inline body.user-security-login .input-group > .form-control-login, body.user-security-login .form-inline .input-group > .form-control-login, .form-inline body[class^="user-recovery"] .input-group > .form-control-login, body[class^="user-recovery"] .form-inline .input-group > .form-control-login, .form-inline body[class^="user-registration"] .input-group > .form-control-login, body[class^="user-registration"] .form-inline .input-group > .form-control-login, .form-inline .select2-container--xlte .input-group > .select2-selection, .select2-container--xlte .form-inline .input-group > .select2-selection, .form-inline .select2-container--xlte .select2-search--dropdown .input-group > .select2-search__field, .select2-container--xlte .select2-search--dropdown .form-inline .input-group > .select2-search__field {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 25px;
}

.form-horizontal .form-group, .form-horizontal .form-group-xenon {
  margin-right: -10px;
  margin-left: -10px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group-xenon:before, .form-horizontal .form-group:after, .form-horizontal .form-group-xenon:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after, .form-horizontal .form-group-xenon:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 17px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn, .multiple-user .remove {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 11px;
  font-size: 13px;
  line-height: 1.4;
  border-radius: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .multiple-user .remove:focus, .btn.focus, .multiple-user .focus.remove, .btn:active:focus, .multiple-user .remove:active:focus, .btn:active.focus, .multiple-user .remove:active.focus, .btn.active:focus, .multiple-user .active.remove:focus, .btn.active.focus, .multiple-user .active.focus.remove {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .multiple-user .remove:hover, .btn:focus, .multiple-user .remove:focus, .btn.focus, .multiple-user .focus.remove {
  color: #333;
  text-decoration: none;
}

.btn:active, .multiple-user .remove:active, .btn.active, .multiple-user .active.remove {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .multiple-user .disabled.remove, .btn[disabled], .multiple-user .remove[disabled],
fieldset[disabled] .btn,
fieldset[disabled] .multiple-user .remove,
.multiple-user fieldset[disabled] .remove {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, .multiple-user a.disabled.remove,
fieldset[disabled] a.btn,
fieldset[disabled] .multiple-user a.remove,
.multiple-user fieldset[disabled] a.remove {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #30affd;
  border-color: transparent;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #029af8;
  border-color: rgba(0, 0, 0, 0);
}

.btn-primary:hover {
  color: #fff;
  background-color: #029af8;
  border-color: rgba(0, 0, 0, 0);
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #029af8;
  background-image: none;
  border-color: rgba(0, 0, 0, 0);
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #0284d4;
  border-color: rgba(0, 0, 0, 0);
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #30affd;
  border-color: transparent;
}

.btn-primary .badge {
  color: #30affd;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #7bce24;
  border-color: transparent;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #61a31c;
  border-color: rgba(0, 0, 0, 0);
}

.btn-success:hover {
  color: #fff;
  background-color: #61a31c;
  border-color: rgba(0, 0, 0, 0);
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #61a31c;
  background-image: none;
  border-color: rgba(0, 0, 0, 0);
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #4f8417;
  border-color: rgba(0, 0, 0, 0);
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #7bce24;
  border-color: transparent;
}

.btn-success .badge {
  color: #7bce24;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #00c3de;
  border-color: transparent;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #0096ab;
  border-color: rgba(0, 0, 0, 0);
}

.btn-info:hover {
  color: #fff;
  background-color: #0096ab;
  border-color: rgba(0, 0, 0, 0);
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #0096ab;
  background-image: none;
  border-color: rgba(0, 0, 0, 0);
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #007787;
  border-color: rgba(0, 0, 0, 0);
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #00c3de;
  border-color: transparent;
}

.btn-info .badge {
  color: #00c3de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #fdbf2a;
  border-color: transparent;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #f2ab02;
  border-color: rgba(0, 0, 0, 0);
}

.btn-warning:hover {
  color: #fff;
  background-color: #f2ab02;
  border-color: rgba(0, 0, 0, 0);
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #f2ab02;
  background-image: none;
  border-color: rgba(0, 0, 0, 0);
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #ce9202;
  border-color: rgba(0, 0, 0, 0);
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #fdbf2a;
  border-color: transparent;
}

.btn-warning .badge {
  color: #fdbf2a;
  background-color: #fff;
}

.btn-danger, .multiple-user .remove {
  color: #fff;
  background-color: #e2232a;
  border-color: transparent;
}

.btn-danger:focus, .multiple-user .remove:focus, .btn-danger.focus, .multiple-user .focus.remove {
  color: #fff;
  background-color: #ba191e;
  border-color: rgba(0, 0, 0, 0);
}

.btn-danger:hover, .multiple-user .remove:hover {
  color: #fff;
  background-color: #ba191e;
  border-color: rgba(0, 0, 0, 0);
}

.btn-danger:active, .multiple-user .remove:active, .btn-danger.active, .multiple-user .active.remove,
.open > .btn-danger.dropdown-toggle,
.multiple-user .open > .dropdown-toggle.remove {
  color: #fff;
  background-color: #ba191e;
  background-image: none;
  border-color: rgba(0, 0, 0, 0);
}

.btn-danger:active:hover, .multiple-user .remove:active:hover, .btn-danger:active:focus, .multiple-user .remove:active:focus, .btn-danger:active.focus, .multiple-user .remove:active.focus, .btn-danger.active:hover, .multiple-user .active.remove:hover, .btn-danger.active:focus, .multiple-user .active.remove:focus, .btn-danger.active.focus, .multiple-user .active.focus.remove,
.open > .btn-danger.dropdown-toggle:hover,
.multiple-user .open > .dropdown-toggle.remove:hover,
.open > .btn-danger.dropdown-toggle:focus,
.multiple-user .open > .dropdown-toggle.remove:focus,
.open > .btn-danger.dropdown-toggle.focus,
.multiple-user .open > .dropdown-toggle.focus.remove {
  color: #fff;
  background-color: #9a1419;
  border-color: rgba(0, 0, 0, 0);
}

.btn-danger.disabled:hover, .multiple-user .disabled.remove:hover, .btn-danger.disabled:focus, .multiple-user .disabled.remove:focus, .btn-danger.disabled.focus, .multiple-user .disabled.focus.remove, .btn-danger[disabled]:hover, .multiple-user .remove[disabled]:hover, .btn-danger[disabled]:focus, .multiple-user .remove[disabled]:focus, .btn-danger[disabled].focus, .multiple-user .remove[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .multiple-user .remove:hover,
.multiple-user fieldset[disabled] .remove:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .multiple-user .remove:focus,
.multiple-user fieldset[disabled] .remove:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .multiple-user .focus.remove,
.multiple-user fieldset[disabled] .focus.remove {
  background-color: #e2232a;
  border-color: transparent;
}

.btn-danger .badge, .multiple-user .remove .badge {
  color: #e2232a;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #30affd;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
  color: #028bde;
  text-decoration: none;
  background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #a0a7bc;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn, .multiple-user .btn-group-lg > .remove {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33333;
  border-radius: 36px;
}

.btn-sm, .btn-group-sm > .btn, .multiple-user .btn-group-sm > .remove {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.6;
  border-radius: 18px;
}

.btn-xs, .btn-group-xs > .btn, .multiple-user .btn-group-xs > .remove {
  padding: 1px 10px;
  font-size: 12px;
  line-height: 1.6;
  border-radius: 18px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 13px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.4;
  color: #2c3444;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #222835;
  text-decoration: none;
  background-color: #dddee8;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #222;
  text-decoration: none;
  background-color: #ECECEC;
  outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #a0a7bc;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.4;
  color: #a0a7bc;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn, .multiple-user .btn-group > .remove,
.btn-group-vertical > .btn,
.multiple-user .btn-group-vertical > .remove {
  position: relative;
  float: left;
}

.btn-group > .btn:hover, .multiple-user .btn-group > .remove:hover, .btn-group > .btn:focus, .multiple-user .btn-group > .remove:focus, .btn-group > .btn:active, .multiple-user .btn-group > .remove:active, .btn-group > .btn.active, .multiple-user .btn-group > .active.remove,
.btn-group-vertical > .btn:hover,
.multiple-user .btn-group-vertical > .remove:hover,
.btn-group-vertical > .btn:focus,
.multiple-user .btn-group-vertical > .remove:focus,
.btn-group-vertical > .btn:active,
.multiple-user .btn-group-vertical > .remove:active,
.btn-group-vertical > .btn.active,
.multiple-user .btn-group-vertical > .active.remove {
  z-index: 2;
}

.btn-group .btn + .btn, .btn-group .multiple-user .remove + .btn, .multiple-user .btn-group .remove + .btn, .btn-group .multiple-user .btn + .remove, .multiple-user .btn-group .btn + .remove, .btn-group .multiple-user .remove + .remove, .multiple-user .btn-group .remove + .remove,
.btn-group .btn + .btn-group,
.btn-group .multiple-user .remove + .btn-group,
.multiple-user .btn-group .remove + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .multiple-user .btn-group + .remove,
.multiple-user .btn-group .btn-group + .remove,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn, .btn-toolbar .multiple-user .remove, .multiple-user .btn-toolbar .remove,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn, .multiple-user .btn-toolbar > .remove,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .multiple-user .btn-group > .remove:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child, .multiple-user .btn-group > .remove:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .multiple-user .btn-group > .remove:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .multiple-user .btn-group > .remove:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .multiple-user .btn-group > .btn-group:not(:first-child):not(:last-child) > .remove {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .multiple-user .btn-group > .btn-group:first-child:not(:last-child) > .remove:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .multiple-user .btn-group > .btn-group:last-child:not(:first-child) > .remove:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle, .multiple-user .btn-group > .remove + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .multiple-user .btn-group-lg.btn-group > .remove + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret, .multiple-user .remove .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret, .multiple-user .btn-group-lg > .remove .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .multiple-user .btn-group-lg > .remove .caret, .multiple-user .dropup .btn-group-lg > .remove .caret {
  border-width: 0 5px 5px;
}


.btn-group-vertical > .btn,
.multiple-user .btn-group-vertical > .remove,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.multiple-user .btn-group-vertical > .btn-group > .remove {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}


.btn-group-vertical > .btn-group > .btn,
.multiple-user .btn-group-vertical > .btn-group > .remove {
  float: none;
}

.btn-group-vertical > .btn + .btn, .multiple-user .btn-group-vertical > .remove + .btn, .multiple-user .btn-group-vertical > .btn + .remove, .multiple-user .btn-group-vertical > .remove + .remove,
.btn-group-vertical > .btn + .btn-group,
.multiple-user .btn-group-vertical > .remove + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.multiple-user .btn-group-vertical > .btn-group + .remove,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .multiple-user .btn-group-vertical > .remove:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child), .multiple-user .btn-group-vertical > .remove:first-child:not(:last-child) {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child), .multiple-user .btn-group-vertical > .remove:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .multiple-user .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .remove {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .multiple-user .btn-group-vertical > .btn-group:first-child:not(:last-child) > .remove:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .multiple-user .btn-group-vertical > .btn-group:last-child:not(:first-child) > .remove:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn, .multiple-user .btn-group-justified > .remove,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group .multiple-user .remove, .multiple-user .btn-group-justified > .btn-group .remove {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"], .multiple-user [data-toggle="buttons"] > .remove input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
.multiple-user [data-toggle="buttons"] > .remove input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.multiple-user [data-toggle="buttons"] > .btn-group > .remove input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
.multiple-user [data-toggle="buttons"] > .btn-group > .remove input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control, .input-group body.user-security-login .form-control-login, body.user-security-login .input-group .form-control-login, .input-group body[class^="user-recovery"] .form-control-login, body[class^="user-recovery"] .input-group .form-control-login, .input-group body[class^="user-registration"] .form-control-login, body[class^="user-registration"] .input-group .form-control-login, .input-group .select2-container--xlte .select2-selection, .select2-container--xlte .input-group .select2-selection, .input-group .select2-container--xlte .select2-search--dropdown .select2-search__field, .select2-container--xlte .select2-search--dropdown .input-group .select2-search__field {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus, .input-group body.user-security-login .form-control-login:focus, body.user-security-login .input-group .form-control-login:focus, .input-group body[class^="user-recovery"] .form-control-login:focus, body[class^="user-recovery"] .input-group .form-control-login:focus, .input-group body[class^="user-registration"] .form-control-login:focus, body[class^="user-registration"] .input-group .form-control-login:focus, .input-group .select2-container--xlte .select2-selection:focus, .select2-container--xlte .input-group .select2-selection:focus, .input-group .select2-container--xlte .select2-search--dropdown .select2-search__field:focus, .select2-container--xlte .select2-search--dropdown .input-group .select2-search__field:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn, .input-group .form-control, .input-group body.user-security-login .form-control-login, body.user-security-login .input-group .form-control-login, .input-group body[class^="user-recovery"] .form-control-login, body[class^="user-recovery"] .input-group .form-control-login, .input-group body[class^="user-registration"] .form-control-login, body[class^="user-registration"] .input-group .form-control-login, .input-group .select2-container--xlte .select2-selection, .select2-container--xlte .input-group .select2-selection, .input-group .select2-container--xlte .select2-search--dropdown .select2-search__field, .select2-container--xlte .select2-search--dropdown .input-group .select2-search__field {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group body.user-security-login .form-control-login:not(:first-child):not(:last-child),
body.user-security-login .input-group .form-control-login:not(:first-child):not(:last-child),
.input-group body[class^="user-recovery"] .form-control-login:not(:first-child):not(:last-child),
body[class^="user-recovery"] .input-group .form-control-login:not(:first-child):not(:last-child),
.input-group body[class^="user-registration"] .form-control-login:not(:first-child):not(:last-child),
body[class^="user-registration"] .input-group .form-control-login:not(:first-child):not(:last-child),
.input-group .select2-container--xlte .select2-selection:not(:first-child):not(:last-child),
.select2-container--xlte .input-group .select2-selection:not(:first-child):not(:last-child),
.input-group .select2-container--xlte .select2-search--dropdown .select2-search__field:not(:first-child):not(:last-child),
.select2-container--xlte .select2-search--dropdown .input-group .select2-search__field:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 11px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: #55556f;
  text-align: center;
  background-color: #dddee8;
  border: 1px solid #ccc;
  border-radius: 18px;
}

.input-group-addon.input-sm, body.user-security-login .input-group-sm > .input-group-addon.form-control-login, body[class^="user-recovery"] .input-group-sm > .input-group-addon.form-control-login, body[class^="user-registration"] .input-group-sm > .input-group-addon.form-control-login, .select2-container--xlte .input-group-sm > .input-group-addon.select2-selection, .select2-container--xlte .select2-search--dropdown .input-group-sm > .input-group-addon.select2-search__field,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn, .multiple-user .input-group-sm > .input-group-btn > .input-group-addon.remove {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 18px;
}

.input-group-addon.input-lg, body.user-security-login .input-group-lg > .input-group-addon.form-control-login, body[class^="user-recovery"] .input-group-lg > .input-group-addon.form-control-login, body[class^="user-registration"] .input-group-lg > .input-group-addon.form-control-login, .select2-container--xlte .input-group-lg > .input-group-addon.select2-selection, .select2-container--xlte .select2-search--dropdown .input-group-lg > .input-group-addon.select2-search__field,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn, .multiple-user .input-group-lg > .input-group-btn > .input-group-addon.remove {
  padding: 10px 16px;
  font-size: 17px;
  border-radius: 18px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child, .input-group body.user-security-login .form-control-login:first-child, body.user-security-login .input-group .form-control-login:first-child, .input-group body[class^="user-recovery"] .form-control-login:first-child, body[class^="user-recovery"] .input-group .form-control-login:first-child, .input-group body[class^="user-registration"] .form-control-login:first-child, body[class^="user-registration"] .input-group .form-control-login:first-child, .input-group .select2-container--xlte .select2-selection:first-child, .select2-container--xlte .input-group .select2-selection:first-child, .input-group .select2-container--xlte .select2-search--dropdown .select2-search__field:first-child, .select2-container--xlte .select2-search--dropdown .input-group .select2-search__field:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.multiple-user .input-group-btn:first-child > .remove,
.input-group-btn:first-child > .btn-group > .btn,
.multiple-user .input-group-btn:first-child > .btn-group > .remove,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.multiple-user .input-group-btn:last-child > .remove:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.multiple-user .input-group-btn:last-child > .btn-group:not(:last-child) > .remove {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child, .input-group body.user-security-login .form-control-login:last-child, body.user-security-login .input-group .form-control-login:last-child, .input-group body[class^="user-recovery"] .form-control-login:last-child, body[class^="user-recovery"] .input-group .form-control-login:last-child, .input-group body[class^="user-registration"] .form-control-login:last-child, body[class^="user-registration"] .input-group .form-control-login:last-child, .input-group .select2-container--xlte .select2-selection:last-child, .select2-container--xlte .input-group .select2-selection:last-child, .input-group .select2-container--xlte .select2-search--dropdown .select2-search__field:last-child, .select2-container--xlte .select2-search--dropdown .input-group .select2-search__field:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.multiple-user .input-group-btn:last-child > .remove,
.input-group-btn:last-child > .btn-group > .btn,
.multiple-user .input-group-btn:last-child > .btn-group > .remove,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.multiple-user .input-group-btn:first-child > .remove:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.multiple-user .input-group-btn:first-child > .btn-group:not(:first-child) > .remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn, .multiple-user .input-group-btn > .remove {
  position: relative;
}

.input-group-btn > .btn + .btn, .multiple-user .input-group-btn > .remove + .btn, .multiple-user .input-group-btn > .btn + .remove, .multiple-user .input-group-btn > .remove + .remove {
  margin-left: -1px;
}

.input-group-btn > .btn:hover, .multiple-user .input-group-btn > .remove:hover, .input-group-btn > .btn:focus, .multiple-user .input-group-btn > .remove:focus, .input-group-btn > .btn:active, .multiple-user .input-group-btn > .remove:active {
  z-index: 2;
}


.input-group-btn:first-child > .btn,
.multiple-user .input-group-btn:first-child > .remove,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}


.input-group-btn:last-child > .btn,
.multiple-user .input-group-btn:last-child > .remove,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav:before, .nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #dddee8;
}

.nav > li.disabled > a {
  color: #a0a7bc;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #a0a7bc;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #dddee8;
  border-color: #30affd;
}

.nav .nav-divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.4;
  border: 1px solid transparent;
  border-radius: 18px 18px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #dddee8 #dddee8 #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #55556f;
  cursor: default;
  background-color: #dbe7f2;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 18px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #222;
  background-color: #ECECEC;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 18px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 18px 18px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #dbe7f2;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 60px;
  margin-bottom: 0;
  border: 1px solid transparent;
}

.navbar:before, .navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 10px;
  padding-left: 10px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  height: 60px;
  padding: 21px 10px;
  font-size: 17px;
  line-height: 18px;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 10px;
  margin-top: 13px;
  margin-bottom: 13px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 18px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 10.5px -10px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 18px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 18px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 21px;
    padding-bottom: 21px;
  }
}

.navbar-form {
  padding: 10px 10px;
  margin-right: -10px;
  margin-left: -10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 14px;
  margin-bottom: 14px;
}

@media (min-width: 768px) {
  .navbar-form .form-group, .navbar-form .form-group-xenon {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control, .navbar-form body.user-security-login .form-control-login, body.user-security-login .navbar-form .form-control-login, .navbar-form body[class^="user-recovery"] .form-control-login, body[class^="user-recovery"] .navbar-form .form-control-login, .navbar-form body[class^="user-registration"] .form-control-login, body[class^="user-registration"] .navbar-form .form-control-login, .navbar-form .select2-container--xlte .select2-selection, .select2-container--xlte .navbar-form .select2-selection, .navbar-form .select2-container--xlte .select2-search--dropdown .select2-search__field, .select2-container--xlte .select2-search--dropdown .navbar-form .select2-search__field {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control,
  .navbar-form .input-group body.user-security-login .form-control-login,
  body.user-security-login .navbar-form .input-group .form-control-login,
  .navbar-form .input-group body[class^="user-recovery"] .form-control-login,
  body[class^="user-recovery"] .navbar-form .input-group .form-control-login,
  .navbar-form .input-group body[class^="user-registration"] .form-control-login,
  body[class^="user-registration"] .navbar-form .input-group .form-control-login,
  .navbar-form .input-group .select2-container--xlte .select2-selection,
  .select2-container--xlte .navbar-form .input-group .select2-selection,
  .navbar-form .input-group .select2-container--xlte .select2-search--dropdown .select2-search__field,
  .select2-container--xlte .select2-search--dropdown .navbar-form .input-group .select2-search__field {
    width: auto;
  }
  .navbar-form .input-group > .form-control, .navbar-form body.user-security-login .input-group > .form-control-login, body.user-security-login .navbar-form .input-group > .form-control-login, .navbar-form body[class^="user-recovery"] .input-group > .form-control-login, body[class^="user-recovery"] .navbar-form .input-group > .form-control-login, .navbar-form body[class^="user-registration"] .input-group > .form-control-login, body[class^="user-registration"] .navbar-form .input-group > .form-control-login, .navbar-form .select2-container--xlte .input-group > .select2-selection, .select2-container--xlte .navbar-form .input-group > .select2-selection, .navbar-form .select2-container--xlte .select2-search--dropdown .input-group > .select2-search__field, .select2-container--xlte .select2-search--dropdown .navbar-form .input-group > .select2-search__field {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group, .navbar-form .form-group-xenon {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child, .navbar-form .form-group-xenon:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .multiple-user .btn-group-sm > .navbar-btn.remove {
  margin-top: 14.5px;
  margin-bottom: 14.5px;
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .multiple-user .btn-group-xs > .navbar-btn.remove {
  margin-top: 19px;
  margin-bottom: 19px;
}

.navbar-text {
  margin-top: 21px;
  margin-bottom: 21px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 10px;
    margin-left: 10px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -10px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #cdd1dc;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #cdd1dc;
}

.navbar-inverse .navbar-nav > li > a {
  color: #cdd1dc;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #090909;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #cdd1dc;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-link {
  color: #cdd1dc;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #cdd1dc;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 18px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 18px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

.breadcrumb > .active {
  color: #a0a7bc;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 18px 0;
  border-radius: 18px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 11px;
  margin-left: -1px;
  line-height: 1.4;
  color: #55556f;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #transparent;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #028bde;
  background-color: #dddee8;
  border-color: #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #e53a40;
  border-color: #e53a40;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #a0a7bc;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 36px;
  border-bottom-left-radius: 36px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 36px;
  border-bottom-right-radius: 36px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.6;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
}

.pager {
  padding-left: 0;
  margin: 18px 0;
  text-align: center;
  list-style: none;
}

.pager:before, .pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #transparent;
  border-radius: 45px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #dddee8;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #a0a7bc;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

.btn .label, .multiple-user .remove .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #a0a7bc;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #828ba7;
}

.label-primary {
  background-color: #30affd;
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #029af8;
}

.label-success {
  background-color: #7bce24;
}

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #61a31c;
}

.label-info {
  background-color: #00c3de;
}

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #0096ab;
}

.label-warning {
  background-color: #fdbf2a;
}

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #f2ab02;
}

.label-danger {
  background-color: #e53a40;
}

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #d01c22;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #a0a7bc;
  border-radius: 30px;
}

.badge:empty {
  display: none;
}

.btn .badge, .multiple-user .remove .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge, .multiple-user .btn-group-xs > .remove .badge,
.btn-group-xs > .btn .badge,
.multiple-user .btn-group-xs > .remove .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #30affd;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #dddee8;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #bfc0d3;
}

.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 36px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 59px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 18px;
  line-height: 1.4;
  background-color: #dbe7f2;
  border: 1px solid #ddd;
  border-radius: 18px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #56556b;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #30affd;
}

.alert {
  padding: 15px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 18px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #2d4c0d;
  background-color: rgba(123, 206, 36, 0.25);
  border-color: #61a31c;
}

.alert-success hr {
  border-top-color: #548d19;
}

.alert-success .alert-link {
  color: #132006;
}

.alert-info {
  color: #003d45;
  background-color: rgba(0, 195, 222, 0.25);
  border-color: #0096ab;
}

.alert-info hr {
  border-top-color: #008092;
}

.alert-info .alert-link {
  color: #001012;
}

.alert-warning {
  color: #8d6401;
  background-color: rgba(253, 191, 42, 0.25);
  border-color: #f2ab02;
}

.alert-warning hr {
  border-top-color: #d89902;
}

.alert-warning .alert-link {
  color: #5a4001;
}

.alert-danger {
  color: #761013;
  background-color: rgba(229, 58, 64, 0.25);
  border-color: #d01c22;
}

.alert-danger hr {
  border-top-color: #ba191e;
}

.alert-danger .alert-link {
  color: #490a0c;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  height: 18px;
  margin-bottom: 18px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 18px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  background-color: #30affd;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #7bce24;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #00c3de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #fdbf2a;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #e53a40;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #a0a7bc;
  cursor: not-allowed;
  background-color: #dddee8;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #a0a7bc;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #222;
  background-color: #ECECEC;
  border-color: #ECECEC;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: white;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item-success {
  color: #7bce24;
  background-color: rgba(123, 206, 36, 0.25);
}

a.list-group-item-success,
button.list-group-item-success {
  color: #7bce24;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #7bce24;
  background-color: rgba(110, 184, 32, 0.25);
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #7bce24;
  border-color: #7bce24;
}

.list-group-item-info {
  color: #00c3de;
  background-color: rgba(0, 195, 222, 0.25);
}

a.list-group-item-info,
button.list-group-item-info {
  color: #00c3de;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #00c3de;
  background-color: rgba(0, 173, 197, 0.25);
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #00c3de;
  border-color: #00c3de;
}

.list-group-item-warning {
  color: #fdbf2a;
  background-color: rgba(253, 191, 42, 0.25);
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #fdbf2a;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #fdbf2a;
  background-color: rgba(253, 183, 17, 0.25);
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #fdbf2a;
  border-color: #fdbf2a;
}

.list-group-item-danger {
  color: #e53a40;
  background-color: rgba(229, 58, 64, 0.25);
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #e53a40;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #e53a40;
  background-color: rgba(226, 35, 42, 0.25);
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #e53a40;
  border-color: #e53a40;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel, .box {
  margin-bottom: 18px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 18px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body, .box-body {
  padding: 0 0;
}

.panel-body:before, .box-body:before, .panel-body:after, .box-body:after {
  display: table;
  content: " ";
}

.panel-body:after, .box-body:after {
  clear: both;
}

.panel-heading, .box-header {
  padding: 0 0 10px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
}

.panel-heading > .dropdown .dropdown-toggle, .box-header > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title, .modal-title, .box-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit;
}

.panel-title > a, .modal-title > a, .box-title > a,
.panel-title > small,
.modal-title > small,
.box-title > small,
.panel-title > .small,
.modal-title > .small,
.box-title > .small,
.panel-title > small > a,
.modal-title > small > a,
.box-title > small > a,
.panel-title > .small > a,
.modal-title > .small > a,
.box-title > .small > a {
  color: inherit;
}

.panel-footer, .box-footer {
  padding: 20px 0 0;
  background-color: transparent;
  border-top: 1px solid #dddee8;
  border-bottom-right-radius: 17px;
  border-bottom-left-radius: 17px;
}

.panel > .list-group, .box > .list-group,
.panel > .panel-collapse > .list-group,
.box > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item, .box > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item,
.box > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child, .box > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child,
.box > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
}

.panel > .list-group:last-child .list-group-item:last-child, .box > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child,
.box > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 17px;
  border-bottom-left-radius: 17px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child, .box > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child, .panel > .box-header + .panel-collapse > .list-group .list-group-item:first-child, .box > .box-header + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child, .box-header + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer, .list-group + .box-footer {
  border-top-width: 0;
}

.panel > .table, .box > .table,
.panel > .table-responsive > .table,
.box > .table-responsive > .table,
.panel > .panel-collapse > .table,
.box > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption, .box > .table caption,
.panel > .table-responsive > .table caption,
.box > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption,
.box > .panel-collapse > .table caption {
  padding-right: 0 0;
  padding-left: 0 0;
}

.panel > .table:first-child, .box > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child,
.box > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
}

.panel > .table:first-child > thead:first-child > tr:first-child, .box > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.box > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.box > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.box > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .box > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.box > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.box > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.box > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.box > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.box > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.box > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.box > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 17px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .box > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.box > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.box > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.box > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.box > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.box > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.box > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.box > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 17px;
}

.panel > .table:last-child, .box > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child,
.box > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 17px;
  border-bottom-left-radius: 17px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child, .box > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.box > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.box > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.box > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 17px;
  border-bottom-left-radius: 17px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .box > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.box > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.box > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.box > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.box > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.box > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.box > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.box > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 17px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .box > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.box > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.box > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.box > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.box > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.box > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.box > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.box > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 17px;
}

.panel > .panel-body + .table, .box > .panel-body + .table, .panel > .box-body + .table, .box > .box-body + .table,
.panel > .panel-body + .table-responsive,
.box > .panel-body + .table-responsive,
.panel > .box-body + .table-responsive,
.box > .box-body + .table-responsive,
.panel > .table + .panel-body,
.box > .table + .panel-body,
.panel > .table + .box-body,
.box > .table + .box-body,
.panel > .table-responsive + .panel-body,
.box > .table-responsive + .panel-body,
.panel > .table-responsive + .box-body,
.box > .table-responsive + .box-body {
  border-top: 1px solid #dadcf1;
}

.panel > .table > tbody:first-child > tr:first-child th, .box > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td,
.box > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered, .box > .table-bordered,
.panel > .table-responsive > .table-bordered,
.box > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child, .box > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.box > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.box > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.box > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.box > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.box > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.box > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.box > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.box > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.box > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.box > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.box > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child, .box > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.box > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.box > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.box > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.box > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.box > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.box > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.box > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.box > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.box > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.box > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.box > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td, .box > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.box > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.box > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.box > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.box > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.box > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.box > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.box > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td, .box > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.box > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.box > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.box > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.box > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.box > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.box > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.box > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive, .box > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 18px;
}

.panel-group .panel, .panel-group .box {
  margin-bottom: 0;
  border-radius: 18px;
}

.panel-group .panel + .panel, .panel-group .box + .panel, .panel-group .panel + .box, .panel-group .box + .box {
  margin-top: 5px;
}

.panel-group .panel-heading, .panel-group .box-header {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .box-header + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .box-body, .panel-group .box-header + .panel-collapse > .box-body,
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .box-header + .panel-collapse > .list-group {
  border-top: 1px solid #dddee8;
}

.panel-group .panel-footer, .panel-group .box-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body, .panel-group .box-footer + .panel-collapse .panel-body, .panel-group .panel-footer + .panel-collapse .box-body, .panel-group .box-footer + .panel-collapse .box-body {
  border-bottom: 1px solid #dddee8;
}

.panel-default {
  border-color: transparent;
}

.panel-default > .panel-heading, .panel-default > .box-header {
  color: #566175;
  background-color: transparent;
  border-color: transparent;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body, .panel-default > .box-header + .panel-collapse > .panel-body, .panel-default > .panel-heading + .panel-collapse > .box-body, .panel-default > .box-header + .panel-collapse > .box-body {
  border-top-color: transparent;
}

.panel-default > .panel-heading .badge, .panel-default > .box-header .badge {
  color: transparent;
  background-color: #566175;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body, .panel-default > .box-footer + .panel-collapse > .panel-body, .panel-default > .panel-footer + .panel-collapse > .box-body, .panel-default > .box-footer + .panel-collapse > .box-body {
  border-bottom-color: transparent;
}

.panel-primary {
  border-color: #30affd;
}

.panel-primary > .panel-heading, .panel-primary > .box-header {
  color: #fff;
  background-color: #30affd;
  border-color: #30affd;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body, .panel-primary > .box-header + .panel-collapse > .panel-body, .panel-primary > .panel-heading + .panel-collapse > .box-body, .panel-primary > .box-header + .panel-collapse > .box-body {
  border-top-color: #30affd;
}

.panel-primary > .panel-heading .badge, .panel-primary > .box-header .badge {
  color: #30affd;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body, .panel-primary > .box-footer + .panel-collapse > .panel-body, .panel-primary > .panel-footer + .panel-collapse > .box-body, .panel-primary > .box-footer + .panel-collapse > .box-body {
  border-bottom-color: #30affd;
}

.panel-success {
  border-color: #61a31c;
}

.panel-success > .panel-heading, .panel-success > .box-header {
  color: white;
  background-color: transparent;
  border-color: #61a31c;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body, .panel-success > .box-header + .panel-collapse > .panel-body, .panel-success > .panel-heading + .panel-collapse > .box-body, .panel-success > .box-header + .panel-collapse > .box-body {
  border-top-color: #61a31c;
}

.panel-success > .panel-heading .badge, .panel-success > .box-header .badge {
  color: transparent;
  background-color: white;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body, .panel-success > .box-footer + .panel-collapse > .panel-body, .panel-success > .panel-footer + .panel-collapse > .box-body, .panel-success > .box-footer + .panel-collapse > .box-body {
  border-bottom-color: #61a31c;
}

.panel-info {
  border-color: #0096ab;
}

.panel-info > .panel-heading, .panel-info > .box-header {
  color: white;
  background-color: transparent;
  border-color: #0096ab;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body, .panel-info > .box-header + .panel-collapse > .panel-body, .panel-info > .panel-heading + .panel-collapse > .box-body, .panel-info > .box-header + .panel-collapse > .box-body {
  border-top-color: #0096ab;
}

.panel-info > .panel-heading .badge, .panel-info > .box-header .badge {
  color: transparent;
  background-color: white;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body, .panel-info > .box-footer + .panel-collapse > .panel-body, .panel-info > .panel-footer + .panel-collapse > .box-body, .panel-info > .box-footer + .panel-collapse > .box-body {
  border-bottom-color: #0096ab;
}

.panel-warning {
  border-color: #f2ab02;
}

.panel-warning > .panel-heading, .panel-warning > .box-header {
  color: white;
  background-color: transparent;
  border-color: #f2ab02;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body, .panel-warning > .box-header + .panel-collapse > .panel-body, .panel-warning > .panel-heading + .panel-collapse > .box-body, .panel-warning > .box-header + .panel-collapse > .box-body {
  border-top-color: #f2ab02;
}

.panel-warning > .panel-heading .badge, .panel-warning > .box-header .badge {
  color: transparent;
  background-color: white;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body, .panel-warning > .box-footer + .panel-collapse > .panel-body, .panel-warning > .panel-footer + .panel-collapse > .box-body, .panel-warning > .box-footer + .panel-collapse > .box-body {
  border-bottom-color: #f2ab02;
}

.panel-danger {
  border-color: #d01c22;
}

.panel-danger > .panel-heading, .panel-danger > .box-header {
  color: white;
  background-color: transparent;
  border-color: #d01c22;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body, .panel-danger > .box-header + .panel-collapse > .panel-body, .panel-danger > .panel-heading + .panel-collapse > .box-body, .panel-danger > .box-header + .panel-collapse > .box-body {
  border-top-color: #d01c22;
}

.panel-danger > .panel-heading .badge, .panel-danger > .box-header .badge {
  color: transparent;
  background-color: white;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body, .panel-danger > .box-footer + .panel-collapse > .panel-body, .panel-danger > .panel-footer + .panel-collapse > .box-body, .panel-danger > .box-footer + .panel-collapse > .box-body {
  border-bottom-color: #d01c22;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 18px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 36px;
}

.well-sm {
  padding: 9px;
  border-radius: 18px;
}

.close {
  float: right;
  font-size: 19.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1051;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 36px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  background-color: #0c0a15;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.4;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn, .modal-footer .multiple-user .remove + .btn, .multiple-user .modal-footer .remove + .btn, .modal-footer .multiple-user .btn + .remove, .multiple-user .modal-footer .btn + .remove, .modal-footer .multiple-user .remove + .remove, .multiple-user .modal-footer .remove + .remove {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .multiple-user .remove + .btn, .multiple-user .modal-footer .btn-group .remove + .btn, .modal-footer .btn-group .multiple-user .btn + .remove, .multiple-user .modal-footer .btn-group .btn + .remove, .modal-footer .btn-group .multiple-user .remove + .remove, .multiple-user .modal-footer .btn-group .remove + .remove {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #161c33;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #161c33;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #161c33;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #161c33;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #161c33;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #161c33;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #161c33;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #161c33;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #161c33;
  border-radius: 18px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 400px;
  padding: 1px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 13px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #eee;
  border: 1px solid #eee;
  border-radius: 36px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #bbbbbb;
  border-top-color: #eeeeee;
  border-bottom-width: 0;
}

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #bbbbbb;
  border-right-color: #eeeeee;
  border-left-width: 0;
}

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #bbbbbb;
  border-bottom-color: #eeeeee;
}

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #bbbbbb;
  border-left-color: #eeeeee;
}

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 13px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 35px 35px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: "\2039";
}

.carousel-control .icon-next:before {
  content: "\203a";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn, .carousel-caption .multiple-user .remove, .multiple-user .carousel-caption .remove {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.btn, .multiple-user .remove {
  text-transform: uppercase;
}

.btn-default-inv {
  color: #9e9e9e;
  background-color: white;
  border-color: #d2d6de;
}

.btn-primary-inv {
  color: #30affd;
  background-color: white;
  border-color: #d2d6de;
}

.btn-success-inv {
  color: #7bce24;
  background-color: white;
  border-color: #d2d6de;
}

.btn-info-inv {
  color: #00c3de;
  background-color: white;
  border-color: #d2d6de;
}

.btn-warning-inv {
  color: #fdbf2a;
  background-color: white;
  border-color: #d2d6de;
}

.btn-danger-inv {
  color: #e53a40;
  background-color: white;
  border-color: #d2d6de;
}

.btn-sm, .btn-group-sm > .btn, .multiple-user .btn-group-sm > .remove, .btn-xs, .btn-group-xs > .btn, .multiple-user .btn-group-xs > .remove {
  font-weight: bold;
}

.input-group-btn > * {
  border-radius: 0;
}

.btn-shadow.btn-default {
  box-shadow: 0px 16px 20px -10px rgba(158, 158, 158, 0.51);
}

.btn-shadow.btn-primary {
  box-shadow: 0px 16px 20px -10px rgba(48, 175, 253, 0.51);
}

.btn-shadow.btn-success {
  box-shadow: 0px 16px 20px -10px rgba(123, 206, 36, 0.51);
}

.btn-shadow.btn-info {
  box-shadow: 0px 16px 20px -10px rgba(0, 195, 222, 0.51);
}

.btn-shadow.btn-warning {
  box-shadow: 0px 16px 20px -10px rgba(253, 191, 42, 0.51);
}

.btn-shadow.btn-danger, .multiple-user .btn-shadow.remove {
  box-shadow: 0px 16px 20px -10px rgba(226, 35, 42, 0.51);
}

.tox .tox-dialog__footer-end .tox-button {
  border-radius: 18px;
}

.panel, .box {
  padding: 10px;
  position: relative;
  box-shadow: 0 4px 7px 0px rgba(31, 68, 97, 0.1);
  margin-bottom: 20px;
}

.panel > .panel, .box > .panel, .panel > .box, .box > .box, .modal-body .panel, .modal-body .box {
  box-shadow: none;
  padding: 10px;
  border: 1px solid #dddee8;
}

@media screen and (min-width: 768px) {
  .panel, .box {
    padding: 20px;
  }
}

.panel-heading, .box-header {
  padding-bottom: 5px;
}

.panel-heading, .box-header {
  position: relative;
}

.panel-heading .panel-title, .box-header .panel-title, .panel-heading .modal-title, .box-header .modal-title, .panel-heading .box-title, .box-header .box-title {
  display: inline-block;
}

.panel-heading .actions, .box-header .actions {
  position: absolute;
  top: 8px;
  right: 0;
}

.panel-heading + .panel-body, .box-header + .panel-body, .panel-heading + .box-body, .box-header + .box-body {
  padding-top: 7px;
}

.panel-title, .modal-title, .box-title {
  font-size: 20px;
  font-weight: 700;
  color: #566175;
}

.panel-body + .panel-body, .box-body + .panel-body, .panel-body + .box-body, .box-body + .box-body, .panel-body + .panel-heading, .box-body + .panel-heading, .panel-body + .box-header, .box-body + .box-header {
  margin-top: 20px;
}

small {
  font-size: 83%;
}

body {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  letter-spacing: -.026em;
}

.subtitle {
  margin-bottom: 0;
  color: #8994a8;
}

.bold {
  font-weight: 700;
}

.light {
  font-weight: 300;
}

h1.main-title, h2.main-title, h3.main-title, h4.main-title, h5.main-title, h6.main-title,
.h1.main-title, .h2.main-title, .h3.main-title, .h4.main-title, .h5.main-title, .h6.main-title {
  position: relative;
  margin-bottom: 20px;
}

.big-text {
  font-size: 2em;
  font-weight: 300;
}

.text-featured {
  font-weight: bold;
  font-size: 1.2em;
  color: #00c3de;
}

.btn-search {
  border-left: none;
}

.tenant-selector {
  width: 400px;
  display: inline-block;
}

.tenant-info {
  width: 200px;
  display: inline-block;
}

.tenant-info {
  padding: 20px;
  width: 220px;
}

[name="top-tenant-selector"] {
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  margin-top: 15px;
}

.navbar-coopify {
  background-color: white;
  border-color: #e6e6e6;
  font-size: 14px;
}

.navbar-coopify .nav > li > a {
  padding: 20px;
}

.navbar-coopify .select2-selection {
  border: none !important;
  box-shadow: none !important;
  width: 200px;
}

.navbar-coopify .navbar-brand {
  height: 60px;
  padding: 10px;
  width: 140px;
  color: #55556f;
}

.navbar-coopify .navbar-brand:hover, .navbar-coopify .navbar-brand:focus {
  color: #111;
  background-color: transparent;
}

.navbar-coopify .navbar-brand img {
  max-width: none;
  width: 100%;
  height: auto;
  margin-top: 8px;
}

.navbar-coopify .navbar-text {
  color: #cdd1dc;
}

.navbar-coopify .navbar-nav > li > a, .navbar-coopify .navbar-nav .login-link {
  color: #55556f;
  font-weight: 700;
  text-transform: uppercase;
}

.navbar-coopify .navbar-nav > li > a:hover, .navbar-coopify .navbar-nav > li > a:focus, .navbar-coopify .navbar-nav .login-link:hover, .navbar-coopify .navbar-nav .login-link:focus {
  color: #59BEBE;
  background-color: transparent;
}

.navbar-coopify .navbar-nav > .active > a, .navbar-coopify .navbar-nav > .active > a:hover, .navbar-coopify .navbar-nav > .active > a:focus {
  color: #59BEBE;
  background-color: transparent;
}

.navbar-coopify .navbar-nav > .disabled > a, .navbar-coopify .navbar-nav > .disabled > a:hover, .navbar-coopify .navbar-nav > .disabled > a:focus, .navbar-coopify .navbar-nav .login-link, .navbar-coopify .navbar-nav .login-link:hover, .navbar-coopify .navbar-nav .login-link:focus {
  color: #444;
  background-color: transparent;
}

.navbar-coopify .navbar-toggle {
  border-radius: 18px;
  border-color: transparent;
}

.navbar-coopify .navbar-toggle:hover, .navbar-coopify .navbar-toggle:focus {
  background-color: #eee;
}

.navbar-coopify .navbar-toggle .icon-bar {
  background-color: #a0a7bc;
}

.navbar-coopify .navbar-collapse,
.navbar-coopify .navbar-form {
  border-color: #e6e6e6;
}

.navbar-coopify .navbar-nav > .open > a, .navbar-coopify .navbar-nav > .open > a:hover, .navbar-coopify .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #59BEBE;
}

@media (max-width: 767px) {
  .navbar-coopify .navbar-nav .open .dropdown-menu > li > a, .navbar-coopify .navbar-nav .open .dropdown-menu .login-link {
    color: #55556f;
  }
  .navbar-coopify .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-coopify .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-coopify .navbar-nav .open .dropdown-menu .login-link:hover, .navbar-coopify .navbar-nav .open .dropdown-menu .login-link:focus {
    color: #59BEBE;
    background-color: transparent;
  }
  .navbar-coopify .navbar-nav .open .dropdown-menu > .active > a, .navbar-coopify .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-coopify .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-coopify .navbar-nav .open .dropdown-menu .login-link, .navbar-coopify .navbar-nav .open .dropdown-menu .login-link:hover, .navbar-coopify .navbar-nav .open .dropdown-menu .login-link:focus {
    color: #59BEBE;
    background-color: transparent;
  }
  .navbar-coopify .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-coopify .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-coopify .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-coopify .navbar-nav .open .dropdown-menu .login-link, .navbar-coopify .navbar-nav .open .dropdown-menu .login-link:hover, .navbar-coopify .navbar-nav .open .dropdown-menu .login-link:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-coopify .navbar-link {
  color: #55556f;
}

.navbar-coopify .navbar-link:hover {
  color: #59BEBE;
}

.navbar-coopify .btn-link {
  color: #55556f;
}

.navbar-coopify .btn-link:hover, .navbar-coopify .btn-link:focus {
  color: #59BEBE;
}

.navbar-coopify .btn-link[disabled]:hover, .navbar-coopify .btn-link[disabled]:focus,
fieldset[disabled] .navbar-coopify .btn-link:hover,
fieldset[disabled] .navbar-coopify .btn-link:focus {
  color: #444;
}

@media (max-width: 767px) {
  .tenant-selector, .tenant-info {
    display: none;
  }
  .navbar-coopify {
    border: none;
    background-color: white;
  }
  .navbar-coopify.navbar {
    min-height: auto;
    margin-bottom: 10px;
  }
  .navbar-coopify .navbar-nav {
    max-width: 300px;
    margin: auto;
    padding: 20px 0;
  }
  .navbar-coopify .navbar-nav li a {
    display: inline-block;
    color: rgba(255, 255, 255, 0.8) !important;
    border-radius: 36px;
    padding: 8px 14px;
    margin: 6px 0;
    min-width: 190px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
  }
  .navbar-coopify .navbar-nav li a:hover {
    color: white;
    text-shadow: 1px 1px 0px black;
  }
  .navbar-coopify .navbar-nav li.active a {
    background-color: white;
    color: #e53a40 !important;
    text-shadow: none;
    font-weight: bold;
  }
  .navbar-coopify ul.dropdown-menu {
    background-color: white;
  }
  .navbar-coopify .navbar-toggle {
    margin: 0;
  }
  .navbar-coopify .navbar-brand {
    height: 60px;
    width: 100px;
    max-width: none;
    padding: 8px;
  }
  .navbar-coopify .navbar-brand img {
    max-height: 20px;
    width: auto !important;
  }
}

.coopify-user-navbar {
  float: right;
}

.coopify-user-navbar > li {
  padding: 0 0px;
  border-left: 1px solid #dddee8;
  height: 60px;
  float: left;
}

.dropdown-toggle .far.fa-ellipsis-h {
  font-size: 20px;
  color: #a0a7bc;
}

.dropdown-toggle:hover {
  color: #30affd;
}

.dropdown-toggle:hover .far {
  color: red;
}

.dropdown-menu {
  padding: 0 0;
  min-width: 130px;
  border-radius: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dropdown-menu:not(.datepicker) {
  animation: ddAppear .4s;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  padding: 10px 20px 10px 10px;
}

.dropdown-header {
  font-size: 13px;
  padding: 10px;
  border-bottom: 1px solid #dddee8;
}

@keyframes ddAppear {
  0% {
    transform: scale(1) translateY(-20px);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.with-arrow {
  margin-top: 8px;
}

.with-arrow:after, .with-arrow:before {
  bottom: 100%;
  right: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.with-arrow:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 8px;
  margin-right: -8px;
}

.with-arrow:before {
  border-color: rgba(230, 230, 230, 0);
  border-bottom-color: #e6e6e6;
  border-width: 9px;
  margin-right: -9px;
}

.form-group:empty, .form-group-xenon:empty {
  display: none;
}

@media screen and (max-width: 767px) {
  .form-control, body.user-security-login .form-control-login, body[class^="user-recovery"] .form-control-login, body[class^="user-registration"] .form-control-login, .select2-container--xlte .select2-selection, .select2-container--xlte .select2-search--dropdown .select2-search__field {
    font-size: 16px;
    padding: 2px 11px;
  }
}

.table > thead > tr:first-child > td, .table > thead > tr:first-child > th,
.table > tbody > tr:first-child > td,
.table > tbody > tr:first-child > th,
.table > tfoot > tr:first-child > td,
.table > tfoot > tr:first-child > th {
  border-top: none;
}

.table td,
.table th {
  scroll-margin-top: 60px;
  vertical-align: middle !important;
}

.table-coopify {
  position: relative;
}

.table-coopify > thead > tr:first-child > td, .table-coopify > thead > tr:first-child > th,
.table-coopify > tbody > tr:first-child > td,
.table-coopify > tbody > tr:first-child > th,
.table-coopify > tfoot > tr:first-child > td,
.table-coopify > tfoot > tr:first-child > th {
  border-top: none;
}

.table-coopify > thead > tr > th,
.table-coopify > thead > tr > td,
.table-coopify > tbody > tr > th,
.table-coopify > tbody > tr > td,
.table-coopify > tfoot > tr > th,
.table-coopify > tfoot > tr > td {
  padding: 8px;
  line-height: 1.4;
  vertical-align: middle;
  border-top: 1px solid #dadcf1;
}

.table-coopify > tbody > tr:first-child > td {
  border-top: none;
}

.table-coopify > thead > tr > th {
  vertical-align: middle;
  border-bottom: none;
  font-weight: 400;
  color: #a0a7bc;
}

.table-coopify > thead > tr > th a {
  color: inherit;
}

.table-coopify > caption + thead > tr:first-child > th,
.table-coopify > caption + thead > tr:first-child > td,
.table-coopify > colgroup + thead > tr:first-child > th,
.table-coopify > colgroup + thead > tr:first-child > td,
.table-coopify > thead:first-child > tr:first-child > th,
.table-coopify > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table-coopify > tbody + tbody {
  border-top: 2px solid #dadcf1;
}

.table-coopify .table {
  background-color: #dbe7f2;
}

@media screen and (min-width: 992px) {
  .table-responsive {
    overflow: initial;
  }
}

.table-responsive:last-child table {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  table.auto > thead > tr, table.auto > tbody > tr, table.auto > tr {
    width: 100%;
    border: 1px dashed #dddee8;
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  table.auto > tbody > tr > th, table.auto > tbody > tr > td, table.auto > th, table.auto > td {
    flex: 1 1 auto;
    padding: 6px;
    border: none;
  }
  table.auto > tbody > tr > th.fit-column, table.auto > tbody > tr > td.fit-column, table.auto > th.fit-column, table.auto > td.fit-column {
    width: auto;
  }
  table.auto {
    display: block;
  }
  table.auto > thead {
    display: none;
  }
  table.auto > tbody {
    display: block;
  }
  .flex-order-1 {
    order: 1;
  }
  .flex-order-2 {
    order: 2;
  }
  .flex-order-3 {
    order: 3;
  }
  .flex-order-4 {
    order: 4;
  }
  .flex-order-5 {
    order: 5;
  }
  .flex-order-6 {
    order: 6;
  }
  .flex-order-7 {
    order: 7;
  }
  .flex-order-8 {
    order: 8;
  }
  .flex-order-9 {
    order: 9;
  }
  .flex-order-10 {
    order: 10;
  }
  .flex-order-11 {
    order: 11;
  }
  .flex-order-12 {
    order: 12;
  }
  .flex-order-13 {
    order: 13;
  }
  .flex-order-14 {
    order: 14;
  }
  .flex-order-15 {
    order: 15;
  }
}

.tag {
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #2c3444;
  padding: 2px 4px;
  margin-left: 11px;
  padding-left: 11.5px;
  border-radius: 18px;
  position: relative;
  background-color: white;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
}

.tag:before {
  position: absolute;
  left: -4.5px;
  top: 1px;
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  transform: rotateZ(45deg);
  border: 1px solid;
  background-color: transparent;
  border-bottom-left-radius: 18px;
  border-top: none;
  border-right: none;
}

.modal-content {
  padding: 20px;
  border-radius: 18px;
  box-shadow: 0 45px 85px -10px rgba(69, 109, 160, 0.21);
  border: none;
}

.modal-header {
  border-bottom: none;
  padding: 0 0 10px;
}

.modal-body {
  padding: 0 0;
}

.modal-body + .modal-footer {
  padding-top: 0;
}

.modal-footer {
  padding: 20px 0 0;
  border-top: none;
}

.modal-backdrop {
  z-index: 1050;
}

.modal-backdrop.in {
  opacity: .3;
}

.pagination > li > a,
.pagination > li > span {
  border-radius: 18px;
  margin-right: 10px;
  background: transparent;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  background-color: transparent;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 36px;
  border-bottom-left-radius: 36px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 36px;
  border-bottom-right-radius: 36px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.6;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
}

.nav-stacked > li + li {
  margin-top: 6.66667px;
}

.nav-tabs {
  text-align: center;
}

.nav-tabs > li {
  border: none;
  float: none;
  display: inline-block;
  color: #a0a7bc;
}

.nav-tabs > li > a {
  padding: 10px 20px;
  margin-right: 10px;
  border-radius: 18px 18px 0 0;
  color: #a0a7bc;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background-color: white;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.nav-pills-alt > li {
  float: left;
}

.nav-pills-alt > li > a {
  background-color: transparent !important;
  color: #9e9e9e;
  padding-right: 0;
  padding-left: 0;
  margin-right: 10px;
}

.nav-pills-alt > li + li {
  margin-left: 2px;
}

.nav-pills-alt > li.active > a, .nav-pills-alt > li.active > a:hover, .nav-pills-alt > li.active > a:focus {
  color: initial;
  border-bottom: 2px solid #30affd;
  background-color: transparent !important;
}

.nav-pills-alt.right > li {
  float: right;
}

.nav-pills-alt.right > li > a {
  margin-left: 18px;
  margin-right: 0;
}

.list-group-item.active > a, .list-group-item.active:hover > a, .list-group-item.active:focus > a {
  color: #222;
}

.progress .progress-bar {
  box-shadow: none;
  -webkit-box-shadow: none;
}

.progress-sm {
  height: 12px;
}

.progress-xs {
  height: 2px;
}

.tooltip {
  font-size: 13px;
}

.tooltip-inner {
  padding: 10px;
  min-width: 170px;
}

.popover {
  border-radius: 18px;
  padding: 0;
  border-color: #eee;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.popover .popover-content {
  padding: 10px 20px;
}

.popover.poload {
  min-width: 350px;
  height: fit-content !important;
}

@keyframes slideOutLeft {
  0% {
    transform: translateX(-30px);
  }
  100% {
    transform: translateX(-10px);
  }
}

.popover-title {
  padding: 10px;
  border: none;
  border-radius: 17px 17px 0 0;
}

[data-toggle="popover"][data-trigger="focus"] {
  cursor: help;
}

.label + .label:not(:last-child) {
  border-radius: 0 !important;
}

.label:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.label:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.label.label-lg {
  padding: 3px 10px;
  font-weight: normal;
  font-size: .9em;
  line-height: 25px;
}

.label-status:not(.compact) {
  border: 1px solid;
}

.label-review {
  margin-top: 0;
  font-size: 13px;
  background-color: transparent;
  color: #30affd;
  margin-bottom: 10px;
  border-radius: 0;
}

.alert {
  padding: 15px;
  margin-bottom: 18px;
  border-width: 0 10px 0 10px;
  border-left-style: solid;
  border-radius: 36px;
  padding-left: 4rem;
  position: relative;
}

.alert.alert-danger:not(no-icon):before, .alert.alert-warning:not(no-icon):before {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: "\f071";
  animation: heartBeat .8s linear;
  font-size: 1rem;
  animation-iteration-count: 4;
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
}

.alert-secondary {
  color: white;
  background-color: #b3b3b3;
  border-color: #929292;
}

.alert-info:before {
  color: #00b1ca;
}

.alert-info .btn-info {
  background-color: #0096ab;
}

.alert-info .btn-warning {
  background-color: #f2ab02;
}

.alert-info .btn-danger, .alert-info .multiple-user .remove, .multiple-user .alert-info .remove {
  background-color: #d01c22;
}

.alert-info .btn-success {
  background-color: #61a31c;
}

.box-body table:last-of-type {
  margin-bottom: 0;
}

.box-header > span, .box-header > div {
  display: inline-block;
  vertical-align: middle;
}

.box-title {
  display: inline-block;
}

.box-footer:empty {
  display: none;
}

.pre-box {
  background-color: #eee;
  text-transform: uppercase;
  padding: 5px 10px;
}

input[type="checkbox"].customized {
  display: none;
}

input[type="checkbox"].customized + label {
  position: relative;
  padding: 0px;
  height: 22px;
  margin: 4px;
  vertical-align: middle;
}

input[type="checkbox"].customized + label:before {
  content: " ";
  display: inline-block;
  height: 22px;
  width: 22px;
  position: relative;
  border: 1px solid #a0a7bc;
}

input[type="checkbox"].customized + label:hover {
  cursor: pointer;
}

input[type="checkbox"].customized:checked + label:before {
  background-color: #30affd;
  border-color: #30affd;
}

input[type="checkbox"].customized:checked + label:after {
  font-weight: 300;
  animation: dropIn 0.3s ease;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  color: white;
  position: absolute;
  top: 50%;
  left: 11px;
  transform: translateX(-50%) translateY(-50%);
}

input[type="checkbox"].customized[disabled] + label:before {
  background-color: #f19497;
  border-color: #f19497;
}

@keyframes dropIn {
  0% {
    transform: translateX(-50%) translateY(-50%) scale(1.6);
  }
  100% {
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
}

.help-block:empty {
  display: none;
}

.control-label, .form-group-xenon label {
  text-transform: uppercase;
  color: #a0a7bc;
  font-size: 11px;
}

.input-group.collapse {
  display: none;
}

.control-label:empty {
  display: none;
}

.form-control.pocket, body.user-security-login .pocket.form-control-login, body[class^="user-recovery"] .pocket.form-control-login, body[class^="user-registration"] .pocket.form-control-login, .select2-container--xlte .pocket.select2-selection, .select2-container--xlte .select2-search--dropdown .pocket.select2-search__field {
  width: 70px;
}

.form-inline .form-group-xenon {
  padding-top: 0;
  margin-bottom: 6px;
}

.form-group-xenon {
  background-color: white;
  border-radius: 18px;
  padding: 6px 0 0;
}

.form-group-xenon .lang-iso {
  color: #30affd;
  margin-left: 10px;
}

.form-group-xenon .kv-clear {
  display: none;
}

.form-group-xenon input {
  border-bottom: 1px solid #dddee8;
}

.form-group-xenon.compact {
  padding-top: 0;
  margin-bottom: 6px;
}

.form-group-xenon.compact .control-label {
  display: none;
}

.form-horizontal .form-group-xenon {
  padding-top: 0;
}

.form-group-xenon.required label.control-label:after {
  content: '*';
  margin-left: 5px;
}

.form-group-xenon:hover .form-control, .form-group-xenon:hover body.user-security-login .form-control-login, body.user-security-login .form-group-xenon:hover .form-control-login, .form-group-xenon:hover body[class^="user-recovery"] .form-control-login, body[class^="user-recovery"] .form-group-xenon:hover .form-control-login, .form-group-xenon:hover body[class^="user-registration"] .form-control-login, body[class^="user-registration"] .form-group-xenon:hover .form-control-login, .form-group-xenon:hover .select2-container--xlte .select2-selection, .select2-container--xlte .form-group-xenon:hover .select2-selection, .form-group-xenon:hover .select2-container--xlte .select2-search--dropdown .select2-search__field, .select2-container--xlte .select2-search--dropdown .form-group-xenon:hover .select2-search__field {
  background-color: #f1f2f9;
}

.form-group-xenon .form-control, .form-group-xenon body.user-security-login .form-control-login, body.user-security-login .form-group-xenon .form-control-login, .form-group-xenon body[class^="user-recovery"] .form-control-login, body[class^="user-recovery"] .form-group-xenon .form-control-login, .form-group-xenon body[class^="user-registration"] .form-control-login, body[class^="user-registration"] .form-group-xenon .form-control-login, .form-group-xenon .select2-container--xlte .select2-selection, .select2-container--xlte .form-group-xenon .select2-selection, .form-group-xenon .select2-container--xlte .select2-search--dropdown .select2-search__field, .select2-container--xlte .select2-search--dropdown .form-group-xenon .select2-search__field,
.form-group-xenon.has-success .form-control,
.form-group-xenon.has-success body.user-security-login .form-control-login,
body.user-security-login .form-group-xenon.has-success .form-control-login,
.form-group-xenon.has-success body[class^="user-recovery"] .form-control-login,
body[class^="user-recovery"] .form-group-xenon.has-success .form-control-login,
.form-group-xenon.has-success body[class^="user-registration"] .form-control-login,
body[class^="user-registration"] .form-group-xenon.has-success .form-control-login,
.form-group-xenon.has-success .select2-container--xlte .select2-selection,
.select2-container--xlte .form-group-xenon.has-success .select2-selection,
.form-group-xenon.has-success .select2-container--xlte .select2-search--dropdown .select2-search__field,
.select2-container--xlte .select2-search--dropdown .form-group-xenon.has-success .select2-search__field,
.form-group-xenon.has-error .form-control,
.form-group-xenon.has-error body.user-security-login .form-control-login,
body.user-security-login .form-group-xenon.has-error .form-control-login,
.form-group-xenon.has-error body[class^="user-recovery"] .form-control-login,
body[class^="user-recovery"] .form-group-xenon.has-error .form-control-login,
.form-group-xenon.has-error body[class^="user-registration"] .form-control-login,
body[class^="user-registration"] .form-group-xenon.has-error .form-control-login,
.form-group-xenon.has-error .select2-container--xlte .select2-selection,
.select2-container--xlte .form-group-xenon.has-error .select2-selection,
.form-group-xenon.has-error .select2-container--xlte .select2-search--dropdown .select2-search__field,
.select2-container--xlte .select2-search--dropdown .form-group-xenon.has-error .select2-search__field,
.form-group-xenon .form-control:focus,
.form-group-xenon body.user-security-login .form-control-login:focus,
body.user-security-login .form-group-xenon .form-control-login:focus,
.form-group-xenon body[class^="user-recovery"] .form-control-login:focus,
body[class^="user-recovery"] .form-group-xenon .form-control-login:focus,
.form-group-xenon body[class^="user-registration"] .form-control-login:focus,
body[class^="user-registration"] .form-group-xenon .form-control-login:focus,
.form-group-xenon .select2-container--xlte .select2-selection:focus,
.select2-container--xlte .form-group-xenon .select2-selection:focus,
.form-group-xenon .select2-container--xlte .select2-search--dropdown .select2-search__field:focus,
.select2-container--xlte .select2-search--dropdown .form-group-xenon .select2-search__field:focus {
  border: none;
  border-radius: 0;
  background-color: #f9f9f9;
  font-size: 14px;
  box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0;
}


.form-group-xenon .form-control:focus,
.form-group-xenon body.user-security-login .form-control-login:focus,
body.user-security-login .form-group-xenon .form-control-login:focus,
.form-group-xenon body[class^="user-recovery"] .form-control-login:focus,
body[class^="user-recovery"] .form-group-xenon .form-control-login:focus,
.form-group-xenon body[class^="user-registration"] .form-control-login:focus,
body[class^="user-registration"] .form-group-xenon .form-control-login:focus,
.form-group-xenon .select2-container--xlte .select2-selection:focus,
.select2-container--xlte .form-group-xenon .select2-selection:focus,
.form-group-xenon .select2-container--xlte .select2-search--dropdown .select2-search__field:focus,
.select2-container--xlte .select2-search--dropdown .form-group-xenon .select2-search__field:focus {
  background-color: #ebf1ff;
}

.form-group-xenon textarea {
  min-height: 120px;
}

.form-group-xenon .form-control-static {
  padding-left: 16px;
}

.form-group-xenon .input-group-btn .btn, .form-group-xenon .input-group-btn .multiple-user .remove, .multiple-user .form-group-xenon .input-group-btn .remove {
  border-radius: 0 !important;
  border-bottom: 0;
}

.form-group-xenon .input-group-btn .btn:last-of-type, .form-group-xenon .input-group-btn .multiple-user .remove:last-of-type, .multiple-user .form-group-xenon .input-group-btn .remove:last-of-type {
  border-right: 0;
}

.form-group-xenon .input-group-addon {
  border-bottom: none;
}

.form-group-xenon .input-group-addon:first-of-type:last-of-type {
  border-right-width: 1px !important;
}

.form-group-xenon .input-group-addon:last-child {
  border-right: none;
}

.form-group-xenon .input-group-addon:only-of-type:not(:last-child) {
  border-right: 1px solid #ccc !important;
}

.form-group-xenon .input-group-addon:only-of-type:not(:first-child) {
  border-left: 1px solid #ccc !important;
}

.form-group-xenon .input-group-addon:first-child {
  border-left: none;
}

.form-group-xenon .help-block {
  padding: 6px 11px;
  margin: 0;
}

.form-group-xenon .help-block:empty {
  display: none;
}

.form-group-xenon.has-success label {
  color: #a0a7bc;
}


.form-group-xenon.has-success .form-control,
.form-group-xenon.has-success body.user-security-login .form-control-login,
body.user-security-login .form-group-xenon.has-success .form-control-login,
.form-group-xenon.has-success body[class^="user-recovery"] .form-control-login,
body[class^="user-recovery"] .form-group-xenon.has-success .form-control-login,
.form-group-xenon.has-success body[class^="user-registration"] .form-control-login,
body[class^="user-registration"] .form-group-xenon.has-success .form-control-login,
.form-group-xenon.has-success .select2-container--xlte .select2-selection,
.select2-container--xlte .form-group-xenon.has-success .select2-selection,
.form-group-xenon.has-success .select2-container--xlte .select2-search--dropdown .select2-search__field,
.select2-container--xlte .select2-search--dropdown .form-group-xenon.has-success .select2-search__field {
  color: #61a31c;
}

.form-group-xenon.has-error {
  border-left-color: #e53a40;
  border-left-width: 3px;
}

.form-group-xenon.has-error label {
  color: initial;
}


.form-group-xenon.has-error .form-control,
.form-group-xenon.has-error body.user-security-login .form-control-login,
body.user-security-login .form-group-xenon.has-error .form-control-login,
.form-group-xenon.has-error body[class^="user-recovery"] .form-control-login,
body[class^="user-recovery"] .form-group-xenon.has-error .form-control-login,
.form-group-xenon.has-error body[class^="user-registration"] .form-control-login,
body[class^="user-registration"] .form-group-xenon.has-error .form-control-login,
.form-group-xenon.has-error .select2-container--xlte .select2-selection,
.select2-container--xlte .form-group-xenon.has-error .select2-selection,
.form-group-xenon.has-error .select2-container--xlte .select2-search--dropdown .select2-search__field,
.select2-container--xlte .select2-search--dropdown .form-group-xenon.has-error .select2-search__field {
  border-bottom: 1px solid #dddee8;
}

.form-group-xenon .hint-block {
  padding: 6px 11px;
  margin: 0;
}

.form-group-xenon > div:first-child {
  padding-left: 11px;
}

.form-group-xenon .radio {
  padding-left: 11px;
}

.form-group-xenon .xlte-radio-list {
  display: block;
  height: auto;
}

.form-group-xenon .xlte-radio-list > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.form-group-xenon .xlte-radio-list input[type="radio"], .form-group-xenon .xlte-radio-list input[type="checkbox"] {
  display: none;
}

.form-group-xenon .xlte-radio-list input[type="radio"]:checked + label, .form-group-xenon .xlte-radio-list input[type="checkbox"]:checked + label {
  background-color: #e53a40;
  color: white;
  border-color: #e53a40;
}

.form-group-xenon .xlte-radio-list input[type="radio"]:checked + label p, .form-group-xenon .xlte-radio-list input[type="checkbox"]:checked + label p {
  color: white;
}

.form-group-xenon .xlte-radio-list label {
  border: 1px dashed #a0a7bc;
  border-radius: 50px;
  flex: 1 1 auto;
  padding: 10px;
  margin: 4px;
  display: flex;
  text-align: center;
  align-items: stretch;
  display: flex;
}

.form-group-xenon .xlte-radio-list label .label-content {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.form-group-xenon .xlte-radio-list label .label-content b {
  display: block;
}

.form-group-xenon .xlte-radio-list label p {
  color: #afb5c7;
  font-weight: initial;
  text-transform: none;
  margin-bottom: 0;
}

.form-group-xenon .xlte-radio-list label:hover {
  cursor: pointer;
}

.form-group-xenon-xl .select2-container--xlte .select2-selection--single {
  height: 40px !important;
}

.form-group-xenon-xl label {
  text-align: center;
  display: block;
}

.form-group-xenon-xl .form-control, .form-group-xenon-xl body.user-security-login .form-control-login, body.user-security-login .form-group-xenon-xl .form-control-login, .form-group-xenon-xl body[class^="user-recovery"] .form-control-login, body[class^="user-recovery"] .form-group-xenon-xl .form-control-login, .form-group-xenon-xl body[class^="user-registration"] .form-control-login, body[class^="user-registration"] .form-group-xenon-xl .form-control-login, .form-group-xenon-xl .select2-container--xlte .select2-selection, .select2-container--xlte .form-group-xenon-xl .select2-selection, .form-group-xenon-xl .select2-container--xlte .select2-search--dropdown .select2-search__field, .select2-container--xlte .select2-search--dropdown .form-group-xenon-xl .select2-search__field {
  font-size: 14px;
  font-weight: bolder;
  height: auto;
  border: none;
  background-color: #dddee8;
  padding: 10px;
}

.only-underline:focus {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.only-underline .form-control, .only-underline body.user-security-login .form-control-login, body.user-security-login .only-underline .form-control-login, .only-underline body[class^="user-recovery"] .form-control-login, body[class^="user-recovery"] .only-underline .form-control-login, .only-underline body[class^="user-registration"] .form-control-login, body[class^="user-registration"] .only-underline .form-control-login, .only-underline .select2-container--xlte .select2-selection, .select2-container--xlte .only-underline .select2-selection, .only-underline .select2-container--xlte .select2-search--dropdown .select2-search__field, .select2-container--xlte .select2-search--dropdown .only-underline .select2-search__field, .form-control .only-underline .has-error, body.user-security-login .form-control-login .only-underline .has-error, body[class^="user-recovery"] .form-control-login .only-underline .has-error, body[class^="user-registration"] .form-control-login .only-underline .has-error, .select2-container--xlte .select2-selection .only-underline .has-error, .select2-container--xlte .select2-search--dropdown .select2-search__field .only-underline .has-error, .form-control .only-underline .has-success, body.user-security-login .form-control-login .only-underline .has-success, body[class^="user-recovery"] .form-control-login .only-underline .has-success, body[class^="user-registration"] .form-control-login .only-underline .has-success, .select2-container--xlte .select2-selection .only-underline .has-success, .select2-container--xlte .select2-search--dropdown .select2-search__field .only-underline .has-success {
  border-radius: 0;
  background-color: transparent;
  border-bottom: 1px solid #a0a7bc;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.heading {
  padding: 10px 0;
  vertical-align: bottom;
}

@media (min-width: 767px) {
  .heading {
    padding: 0;
  }
}

.heading h1, .heading h2, .heading h3, .heading h4, .heading h5, .heading h6,
.heading .h1, .heading .h2, .heading .h3, .heading .h4, .heading .h5, .heading .h6 {
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  margin-right: 20px;
}

/*
 * Component: Direct Chat
 * ----------------------
 */
.direct-chat .box-footer {
  border: none;
}

.direct-chat .box-body {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  overflow-x: hidden;
  padding: 0;
}

.direct-chat .box-body:before {
  content: "";
  width: calc(100% - 2px);
  height: 30px;
  top: 1px;
  left: 1px;
  position: absolute;
  z-index: 10;
  background-image: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
}

.direct-chat .box-body .new-messages {
  background-color: #D81B60;
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  padding: 4px 10px;
  font-weight: bold;
  border-radius: 12px;
  color: white;
  z-index: 9998;
}

.direct-chat .box-body .new-messages:hover {
  cursor: pointer;
}

.direct-chat .box-body .new-messages:empty {
  display: none;
}

.direct-chat .direct-chat-date-wrapper {
  display: block;
  text-align: center;
}

.direct-chat .direct-chat-date {
  display: inline-block;
  color: white;
  background-color: #afb2c9;
  padding: 3px 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.direct-chat .direct-chat-messages {
  border-top: 1px solid #dddee8;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  padding: 10px;
  max-height: 400px;
  height: auto;
  overflow: auto;
  position: relative;
}

.direct-chat .attachment span {
  margin: 1rem auto 0;
  display: block;
}

.direct-chat .attachment .attachment-name {
  font-size: 11px;
}

.direct-chat .reply .direct-chat-img {
  float: right;
}

.direct-chat .reply .direct-chat-timestamp {
  float: right;
}

.direct-chat .reply .direct-chat-text {
  float: right;
  margin-right: 16px;
  background-color: #59BEBE;
  color: white;
  padding: 2px 20px;
}

.direct-chat .reply .direct-chat-name {
  float: right;
  margin-right: 10px;
}

.direct-chat .direct-chat-category {
  background-color: white;
  margin-left: 50px !important;
  border-radius: 3px;
  font-size: 11px;
  margin-bottom: 6px !important;
}

.direct-chat .direct-chat-category:empty {
  display: none;
}

.direct-chat .direct-chat-category .title {
  font-weight: bold;
  margin-left: 5px;
}

.direct-chat .direct-chat-msg,
.direct-chat .direct-chat-text {
  display: block;
}

.direct-chat .direct-chat-text {
  animation: messageFadeIn 1s ease;
  animation-iteration-count: 1;
  overflow-wrap: break-word;
  font-size: 16px;
  background-color: #dddee8;
  border-radius: 12px;
  display: inline-block;
  padding: 4px 10px;
}

.direct-chat .direct-chat-text p {
  margin-bottom: 0;
}

@keyframes messageFadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.direct-chat .direct-chat-msg {
  margin-bottom: 10px;
  padding: 10px;
}

.direct-chat .direct-chat-msg:before, .direct-chat .direct-chat-msg:after {
  display: table;
  content: " ";
}

.direct-chat .direct-chat-msg:after {
  clear: both;
}

.direct-chat .direct-chat-msg.has-attachment .direct-chat-text {
  padding-bottom: 1rem;
}

.direct-chat .direct-chat-messages,
.direct-chat .direct-chat-contacts {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}

.direct-chat .direct-chat-text, .direct-chat .direct-chat-category {
  position: relative;
  margin: 0 0 0 16px;
  color: #2c3444;
}

.direct-chat .direct-chat-text:after, .direct-chat .direct-chat-category:after {
  border-width: 5px;
  margin-top: -5px;
}

.direct-chat .direct-chat-text:before, .direct-chat .direct-chat-category:before {
  border-width: 6px;
  margin-top: -6px;
}

.direct-chat .direct-chat-img {
  border-radius: 50%;
  animation: popUp 1s ease;
  animation-iteration-count: 1;
  float: left;
  width: 40px;
  height: 40px;
}

.direct-chat .direct-chat-img:not(img) {
  border: 1px solid #a0a7bc;
}

@keyframes popUp {
  0% {
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.direct-chat .direct-chat-info {
  display: block;
  margin-bottom: 2px;
  font-size: 12px;
  margin-left: 50px;
}

.direct-chat .direct-chat-name {
  font-weight: 600;
}

.direct-chat .direct-chat-name.pull-right {
  float: none !important;
}

.direct-chat .direct-chat-timestamp {
  color: #999;
}

.direct-chat .direct-chat-timestamp.pull-left {
  float: right !important;
}

.direct-chat .direct-chat-contacts-open .direct-chat-contacts {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.direct-chat .direct-chat-contacts {
  -webkit-transform: translate(101%, 0);
  -ms-transform: translate(101%, 0);
  -o-transform: translate(101%, 0);
  transform: translate(101%, 0);
  position: absolute;
  top: 0;
  bottom: 0;
  height: 250px;
  width: 100%;
  background: #222d32;
  color: #fff;
  overflow: auto;
}

.direct-chat .contacts-list > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
  margin: 0;
}

.direct-chat .contacts-list > li:before, .direct-chat .contacts-list > li:after {
  display: table;
  content: " ";
}

.direct-chat .contacts-list > li:after {
  clear: both;
}

.direct-chat .contacts-list > li:last-of-type {
  border-bottom: none;
}

.direct-chat .contacts-list-img {
  border-radius: 50%;
  width: 40px;
  float: left;
}

.direct-chat .contacts-list-info {
  margin-left: 45px;
  color: #fff;
}

.direct-chat .contacts-list-name,
.direct-chat .contacts-list-status {
  display: block;
}

.direct-chat .contacts-list-name {
  font-weight: 600;
}

.direct-chat .contacts-list-status {
  font-size: 12px;
}

.direct-chat .contacts-list-date {
  color: #aaa;
  font-weight: normal;
}

.direct-chat .contacts-list-msg {
  color: #999;
}

.direct-chat .add-message:after {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  margin-left: 10px;
  content: "\f1d8";
}

.modal-body .direct-chat.box {
  border: none;
  padding: 0 !important;
}

.circled-icon {
  height: 26px;
  width: 26px;
  display: inline-block;
  line-height: 26px;
  text-align: center;
  border-radius: 8px;
  color: white;
  background-color: #2c3444;
}

.circled-icon-xl {
  height: 100px;
  width: 100px;
  line-height: 100px;
  font-size: 40px;
}

.circled-icon ~ .compact.label-status {
  position: relative;
  left: -10px;
  top: -10px;
}

.circled-icon ~ .missing-compact {
  position: relative;
  left: -10px;
  top: -10px;
}

.table-belongs {
  max-width: 300px;
  font-size: 11px;
}

.table-belongs tbody tr + tr td {
  border-top: 1px dashed #dddee8;
}

.table-belongs tbody tr td {
  padding: 3px 5px;
}

.table-belongs tbody tr td.remote-id {
  color: #a0a7bc;
  font-weight: bold;
}

.table-belongs tbody tr td.type-name {
  max-width: 160px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.table-belongs tbody tr td.details {
  text-align: center;
}

.table-belongs tbody tr td .letter-avatar {
  max-width: 18px;
}

.popover-belongs {
  max-width: 300px;
}

.popover-belongs .belong-item {
  position: relative;
}

.popover-belongs .belong-item:not(:first-child):before {
  content: '\f148';
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  color: #dddee8;
  transform: rotate(90deg);
  margin-right: 5px;
}

.popover-belongs .belong-item:nth-child(3) {
  margin-left: 20px;
}

.popover-belongs .belong-item:nth-child(4) {
  margin-left: 40px;
}

.popover-belongs .belong-item:nth-child(5) {
  margin-left: 60px;
}

.popover-belongs .belong-item:nth-child(6) {
  margin-left: 80px;
}

.donut-chart {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}

.donut-chart .slice {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.donut-chart .chart-center {
  position: absolute;
  border-radius: 50%;
}

.donut-chart .chart-center span {
  display: block;
  text-align: center;
}

.donut-chart.pocket {
  width: 100px;
  height: 100px;
  background: #e1e1e1;
}

.donut-chart.pocket .slice.one {
  clip: rect(0 100px 50px 0);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #50c690;
}

.donut-chart.pocket .slice.two {
  clip: rect(0 50px 100px 0);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  background: #50c690;
}

.donut-chart.pocket .chart-center {
  top: 10px;
  left: 10px;
  width: 80px;
  height: 80px;
  background: #fff;
}

.donut-chart.pocket .chart-center span {
  font-size: 40px;
  line-height: 80px;
  color: #50c690;
}

.donut-chart.pocket .chart-center span:after {
  content: "75%";
}

.noUi-target {
  margin-bottom: 80px;
}

.intro-avatar, .intro-description {
  display: inline-block !important;
  vertical-align: middle;
}

.intro-description {
  padding-left: 15px;
  width: calc(100% - 70px);
  white-space: nowrap;
}

.intro-description p {
  margin-bottom: 2px;
}

.intro-avatar {
  text-align: center;
  display: block;
  margin: auto;
}

.intro-avatar img {
  width: 70px;
  border-radius: 100%;
}

.intro-profile h3 {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.intro-profile .intro-actions ul {
  list-style: none;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  text-align: center;
}

.intro-profile .intro-actions ul li {
  color: #a0a7bc;
  display: table-cell;
  font-size: 22px;
  vertical-align: baseline;
}

.intro-profile .intro-actions ul li.separator {
  padding-left: 5px;
  margin-left: 5px;
  border-left: 1px solid #dddee8;
}

.intro-profile .intro-actions ul li i, .intro-profile .intro-actions ul li a {
  color: inherit;
}

.intro-profile .intro-actions ul li i:hover, .intro-profile .intro-actions ul li a:hover {
  color: #e53a40;
}

.user-contact {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #dddee8;
  position: relative;
}

.user-contact:last-child {
  border-bottom: none;
}

.user-contact .actions {
  display: none;
  font-size: 10px;
  position: absolute;
  top: 0;
  right: 0;
}

.user-contact:hover .actions {
  display: block;
}

.user-contact i {
  width: 25px;
  font-size: 1.3em;
  vertical-align: middle;
}

.user-contact .name {
  color: #a0a7bc;
}

.user-contact .value {
  display: inline-block;
  font-weight: bold;
  vertical-align: middle;
}

.main-avatar {
  text-align: center;
}

.main-avatar.member-details .avatar-box .bg-avatar {
  width: 160px;
  height: 160px;
}

.main-avatar .avatar-box, .main-avatar .avatar-box .bg-avatar, .main-avatar .avatar-box img, .main-avatar img, .main-avatar img .bg-avatar, .main-avatar img img {
  display: inline-block;
}

.main-avatar img, .main-avatar .bg-avatar {
  margin: auto;
  border: 8px solid white;
  box-shadow: 0 4px 7px 0px rgba(31, 68, 97, 0.1);
}

.avatar-with-shadow, .profile-view .manager-avatar img, .site-index .manager-avatar img {
  vertical-align: middle;
  display: inline-block;
  max-width: 75px;
  height: auto;
  border: 3px solid white;
  box-shadow: -1px 1px 10px 0px rgba(140, 193, 253, 0.42);
}

.profile-view .manager-avatar p, .site-index .manager-avatar p {
  margin-bottom: 0;
}

.profile-view .manager-avatar .manager-data, .site-index .manager-avatar .manager-data {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 70%;
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}

.profile-view .manager-avatar img, .site-index .manager-avatar img {
  width: 30%;
}

[data-poload] {
  cursor: help;
}

.manage-contributors .manager-avatar img {
  width: 150px;
  height: 150px;
  margin-bottom: 20px;
}

.recently-viewed .main-avatar {
  max-width: 100px;
  margin: auto;
}

/******************************************************************/
.professional-card {
  margin-bottom: 20px;
  width: 100%;
  border-radius: 18px;
  display: inline-block;
  box-shadow: 0 4px 7px 0px rgba(31, 68, 97, 0.1);
  background-color: white;
}

.professional-card .professional-details {
  padding: 10px 20px 10px;
}

.professional-card .professional-details .avatar-box {
  margin: auto;
}

.heading.project a:hover, a:focus {
  color: inherit;
  text-decoration: none;
}

.heading.member a, .heading.member a:hover {
  color: #566175;
  text-decoration: none;
}

#projectpropose-description {
  text-align: left;
}

.projects-cards .project-card {
  margin-bottom: 20px;
  width: 100%;
  border-radius: 18px;
  display: inline-block;
  box-shadow: 0 4px 7px 0px rgba(31, 68, 97, 0.1);
  background-color: white;
}

.projects-cards .project-description {
  min-height: 50px;
}

.projects-cards .project-card-link:hover {
  text-decoration: none;
}

.projects-cards .project-acronym-wrapper {
  height: 180px;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  display: block;
  background-color: #dddee8;
  white-space: nowrap;
  overflow: hidden;
  font-size: 120px;
  color: #2c3444;
  text-align: center;
  text-transform: uppercase;
  font-weight: bo;
}

.projects-cards .project-details {
  position: relative;
  padding: 10px 20px 10px;
}

.projects-cards .project-title {
  font-weight: 500;
  width: calc(100% - 30px);
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #566175;
  margin-top: 0;
}

.projects-cards .project-status {
  height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.projects-cards .project-status-label, .projects-cards .label.compact.label-status {
  display: block;
  position: absolute;
  right: 10px;
  top: 28px;
  transform: translateX(-50%) translateY(-50%);
}

.projects-cards .project-users {
  margin-top: 4px;
}

.projects-cards .project-users a {
  display: inline-block;
}

.projects-cards .project-users a:not(:last-child) {
  margin-right: 5px;
}

.projects-cards .project-users img {
  max-width: 28px;
  border-radius: 100%;
}

.heading.project, .heading.member {
  z-index: 1;
  position: relative;
  margin-top: -10px;
}

@media (min-width: 767px) {
  .heading.project, .heading.member {
    margin-top: 0;
  }
}

.heading.project.spaced, .heading.member.spaced {
  margin-bottom: 20px;
}

.heading.project .heading-icon, .heading.member .heading-icon {
  display: block;
  height: 50px;
  width: 50px;
  float: left;
  margin-right: 10px;
  background-color: #59BEBE;
  border-radius: 18px;
  line-height: 50px;
  color: white;
  text-align: center;
  font-size: 20px;
}

.heading.project h1, .heading.member h1 {
  font-size: 24px;
}

@media (max-width: 767px) {
  .heading.project .heading-icon {
    display: none;
  }
}

.heading.member {
  background-color: #ffffff;
  padding: 0px !important;
  margin-bottom: 19px;
}

.project-full .project-advise .advise-icon {
  font-size: 90px;
}

.project-full .project-contributors img {
  border-radius: 100%;
  max-width: 30px;
  margin-right: 4px;
}

.project-full .project-customer table {
  margin-bottom: 0;
}

.project-full .project-customer table td, .project-full .project-customer table th {
  border: none;
  padding: 8px;
}

.project-full .account-big-number {
  text-align: center;
}

.project-full .account-big-number span {
  font-size: 24px;
  color: #9e9e9e;
}

.project-full .account-big-number small {
  color: #a0a7bc;
}

.manage-contributors img {
  display: inline-block;
}

.manage-contributors .add-contributor {
  display: inline-block;
  vertical-align: middle;
  height: 82px;
  width: 82px;
  text-align: center;
  background-color: #a0a7bc;
  border-radius: 100%;
  position: relative;
}

.manage-contributors .add-contributor i {
  font-size: 26px;
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.bg-selected-preview {
  height: 150px;
  width: 100%;
  border-radius: 18px;
  background-size: cover;
}

.form-group-xenon .bg-selector label {
  padding: 2px;
  flex: 0 1 auto;
}

.project-bg-option {
  height: 40px;
  margin: auto;
  border: 2px solid white;
  width: 100%;
  min-width: 60px;
  border-radius: 36px;
}

.project-bg_2 h1, .project-bg_5 h1, .project-bg_7 h1, .project-bg_8 h1, .project-bg_9 h1, .project-bg_10 h1, .project-bg_11 h1, .project-bg_12 h1, .project-bg_13 h1, .project-bg_2 h2, .project-bg_5 h2, .project-bg_7 h2, .project-bg_8 h2, .project-bg_9 h2, .project-bg_10 h2, .project-bg_11 h2, .project-bg_12 h2, .project-bg_13 h2, .project-bg_2 h3, .project-bg_5 h3, .project-bg_7 h3, .project-bg_8 h3, .project-bg_9 h3, .project-bg_10 h3, .project-bg_11 h3, .project-bg_12 h3, .project-bg_13 h3, .project-bg_2 h4, .project-bg_5 h4, .project-bg_7 h4, .project-bg_8 h4, .project-bg_9 h4, .project-bg_10 h4, .project-bg_11 h4, .project-bg_12 h4, .project-bg_13 h4, .project-bg_2 h5, .project-bg_5 h5, .project-bg_7 h5, .project-bg_8 h5, .project-bg_9 h5, .project-bg_10 h5, .project-bg_11 h5, .project-bg_12 h5, .project-bg_13 h5, .project-bg_2 h6, .project-bg_5 h6, .project-bg_7 h6, .project-bg_8 h6, .project-bg_9 h6, .project-bg_10 h6, .project-bg_11 h6, .project-bg_12 h6, .project-bg_13 h6,
.project-bg_2 .h1,
.project-bg_5 .h1,
.project-bg_7 .h1,
.project-bg_8 .h1,
.project-bg_9 .h1,
.project-bg_10 .h1,
.project-bg_11 .h1,
.project-bg_12 .h1,
.project-bg_13 .h1, .project-bg_2 .h2, .project-bg_5 .h2, .project-bg_7 .h2, .project-bg_8 .h2, .project-bg_9 .h2, .project-bg_10 .h2, .project-bg_11 .h2, .project-bg_12 .h2, .project-bg_13 .h2, .project-bg_2 .h3, .project-bg_5 .h3, .project-bg_7 .h3, .project-bg_8 .h3, .project-bg_9 .h3, .project-bg_10 .h3, .project-bg_11 .h3, .project-bg_12 .h3, .project-bg_13 .h3, .project-bg_2 .h4, .project-bg_5 .h4, .project-bg_7 .h4, .project-bg_8 .h4, .project-bg_9 .h4, .project-bg_10 .h4, .project-bg_11 .h4, .project-bg_12 .h4, .project-bg_13 .h4, .project-bg_2 .h5, .project-bg_5 .h5, .project-bg_7 .h5, .project-bg_8 .h5, .project-bg_9 .h5, .project-bg_10 .h5, .project-bg_11 .h5, .project-bg_12 .h5, .project-bg_13 .h5, .project-bg_2 .h6, .project-bg_5 .h6, .project-bg_7 .h6, .project-bg_8 .h6, .project-bg_9 .h6, .project-bg_10 .h6, .project-bg_11 .h6, .project-bg_12 .h6, .project-bg_13 .h6 {
  color: white;
}

.project-bg_2 .text-muted, .project-bg_5 .text-muted, .project-bg_7 .text-muted, .project-bg_8 .text-muted, .project-bg_9 .text-muted, .project-bg_10 .text-muted, .project-bg_11 .text-muted, .project-bg_12 .text-muted, .project-bg_13 .text-muted, .project-bg_2 .disclaimer, .project-bg_5 .disclaimer, .project-bg_7 .disclaimer, .project-bg_8 .disclaimer, .project-bg_9 .disclaimer, .project-bg_10 .disclaimer, .project-bg_11 .disclaimer, .project-bg_12 .disclaimer, .project-bg_13 .disclaimer, .project-bg_2 .projects-cards .project-status, .projects-cards .project-bg_2 .project-status, .project-bg_5 .projects-cards .project-status, .projects-cards .project-bg_5 .project-status, .project-bg_7 .projects-cards .project-status, .projects-cards .project-bg_7 .project-status, .project-bg_8 .projects-cards .project-status, .projects-cards .project-bg_8 .project-status, .project-bg_9 .projects-cards .project-status, .projects-cards .project-bg_9 .project-status, .project-bg_10 .projects-cards .project-status, .projects-cards .project-bg_10 .project-status, .project-bg_11 .projects-cards .project-status, .projects-cards .project-bg_11 .project-status, .project-bg_12 .projects-cards .project-status, .projects-cards .project-bg_12 .project-status, .project-bg_13 .projects-cards .project-status, .projects-cards .project-bg_13 .project-status {
  color: rgba(255, 255, 255, 0.6);
}

.project-bg_2 .nav-pills > li > a, .project-bg_5 .nav-pills > li > a, .project-bg_7 .nav-pills > li > a, .project-bg_8 .nav-pills > li > a, .project-bg_9 .nav-pills > li > a, .project-bg_10 .nav-pills > li > a, .project-bg_11 .nav-pills > li > a, .project-bg_12 .nav-pills > li > a, .project-bg_13 .nav-pills > li > a {
  border: 1px solid transparent;
  color: white;
}

.project-bg_2 .nav-pills > li > a:hover, .project-bg_5 .nav-pills > li > a:hover, .project-bg_7 .nav-pills > li > a:hover, .project-bg_8 .nav-pills > li > a:hover, .project-bg_9 .nav-pills > li > a:hover, .project-bg_10 .nav-pills > li > a:hover, .project-bg_11 .nav-pills > li > a:hover, .project-bg_12 .nav-pills > li > a:hover, .project-bg_13 .nav-pills > li > a:hover {
  background-color: transparent;
  border: 1px dotted white;
  color: white;
}

.project-bg_2 .nav-pills > li.active > a, .project-bg_5 .nav-pills > li.active > a, .project-bg_7 .nav-pills > li.active > a, .project-bg_8 .nav-pills > li.active > a, .project-bg_9 .nav-pills > li.active > a, .project-bg_10 .nav-pills > li.active > a, .project-bg_11 .nav-pills > li.active > a, .project-bg_12 .nav-pills > li.active > a, .project-bg_13 .nav-pills > li.active > a, .project-bg_2 .nav-pills > li.active > a:hover, .project-bg_5 .nav-pills > li.active > a:hover, .project-bg_7 .nav-pills > li.active > a:hover, .project-bg_8 .nav-pills > li.active > a:hover, .project-bg_9 .nav-pills > li.active > a:hover, .project-bg_10 .nav-pills > li.active > a:hover, .project-bg_11 .nav-pills > li.active > a:hover, .project-bg_12 .nav-pills > li.active > a:hover, .project-bg_13 .nav-pills > li.active > a:hover, .project-bg_2 .nav-pills > li.active > a:focus, .project-bg_5 .nav-pills > li.active > a:focus, .project-bg_7 .nav-pills > li.active > a:focus, .project-bg_8 .nav-pills > li.active > a:focus, .project-bg_9 .nav-pills > li.active > a:focus, .project-bg_10 .nav-pills > li.active > a:focus, .project-bg_11 .nav-pills > li.active > a:focus, .project-bg_12 .nav-pills > li.active > a:focus, .project-bg_13 .nav-pills > li.active > a:focus {
  color: white;
  border: 1px solid white;
  background-color: transparent;
  font-weight: bold;
  border-radius: 18px;
}

.project-menu > li, .activity-menu .activity-menu-nav > li, .activity-menu .member-menu-nav > li, .member-menu .activity-menu-nav > li, .member-menu .member-menu-nav > li {
  float: none;
  display: inline-block;
}

.project-bg_1, .project-bg_3, .project-bg_4, .project-bg_6 {
  border-bottom: 1px solid #dddee8;
}

.project-bg_1 .nav-pills > li > a, .project-bg_3 .nav-pills > li > a, .project-bg_4 .nav-pills > li > a, .project-bg_6 .nav-pills > li > a {
  border: 1px solid transparent;
  color: #222222;
}

.project-bg_1 .nav-pills > li > a:hover, .project-bg_3 .nav-pills > li > a:hover, .project-bg_4 .nav-pills > li > a:hover, .project-bg_6 .nav-pills > li > a:hover {
  background-color: transparent;
  border: 1px dotted #222222;
  color: #222222;
}

.project-bg_1 .nav-pills > li.active > a, .project-bg_3 .nav-pills > li.active > a, .project-bg_4 .nav-pills > li.active > a, .project-bg_6 .nav-pills > li.active > a, .project-bg_1 .nav-pills > li.active > a:hover, .project-bg_3 .nav-pills > li.active > a:hover, .project-bg_4 .nav-pills > li.active > a:hover, .project-bg_6 .nav-pills > li.active > a:hover, .project-bg_1 .nav-pills > li.active > a:focus, .project-bg_3 .nav-pills > li.active > a:focus, .project-bg_4 .nav-pills > li.active > a:focus, .project-bg_6 .nav-pills > li.active > a:focus {
  color: #222222;
  border: 1px solid #222222;
  background-color: transparent;
  font-weight: bold;
  border-radius: 18px;
}

[class*=project-bg_] {
  background-position: center;
  background-size: cover;
}

.project-bg_2 {
  background-size: auto;
}

.project-bg_7 {
  background-size: auto;
}

.project-bg_11 {
  background-size: contain;
}

.project-bg_14 {
  background-size: auto;
}

.propose-project {
  background-image: url("../../imgs/bg-projects.png");
}

.propose-project .rocket-draw {
  max-width: 70%;
  margin: auto;
}

.notAccepted {
  position: relative;
  background-color: #ff000033;
}

@media (max-width: 767px) {
  .projects-main-title {
    font-size: 18px !important;
  }
  .title-block {
    margin-bottom: 10px;
  }
}

.future {
  background-color: lightblue;
}

.activity-menu, .member-menu {
  background-color: white;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0 3px 15px 3px rgba(140, 193, 253, 0.22);
}

.activity-menu .activity-menu-nav, .activity-menu .member-menu-nav, .member-menu .activity-menu-nav, .member-menu .member-menu-nav {
  margin-top: 0;
}

.activity-menu .activity-menu-nav li a, .activity-menu .member-menu-nav li a, .member-menu .activity-menu-nav li a, .member-menu .member-menu-nav li a {
  padding: 10px 10px;
}

.activity-menu .activity-menu-nav li.active a, .activity-menu .member-menu-nav li.active a, .member-menu .activity-menu-nav li.active a, .member-menu .member-menu-nav li.active a {
  border-bottom: none;
  font-weight: bold;
}

.activity-menu .activity-menu-nav > li.active a, .activity-menu .member-menu-nav > li.active a, .member-menu .activity-menu-nav > li.active a, .member-menu .member-menu-nav > li.active a {
  background-color: #30affd !important;
  color: white;
}

@media screen and (min-width: 768px) {
  .activity-menu .activity-menu-nav > li.active a:after, .activity-menu .member-menu-nav > li.active a:after, .member-menu .activity-menu-nav > li.active a:after, .member-menu .member-menu-nav > li.active a:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    content: "";
    display: block;
    border-width: 10px 10px 10px 10px;
    border-color: #30affd transparent transparent transparent;
    border-style: solid;
    height: 10px;
    width: 20px;
    bottom: -30px;
  }
}

@media screen and (max-width: 768px) {
  .activity-menu .member-menu-nav, .member-menu .member-menu-nav {
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
}

.activity-menu .activity-icon, .member-menu .activity-icon {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}

.activity-menu .project-name, .member-menu .project-name {
  padding: 0;
  margin: 0;
}

.activity-menu .activity-name, .member-menu .activity-name {
  display: inline-block;
  vertical-align: middle;
}

.activity-menu .activity-name .activity-name-label, .member-menu .activity-name .activity-name-label {
  color: #a0a7bc;
  display: inline-block;
}

.activity-menu .activity-name h2, .activity-menu .activity-name .activity-name-label, .member-menu .activity-name h2, .member-menu .activity-name .activity-name-label {
  padding-top: 8px;
  display: inline-block;
  margin: 0;
  margin-right: 20px;
  font-size: 16px;
}

.member-menu {
  box-shadow: none !important;
  margin-bottom: 0px !important;
}

.member-menu .member-name {
  font-size: 1.3rem;
  padding: .3rem;
  color: #a0a7bc;
  border-bottom: 1px solid #dddee8;
}

.intro-jumbo {
  background-color: white;
}

.intro-block {
  padding: 20px;
}

.intro-block p {
  line-height: 2.4;
}

span.amount {
  font-size: 1.2em;
  color: #2c3444;
  font-weight: bold;
}

span.amount-total {
  font-size: 2.2em;
}

.ticket {
  margin: auto;
  padding: 20px;
  max-width: 100%;
  background-color: white;
  border: 1px solid #dddee8;
  box-shadow: 0 4px 7px 0px rgba(31, 68, 97, 0.1);
}

.ticket-icon .circled-icon {
  margin: auto;
  display: block;
}

.amount-widget .tax-amount {
  font-weight: bold;
  font-size: 11px;
  color: #a0a7bc;
}

.amount-widget .tax-percent {
  font-size: 11px;
}

.amount-widget .units-math {
  color: #e53a40;
  font-size: 10px;
}

#financial_document_menu {
  margin-bottom: 26px;
}

#financial_document_menu .box {
  margin-bottom: 0;
}

#financial_document_menu .box > div {
  display: inline-block;
  padding: 5px 0;
  font-size: 16px;
}

#financial_document_menu .box > div .detail {
  display: inline-block;
  padding-top: 5px;
  margin-right: 20px;
}

#financial_document_menu .box > div:first-child {
  padding-left: 5px;
}

#financial_document_menu .box .details {
  display: flex;
  align-items: center;
}

#financial_document_menu .box .details a {
  display: inherit;
  font-size: inherit;
}

#financial_document_menu .avatar-box {
  display: inline-block !important;
  padding: 0px 10px;
}

.requirement-compact-item {
  padding: 5px;
}

.requirement-compact-item i {
  padding: 0 4px;
  text-align: center;
  vertical-align: -.125em;
}

.requirement-remote-view .requirement-text {
  font-size: 18px;
}

.company-label {
  max-width: 120px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/*!
 * Copyright (c) 2019. Grupo coopify (Spain)
 *
 * This software is protected under Spanish law. Any distribution of this software
 * will be prosecuted.
 *
 * Developed by Waizabú <code@waizabu.com>
 * Updated by: anapaula on 20/8/2019
 *
 */
.notification-index #notificationIndexContainer {
  position: relative;
}

.notification-index #notificationIndexContainer .loader_container {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
}

.paper {
  box-shadow: 0 4px 7px 0px rgba(31, 68, 97, 0.1);
  background-color: white;
  position: relative;
  margin-bottom: 20px;
  font-size: 16px;
  padding: 20px;
}

@media screen and (min-width: 991px) {
  .paper {
    padding: 40px;
    padding-left: 80px;
  }
  .paper:before, .paper:after {
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    background-color: #dbe7f2;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
    border-radius: 100%;
    left: 40px;
    transform: translateX(-50%);
    top: 25%;
    position: absolute;
  }
}

.paper:after {
  top: auto;
  bottom: 25%;
}

.doc-locked {
  margin-bottom: 20px;
  border-radius: 36px;
  box-shadow: 0px 3px 6px -2px rgba(0, 0, 0, 0.3);
  background-color: white;
  padding: 10px 20px;
  display: block;
}

.doc-locked .icon-lock {
  max-width: 50px;
  float: left;
  margin-right: 10px;
}

.live {
  display: inline-block;
  height: 14px;
  width: 14px;
  background-color: #D81B60;
  border-radius: 100%;
  vertical-align: middle;
  position: relative;
}

.live.incoming {
  background-color: #a0a7bc;
}

.live:after {
  display: none;
}

.live.idle {
  background-color: #30affd;
}

.live.idle:after {
  display: none;
}

.live.missing {
  background-color: #fdbf2a;
  animation: blink .4s linear;
  animation-iteration-count: infinite;
}

.live-animated:after {
  content: "";
  display: block;
  position: absolute;
  background-color: transparent;
  border: 1px solid #D81B60;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  animation: pulse 2s ease;
  animation-iteration-count: infinite;
}

.live-lg {
  width: 20px;
  height: 20px;
}

.live-sm {
  height: 10px;
  width: 10px;
}

.live-xs {
  width: 6px;
  height: 6px;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  40%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes blink {
  0%, 49% {
    background-color: transparent;
  }
  50%, 100% {
    background-color: #fdbf2a;
  }
}

span.timingWeekdayTag {
  margin-right: 1px !important;
}

.signed-icon {
  background-color: #FFEB3B;
  padding: 5px;
  border-radius: 100%;
  font-size: 16px;
  color: #222222;
  font-weight: 300;
}

ul.dropdown-menu.custom-dyndocs-menu {
  padding: 0px 10px 10px 0px;
}

ul.dropdown-menu.custom-dyndocs-menu li.dropdown-submenu ul.custom-dyndocs-menu li {
  margin-bottom: 5px;
  text-align: left;
}

.msg-unseen-badge {
  position: absolute;
  top: 10px;
  right: 0px;
  display: block;
  height: 20px;
  width: 20px;
  background-color: rgba(229, 58, 64, 0.9);
  line-height: 20px;
  border-radius: 3px;
  text-align: center;
  color: white;
  font-family: Helvetica;
  font-size: 10px;
}

.msg-unseen-badge:empty {
  display: none;
}

@media screen and (max-width: 767px) {
  .msg-unseen-badge {
    position: initial;
    display: inline-block;
    margin-left: 5px;
  }
}

.box-message {
  background-color: white;
  box-shadow: 0 4px 7px 0px rgba(31, 68, 97, 0.1);
  padding: 20px;
  margin-bottom: 20px;
}

.box-message.mine {
  background-color: lightyellow;
}

.box-message .left-col {
  text-align: center;
}

.box-message .message-avatar {
  border: 3px solid white;
  box-shadow: -1px 1px 10px 0px rgba(140, 193, 253, 0.42);
  max-width: 100px;
  margin: auto;
  margin-bottom: 10px;
}

.box-message .message-date {
  border-bottom: 1px solid #dddee8;
  margin-bottom: 10px;
}

.calculator_component.fixed {
  position: fixed;
  right: 0px;
  width: 400px;
  top: 0px;
  height: 100vh;
  overflow: hidden;
  overflow-y: auto;
  max-width: 100%;
  background: #ffffff;
  border-left: 1px solid #e6e6e6;
  padding-bottom: 50px;
  z-index: 2001;
}

.calculator_component .form-control[readonly], .calculator_component body.user-security-login .form-control-login[readonly], body.user-security-login .calculator_component .form-control-login[readonly], .calculator_component body[class^="user-recovery"] .form-control-login[readonly], body[class^="user-recovery"] .calculator_component .form-control-login[readonly], .calculator_component body[class^="user-registration"] .form-control-login[readonly], body[class^="user-registration"] .calculator_component .form-control-login[readonly], .calculator_component .select2-container--xlte .select2-selection[readonly], .select2-container--xlte .calculator_component .select2-selection[readonly], .calculator_component .select2-container--xlte .select2-search--dropdown .select2-search__field[readonly], .select2-container--xlte .select2-search--dropdown .calculator_component .select2-search__field[readonly] {
  background: #ffffff;
}

.calculator_component .btn-close {
  padding: 2px 6px 1px;
}

.calculator_component div.no-applied, .calculator_component div.applied {
  margin: 10px 0;
}

.calculator_component .calculator-table {
  border: 2px solid #000000;
  margin-bottom: 12px;
  width: 100%;
  max-width: 100%;
  border-radius: 4px;
}

.calculator_component .calculator-table td, .calculator_component .calculator-table th {
  padding: 3px 10px;
}

@media screen and (max-width: 768px) {
  .calculator_component .calculator-table td, .calculator_component .calculator-table th {
    padding: 3px 3px;
  }
}

.calculator_component .calculator-table td {
  border: 1px solid #e6e6e6;
}

.calculator_component .calculator-table th {
  border: 2px solid #000000;
}

.calculator_component .calculator-table .border-bottom td {
  border-bottom: 1px solid #000 !important;
}

.calculator_component .calculator-table .applied {
  color: green;
  text-transform: uppercase;
}

.calculator_component .calculator-table .no-applied, .calculator_component .calculator-table .red {
  color: red;
}

.calculator_component .calculator-table .no-applied, .calculator_component .calculator-table .applied {
  text-transform: uppercase;
}

.calculator_component .calculator-table .form-calculator, .calculator_component .calculator-table .span-readonly {
  border: none;
  border-bottom: 1px #000000 dotted;
  padding: 0;
  display: block;
  width: 100%;
  text-align: center;
  min-width: 50px;
}

.calculator_component .calculator-table .span-readonly {
  border-bottom: none;
}

.calculator_component .calculator-table #calculator_message {
  position: relative;
  font-size: 11px;
}

.calculator_component .calculator-table #calculator_message .close-message {
  font-size: 16px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.calculator_component .daily-salary {
  padding-bottom: 20px;
}

div.vdp-datepicker__calendar {
  width: 218px !important;
  border-radius: 4px;
  right: 0;
}

div.vdp-datepicker__calendar .day {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
  line-height: 30px;
}

div.vdp-datepicker__calendar .cell:hover {
  background: #eeeeee;
  cursor: pointer;
}

div.vdp-datepicker__calendar .cell.selected {
  background: #286090 !important;
  color: #ffffff;
}

div.vdp-datepicker__calendar .cell.selected:hover {
  background: #204d74 !important;
  cursor: pointer;
}

.calculator-float-btn {
  position: fixed;
  right: 20px;
  text-align: center;
  bottom: 60px;
  transition: transform .3s ease;
  transform-origin: bottom right;
  padding: 0;
  background: none;
  border: none;
  z-index: 2000;
}

.calculator-float-btn:hover {
  transform: scale(1.1);
  text-decoration: none;
}

.calculator-float-btn .calculator-btn-label {
  font-size: 10px;
  padding: 2px 10px;
  background-color: white;
  border-radius: 20px;
}

@media screen and (max-width: 768px) {
  .calculator-float-btn .calculator-btn-label {
    font-size: 16px;
    background: #004da4;
    color: #ffffff;
  }
}

.calculator-float-btn .calculator-image {
  padding: 6px;
  margin: auto;
  background-color: white;
  border: 1px solid #eee;
  box-shadow: 0 4px 21px -4px rgba(140, 193, 253, 0.42);
  border-radius: 5px;
  display: block;
  width: 60px;
  height: 60px;
}

@media screen and (max-width: 768px) {
  .calculator-float-btn .calculator-image {
    display: none;
  }
}

/*!
 * Copyright (c) 2019. Grupo coopify (Spain)
 *
 * This software is protected under Spanish law. Any distribution of this software
 * will be prosecuted.
 *
 * Developed by Waizabú <code@waizabu.com>
 * Updated by: anapaula on 23/7/2019
 *
 */
#budget .delete-item {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 100vh;
}

#budget .delete-item .delete-item-box {
  position: fixed;
  background: white;
  border-radius: 18px;
  padding: 20px;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}

#budget .totals {
  margin: 20px 0;
}

#budget .panel-result {
  text-transform: uppercase;
  font-size: 1.2em;
}

#budget .col {
  flex: 0 0 calc(50% - 30px);
  max-width: calc(50% - 30px);
  min-width: calc(325px - 30px);
  margin: 15px;
  position: relative;
  padding-top: 30px;
}

#budget .col .delete-activity {
  cursor: pointer;
  color: #e53a40;
  position: absolute;
  top: 5px;
  right: 8px;
  font-size: 20px;
}

#budget .nav-tabs.compressed-tabs {
  display: flex;
}

#budget .nav-tabs.compressed-tabs > li {
  flex: 0 0 33%;
}

#budget .nav-tabs.compressed-tabs > li > a {
  padding: 1px 10px;
}

#budget .table_total_members {
  width: 100%;
}

#budget .table_total_members th {
  text-transform: none;
}

@media (max-width: 768px) {
  #budget .col {
    flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
  }
}

#budget .activity_last {
  border: 2px #d2d6de dashed;
  position: relative;
  text-align: center;
  vertical-align: middle;
  border-radius: 18px;
  cursor: pointer;
  min-height: 200px;
}

#budget .activity_last p {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #9e9e9e;
  padding: 15%;
  text-transform: uppercase;
  font-size: 1.2em;
}

#budget .delete_icon {
  display: block;
  font-size: 20px;
  width: 30px;
  color: #9e9e9e;
  cursor: pointer;
  height: 30px;
}

#budget .member, #budget .member_header, #budget .form_member {
  display: table;
  width: 100%;
}

#budget .member.form_member, #budget .member_header.form_member, #budget .form_member.form_member {
  margin-top: 10px;
}

#budget .member.member, #budget .member_header.member, #budget .form_member.member {
  border-bottom: 1px solid #d2d6de;
  margin: 10px 0 0;
  padding: 0 0 10px;
}

#budget .member .btn.btn-primary-inv, #budget .member .multiple-user .btn-primary-inv.remove, .multiple-user #budget .member .btn-primary-inv.remove, #budget .member_header .btn.btn-primary-inv, #budget .member_header .multiple-user .btn-primary-inv.remove, .multiple-user #budget .member_header .btn-primary-inv.remove, #budget .form_member .btn.btn-primary-inv, #budget .form_member .multiple-user .btn-primary-inv.remove, .multiple-user #budget .form_member .btn-primary-inv.remove {
  margin: 0px !important;
  width: 100%;
}

#budget .member.member_header, #budget .member_header.member_header, #budget .form_member.member_header {
  padding: 20px 0 0;
}

#budget .member > .delete_icon, #budget .member_header > .delete_icon, #budget .form_member > .delete_icon {
  float: left;
}

#budget .member.member_header .delete_icon, #budget .member_header.member_header .delete_icon, #budget .form_member.member_header .delete_icon {
  height: 1px;
}

#budget .member > .row, #budget .member_header > .row, #budget .form_member > .row {
  float: left;
  width: calc(100% - 30px);
}

#budget .total_members .result {
  margin-bottom: 10px;
}

#budget .box.actions .form-group, #budget .box.actions .form-group-xenon {
  margin-bottom: 0px;
}

#budget .box.actions .form-group .text-desc, #budget .box.actions .form-group-xenon .text-desc {
  margin-bottom: 0px;
}

#budget .form-control-coopify .form-control, #budget .form-control-coopify body.user-security-login .form-control-login, body.user-security-login #budget .form-control-coopify .form-control-login, #budget .form-control-coopify body[class^="user-recovery"] .form-control-login, body[class^="user-recovery"] #budget .form-control-coopify .form-control-login, #budget .form-control-coopify body[class^="user-registration"] .form-control-login, body[class^="user-registration"] #budget .form-control-coopify .form-control-login, #budget .form-control-coopify .select2-container--xlte .select2-selection, .select2-container--xlte #budget .form-control-coopify .select2-selection, #budget .form-control-coopify .select2-container--xlte .select2-search--dropdown .select2-search__field, .select2-container--xlte .select2-search--dropdown #budget .form-control-coopify .select2-search__field {
  text-align: center;
  border: 1px solid #9e9e9e;
}

#budget .form-control-coopify .form-control::placeholder, #budget .form-control-coopify body.user-security-login .form-control-login::placeholder, body.user-security-login #budget .form-control-coopify .form-control-login::placeholder, #budget .form-control-coopify body[class^="user-recovery"] .form-control-login::placeholder, body[class^="user-recovery"] #budget .form-control-coopify .form-control-login::placeholder, #budget .form-control-coopify body[class^="user-registration"] .form-control-login::placeholder, body[class^="user-registration"] #budget .form-control-coopify .form-control-login::placeholder, #budget .form-control-coopify .select2-container--xlte .select2-selection::placeholder, .select2-container--xlte #budget .form-control-coopify .select2-selection::placeholder, #budget .form-control-coopify .select2-container--xlte .select2-search--dropdown .select2-search__field::placeholder, .select2-container--xlte .select2-search--dropdown #budget .form-control-coopify .select2-search__field::placeholder {
  text-transform: uppercase;
  text-align: center;
}

#budget .form-control-coopify .symbol {
  font-weight: bold;
  color: #30affd;
}

#budget .form-control-coopify .date-inline {
  margin: 0px;
  max-width: 100%;
}

#budget .form-control-coopify .date-inline input {
  display: inline;
  max-width: 100%;
  border: none;
  background: none;
  text-align: center;
  color: #30affd;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
}

#budget .form-control-coopify .date-inline .vdp-datepicker {
  display: inline-block;
  max-width: 80px;
}

#budget .form-control-coopify .form-inline {
  margin: 0px;
  white-space: nowrap;
  max-width: 100%;
}

#budget .form-control-coopify .form-inline.tab {
  padding-left: 15px;
}

#budget .form-control-coopify .form-inline input, #budget .form-control-coopify .form-inline select {
  display: inline;
  max-width: 160px;
  border: none;
  background: none;
  text-align: center;
  color: #30affd;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}

#budget .form-control-coopify .form-inline input.autosize, #budget .form-control-coopify .form-inline select.autosize {
  min-width: 10px !important;
}

#budget .form-control-coopify .form-inline input:focus, #budget .form-control-coopify .form-inline select:focus {
  outline: 0px;
}

#budget .form-control-coopify .form-inline select {
  cursor: pointer;
}

#budget .select2-container--xlte .select2-selection {
  border-radius: 18px;
}

#budget .calculator_component.fixed {
  visibility: visible;
}

#budget .tab-content {
  min-height: 390px;
  padding: 0px;
  display: table;
  margin: 0px;
  border: none;
  position: relative;
  width: 100%;
}

#budget .tab-content .tab-pane {
  height: 100%;
  display: block;
  width: 0px;
  visibility: hidden;
  float: left;
}

#budget .tab-content .tab-pane.active {
  display: block;
  width: 100%;
  visibility: visible;
}

#budget .tab-content .tab-pane.expenses {
  padding-bottom: 69px;
}

#budget .tab-content .tab-pane.expenses .text-footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  max-height: 60px;
}

#budget .actions .row {
  margin-left: -6px;
  margin-right: -6px;
}

#budget .actions .action_member {
  padding: 0 6px;
}

#budget .actions .action_member button {
  width: 100%;
}

#budget th, #budget .th {
  text-transform: uppercase;
  font-weight: lighter;
}

#budget table.table_budget {
  text-align: left;
  margin: 10px 0;
}

#budget table.table_budget td, #budget table.table_budget th {
  padding: 5px;
}

#budget table.table_budget th:first-child, #budget table.table_budget td:first-child {
  width: 30px;
}

#budget .green {
  color: #7bce24 !important;
}

/*!
 * Copyright (c) 2018. Eros del Alamo (Spain)
 *
 * This software is protected under Spanish and international software protection laws. Any distribution of this software will be prosecuted.
 *
 * Developed by Xenon <avanzar@xenonpublicidad.com>
 * Updated by: erosdelalamo on 10 / 11 / 2018
 */
.main-title {
  font-weight: bolder;
  font-size: 80px;
}

.home-draw {
  padding-top: 60px;
}

@media screen and (max-width: 992px) {
  .main-title {
    font-size: 60px;
  }
  .field-refuel-file {
    background-color: transparent;
  }
}

.edlivery_content .edlivery_header h2 {
  margin: 0px;
}

@media screen and (max-width: 992px) {
  .edlivery_content .edlivery_header {
    padding: 0px;
    box-shadow: none;
    background-color: transparent;
  }
  .edlivery_content .edlivery_header select {
    color: #fff;
    background-color: #30affd;
    border-color: #30affd;
    border-radius: 50px;
    padding: 12px !important;
    font-size: 18px;
    height: auto !important;
  }
  .edlivery_content .edlivery_header select option {
    background-color: #fff;
    color: #000;
  }
}

@media screen and (max-width: 768px) {
  .edlivery_content .btn-rounded {
    border-radius: 60px;
  }
  .edlivery_content table tr.assignment-details td {
    display: block !important;
  }
  .edlivery_content table tr.assignment-details.collapse td {
    display: none !important;
  }
}

.edlivery_content .buttons-group hr {
  display: none;
}

@media screen and (max-width: 768px) {
  .edlivery_content .buttons-group .btn, .edlivery_content .buttons-group .multiple-user .remove, .multiple-user .edlivery_content .buttons-group .remove {
    display: block;
    width: 100%;
    padding: 12px;
  }
  .edlivery_content .buttons-group hr {
    display: block;
  }
}

.btnDriverIndex {
  margin-bottom: 10px !important;
}

.openAssignmentItem {
  position: relative;
}

.openAssignmentItem div.assignmentInfo {
  display: inline-block;
  vertical-align: middle;
}

.openAssignmentItem img.picture {
  width: 60px;
  height: 60px;
  border: 4px solid white;
  border-radius: 100%;
  overflow: hidden;
  display: inline-block;
}

.openAssignmentItem p.driverName {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0px;
}

.openAssignmentItem .plate {
  margin: 0px;
  display: inline-block;
  margin-top: 10px;
  float: right;
  /*position: absolute;*/
  /*right: 2px;*/
  /*top: 30%;*/
}

.incidencesResumeItem {
  margin-left: 20px;
  padding: 5px;
}

.incidencesResumeItem:first-child {
  padding-top: 0px;
}

.incidencesResumeText {
  margin-left: 10px;
  vertical-align: middle;
}

/*!
 * Copyright (c) 2018. Eros del Alamo (Spain)
 *
 * This software is protected under Spanish and international software protection laws. Any distribution of this software will be prosecuted.
 *
 * Developed by Xenon <avanzar@xenonpublicidad.com>
 * Updated by: erosdelalamo on 11 / 11 / 2018
 */
.vehicle-selected {
  position: relative;
  height: 300px;
  width: 300px;
  background-color: #30affd;
  border-radius: 100%;
  margin: auto;
  text-align: center;
  color: white;
}

.vehicle-selected .vehicle-id {
  font-size: 100px;
  line-height: 120px;
  font-weight: bold;
}

.vehicle-selected .vehicle-name {
  font-size: 20px;
}

.vehicle-selected .vehicle-icon {
  padding-top: 30px;
  font-size: 80px;
}

@media screen and (max-width: 480px) {
  .vehicle-selected {
    height: 250px;
    width: 250px;
  }
  .vehicle-selected .vehicle-id {
    font-size: 48px;
  }
}

.assignment-details [class*="bg-"] a:not([class^="bg-"]) {
  color: #0161c7;
}

.driver-selected {
  position: relative;
  height: 300px;
  width: 300px;
  background-color: #30affd;
  border-radius: 100%;
  margin: auto;
  text-align: center;
  color: white;
}

.driver-selected .driver-id {
  font-size: 80px;
  font-weight: bold;
}

.driver-selected .driver-name {
  font-size: 20px;
}

.driver-selected .driver-avatar {
  padding-top: 30px;
}

.driver-selected .driver-avatar img {
  margin: auto;
  max-width: 150px;
}

@media screen and (max-width: 480px) {
  .driver-selected {
    height: 250px;
    width: 250px;
  }
  .driver-selected .driver-id {
    font-size: 48px;
  }
}

.manual-assignment .remove-preassign {
  height: 60px;
  width: 60px;
  background-color: #e53a40;
  color: white;
  position: absolute;
  line-height: 60px;
  font-size: 30px;
  top: 4%;
  right: 10%;
  border-radius: 100%;
}

.assignment-type {
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
}

.assignment-type.manual {
  background-color: #e53a40;
}

.dropdown-actions {
  display: flex;
  position: relative;
  justify-content: center;
  margin-bottom: 20px;
}

.dropdown-actions > a i {
  margin-left: 10px;
  top: -3px;
  position: relative;
}

.dropdown-actions .dropdown-menu-center {
  left: auto;
  right: auto;
}

.dropdown-actions .dropdown-menu-center a {
  color: #2c3444 !important;
}

.assignment-details {
  padding-right: 0px !important;
}

.worker-card {
  background-color: white;
  display: block;
  padding: 30px;
  -webkit-box-shadow: 0 11px 40px -11px rgba(0, 30, 177, 0.24);
  box-shadow: 0 11px 40px -11px rgba(0, 30, 177, 0.24);
  margin-bottom: 20px;
}

.worker-card .avatar-wrapper {
  padding: 15px 0;
  padding-right: 0;
}

.worker-card .avatar-wrapper img {
  max-width: 85px;
  margin: auto;
}

.worker-card .details {
  margin-top: 20px;
}

.worker-card .worker-name {
  font-weight: bold;
  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}

.worker-card .text-wrapper {
  padding: 10px;
}

.worker-modal .modal-header {
  display: none;
}

.worker-view .worker-uid {
  background-color: #ECECEC;
  padding: 8px;
  position: absolute;
  top: -26px;
  text-align: center;
  left: -5px;
  width: 100px;
  color: white;
  font-weight: bold;
  font-size: 20px;
}

.worker-view div > .left-col {
  padding: 40px 40px 10px;
}

.worker-view .name {
  font-weight: bold;
  font-size: 18px;
}

.worker-view .join-date {
  font-size: 12px;
}

.worker-view .phone {
  border-radius: 30px;
  padding: 5px 20px;
  margin: 10px auto;
  display: inline-block;
  font-size: 16px;
}

.worker-view .phone i {
  margin-right: 5px;
}

.worker-view .avatar-wrapper {
  display: block;
  text-align: center;
}

.worker-view .avatar-wrapper img {
  margin: 20px auto 0 0;
}

.driver-tag-micro {
  max-width: 250px;
  display: flex;
  align-items: stretch;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 11px 40px -11px rgba(0, 30, 177, 0.24);
  box-shadow: 0 11px 40px -11px rgba(0, 30, 177, 0.24);
  background-color: white;
}

.driver-tag-micro .img-circle {
  max-width: 20px;
  display: inline-block;
}

.driver-tag-micro .left-col {
  width: 70%;
  padding: 10px;
}

.driver-tag-micro .right-col {
  width: 30%;
  background-color: #30affd;
  color: #7cccfe;
  font-size: 30px;
  display: flex;
  align-items: center;
  align-content: center;
  cursor: pointer;
}

.driver-tag-micro .right-col i {
  display: block;
  margin: auto;
}

.driver-tag-micro.disabled {
  opacity: .5;
  box-shadow: none;
}

.driver-tag-micro.disabled .right-col {
  display: none;
}

.driver-tag-micro.disabled .left-col {
  width: 100%;
}

.mobile-buttons li {
  display: block;
}

@media screen and (max-width: 480px) {
  .search-vehicle {
    display: block;
    margin: auto;
    width: 250px;
  }
}

.driver-index .btn-circle-big {
  border: none !important;
  margin-top: 1em;
  text-align: center;
  width: 200px;
  height: 200px;
  border-radius: 100% !important;
  box-shadow: 0 36px 61px -16px rgba(169, 169, 169, 0.42);
  margin-bottom: 4rem;
}

.btnDriverIndex {
  display: block;
  text-transform: uppercase;
  min-height: 120px;
  position: relative;
  border-radius: 4px;
  margin-bottom: 10px !important;
}

.btnDriverIndex .btn-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.btnDriverIndex i {
  font-size: 40px;
  display: block;
  margin: auto;
  text-align: center;
}

.btnDriverIndex span {
  font-size: 10px;
  display: block;
  white-space: normal;
}

/*!
 * Copyright (c) 2018. Eros del Alamo (Spain)
 *
 * This software is protected under Spanish and international software protection laws. Any distribution of this software will be prosecuted.
 *
 * Developed by Xenon <avanzar@xenonpublicidad.com>
 * Updated by: erosdelalamo on 18 / 11 / 2018
 */
.review-tag {
  -webkit-box-shadow: 0 11px 40px -11px rgba(0, 30, 177, 0.24);
  box-shadow: 0 11px 40px -11px rgba(0, 30, 177, 0.24);
  background-color: white;
  margin-bottom: 10px;
  /*Automatic form*/
}

.review-tag input[type="radio"] {
  display: none;
}

.review-tag .item-description {
  padding: 10px 16px;
}

.review-tag .review-icon, .review-tag .name {
  display: inline-block;
  vertical-align: middle;
}

.review-tag .review-icon {
  height: 48px;
  width: 53px;
  display: inline-block;
}

.review-tag .review-icon i {
  font-size: 35px;
  line-height: 48px;
}

.review-tag .name {
  display: inline;
  font-weight: bold;
  font-size: 20px;
}

.review-tag .review-status-btn {
  height: 48px;
  width: 48px;
  display: inline-block;
  border-radius: 100%;
  text-align: center;
  border: none;
}

.review-tag .review-status-btn:not(:last-child) {
  margin-right: 2px;
}

.review-tag .review-status-btn i {
  line-height: 48px;
  font-weight: 900;
  font-size: 20px;
  color: white;
}

.review-tag .status-ok {
  background-color: #7bce24;
}

.review-tag .status-ko {
  background-color: #e53a40;
}

.review-tag .options {
  display: none;
}

.review-tag .review-list-words {
  list-style: none;
  padding: 0;
}

.review-tag .review-list-words li {
  font-size: 20px;
  border-top: 1px solid #a0a7bc;
}

.review-tag .review-list-words li .text-option {
  margin-bottom: 0;
  padding: 10px;
  display: block;
}

.review-tag .review-list-words li input {
  display: none;
}

.review-tag .item-ok:checked ~ .item-description .label-ko {
  opacity: .3;
}

.review-tag .item-ok:checked ~ .item-description .label-ko .status-ko {
  background-color: #a0a7bc;
}

.review-tag .item-ko:checked ~ .item-description .label-ok {
  opacity: .3;
}

.review-tag .item-ko:checked ~ .item-description .label-ok .status-ok {
  background-color: #a0a7bc;
}

.review-tag .item-ko:checked ~ .options {
  display: block;
}

.review-tag .options input:checked ~ .text-option {
  background-color: #fdbf2a;
}

.review-tag .options input:checked ~ .text-option i:before {
  content: "\f058";
}

.review-tag .scale {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-content: stretch;
  justify-content: center;
  border-top: 1px solid #a0a7bc;
}

.review-tag .scale li {
  text-align: center;
  flex: 1 1;
  border-right: 1px solid #a0a7bc;
}

.review-tag .scale li label {
  font-size: 20px;
  padding: 9px 4px;
  margin-bottom: 0;
  display: block;
}

/*!
 * Copyright (c) 2018. Eros del Alamo (Spain)
 *
 * This software is protected under Spanish and international software protection laws. Any distribution of this software will be prosecuted.
 *
 * Developed by Xenon <avanzar@xenonpublicidad.com>
 * Updated by: erosdelalamo on 10 / 11 / 2018
 */
.plate, .vehicle-tag-micro .plate {
  border: 1px solid #a0a7bc;
  max-width: 80%;
  margin: auto;
  border-radius: 3px;
  padding: 2px 10px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  word-wrap: break-word;
}

.vehicle-form .switch-xenon {
  border: none;
  padding: 0;
}

.vehicle-card-mini {
  background-color: white;
  display: block;
  -webkit-box-shadow: 0 11px 40px -11px rgba(0, 30, 177, 0.24);
  box-shadow: 0 11px 40px -11px rgba(0, 30, 177, 0.24);
  margin-bottom: 20px;
}

.vehicle-card-mini:hover {
  text-decoration: none;
}

.vehicle-card-mini .cols {
  display: flex;
}

.vehicle-card-mini .left-col, .vehicle-card-mini .right-col {
  width: 50%;
  padding: 10px !important;
}

.vehicle-card-mini .footer {
  padding: 5px 10px;
  text-align: center;
  background-color: #77cafe;
  color: #fafdff;
  height: auto;
}

.vehicle-card-mini .empty-footer, .vehicle-card-mini .footer {
  height: 30px;
}

.vehicle-card-mini .figure {
  font-size: 50px;
  text-align: center;
  color: #a0a7bc;
}

.vehicle-card-mini h3.vehicle-id {
  padding: 0;
  font-weight: bold;
  margin: 0;
}

.vehicle-card-mini .total-km {
  text-align: center;
  color: #a0a7bc;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .form-vehicle-search {
    padding: 0;
    position: relative;
    box-shadow: none;
    margin-bottom: 0;
    background: transparent;
  }
  .form-vehicle-search label {
    display: none;
  }
  .form-vehicle-search input {
    border-radius: 30px;
    padding: 7.5px;
    font-size: 2em;
    height: auto;
    text-align: center;
  }
  .form-vehicle-search .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #41618a;
  }
  .form-vehicle-search .xlte-radio-list {
    height: auto;
    background-color: white;
    border-radius: 30px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
  .form-vehicle-search .xlte-radio-list input[type="checkbox"] {
    display: none;
  }
  .form-vehicle-search .xlte-radio-list label {
    border: 1px solid #8b939c;
    border-radius: 50px;
    flex: 1 1 auto;
    padding: 8px;
    margin: 4px;
    text-align: center;
    align-items: stretch;
    display: flex !important;
    color: #8b939c;
  }
  .form-vehicle-search .xlte-radio-list label .label-content {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  .form-vehicle-search .xlte-radio-list input[type="checkbox"]:checked + label {
    box-shadow: inset 1px 2px 5px 0px #0000004d;
    background: #F5A623;
    color: white;
    border-color: #F5A623;
  }
  .form-vehicle-search .xlte-radio-list input[type="checkbox"] + label:before {
    font-weight: 300;
    position: relative;
    top: 3px;
    display: inline-block;
    font-family: 'Font Awesome 5 Pro';
    line-height: 1;
    padding-left: 5px;
  }
  .form-vehicle-search .xlte-radio-list input[type="checkbox"]:checked + label:before {
    content: "\f14a";
    font-weight: 900;
  }
}

.search-vehicles-btn {
  margin-top: 21px;
}

.vehicle-view .type-name {
  background-color: #30affd;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
}

.vehicle-view .figure-vehicle-type {
  text-align: center;
  font-size: 10em;
  color: #a0a7bc;
}

.vehicle-view .figure-vehicle-type .fas {
  font-weight: 300;
}

.vehicle-view .valid-assignment {
  background: #fff;
}

.tag-wrapper {
  margin-bottom: 20px;
  background-color: white;
  max-width: 250px;
  -webkit-box-shadow: 0 11px 40px -11px rgba(0, 30, 177, 0.24);
  box-shadow: 0 11px 40px -11px rgba(0, 30, 177, 0.24);
}

.tag-wrapper .assignation {
  text-align: center;
  font-weight: bold;
  border-top: 1px solid #dddee8;
}

.tag-wrapper.disabled {
  opacity: .5;
  box-shadow: none;
}

.tag-wrapper.disabled .right-col {
  display: none;
}

.tag-wrapper.disabled .left-col {
  width: 100%;
}

.vehicle-tag-micro {
  max-width: 250px;
  display: flex;
  align-items: stretch;
  background-color: white;
}

.vehicle-tag-micro .left-col {
  width: 70%;
  padding: 10px;
}

.vehicle-tag-micro .right-col {
  width: 30%;
  background-color: #30affd;
  color: #7cccfe;
  font-size: 30px;
  display: flex;
  align-items: center;
  align-content: center;
  cursor: pointer;
}

.vehicle-tag-micro .right-col i {
  display: block;
  margin: auto;
}

.vehicle-status {
  text-align: center;
  background-color: #1f1f1f;
  border: 1px solid #060606;
  border-bottom-color: #6c6c6c;
  border-right-color: #6c6c6c;
  border-radius: 16px;
  box-shadow: inset 4px 4px 10px rgba(0, 0, 0, 0.74);
  padding: 10px;
  margin-bottom: 20px;
}

.vehicle-status .fault-indicator {
  color: black;
  border: 2px solid;
  border-radius: 8px;
  text-align: center;
  display: inline-block;
  padding: 5px 16px;
  text-transform: uppercase;
  font-size: 20px;
  margin: auto;
}

.vehicle-status .fault-indicator.bg-red {
  border: none;
  animation: blink 0.8s steps(1);
  animation-iteration-count: infinite;
}

.vehicle-status .list-container {
  padding: 0;
  list-style: none;
}

.vehicle-status .list-container.items {
  display: flex;
  flex-wrap: wrap;
}

.vehicle-status .list-container.items .list-item {
  flex: 1 1 0;
  display: inline-block;
}

.vehicle-status .list-container .list-item {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: black;
  margin: 10px 10px;
}

.vehicle-status .list-container .list-item[class*="text-"] {
  text-shadow: 0px 0px 90px;
}

.vehicle-status .list-container .list-item i {
  font-size: 24px;
  line-height: 30px;
}

.vehicle-status .list-container .ko-review {
  color: #d89902;
}

.vehicle-status .level-indicator {
  display: flex;
  align-items: center;
}

.vehicle-status .level-indicator .list-item {
  color: #d89902;
  text-shadow: 0px 0px 90px rgba(216, 153, 2, 0.8);
}

.vehicle-status .bar {
  border: 2px solid #d89902;
  display: flex;
  width: 100%;
  margin: 0 10px;
}

.vehicle-status .step {
  flex: 1 1 0;
  height: 10px;
  box-shadow: 0px 0px 90px rgba(216, 153, 2, 0.4);
  background-color: #d89902;
  margin: 3px 3px;
}

.vehicle-status .step.empty {
  background-color: inherit;
}

.vehicle-card-status {
  text-align: left;
  min-height: 100px;
  margin-top: 5px;
}

.vehicle-card-status .label-danger {
  display: block;
}

.vehicle-card-status i {
  padding: 10px 5px;
  font-size: 20px;
}

.vehicle-card-status .fault-indicator i {
  animation: blinkCard 0.8s steps(1);
  animation-iteration-count: infinite;
  color: red;
}

.vehicle-card-status .list-item-card {
  color: #fdbf2a;
}

.vehicle-card-status .list-item-card.ok {
  color: #7bce24;
}

.vehicle-card-status .list-item-card.ko {
  color: #e53a40;
}

@keyframes blink {
  50% {
    background-color: black;
  }
}

@keyframes blinkCard {
  50% {
    color: black;
  }
}

.vehicle-description {
  font-size: 20px;
}

.fuel-type {
  font-size: 29px;
  text-align: left;
  border: 2px solid #a0a7bc;
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 12px;
}

.fuel-type .fuel-icon {
  float: left;
  margin-right: 10px;
}

/*!
 * Copyright (c) 2018.
 *
 * This software is protected under Spanish and international software protection laws. Any distribution of this software will be prosecuted.
 *
 * Developed by Xenon <avanzar@xenonpublicidad.com>
 * Updated by: anapaula on 17 / 06 / 2021
 */
.refuel-index .partials-mobile {
  display: none;
}

@media screen and (max-width: 480px) {
  .refuel-index .partials-mobile {
    display: block;
  }
}

.refuel-index .partials-mobile .mobile-refuel {
  background-color: #e3e6ea;
  display: table;
  width: 100%;
}

.refuel-index .partials-mobile .mobile-refuel div {
  display: table-row;
}

.refuel-index .partials-mobile .mobile-refuel dt, .refuel-index .partials-mobile .mobile-refuel dd {
  padding: 10px;
  border-bottom: 1px solid #dadcf1;
  display: table-cell;
}

.team-logo {
  max-width: 300px;
  margin: auto;
}

.register-panel .form-control, .register-panel body.user-security-login .form-control-login, body.user-security-login .register-panel .form-control-login, .register-panel body[class^="user-recovery"] .form-control-login, body[class^="user-recovery"] .register-panel .form-control-login, .register-panel body[class^="user-registration"] .form-control-login, body[class^="user-registration"] .register-panel .form-control-login, .register-panel .select2-container--xlte .select2-selection, .select2-container--xlte .register-panel .select2-selection, .register-panel .select2-container--xlte .select2-search--dropdown .select2-search__field, .select2-container--xlte .select2-search--dropdown .register-panel .select2-search__field {
  text-align: center;
}

.register-panel .actions {
  text-align: center;
}

#sign-tabs {
  text-align: center;
  margin-bottom: 20px;
}

#sign-tabs li {
  display: inline-block;
  float: none;
}

#sign-tabs li a {
  border-radius: 50px;
  padding: 0;
  height: 50px;
  width: 50px;
  border: 1px solid #dddee8;
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  font-weight: bolder;
  margin-right: 10px;
  font-family: sans-serif;
  margin-bottom: 25px;
}

#sign-tabs li.active a {
  border-color: #7ecccc;
  background-color: #59BEBE;
  color: white;
}

#sign-tabs li.active a:after {
  background-color: #59BEBE;
}

.manage-contributors .bg-avatar.owner {
  border: 3px solid white;
  box-shadow: 0 0 0 3px #fdbf2a;
}

.manage-contributors .bg-avatar.committee {
  border: 3px solid white;
  box-shadow: 0 0 0 3px #7bce24;
}

.manage-contributors .bg-avatar.committee.owner {
  box-shadow: 0 0 0 2px #fdbf2a, 0 0 0 5px white, 0 0 0 7px #7bce24 !important;
}

.manage-contributors .member-name {
  margin-top: 10px;
}

.noOwner {
  display: inline-block;
  height: 8px;
  width: 8px;
  background-color: #dd2121;
  vertical-align: middle;
  transform: rotate(45deg);
}

.review > div:not(.not-fixed-height) > div {
  position: relative;
  padding-bottom: 72px;
  overflow: hidden;
}

.review > div:not(.not-fixed-height) > div .list-view {
  overflow-y: scroll;
  height: calc(100vh - 132px);
}

.review .pages {
  position: absolute;
  bottom: 0px;
  background: white;
  width: 100%;
  border-top: 1px solid #dddee8;
}

.review .dropdown-menu {
  right: 0px;
  left: auto !important;
}

.review .ultrapad {
  padding: 20px;
}

.review .sides-pad {
  padding-left: 20px;
  padding-right: 20px;
}

.review .left-pad {
  padding-left: 20px;
}

.review .right-pad {
  padding-right: 20px;
}

.review .box-title, .review .panel-title, .review .modal-title, .review .box-title {
  font-size: 16px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.review .head-cards {
  background: #fff;
  padding: 5px;
  width: 100%;
  border-bottom: 1px solid #dddee8;
  display: table;
}

.review .second-cards-column .filter-type, .review .second-cards-column .actions {
  display: none;
}

.review #form-filter-user .filter-criticality-id {
  display: none;
}

.review .criticality {
  position: absolute;
  right: 30px;
  top: 20px;
}

.review .object-card {
  cursor: pointer;
  position: relative;
  display: table;
  width: 100%;
  background-color: white;
  padding: 18px;
  border-bottom: 1px solid #dddee8;
}

.review .object-card .review-icon {
  float: left;
  width: 50px;
  vertical-align: middle;
}

.review .object-card .details {
  float: left;
  width: calc(100% - 60px);
  vertical-align: middle;
  display: inline-block;
}

.review .object-card:hover {
  background-color: #e5f3ff;
}

.review .object-card:after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: lighter;
  position: absolute;
  font-size: 20px;
  right: 2%;
  top: 50%;
  color: #dddee8;
  transform: translateX(-50%) translateY(-50%);
}

.review .object-card i {
  color: #a0a7bc;
  display: inline-block;
  height: 28px;
  width: 28px;
  text-align: center;
  line-height: 28px;
  border-radius: 100%;
  border: 1px solid #a0a7bc;
}

.review .user-card {
  cursor: pointer;
  position: relative;
  padding: 18px;
  display: table;
  width: 100%;
  background-color: white;
  border-bottom: 1px solid #dddee8;
}

.review .user-card:hover {
  background-color: #e5f3ff;
}

.review .user-card .manager-avatar {
  float: left;
  width: 50px;
  vertical-align: middle;
}

.review .user-card .details {
  float: left;
  width: calc(100% - 60px);
  vertical-align: middle;
  display: inline-block;
}

.review .user-card .bg-avatar {
  border: 1px solid white;
  box-shadow: -1px 1px 10px 0px rgba(140, 193, 253, 0.42);
}

.review .user-card:after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: lighter;
  position: absolute;
  font-size: 20px;
  right: 2%;
  top: 50%;
  color: #dddee8;
  transform: translateX(-50%) translateY(-50%);
}

.review .card.active {
  background-color: #b2dbff;
}

.review .card.active .not-set {
  color: rgba(255, 255, 255, 0.6);
}

.review .card.active:after {
  color: #4cacff;
}

.review .not-set {
  color: #dddee8;
}

.review .actions {
  display: inline-block;
  position: absolute;
  top: 3px;
}

.review .actions > a {
  padding-left: 7px;
  top: 5px;
  position: relative;
}

#content-object {
  background-color: #fff;
}

#content-object .box {
  box-shadow: none;
  border-radius: 0;
}

#content-object .flex {
  display: flex;
  flex-wrap: wrap;
}

#content-object .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  padding: 15px;
}

#content-object #status-object {
  display: inline;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .btn, .btn-toolbar .multiple-user .remove, .multiple-user .btn-toolbar .remove {
  width: auto;
  display: inline-block;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  margin-bottom: 5px;
}

.review-breadcrumb {
  background-color: #9e9e9e;
  color: white;
  text-align: center;
  padding: 6px 0;
}

.review-breadcrumb a, .review-breadcrumb a:visited, .review-breadcrumb a:active {
  color: white;
}

.review-breadcrumb ul {
  margin: 0;
}

div#parents li {
  display: inline;
}

div#parents li:after {
  content: "\f054";
  font-family: 'Font Awesome 5 Pro';
  padding: 12px;
}

div#parents li:last-child:after {
  display: none;
}

.login-bg {
  background-image: url("../../imgs/bg-login.jpg");
  background-size: cover;
  background-position: center;
}

.login-panel {
  text-align: center;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
}

.login-panel .padding-gutter {
  padding: 40px;
  padding-top: 20px;
}

.login-panel .login-logo {
  margin-bottom: 20px;
}

body.user-security-login, body[class^="user-recovery"], body[class^="user-registration"] {
  background-color: #2c3444;
}

body.user-security-login .form-control-login, body[class^="user-recovery"] .form-control-login, body[class^="user-registration"] .form-control-login {
  background: none !important;
  border: 1px solid #a0a7bc !important;
  padding: 20px;
  border-radius: 60px !important;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .site-index .jumbotron {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
  .site-index .jumbotron .img-circle {
    max-width: 150px;
  }
  .site-index .jumbotron h4 {
    font-size: 11px;
    color: #a0a7bc;
  }
}

@keyframes highlight {
  0% {
    background-color: orange;
  }
  100% {
    background-color: rgba(255, 165, 0, 0);
  }
}

.proceeding-view .nav-pills li.active a {
  background-color: white;
}

.column-selector-wrapper {
  column-count: 2;
}

.proceeding-status {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  max-width: 100%;
  min-width: 50px;
}

.highlighted {
  animation: highlight 2s ease;
  animation-iteration-count: 1;
}

.has-filters, .has-custom-columns {
  position: relative;
  padding-right: 10px;
}

.has-filters:before, .has-custom-columns:before {
  content: "";
  border-radius: 100%;
  height: 10px;
  width: 10px;
  display: inline-block;
  background-color: orange;
}

.proceeding-activity-comments .direct-chat-messages {
  border-top: 1px solid #dddee8;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  padding: 10px;
  max-height: 70vh;
  height: auto;
  overflow: auto;
  position: relative;
}

.proceeding-activity-comments .direct-chat-category {
  padding: 1rem;
  border-bottom: 1px solid #dddee8;
  background-color: rgba(48, 175, 253, 0.2);
}

.proceeding-activity-comments .direct-chat-category:empty {
  display: none;
}

.proceeding-activity-comments .direct-chat-img {
  max-width: 24px;
  height: auto;
}

.proceeding-activity-comments .direct-chat-msg {
  border: 1px solid #dddee8;
  margin-bottom: 1rem;
}

.proceeding-activity-comments .direct-chat-text {
  padding: 2rem;
}

.proceeding-activity-comments .direct-chat-info {
  padding: 1rem;
  border-bottom: 1px solid #dddee8;
}

.member-util-infos .h4, .member-util-infos h4 {
  color: #9c9c9c;
}

.member-util-infos .list-group {
  margin-bottom: 1rem;
  border: 1px solid #eee;
}

.member-util-infos .list-group .list-group-item {
  border: none;
}

.member-util-infos .list-group .list-group-item > i:first-child {
  width: 20px;
  text-align: center;
  margin-right: .5rem;
}

/*
 * Component: Timeline
 * -------------------
 */
.timeline {
  position: relative;
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}

.timeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #ddd;
  left: 31px;
  margin: 0;
  border-radius: 2px;
}

.timeline > li {
  position: relative;
  margin-bottom: 15px;
  clear: both;
}

.timeline > li > .timeline-item {
  box-shadow: 0 4px 7px 0px rgba(31, 68, 97, 0.1);
  border-radius: 18px;
  margin-top: 0;
  background: #fff;
  color: #444;
  margin-left: 60px;
  margin-right: 15px;
  padding: 0;
  position: relative;
}

.panel-body .timeline > li > .timeline-item, .box-body .timeline > li > .timeline-item {
  box-shadow: none !important;
  border: 1px solid #dddee8;
}

.timeline > li > .timeline-item > .time {
  color: #999;
  float: right;
  padding: 4px;
  font-size: 12px;
}

.timeline > li > .timeline-item > .timeline-header {
  margin: 0;
  color: #555;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.1;
  font-weight: 600;
}

.timeline > li > .timeline-item > .timeline-header + .timeline-body {
  border-top: 1px solid #eee;
}

.timeline > li > .timeline-item > .timeline-body, .timeline > li > .timeline-item > .timeline-footer {
  padding: 5px 10px;
}

.timeline > li > .fa, .form-group-xenon .xlte-radio-list .timeline > li > input[type="radio"]:checked + label:before, .form-group-xenon .xlte-radio-list .timeline > li > input[type="checkbox"]:checked + label:before,
.timeline > li > .glyphicon,
.timeline > li > .ion {
  width: 20px;
  height: 20px;
  font-size: 11px;
  line-height: 20px;
  position: absolute;
  color: #666;
  background: #9e9e9e;
  border-radius: 50%;
  text-align: center;
  left: 22px;
  top: 0;
}

.timeline > .time-label > span {
  font-weight: 600;
  padding: 2px 16px;
  display: inline-block;
  background-color: #fff;
  border-radius: 18px;
}

.timeline-inverse > li > .timeline-item {
  background: #f0f0f0;
  border: 1px solid #ddd;
  box-shadow: none;
}

.timeline-inverse > li > .timeline-item > .timeline-header {
  border-bottom-color: #ddd;
}

.advisor-float-btn {
  position: fixed;
  right: 20px;
  text-align: center;
  bottom: 60px;
  transition: transform .3s ease;
  transform-origin: bottom right;
}

.advisor-float-btn:hover {
  transform: scale(1.1);
  text-decoration: none;
}

.advisor-float-btn .avatar {
  padding: 3px;
  margin: auto;
  background-color: white;
  border: 1px solid #eee;
  box-shadow: 0 4px 21px -4px rgba(140, 193, 253, 0.42);
  border-radius: 100%;
  display: block;
  width: 60px;
  height: 60px;
}

@media screen and (max-width: 768px) {
  .advisor-float-btn .avatar {
    display: none;
  }
}

.advisor-float-btn .adv-btn-label {
  font-size: 10px;
  padding: 2px 10px;
  background-color: white;
  border-radius: 20px;
}

.label-filter, .button-filter, .label-cell {
  display: none;
}

.x-gridview .progress {
  margin-bottom: 0;
}

.x-gridview .prev.disabled, .x-gridview .next.disabled {
  opacity: 0.3;
}

.x-gridview .grid-summary {
  margin-right: 10px;
  color: #a0a7bc;
}

.x-gridview .box-title {
  vertical-align: middle;
}

.x-gridview .filters {
  display: none;
}

.x-gridview .filters .highlight {
  background-color: #ffeea0;
}

.x-gridview .btn-filter {
  margin-right: 10px;
}

.x-gridview .toggle-filters + .box .btn-filter {
  background-color: #30affd;
  color: white;
  display: none;
}

.x-gridview .toggle-filters + .box table .filters {
  display: table-row;
}

.x-gridview .check-column {
  display: none;
}

@media (max-width: 768px) {
  .x-gridview .toggle-filters:checked + .box table thead .filters, .x-gridview .action + .box table thead .filters {
    display: block !important;
  }
  .x-gridview .toggle-filters:checked + .box table thead .filters td:empty, .x-gridview .action + .box table thead .filters td:empty {
    display: none;
  }
  .x-gridview .toggle-filters:checked + .box table thead .filters .label-filter, .x-gridview .toggle-filters:checked + .box table thead .filters .button-filter, .x-gridview .action + .box table thead .filters .label-filter, .x-gridview .action + .box table thead .filters .button-filter {
    display: inline-block;
  }
  .x-gridview .toggle-filters:checked + .box table thead .filters td, .x-gridview .action + .box table thead .filters td {
    display: block;
    padding: 10px 8px !important;
    width: 100%;
    text-align: left;
  }
  .x-gridview .toggle-filters:checked + .box table thead .filters td input, .x-gridview .action + .box table thead .filters td input {
    width: 100%;
  }
  .x-gridview table tr:not(.filters) {
    display: block;
  }
  .x-gridview table tr:not(.filters) th {
    display: none;
  }
  .x-gridview table tr:not(.filters) td {
    border-top: none;
    display: none;
  }
  .x-gridview table tr:not(.filters) td .label-cell {
    display: block;
    border-bottom: 1px solid #dadcf1;
    font-weight: bold;
  }
  .x-gridview table tr {
    border-top: 1px solid #dadcf1;
    position: relative;
    padding-right: 40px;
    width: 100%;
  }
  .x-gridview table tr:first-child {
    border-top: none !important;
  }
  .x-gridview table tr td.check-column {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    padding: 8px;
  }
  .x-gridview table tr td.check-column input[type="checkbox"] {
    display: none;
  }
  .x-gridview table tr td.check-column input[type="checkbox"] + label {
    position: relative;
    padding: 0px;
    height: 30px;
    vertical-align: middle;
  }
  .x-gridview table tr td.check-column input[type="checkbox"] + label:before {
    content: " ";
    display: inline-block;
    height: 30px;
    width: 30px;
    position: relative;
    border: 1px solid #a0a7bc;
    background-color: #9e9e9e;
    border-color: #9e9e9e;
  }
  .x-gridview table tr td.check-column input[type="checkbox"] + label:after {
    font-weight: 300;
    animation: dropIn 0.3s ease;
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .x-gridview table tr td.check-column input[type="checkbox"] + label:hover {
    cursor: pointer;
  }
  .x-gridview table tr td.check-column input[type="checkbox"]:checked + label:after {
    content: "\f00d";
  }
  .x-gridview table tr td.mobile-hidden-column {
    display: none !important;
  }
  .x-gridview table tr .action-column {
    width: 100%;
    border-top: 1px solid #dadcf1 !important;
    margin-top: 6px;
    padding-top: 6px !important;
    text-align: center;
  }
  .x-gridview table tr .action-column .btn-group {
    width: 100%;
  }
  .x-gridview table tr .action-column .dropdown-toggle {
    display: none;
  }
  .x-gridview table tr .action-column .dropdown-menu {
    animation: none;
    display: block;
    width: 100%;
    position: static;
    border: none;
    background: transparent;
    white-space: normal;
  }
  .x-gridview table tr .action-column .dropdown-menu li {
    display: block;
    width: 100%;
  }
  .x-gridview table tr .action-column a {
    color: #333 !important;
    background-color: white !important;
    border: 1px solid #ccc !important;
    border-radius: 18px;
    text-transform: uppercase !important;
    padding: 10px 16px !important;
    margin-bottom: 5px !important;
    display: inline-block;
    max-width: 100%;
    min-width: 70%;
  }
  .x-gridview table tr .action-column a:hover, .x-gridview table tr .action-column a:focus {
    background: #b3b3b3;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
  .x-gridview table tr.active {
    background-color: #f5f5f5;
  }
  .x-gridview table tr.active:hover td {
    background-color: transparent;
  }
  .x-gridview table tr.active td {
    display: block;
  }
  .x-gridview table tr.active td:empty {
    display: none;
  }
  .x-gridview table tr td.fixed-column {
    display: inline-block;
    width: auto;
  }
  .x-gridview table tr td.fixed-column .label-cell {
    display: none !important;
  }
}

table tr td.name-column:hover {
  cursor: text;
}

table tr td.name-column-cursor-pointer:hover {
  cursor: pointer !important;
}

table .btn-group {
  white-space: nowrap;
}

table .btn-group > .btn, table .multiple-user .btn-group > .remove, .multiple-user table .btn-group > .remove {
  float: none;
  display: inline-block;
}

.box-header .gridview-actions {
  margin-right: 10px;
}

.box-header .pagination {
  vertical-align: middle;
  margin: 0;
}

.box-header .pagination > li > a,
.box-header .pagination > li > span {
  margin-right: 5px;
  border: 1px solid #9e9e9e;
}

.fit-column {
  width: 1%;
  white-space: nowrap;
  padding: 0 6px !important;
}

.inline-action-column .glyphicon {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.inline-action-column {
  white-space: nowrap;
}

.inline-action-column a {
  display: inline-block;
  color: #6b6b6b;
  font-size: 20px;
  margin-right: 20%;
}

.inline-action-column .glyphicon-eye-open:before {
  content: "\f133";
}

.inline-action-column .glyphicon-pencil:before {
  content: "\f2bf";
}

.inline-action-column .glyphicon-trash:before {
  content: "\f128";
}

.threeDot {
  color: #6b6b6b;
}

.message-menu-label {
  display: none;
}

.nav-profile {
  padding-top: 14px;
}

.nav-profile .bg-avatar {
  width: 32px !important;
  height: 32px !important;
  box-sizing: content-box;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
}

.nav-profile .bg-avatar img {
  border-radius: 100%;
  overflow: hidden;
}

.nav-profile .picture {
  display: inline-block;
}

.nav-profile .name-mobile {
  margin-right: 20px;
}

.nav-profile .notifications {
  margin-right: 6px;
  vertical-align: middle;
  display: inline-block;
  height: 30px;
  width: 30px;
  background-color: #e53a40;
  position: relative;
  border-radius: 100%;
  transform-origin: right center;
}

.nav-profile .notifications .notification {
  border-bottom: 1px dashed #dddee8 !important;
}

.nav-profile .notifications .notification + .divider {
  margin-top: 0;
  border: none;
}

.nav-profile .notifications.collapse {
  display: none;
}

.nav-profile .notifications .qty {
  color: white;
  text-align: center;
  display: block;
  line-height: 26px;
}

.nav-profile .notifications:after {
  position: absolute;
  top: 50%;
  right: -18px;
  transform: translateY(-50%);
  display: block;
  content: "";
  border-width: 4px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #e53a40;
}

.nav-profile .notifications .dropdown-menu {
  text-align: left;
  right: 0;
  left: auto;
}

.nav-profile .notifications .dropdown-menu li {
  min-width: 260px;
}

@keyframes xenonShake {
  0%, 10%, 40% {
    transform: rotateZ(20deg) scale(0.7);
  }
  5%, 20%, 80% {
    transform: rotateZ(-20deg) scale(0.4);
  }
  100% {
    transform: rotateZ(0deg) scale(1);
  }
}

@media screen and (max-width: 767px) {
  .name-mobile {
    display: none;
  }
  .nav-profile {
    padding-top: 12px;
  }
  .navbar-toggle {
    padding-top: 20px;
  }
  .navbar-brand > img {
    margin-top: 10px;
  }
  .coopify-user-navbar > li {
    padding: 0 0px;
    border: none;
  }
  .coopify-user-navbar > li > a {
    padding: 20px 10px !important;
  }
}

.select2-container--xlte {
  display: block;
  width: 100% !important;
  /*------------------------------------*\
      #COMMON STYLES
  \*------------------------------------*/
  /**
   * Search field in the Select2 dropdown.
   */
  /**
   * No outline for all search fields - in the dropdown
   * and inline in multi Select2s.
   */
  /**
   * Adjust Select2's choices hover and selected styles to match
   * Bootstrap 3's default dropdown styles.
   *
   * @see http://getbootstrap.com/components/#dropdowns
   */
  /**
   * Clear the selection.
   */
  /**
   * Address disabled Select2 styles.
   *
   * @see https://select2.github.io/examples.html#disabled
   * @see http://getbootstrap.com/css/#forms-control-disabled
   */
  /*------------------------------------*\
      #DROPDOWN
  \*------------------------------------*/
  /**
   * Dropdown border color and box-shadow.
   */
  /**
   * Limit the dropdown height.
   */
  /*------------------------------------*\
      #SINGLE SELECT2
  \*------------------------------------*/
  /*------------------------------------*\
    #MULTIPLE SELECT2
  \*------------------------------------*/
  /**
   * Address Bootstrap control sizing classes
   *
   * 1. Reset Bootstrap defaults.
   * 2. Adjust the dropdown arrow button icon position.
   *
   * @see http://getbootstrap.com/css/#forms-control-sizes
   */
  /* 1 */
  /*------------------------------------*\
    #RTL SUPPORT
  \*------------------------------------*/
}

.select2-container--xlte .label + .label:not(:last-child) {
  border-radius: 0;
}

.select2-container--xlte .select2-selection {
  outline: 0;
}

.select2-container--xlte .select2-selection.form-control, .select2-container--xlte body.user-security-login .select2-selection.form-control-login, body.user-security-login .select2-container--xlte .select2-selection.form-control-login, .select2-container--xlte body[class^="user-recovery"] .select2-selection.form-control-login, body[class^="user-recovery"] .select2-container--xlte .select2-selection.form-control-login, .select2-container--xlte body[class^="user-registration"] .select2-selection.form-control-login, body[class^="user-registration"] .select2-container--xlte .select2-selection.form-control-login, .select2-container--xlte .select2-selection, .select2-container--xlte .select2-search--dropdown .select2-selection.select2-search__field {
  border-radius: 18px;
}

.form-group-xenon .select2-container--xlte .select2-selection.form-control, .form-group-xenon .select2-container--xlte body.user-security-login .select2-selection.form-control-login, body.user-security-login .form-group-xenon .select2-container--xlte .select2-selection.form-control-login, .form-group-xenon .select2-container--xlte body[class^="user-recovery"] .select2-selection.form-control-login, body[class^="user-recovery"] .form-group-xenon .select2-container--xlte .select2-selection.form-control-login, .form-group-xenon .select2-container--xlte body[class^="user-registration"] .select2-selection.form-control-login, body[class^="user-registration"] .form-group-xenon .select2-container--xlte .select2-selection.form-control-login, .form-group-xenon .select2-container--xlte .select2-selection, .form-group-xenon .select2-container--xlte .select2-search--dropdown .select2-selection.select2-search__field {
  border-radius: 0;
}

.select2-container--xlte .select2-search__field {
  outline: 0;
  /* Firefox 18- */
  /**
     * Firefox 19+
     *
     * @see http://stackoverflow.com/questions/24236240/color-for-styled-placeholder-text-is-muted-in-firefox
     */
}

.select2-container--xlte .select2-search__field::-webkit-input-placeholder {
  color: #a0a7bc;
}

.select2-container--xlte .select2-search__field:-moz-placeholder {
  color: #a0a7bc;
}

.select2-container--xlte .select2-search__field::-moz-placeholder {
  color: #a0a7bc;
  opacity: 1;
}

.select2-container--xlte .select2-search__field:-ms-input-placeholder {
  color: #a0a7bc;
}

.select2-container--xlte .select2-results__option {
  padding: 2rem;
  /**
     * Disabled results.
     *
     * @see https://select2.github.io/examples.html#disabled-results
     */
  /**
     * Hover state.
     */
  /**
     * Selected state.
     */
}

.select2-container--xlte .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--xlte .select2-results__option[aria-disabled=true] {
  color: #a0a7bc;
  cursor: not-allowed;
}

.select2-container--xlte .select2-results__option[aria-selected=true] {
  background-color: #dddee8;
  color: #222835;
}

.select2-container--xlte .select2-results__option--highlighted[aria-selected] {
  background-color: #ECECEC;
  color: #222;
}

.select2-container--xlte .select2-results__option .select2-results__option {
  padding: 6px 11px;
}

.select2-container--xlte .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--xlte .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -11px;
  padding-left: 22px;
}

.select2-container--xlte .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -22px;
  padding-left: 33px;
}

.select2-container--xlte .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -33px;
  padding-left: 44px;
}

.select2-container--xlte .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -44px;
  padding-left: 55px;
}

.select2-container--xlte .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -55px;
  padding-left: 66px;
}

.select2-container--xlte .select2-results__group {
  color: #a0a7bc;
  display: block;
  padding: 6px 11px;
  font-size: 17px;
  line-height: 1.4;
  white-space: nowrap;
}

.select2-container--xlte.select2-container--focus .select2-selection, .select2-container--xlte.select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-color: #66afe9;
}

.select2-container--xlte.select2-container--open {
  /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */
  /**
     * Handle border radii of the container when the dropdown is showing.
     */
}

.select2-container--xlte.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #a0a7bc transparent;
  border-width: 0 4px 4px 4px;
}

.select2-container--xlte.select2-container--open.select2-container--below .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: transparent;
}

.select2-container--xlte.select2-container--open.select2-container--above .select2-selection {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-color: transparent;
}

.select2-container--xlte .select2-selection__clear {
  color: white;
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  margin-top: 2px;
  border-radius: 100%;
  background-color: #59BEBE;
}

.select2-container--xlte .select2-selection__clear:hover {
  color: #333;
}

.select2-container--xlte.select2-container--disabled .select2-selection {
  border-color: #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-container--xlte.select2-container--disabled .select2-selection,
.select2-container--xlte.select2-container--disabled .select2-search__field {
  cursor: not-allowed;
}

.select2-container--xlte.select2-container--disabled .select2-selection,
.select2-container--xlte.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  background-color: #dddee8;
}

.select2-container--xlte.select2-container--disabled .select2-selection__clear,
.select2-container--xlte.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}

.select2-container--xlte .select2-dropdown {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-color: #66afe9;
  overflow-x: hidden;
  margin-top: -1px;
}

.select2-container--xlte .select2-dropdown--above {
  -webkit-box-shadow: 0px -6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0px -6px 12px rgba(0, 0, 0, 0.175);
  margin-top: 1px;
}

.select2-container--xlte .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}

.select2-container--xlte .select2-selection--single {
  height: 32px !important;
  line-height: 1.4;
  padding: 6px 23px 6px 11px;
  /**
     * Adjust the single Select2's dropdown arrow button appearance.
     */
}

.select2-container--xlte .select2-selection--single .select2-selection__arrow {
  position: absolute;
  bottom: 0;
  right: 11px;
  top: 0;
  width: 4px;
}

.select2-container--xlte .select2-selection--single .select2-selection__arrow b {
  border-color: #a0a7bc transparent transparent transparent;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  height: 0;
  left: 0;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--xlte .select2-selection--single .select2-selection__rendered {
  color: #55556f;
  padding: 0;
}

.input-group .select2-container--xlte .select2-selection--single .select2-selection__rendered {
  width: 0;
  min-width: 100%;
}

.select2-container--xlte .select2-selection--single .select2-selection__placeholder {
  color: #a0a7bc;
}

.select2-container--xlte .select2-selection--multiple {
  min-height: 32px;
  padding: 0;
  height: auto;
  /**
     * Make Multi Select2's choices match Bootstrap 3's default button styles.
     */
  /**
     * Minus 2px borders.
     */
  /**
     * Clear the selection.
     */
}

.select2-container--xlte .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  display: block;
  line-height: 1.4;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container--xlte .select2-selection--multiple .select2-selection__placeholder {
  color: #a0a7bc;
  float: left;
  margin-top: 5px;
}

.select2-container--xlte .select2-selection--multiple .select2-selection__choice {
  color: #55556f;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 18px;
  cursor: default;
  float: left;
  margin: 5px 0 0 5.5px;
  padding: 0 6px;
}

.select2-container--xlte .select2-selection--multiple .select2-search--inline .select2-search__field {
  background: transparent;
  padding: 0 11px;
  height: 30px;
  line-height: 1.4;
  margin-top: 0;
  min-width: 5em;
  width: auto !important;
}

.select2-container--xlte .select2-selection--multiple .select2-selection__choice__remove {
  color: #a0a7bc;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 3px;
}

.select2-container--xlte .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--xlte .select2-selection--multiple .select2-selection__clear {
  margin-top: 6px;
  color: #e53a40;
}

.select2-container--xlte .select2-selection--single.input-sm, .select2-container--xlte .input-group-sm > .select2-selection--single.form-control, .select2-container--xlte body.user-security-login .input-group-sm > .select2-selection--single.form-control-login, body.user-security-login .select2-container--xlte .input-group-sm > .select2-selection--single.form-control-login, .select2-container--xlte body[class^="user-recovery"] .input-group-sm > .select2-selection--single.form-control-login, body[class^="user-recovery"] .select2-container--xlte .input-group-sm > .select2-selection--single.form-control-login, .select2-container--xlte body[class^="user-registration"] .input-group-sm > .select2-selection--single.form-control-login, body[class^="user-registration"] .select2-container--xlte .input-group-sm > .select2-selection--single.form-control-login, .select2-container--xlte .input-group-sm > .select2-selection--single.select2-selection, .select2-container--xlte .select2-search--dropdown .input-group-sm > .select2-selection--single.select2-search__field,
.select2-container--xlte .input-group-sm > .select2-selection--single.input-group-addon,
.select2-container--xlte .input-group-sm > .input-group-btn > .select2-selection--single.btn, .select2-container--xlte .multiple-user .input-group-sm > .input-group-btn > .select2-selection--single.remove, .multiple-user .select2-container--xlte .input-group-sm > .input-group-btn > .select2-selection--single.remove,
.input-group-sm .select2-container--xlte .select2-selection--single,
.form-group-sm .select2-container--xlte .select2-selection--single {
  border-radius: 18px;
  font-size: 17px;
  height: 31px;
  line-height: 1.6;
  padding: 5px 22px 5px 10px;
  /* 2 */
}

.select2-container--xlte .select2-selection--single.input-sm .select2-selection__arrow b, .select2-container--xlte .input-group-sm > .select2-selection--single.form-control .select2-selection__arrow b, .select2-container--xlte body.user-security-login .input-group-sm > .select2-selection--single.form-control-login .select2-selection__arrow b, body.user-security-login .select2-container--xlte .input-group-sm > .select2-selection--single.form-control-login .select2-selection__arrow b, .select2-container--xlte body[class^="user-recovery"] .input-group-sm > .select2-selection--single.form-control-login .select2-selection__arrow b, body[class^="user-recovery"] .select2-container--xlte .input-group-sm > .select2-selection--single.form-control-login .select2-selection__arrow b, .select2-container--xlte body[class^="user-registration"] .input-group-sm > .select2-selection--single.form-control-login .select2-selection__arrow b, body[class^="user-registration"] .select2-container--xlte .input-group-sm > .select2-selection--single.form-control-login .select2-selection__arrow b, .select2-container--xlte .input-group-sm > .select2-selection--single.select2-selection .select2-selection__arrow b, .select2-container--xlte .select2-search--dropdown .input-group-sm > .select2-selection--single.select2-search__field .select2-selection__arrow b, .select2-container--xlte .input-group-sm > .select2-selection--single.input-group-addon .select2-selection__arrow b, .select2-container--xlte .input-group-sm > .input-group-btn > .select2-selection--single.btn .select2-selection__arrow b, .select2-container--xlte .multiple-user .input-group-sm > .input-group-btn > .select2-selection--single.remove .select2-selection__arrow b, .multiple-user .select2-container--xlte .input-group-sm > .input-group-btn > .select2-selection--single.remove .select2-selection__arrow b,
.input-group-sm .select2-container--xlte .select2-selection--single .select2-selection__arrow b,
.form-group-sm .select2-container--xlte .select2-selection--single .select2-selection__arrow b {
  margin-left: -5px;
}

.select2-container--xlte .select2-selection--multiple.input-sm, .select2-container--xlte .input-group-sm > .select2-selection--multiple.form-control, .select2-container--xlte body.user-security-login .input-group-sm > .select2-selection--multiple.form-control-login, body.user-security-login .select2-container--xlte .input-group-sm > .select2-selection--multiple.form-control-login, .select2-container--xlte body[class^="user-recovery"] .input-group-sm > .select2-selection--multiple.form-control-login, body[class^="user-recovery"] .select2-container--xlte .input-group-sm > .select2-selection--multiple.form-control-login, .select2-container--xlte body[class^="user-registration"] .input-group-sm > .select2-selection--multiple.form-control-login, body[class^="user-registration"] .select2-container--xlte .input-group-sm > .select2-selection--multiple.form-control-login, .select2-container--xlte .input-group-sm > .select2-selection--multiple.select2-selection, .select2-container--xlte .select2-search--dropdown .input-group-sm > .select2-selection--multiple.select2-search__field,
.select2-container--xlte .input-group-sm > .select2-selection--multiple.input-group-addon,
.select2-container--xlte .input-group-sm > .input-group-btn > .select2-selection--multiple.btn, .select2-container--xlte .multiple-user .input-group-sm > .input-group-btn > .select2-selection--multiple.remove, .multiple-user .select2-container--xlte .input-group-sm > .input-group-btn > .select2-selection--multiple.remove,
.input-group-sm .select2-container--xlte .select2-selection--multiple,
.form-group-sm .select2-container--xlte .select2-selection--multiple {
  min-height: 31px;
  border-radius: 18px;
}

.select2-container--xlte .select2-selection--multiple.input-sm .select2-selection__choice, .select2-container--xlte .input-group-sm > .select2-selection--multiple.form-control .select2-selection__choice, .select2-container--xlte body.user-security-login .input-group-sm > .select2-selection--multiple.form-control-login .select2-selection__choice, body.user-security-login .select2-container--xlte .input-group-sm > .select2-selection--multiple.form-control-login .select2-selection__choice, .select2-container--xlte body[class^="user-recovery"] .input-group-sm > .select2-selection--multiple.form-control-login .select2-selection__choice, body[class^="user-recovery"] .select2-container--xlte .input-group-sm > .select2-selection--multiple.form-control-login .select2-selection__choice, .select2-container--xlte body[class^="user-registration"] .input-group-sm > .select2-selection--multiple.form-control-login .select2-selection__choice, body[class^="user-registration"] .select2-container--xlte .input-group-sm > .select2-selection--multiple.form-control-login .select2-selection__choice, .select2-container--xlte .input-group-sm > .select2-selection--multiple.select2-selection .select2-selection__choice, .select2-container--xlte .select2-search--dropdown .input-group-sm > .select2-selection--multiple.select2-search__field .select2-selection__choice, .select2-container--xlte .input-group-sm > .select2-selection--multiple.input-group-addon .select2-selection__choice, .select2-container--xlte .input-group-sm > .input-group-btn > .select2-selection--multiple.btn .select2-selection__choice, .select2-container--xlte .multiple-user .input-group-sm > .input-group-btn > .select2-selection--multiple.remove .select2-selection__choice, .multiple-user .select2-container--xlte .input-group-sm > .input-group-btn > .select2-selection--multiple.remove .select2-selection__choice,
.input-group-sm .select2-container--xlte .select2-selection--multiple .select2-selection__choice,
.form-group-sm .select2-container--xlte .select2-selection--multiple .select2-selection__choice {
  font-size: 17px;
  line-height: 1.6;
  margin: 4px 0 0 5px;
  padding: 0 5px;
}

.select2-container--xlte .select2-selection--multiple.input-sm .select2-search--inline .select2-search__field, .select2-container--xlte .input-group-sm > .select2-selection--multiple.form-control .select2-search--inline .select2-search__field, .select2-container--xlte body.user-security-login .input-group-sm > .select2-selection--multiple.form-control-login .select2-search--inline .select2-search__field, body.user-security-login .select2-container--xlte .input-group-sm > .select2-selection--multiple.form-control-login .select2-search--inline .select2-search__field, .select2-container--xlte body[class^="user-recovery"] .input-group-sm > .select2-selection--multiple.form-control-login .select2-search--inline .select2-search__field, body[class^="user-recovery"] .select2-container--xlte .input-group-sm > .select2-selection--multiple.form-control-login .select2-search--inline .select2-search__field, .select2-container--xlte body[class^="user-registration"] .input-group-sm > .select2-selection--multiple.form-control-login .select2-search--inline .select2-search__field, body[class^="user-registration"] .select2-container--xlte .input-group-sm > .select2-selection--multiple.form-control-login .select2-search--inline .select2-search__field, .select2-container--xlte .input-group-sm > .select2-selection--multiple.select2-selection .select2-search--inline .select2-search__field, .select2-container--xlte .select2-search--dropdown .input-group-sm > .select2-selection--multiple.select2-search__field .select2-search--inline .select2-search__field, .select2-container--xlte .input-group-sm > .select2-selection--multiple.input-group-addon .select2-search--inline .select2-search__field, .select2-container--xlte .input-group-sm > .input-group-btn > .select2-selection--multiple.btn .select2-search--inline .select2-search__field, .select2-container--xlte .multiple-user .input-group-sm > .input-group-btn > .select2-selection--multiple.remove .select2-search--inline .select2-search__field, .multiple-user .select2-container--xlte .input-group-sm > .input-group-btn > .select2-selection--multiple.remove .select2-search--inline .select2-search__field,
.input-group-sm .select2-container--xlte .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-sm .select2-container--xlte .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 10px;
  font-size: 17px;
  height: 29px;
  line-height: 1.6;
}

.select2-container--xlte .select2-selection--multiple.input-sm .select2-selection__clear, .select2-container--xlte .input-group-sm > .select2-selection--multiple.form-control .select2-selection__clear, .select2-container--xlte body.user-security-login .input-group-sm > .select2-selection--multiple.form-control-login .select2-selection__clear, body.user-security-login .select2-container--xlte .input-group-sm > .select2-selection--multiple.form-control-login .select2-selection__clear, .select2-container--xlte body[class^="user-recovery"] .input-group-sm > .select2-selection--multiple.form-control-login .select2-selection__clear, body[class^="user-recovery"] .select2-container--xlte .input-group-sm > .select2-selection--multiple.form-control-login .select2-selection__clear, .select2-container--xlte body[class^="user-registration"] .input-group-sm > .select2-selection--multiple.form-control-login .select2-selection__clear, body[class^="user-registration"] .select2-container--xlte .input-group-sm > .select2-selection--multiple.form-control-login .select2-selection__clear, .select2-container--xlte .input-group-sm > .select2-selection--multiple.select2-selection .select2-selection__clear, .select2-container--xlte .select2-search--dropdown .input-group-sm > .select2-selection--multiple.select2-search__field .select2-selection__clear, .select2-container--xlte .input-group-sm > .select2-selection--multiple.input-group-addon .select2-selection__clear, .select2-container--xlte .input-group-sm > .input-group-btn > .select2-selection--multiple.btn .select2-selection__clear, .select2-container--xlte .multiple-user .input-group-sm > .input-group-btn > .select2-selection--multiple.remove .select2-selection__clear, .multiple-user .select2-container--xlte .input-group-sm > .input-group-btn > .select2-selection--multiple.remove .select2-selection__clear,
.input-group-sm .select2-container--xlte .select2-selection--multiple .select2-selection__clear,
.form-group-sm .select2-container--xlte .select2-selection--multiple .select2-selection__clear {
  margin-top: 5px;
}

.select2-container--xlte .select2-selection--single.input-lg, .select2-container--xlte .input-group-lg > .select2-selection--single.form-control, .select2-container--xlte body.user-security-login .input-group-lg > .select2-selection--single.form-control-login, body.user-security-login .select2-container--xlte .input-group-lg > .select2-selection--single.form-control-login, .select2-container--xlte body[class^="user-recovery"] .input-group-lg > .select2-selection--single.form-control-login, body[class^="user-recovery"] .select2-container--xlte .input-group-lg > .select2-selection--single.form-control-login, .select2-container--xlte body[class^="user-registration"] .input-group-lg > .select2-selection--single.form-control-login, body[class^="user-registration"] .select2-container--xlte .input-group-lg > .select2-selection--single.form-control-login, .select2-container--xlte .input-group-lg > .select2-selection--single.select2-selection, .select2-container--xlte .select2-search--dropdown .input-group-lg > .select2-selection--single.select2-search__field,
.select2-container--xlte .input-group-lg > .select2-selection--single.input-group-addon,
.select2-container--xlte .input-group-lg > .input-group-btn > .select2-selection--single.btn, .select2-container--xlte .multiple-user .input-group-lg > .input-group-btn > .select2-selection--single.remove, .multiple-user .select2-container--xlte .input-group-lg > .input-group-btn > .select2-selection--single.remove,
.input-group-lg .select2-container--xlte .select2-selection--single,
.form-group-lg .select2-container--xlte .select2-selection--single {
  border-radius: 36px;
  font-size: 17px;
  height: 45px;
  line-height: 1.33333;
  padding: 10px 31px 10px 16px;
  /* 1 */
}

.select2-container--xlte .select2-selection--single.input-lg .select2-selection__arrow, .select2-container--xlte .input-group-lg > .select2-selection--single.form-control .select2-selection__arrow, .select2-container--xlte body.user-security-login .input-group-lg > .select2-selection--single.form-control-login .select2-selection__arrow, body.user-security-login .select2-container--xlte .input-group-lg > .select2-selection--single.form-control-login .select2-selection__arrow, .select2-container--xlte body[class^="user-recovery"] .input-group-lg > .select2-selection--single.form-control-login .select2-selection__arrow, body[class^="user-recovery"] .select2-container--xlte .input-group-lg > .select2-selection--single.form-control-login .select2-selection__arrow, .select2-container--xlte body[class^="user-registration"] .input-group-lg > .select2-selection--single.form-control-login .select2-selection__arrow, body[class^="user-registration"] .select2-container--xlte .input-group-lg > .select2-selection--single.form-control-login .select2-selection__arrow, .select2-container--xlte .input-group-lg > .select2-selection--single.select2-selection .select2-selection__arrow, .select2-container--xlte .select2-search--dropdown .input-group-lg > .select2-selection--single.select2-search__field .select2-selection__arrow, .select2-container--xlte .input-group-lg > .select2-selection--single.input-group-addon .select2-selection__arrow, .select2-container--xlte .input-group-lg > .input-group-btn > .select2-selection--single.btn .select2-selection__arrow, .select2-container--xlte .multiple-user .input-group-lg > .input-group-btn > .select2-selection--single.remove .select2-selection__arrow, .multiple-user .select2-container--xlte .input-group-lg > .input-group-btn > .select2-selection--single.remove .select2-selection__arrow,
.input-group-lg .select2-container--xlte .select2-selection--single .select2-selection__arrow,
.form-group-lg .select2-container--xlte .select2-selection--single .select2-selection__arrow {
  width: 5px;
}

.select2-container--xlte .select2-selection--single.input-lg .select2-selection__arrow b, .select2-container--xlte .input-group-lg > .select2-selection--single.form-control .select2-selection__arrow b, .select2-container--xlte body.user-security-login .input-group-lg > .select2-selection--single.form-control-login .select2-selection__arrow b, body.user-security-login .select2-container--xlte .input-group-lg > .select2-selection--single.form-control-login .select2-selection__arrow b, .select2-container--xlte body[class^="user-recovery"] .input-group-lg > .select2-selection--single.form-control-login .select2-selection__arrow b, body[class^="user-recovery"] .select2-container--xlte .input-group-lg > .select2-selection--single.form-control-login .select2-selection__arrow b, .select2-container--xlte body[class^="user-registration"] .input-group-lg > .select2-selection--single.form-control-login .select2-selection__arrow b, body[class^="user-registration"] .select2-container--xlte .input-group-lg > .select2-selection--single.form-control-login .select2-selection__arrow b, .select2-container--xlte .input-group-lg > .select2-selection--single.select2-selection .select2-selection__arrow b, .select2-container--xlte .select2-search--dropdown .input-group-lg > .select2-selection--single.select2-search__field .select2-selection__arrow b, .select2-container--xlte .input-group-lg > .select2-selection--single.input-group-addon .select2-selection__arrow b, .select2-container--xlte .input-group-lg > .input-group-btn > .select2-selection--single.btn .select2-selection__arrow b, .select2-container--xlte .multiple-user .input-group-lg > .input-group-btn > .select2-selection--single.remove .select2-selection__arrow b, .multiple-user .select2-container--xlte .input-group-lg > .input-group-btn > .select2-selection--single.remove .select2-selection__arrow b,
.input-group-lg .select2-container--xlte .select2-selection--single .select2-selection__arrow b,
.form-group-lg .select2-container--xlte .select2-selection--single .select2-selection__arrow b {
  border-width: 5px 5px 0 5px;
  margin-left: -5px;
  margin-left: -10px;
  margin-top: -2.5px;
}

.select2-container--xlte .select2-selection--multiple.input-lg, .select2-container--xlte .input-group-lg > .select2-selection--multiple.form-control, .select2-container--xlte body.user-security-login .input-group-lg > .select2-selection--multiple.form-control-login, body.user-security-login .select2-container--xlte .input-group-lg > .select2-selection--multiple.form-control-login, .select2-container--xlte body[class^="user-recovery"] .input-group-lg > .select2-selection--multiple.form-control-login, body[class^="user-recovery"] .select2-container--xlte .input-group-lg > .select2-selection--multiple.form-control-login, .select2-container--xlte body[class^="user-registration"] .input-group-lg > .select2-selection--multiple.form-control-login, body[class^="user-registration"] .select2-container--xlte .input-group-lg > .select2-selection--multiple.form-control-login, .select2-container--xlte .input-group-lg > .select2-selection--multiple.select2-selection, .select2-container--xlte .select2-search--dropdown .input-group-lg > .select2-selection--multiple.select2-search__field,
.select2-container--xlte .input-group-lg > .select2-selection--multiple.input-group-addon,
.select2-container--xlte .input-group-lg > .input-group-btn > .select2-selection--multiple.btn, .select2-container--xlte .multiple-user .input-group-lg > .input-group-btn > .select2-selection--multiple.remove, .multiple-user .select2-container--xlte .input-group-lg > .input-group-btn > .select2-selection--multiple.remove,
.input-group-lg .select2-container--xlte .select2-selection--multiple,
.form-group-lg .select2-container--xlte .select2-selection--multiple {
  min-height: 45px;
  border-radius: 36px;
}

.select2-container--xlte .select2-selection--multiple.input-lg .select2-selection__choice, .select2-container--xlte .input-group-lg > .select2-selection--multiple.form-control .select2-selection__choice, .select2-container--xlte body.user-security-login .input-group-lg > .select2-selection--multiple.form-control-login .select2-selection__choice, body.user-security-login .select2-container--xlte .input-group-lg > .select2-selection--multiple.form-control-login .select2-selection__choice, .select2-container--xlte body[class^="user-recovery"] .input-group-lg > .select2-selection--multiple.form-control-login .select2-selection__choice, body[class^="user-recovery"] .select2-container--xlte .input-group-lg > .select2-selection--multiple.form-control-login .select2-selection__choice, .select2-container--xlte body[class^="user-registration"] .input-group-lg > .select2-selection--multiple.form-control-login .select2-selection__choice, body[class^="user-registration"] .select2-container--xlte .input-group-lg > .select2-selection--multiple.form-control-login .select2-selection__choice, .select2-container--xlte .input-group-lg > .select2-selection--multiple.select2-selection .select2-selection__choice, .select2-container--xlte .select2-search--dropdown .input-group-lg > .select2-selection--multiple.select2-search__field .select2-selection__choice, .select2-container--xlte .input-group-lg > .select2-selection--multiple.input-group-addon .select2-selection__choice, .select2-container--xlte .input-group-lg > .input-group-btn > .select2-selection--multiple.btn .select2-selection__choice, .select2-container--xlte .multiple-user .input-group-lg > .input-group-btn > .select2-selection--multiple.remove .select2-selection__choice, .multiple-user .select2-container--xlte .input-group-lg > .input-group-btn > .select2-selection--multiple.remove .select2-selection__choice,
.input-group-lg .select2-container--xlte .select2-selection--multiple .select2-selection__choice,
.form-group-lg .select2-container--xlte .select2-selection--multiple .select2-selection__choice {
  font-size: 17px;
  line-height: 1.33333;
  border-radius: 18px;
  margin: 9px 0 0 8px;
  padding: 0 10px;
}

.select2-container--xlte .select2-selection--multiple.input-lg .select2-search--inline .select2-search__field, .select2-container--xlte .input-group-lg > .select2-selection--multiple.form-control .select2-search--inline .select2-search__field, .select2-container--xlte body.user-security-login .input-group-lg > .select2-selection--multiple.form-control-login .select2-search--inline .select2-search__field, body.user-security-login .select2-container--xlte .input-group-lg > .select2-selection--multiple.form-control-login .select2-search--inline .select2-search__field, .select2-container--xlte body[class^="user-recovery"] .input-group-lg > .select2-selection--multiple.form-control-login .select2-search--inline .select2-search__field, body[class^="user-recovery"] .select2-container--xlte .input-group-lg > .select2-selection--multiple.form-control-login .select2-search--inline .select2-search__field, .select2-container--xlte body[class^="user-registration"] .input-group-lg > .select2-selection--multiple.form-control-login .select2-search--inline .select2-search__field, body[class^="user-registration"] .select2-container--xlte .input-group-lg > .select2-selection--multiple.form-control-login .select2-search--inline .select2-search__field, .select2-container--xlte .input-group-lg > .select2-selection--multiple.select2-selection .select2-search--inline .select2-search__field, .select2-container--xlte .select2-search--dropdown .input-group-lg > .select2-selection--multiple.select2-search__field .select2-search--inline .select2-search__field, .select2-container--xlte .input-group-lg > .select2-selection--multiple.input-group-addon .select2-search--inline .select2-search__field, .select2-container--xlte .input-group-lg > .input-group-btn > .select2-selection--multiple.btn .select2-search--inline .select2-search__field, .select2-container--xlte .multiple-user .input-group-lg > .input-group-btn > .select2-selection--multiple.remove .select2-search--inline .select2-search__field, .multiple-user .select2-container--xlte .input-group-lg > .input-group-btn > .select2-selection--multiple.remove .select2-search--inline .select2-search__field,
.input-group-lg .select2-container--xlte .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-lg .select2-container--xlte .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 16px;
  font-size: 17px;
  height: 43px;
  line-height: 1.33333;
}

.select2-container--xlte .select2-selection--multiple.input-lg .select2-selection__clear, .select2-container--xlte .input-group-lg > .select2-selection--multiple.form-control .select2-selection__clear, .select2-container--xlte body.user-security-login .input-group-lg > .select2-selection--multiple.form-control-login .select2-selection__clear, body.user-security-login .select2-container--xlte .input-group-lg > .select2-selection--multiple.form-control-login .select2-selection__clear, .select2-container--xlte body[class^="user-recovery"] .input-group-lg > .select2-selection--multiple.form-control-login .select2-selection__clear, body[class^="user-recovery"] .select2-container--xlte .input-group-lg > .select2-selection--multiple.form-control-login .select2-selection__clear, .select2-container--xlte body[class^="user-registration"] .input-group-lg > .select2-selection--multiple.form-control-login .select2-selection__clear, body[class^="user-registration"] .select2-container--xlte .input-group-lg > .select2-selection--multiple.form-control-login .select2-selection__clear, .select2-container--xlte .input-group-lg > .select2-selection--multiple.select2-selection .select2-selection__clear, .select2-container--xlte .select2-search--dropdown .input-group-lg > .select2-selection--multiple.select2-search__field .select2-selection__clear, .select2-container--xlte .input-group-lg > .select2-selection--multiple.input-group-addon .select2-selection__clear, .select2-container--xlte .input-group-lg > .input-group-btn > .select2-selection--multiple.btn .select2-selection__clear, .select2-container--xlte .multiple-user .input-group-lg > .input-group-btn > .select2-selection--multiple.remove .select2-selection__clear, .multiple-user .select2-container--xlte .input-group-lg > .input-group-btn > .select2-selection--multiple.remove .select2-selection__clear,
.input-group-lg .select2-container--xlte .select2-selection--multiple .select2-selection__clear,
.form-group-lg .select2-container--xlte .select2-selection--multiple .select2-selection__clear {
  margin-top: 10px;
}

.select2-container--xlte .select2-selection.input-lg.select2-container--open .select2-selection--single, .select2-container--xlte body.user-security-login .input-group-lg > .select2-selection.select2-container--open.form-control-login .select2-selection--single, .select2-container--xlte body[class^="user-recovery"] .input-group-lg > .select2-selection.select2-container--open.form-control-login .select2-selection--single, .select2-container--xlte body[class^="user-registration"] .input-group-lg > .select2-selection.select2-container--open.form-control-login .select2-selection--single, .select2-container--xlte .input-group-lg > .select2-selection.select2-container--open .select2-selection--single, .select2-container--xlte .select2-search--dropdown .input-group-lg > .select2-selection.select2-container--open.select2-search__field .select2-selection--single, .select2-container--xlte .input-group-lg > .input-group-btn > .select2-selection.select2-container--open.btn .select2-selection--single, .select2-container--xlte .multiple-user .input-group-lg > .input-group-btn > .select2-selection.select2-container--open.remove .select2-selection--single, .multiple-user .select2-container--xlte .input-group-lg > .input-group-btn > .select2-selection.select2-container--open.remove .select2-selection--single {
  /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */
}

.select2-container--xlte .select2-selection.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b, .select2-container--xlte body.user-security-login .input-group-lg > .select2-selection.select2-container--open.form-control-login .select2-selection--single .select2-selection__arrow b, .select2-container--xlte body[class^="user-recovery"] .input-group-lg > .select2-selection.select2-container--open.form-control-login .select2-selection--single .select2-selection__arrow b, .select2-container--xlte body[class^="user-registration"] .input-group-lg > .select2-selection.select2-container--open.form-control-login .select2-selection--single .select2-selection__arrow b, .select2-container--xlte .input-group-lg > .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b, .select2-container--xlte .select2-search--dropdown .input-group-lg > .select2-selection.select2-container--open.select2-search__field .select2-selection--single .select2-selection__arrow b, .select2-container--xlte .input-group-lg > .input-group-btn > .select2-selection.select2-container--open.btn .select2-selection--single .select2-selection__arrow b, .select2-container--xlte .multiple-user .input-group-lg > .input-group-btn > .select2-selection.select2-container--open.remove .select2-selection--single .select2-selection__arrow b, .multiple-user .select2-container--xlte .input-group-lg > .input-group-btn > .select2-selection.select2-container--open.remove .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #a0a7bc transparent;
  border-width: 0 5px 5px 5px;
}

.input-group-lg .select2-container--xlte .select2-selection.select2-container--open .select2-selection--single {
  /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */
}

.input-group-lg .select2-container--xlte .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #a0a7bc transparent;
  border-width: 0 5px 5px 5px;
}

.select2-container--xlte[dir="rtl"] {
  /**
     * Single Select2
     *
     * 1. Makes sure that .select2-selection__placeholder is positioned
     *    correctly.
     */
  /**
     * Multiple Select2
     */
}

.select2-container--xlte[dir="rtl"] .select2-selection--single {
  padding-left: 23px;
  padding-right: 11px;
}

.select2-container--xlte[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
  padding-left: 0;
  text-align: right;
  /* 1 */
}

.select2-container--xlte[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--xlte[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 11px;
  right: auto;
}

.select2-container--xlte[dir="rtl"] .select2-selection--single .select2-selection__arrow b {
  margin-left: 0;
}

.select2-container--xlte[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--xlte[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--xlte[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--xlte[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 0;
  margin-right: 5.5px;
}

.select2-container--xlte[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/*------------------------------------*\
  #ADDITIONAL GOODIES
\*------------------------------------*/
/**
 * Address Bootstrap's validation states
 *
 * If a Select2 widget parent has one of Bootstrap's validation state modifier
 * classes, adjust Select2's border colors and focus states accordingly.
 * You may apply said classes to the Select2 dropdown (body > .select2-container)
 * via JavaScript match Bootstraps' to make its styles match.
 *
 * @see http://getbootstrap.com/css/#forms-control-validation
 */
.has-warning .select2-dropdown,
.has-warning .select2-selection {
  border-color: #fdbf2a;
}

.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fedd8f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fedd8f;
  border-color: #f2ab02;
}

.has-warning.select2-drop-active {
  border-color: #f2ab02;
}

.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #f2ab02;
}

.has-error .select2-dropdown,
.has-error .select2-selection {
  border-color: #e53a40;
}

.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f19497;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f19497;
  border-color: #d01c22;
}

.has-error.select2-drop-active {
  border-color: #d01c22;
}

.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #d01c22;
}

.has-success .select2-dropdown,
.has-success .select2-selection {
  border-color: #7bce24;
}

.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ade672;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ade672;
  border-color: #61a31c;
}

.has-success.select2-drop-active {
  border-color: #61a31c;
}

.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #61a31c;
}

/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * @see http://getbootstrap.com/components/#input-groups
 * @see https://github.com/twbs/bootstrap/blob/master/less/input-groups.less
 */
/**
 * Reset rounded corners
 */
.input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection.form-control,
body.user-security-login .input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection.form-control-login,
body[class^="user-recovery"] .input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection.form-control-login,
body[class^="user-registration"] .input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection.form-control-login,
.select2-container--xlte .input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection,
.select2-container--xlte .select2-search--dropdown .input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection.select2-search__field {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap:not(:last-child) > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap:not(:last-child) > .selection > .select2-selection.form-control,
body.user-security-login .input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap:not(:last-child) > .selection > .select2-selection.form-control-login,
body[class^="user-recovery"] .input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap:not(:last-child) > .selection > .select2-selection.form-control-login,
body[class^="user-registration"] .input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap:not(:last-child) > .selection > .select2-selection.form-control-login,
.select2-container--xlte .input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap:not(:last-child) > .selection > .select2-selection,
.select2-container--xlte .select2-search--dropdown .input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap:not(:last-child) > .selection > .select2-selection.select2-search__field {
  border-radius: 0;
}

.input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap:last-child > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap:last-child > .selection > .select2-selection.form-control,
body.user-security-login .input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap:last-child > .selection > .select2-selection.form-control-login,
body[class^="user-recovery"] .input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap:last-child > .selection > .select2-selection.form-control-login,
body[class^="user-registration"] .input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap:last-child > .selection > .select2-selection.form-control-login,
.select2-container--xlte .input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap:last-child > .selection > .select2-selection,
.select2-container--xlte .select2-search--dropdown .input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap:last-child > .selection > .select2-selection.select2-search__field {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .select2-container--bootstrap {
  display: table;
  table-layout: fixed;
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: 0;
  /**
   * Adjust z-index like Bootstrap does to show the focus-box-shadow
   * above appended buttons in .input-group and .form-group.
   */
  /**
   * Adjust alignment of Bootstrap buttons in Bootstrap Input Groups to address
   * Multi Select2's height which - depending on how many elements have been selected -
   * may grow taller than its initial size.
   *
   * @see http://getbootstrap.com/components/#input-groups
   */
}

.input-group > .select2-container--bootstrap > .selection > .select2-selection.form-control, body.user-security-login .input-group > .select2-container--bootstrap > .selection > .select2-selection.form-control-login, body[class^="user-recovery"] .input-group > .select2-container--bootstrap > .selection > .select2-selection.form-control-login, body[class^="user-registration"] .input-group > .select2-container--bootstrap > .selection > .select2-selection.form-control-login, .select2-container--xlte .input-group > .select2-container--bootstrap > .selection > .select2-selection, .select2-container--xlte .select2-search--dropdown .input-group > .select2-container--bootstrap > .selection > .select2-selection.select2-search__field {
  float: none;
}

.input-group > .select2-container--bootstrap.select2-container--open, .input-group > .select2-container--bootstrap.select2-container--focus {
  z-index: 3;
}

.input-group > .select2-container--bootstrap,
.input-group > .select2-container--bootstrap .input-group-btn,
.input-group > .select2-container--bootstrap .input-group-btn .btn,
.input-group > .select2-container--bootstrap .input-group-btn .multiple-user .remove,
.multiple-user .input-group > .select2-container--bootstrap .input-group-btn .remove {
  vertical-align: top;
}

/**
 * Temporary fix for https://github.com/select2/select2-bootstrap-theme/issues/9
 *
 * Provides `!important` for certain properties of the class applied to the
 * original `<select>` element to hide it.
 *
 * @see https://github.com/select2/select2/pull/3301
 * @see https://github.com/fk/select2/commit/31830c7b32cb3d8e1b12d5b434dee40a6e753ada
 */
.form-control.select2-hidden-accessible, body.user-security-login .select2-hidden-accessible.form-control-login, body[class^="user-recovery"] .select2-hidden-accessible.form-control-login, body[class^="user-registration"] .select2-hidden-accessible.form-control-login, .select2-container--xlte .select2-hidden-accessible.select2-selection, .select2-container--xlte .select2-search--dropdown .select2-hidden-accessible.select2-search__field {
  position: absolute !important;
  width: 1px !important;
}

/**
 * Display override for inline forms
 */
@media (min-width: 768px) {
  .form-inline .select2-container--bootstrap {
    display: inline-block;
  }
}

input[type=checkbox].xenon-switch {
  display: none;
}

.switch-xenon:hover {
  cursor: pointer;
}

.slide-toggle-xenon {
  display: block;
  position: relative;
  flex: none;
  width: 40px;
  height: 20px;
  border-radius: 20px;
  background-color: #d7d2cb;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  z-index: 1;
}

.slide-toggle-xenon::before, .slide-toggle-xenon::after {
  content: ' ';
  display: block;
  position: absolute;
  top: 1px;
  border-radius: 20px;
  height: 18px;
  background-color: #fff;
  transform: translate3d(0, 0, 0);
  transition: 0.2s cubic-bezier(0, 1.1, 1, 1.1);
}

.slide-toggle-xenon::before {
  z-index: -1;
  width: 38px;
  right: 1px;
  transform: scale(1);
}

.slide-toggle-xenon::after {
  z-index: 1;
  width: 18px;
  left: 1px;
  box-shadow: 0 1px 4px 0.5px rgba(0, 0, 0, 0.25);
}

input:checked + .slide-toggle-xenon {
  background-color: #59BEBE;
}

input:checked + .slide-toggle-xenon::before {
  transform: scale(0);
}

input:checked + .slide-toggle-xenon::after {
  transform: translate3d(20px, 0, 0);
}

.letter-avatar {
  max-width: 26px;
  height: auto;
  border-radius: 100%;
  border: 1px solid white;
}

.letter-avatar.compact:not(:first-of-type) {
  margin-left: -6px;
}

.letter-avatar.compact:last-of-type {
  margin-right: 5px;
}

.bg-avatar {
  display: inline-block !important;
  vertical-align: middle;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  background-size: cover;
  background-position: center center;
}

.bg-avatar.sm {
  width: 32px;
  height: 32px;
}

.bg-avatar.lg {
  width: 140px;
  height: 140px;
}

.bg-avatar.advisor {
  box-shadow: 0px 0px 0px 3px white, 0px 0px 0px 4px #D81B60;
}

.avatar-sm {
  width: 26px !important;
  height: 26px !important;
}

.avatar-md {
  width: 36px;
  height: 36px;
}

.avatar-lg {
  width: 66px;
  height: 66px;
}

.avatar-box {
  max-width: 200px;
  padding-bottom: 26px;
}

.popover-content .avatar-container .bg-avatar {
  width: 60px;
  height: 60px;
}

.multiple-user .avatar-list {
  display: flex;
  align-items: stretch;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.multiple-user .avatar-image {
  padding: 10px;
}

.multiple-user .user-avatar-wrap {
  position: relative;
  max-width: 120px;
  text-align: center;
  padding: 10px;
}

.multiple-user .user-avatar-wrap:hover .remove {
  display: block;
}

.multiple-user .add-user {
  width: 100%;
}

.multiple-user .placeholder {
  height: 100%;
  min-height: 140px;
  border: 1px dashed #a0a7bc;
  text-align: center;
  display: block;
  position: relative;
  cursor: pointer;
  display: none;
}

.multiple-user .placeholder div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  height: 50px;
  width: 50px;
  background-color: #a0a7bc;
  border-radius: 100%;
}

.multiple-user .placeholder div i {
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.multiple-user .form {
  padding: 10px;
}

.multiple-user .select2-selection, .multiple-user .form-control, .multiple-user body.user-security-login .form-control-login, body.user-security-login .multiple-user .form-control-login, .multiple-user body[class^="user-recovery"] .form-control-login, body[class^="user-recovery"] .multiple-user .form-control-login, .multiple-user body[class^="user-registration"] .form-control-login, body[class^="user-registration"] .multiple-user .form-control-login, .multiple-user .select2-container--xlte .select2-selection, .select2-container--xlte .multiple-user .select2-selection, .multiple-user .select2-container--xlte .select2-search--dropdown .select2-search__field, .select2-container--xlte .select2-search--dropdown .multiple-user .select2-search__field {
  border: 1px solid !important;
}

.multiple-user .remove {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 100;
}

.multiple-user.compact p {
  margin-bottom: 2px;
}

.multiple-user.compact .avatar-list {
  display: block;
  max-height: 50vh;
  overflow-y: auto;
}

.multiple-user.compact .user-avatar-wrap {
  padding: 4px 20px;
  width: 100%;
  border-bottom: 1px solid #dddee8;
  max-width: none;
  display: block;
  text-align: left;
}

.multiple-user.compact .avatar-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 40px;
  padding: 2px;
}

.multiple-user.compact .user-name {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.multiple-user.compact .remove {
  position: absolute;
  left: auto;
  right: 15px;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.multiple-user .preselected {
  padding: 20px;
  border: 1px dashed #dddee8;
}

.avatar-image-s2 {
  margin: auto;
}

.s2-avatar-mu > div {
  display: inline-block;
}

.s2-avatar-mu > div:first-child {
  margin-right: .5em;
}

.compact-files {
  overflow: hidden;
}

.compact-files .link {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.calendar .calendar-header {
  padding: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.calendar .calendar-header table th {
  font-size: 15px;
  border-bottom: 1px dashed #eee;
}

.calendar td {
  color: #6d6c87;
}

.calendar .month-container {
  height: 180px;
}

.calendar th.day-header {
  font-size: 12px;
}

.calendar table.month th.month-title {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  color: #9e9e9e;
}

.calendar table.month th.day-header {
  font-size: 12px;
  text-transform: uppercase;
  color: #a0a7bc;
}

.calendar table.month td.day .day-content {
  border: 1px solid transparent;
  padding: 2px 5px;
}

.calendar table.month td.day .day-content:hover {
  background-color: initial;
  border: 1px dotted #9e9e9e;
}

.calendar .glyphicon {
  font-weight: 300;
}

.calendar .glyphicon.glyphicon-chevron-right {
  font-family: 'Font Awesome 5 Pro';
}

.calendar .glyphicon.glyphicon-chevron-right:before {
  content: '\f054';
}

.calendar .glyphicon.glyphicon-chevron-left {
  font-family: 'Font Awesome 5 Pro';
}

.calendar .glyphicon.glyphicon-chevron-left:before {
  content: '\f053';
}

.logbook-item {
  padding: 5px 10px;
  margin-bottom: 10px;
}

.logbook-item .logbook-item-link {
  color: inherit;
  cursor: pointer !important;
}

.logbook-item .avatar-container {
  display: inline-block;
  margin-right: 16px;
}

.logbook-item .avatar-container .bg-avatar {
  position: relative;
  height: 40px;
  width: 40px;
}

.logbook-item .label-log-icon {
  display: block;
  position: absolute;
  bottom: -8px;
  right: -8px;
  height: 24px;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  border-radius: 100%;
}

.logbook-item .logbook-field-name {
  text-transform: lowercase;
}

.logbook-item .log-icons {
  white-space: nowrap;
}

.item-status-logbook-item {
  padding: 5px 10px;
  margin-bottom: 10px;
}

.item-status-logbook-item .item-status-logbook-new-value {
  margin-top: 5px;
}

.item-status-logbook-item .item-status-logbook-new-value span {
  font-size: 1em !important;
  display: block;
}

.item-status-logbook-item .status-change-description {
  border: 1px solid #dddee8;
  padding: 10px;
  background-color: lightyellow;
}

.mce-tinymce, .mce-top-part:before {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.form-group-xenon .mce-panel {
  border: 0 solid #f3f3f3;
}

label.flag-list {
  border-radius: 100% !important;
  overflow: hidden;
  margin: 0 10px !important;
  border: none !important;
  flex: none !important;
  padding: 0 !important;
  display: inline-block !important;
}

label.flag-list span {
  border-radius: 100% !important;
  background-size: cover !important;
  height: 30px;
  width: 30px;
  display: inline-block !important;
}

.form-group-xenon .xlte-radio-list input[type="radio"]:checked + label.flag-list {
  padding: 2px !important;
  position: relative;
  top: -2px;
  right: -2px;
}

.form-group-xenon .xlte-radio-list input[type="radio"]:checked + label.flag-list span {
  border: 3px solid #fff !important;
  height: 38px;
  width: 38px;
}

/*!
 * Copyright (c) 2018. Eros del Alamo (Spain)
 *
 * This software is protected under Spanish and international software protection laws. Any distribution of this software will be prosecuted.
 *
 * Developed by Xenon <avanzar@xenonpublicidad.com>
 * Updated by: erosdelalamo on 11 / 11 / 2018
 */
.keypad {
  width: 240px;
}

.keypad ul.keypad-buttons {
  list-style: none;
  padding: 0;
  text-align: center;
}

.keypad .keypad-btn {
  display: inline-block;
  background-color: white;
  border-radius: 100%;
  line-height: 60px;
  font-size: 24px;
  font-weight: bold;
  -webkit-box-shadow: 0 11px 40px -11px rgba(0, 30, 177, 0.24);
  box-shadow: 0 11px 40px -11px rgba(0, 30, 177, 0.24);
  width: 60px;
  height: 60px;
  margin-bottom: 16px;
}

.keypad .keypad-btn.clear {
  display: none;
  background-color: rgba(158, 158, 158, 0.7);
  color: white;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}

.keypad .keypad-btn:hover {
  cursor: pointer;
}

.keypad .keypad-btn:nth-child(3n+2), .keypad .keypad-btn:nth-child(3n+1):not(:last-child) {
  margin-right: 16px;
}

.keypad .keypad-selection-wrapper {
  text-align: center;
}

.keypad .keypad-selection {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 24px;
  max-width: 180px;
  color: #e53a40;
  text-align: center;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #a0a7bc;
  margin-bottom: 16px;
}

.keypad .keypad-selection.has-content + .clear {
  display: inline-block;
}

#diary ul.items {
  display: table;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

#diary ul.items li {
  position: relative;
  display: table;
  width: 100%;
}

#diary .icon {
  float: left;
  width: 35px;
  font-size: 20px;
  text-align: center;
}

#diary .description {
  float: left;
  width: calc(100% - 35px);
  font-size: 15px;
}

#diary .name {
  font-size: 14px;
  line-height: 17px;
  margin: 0px;
  color: #344955;
}

#diary .meta {
  color: #8b939c;
}

#diary .separator {
  margin: 10px 0 20px;
  position: relative;
  border-top: 1px solid #ddd;
  width: 100%;
  text-align: center;
}

#diary .date {
  background-color: white;
  border-radius: 10px;
  padding: 3px 10px;
  position: absolute;
  top: -10px;
  left: calc(50% - 50px);
  z-index: 1;
  width: 100px;
  font-size: 12px;
  color: #8b939c;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .notifications .dropdown-menu {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  }
  .notifications .notification a {
    white-space: normal !important;
  }
}

.table tr .inode-name-column {
  padding: 0;
}

.inode-name-link {
  display: block;
  color: inherit;
  padding: .7rem;
}

@media screen and (min-width: 1180px) {
  .user-multi-shop-with-role .shops {
    column-count: 4;
  }
  .user-multi-shop-with-role .shops > div {
    break-inside: avoid;
  }
}

/*# sourceMappingURL=theme.css.map */
