@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: #353544;
}

.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: #58d297 !important;
}

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

td.bg-red, tr.bg-red {
  background-color: rgba(88, 210, 151, 0.2) !important;
  color: initial !important;
}

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

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

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

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

.label.border-red {
  color: #58d297;
}

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

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

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

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

td.bg-yellow, tr.bg-yellow {
  background-color: rgba(240, 154, 34, 0.2) !important;
  color: initial !important;
}

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

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

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

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

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

.border-yellow {
  border: 1px solid #f09a22 !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: #007bff !important;
}

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

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

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

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

.bg-blue-active {
  background-color: #0062cc !important;
}

.text-blue {
  color: #007bff !important;
}

.label.border-blue {
  color: #007bff;
}

.border-blue {
  border: 1px solid #007bff !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: #007bff !important;
}

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

td.bg-light-blue, tr.bg-light-blue {
  background-color: rgba(0, 123, 255, 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: #007bff;
  background-image: linear-gradient(0deg, #0062cc, #007bff);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0062cc), color-stop(1, #007bff));
  background: -ms-linear-gradient(bottom, #0062cc, #007bff);
  background: -moz-linear-gradient(center bottom, #0062cc 0%, #007bff 100%);
  background: -o-linear-gradient(#007bff, #0062cc);
  filter: "progid:DXImageTransform.Microsoft@include gradient(startColorstr='#007bff', endColorstr='#0062cc', GradientType=0)";
}

.bg-light-blue-active {
  background-color: #0062cc !important;
}

.text-light-blue {
  color: #007bff !important;
}

.label.border-light-blue {
  color: #007bff;
}

.border-light-blue {
  border: 1px solid #007bff !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: #39CCCC !important;
}

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

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

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

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

.bg-teal-active {
  background-color: #2ba7a7 !important;
}

.text-teal {
  color: #39CCCC !important;
}

.label.border-teal {
  color: #39CCCC;
}

.border-teal {
  border: 1px solid #39CCCC !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;
}

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

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

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

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

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

.aired {
  margin: 16px !important;
}

.pad {
  padding: 16px;
}

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

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

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

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

.icon-round {
  height: 30px;
  width: 30px;
  background-color: #58d297;
  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: 0.75px;
  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: #58d297;
  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 {
  border: 2px dashed #ababc3;
  border-radius: 30px;
  padding: 16px;
}

.or {
  text-align: center;
  overflow: hidden;
  margin-bottom: 16px;
  margin-top: 16px;
  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: 8px;
  border-radius: 4px;
}

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

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

.panel-result.panel-success {
  background: #baea87;
  color: #3a6111;
}

.panel-result.panel-warning {
  background: #f8d199;
  color: #895409;
}

.panel-result.panel-danger {
  background: #bcedd6;
  color: #248657;
}

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

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

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

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

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

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

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

.text-extra-large {
  font-size: 33px !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: 16px;
  font-size: 10px;
  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: 48px;
}

.text-truncate-base > button.more, .text-truncate-large > button.more, .text-truncate-small > button.more {
  color: #007bff;
  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;
}

.smart-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: #58d297 !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 #fc2a42;
  }
  40% {
    box-shadow: 0 2.5em 0 0 #fc2a42;
  }
}

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

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

html,
body {
  height: 100%;
}

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

.footer {
  height: 60px;
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 Smart (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: #007bff !important;
  color: white;
}

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

.nav-tabs.compressed-tabs > li:last-child > a {
  border-radius: 0 4px 4px 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: 33px;
  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;
}

/*!
 * 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: "Cerebri Sans", "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.4;
  color: #56556b;
  background-color: #F2F4F6;
}

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

a {
  color: #007bff;
  text-decoration: none;
}

a:hover, a:focus {
  color: #0056b3;
  text-decoration: underline;
}

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: 8px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.4;
  background-color: #F2F4F6;
  border: 1px solid #ddd;
  border-radius: 4px;
  -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: #ababc3;
}

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: 33px;
}

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: 76%;
}

mark,
.mark {
  padding: .2em;
  background-color: #f09a22;
}

.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: #ababc3;
}

.text-primary {
  color: #007bff;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #0062cc;
}

.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: #f09a22;
}

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

.text-danger {
  color: #58d297;
}

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

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #007bff;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #0062cc;
}

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

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

.bg-info {
  background-color: #00c3de;
}

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

.bg-warning {
  background-color: #f09a22;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #d1800e;
}

.bg-danger {
  background-color: #58d297;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #34c37e;
}

.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, .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: #ababc3;
}

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: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0.75px;
  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: #353544;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

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: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
}

.container:before, .container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 736px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 956px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1156px;
  }
}

.container-fluid {
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -8px;
  margin-left: -8px;
}

.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: 8px;
  padding-left: 8px;
}

.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: 10px 8px;
  padding-bottom: 10px 8px;
  color: #ababc3;
  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: 10px 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: #F2F4F6;
}

.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: #7bce24;
}

.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: #6eb820;
}

.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: #00c3de;
}

.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: #00adc5;
}

.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: #f09a22;
}

.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: #e98e10;
}

.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: #58d297;
}

.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: #44cd8a;
}

.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: #353544;
  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, .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: 0.75px;
  -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, .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, .select2-container--xlte .select2-selection::-moz-placeholder, .select2-container--xlte .select2-search--dropdown .select2-search__field::-moz-placeholder {
  color: #ababc3;
  opacity: 1;
}

.form-control:-ms-input-placeholder, .select2-container--xlte .select2-selection:-ms-input-placeholder, .select2-container--xlte .select2-search--dropdown .select2-search__field:-ms-input-placeholder {
  color: #ababc3;
}

.form-control::-webkit-input-placeholder, .select2-container--xlte .select2-selection::-webkit-input-placeholder, .select2-container--xlte .select2-search--dropdown .select2-search__field::-webkit-input-placeholder {
  color: #ababc3;
}

.form-control::-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], .select2-container--xlte .select2-selection[disabled], .select2-container--xlte .select2-search--dropdown .select2-search__field[disabled], .form-control[readonly], .select2-container--xlte .select2-selection[readonly], .select2-container--xlte .select2-search--dropdown .select2-search__field[readonly],
fieldset[disabled] .form-control,
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], .select2-container--xlte .select2-selection[disabled], .select2-container--xlte .select2-search--dropdown .select2-search__field[disabled],
fieldset[disabled] .form-control,
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, .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, .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,
  .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,
  .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,
  .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"], .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"],
  .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"],
  .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"],
  .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: 28px;
  }
  input[type="date"].input-lg, .input-group-lg > input.form-control[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"],
  .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"],
  .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"],
  .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, .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, .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, .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: 28px;
  padding: 5px 10px;
  font-size: 10px;
  line-height: 1.6;
  border-radius: 0.75px;
}

select.input-sm, .input-group-sm > select.form-control, .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: 28px;
  line-height: 28px;
}

textarea.input-sm, .input-group-sm > textarea.form-control, .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],
.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 .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: 28px;
  padding: 5px 10px;
  font-size: 10px;
  line-height: 1.6;
  border-radius: 0.75px;
}

.form-group-sm select.form-control, .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: 28px;
  line-height: 28px;
}

.form-group-sm textarea.form-control, .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 .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: 28px;
  min-height: 28px;
  padding: 6px 10px;
  font-size: 10px;
  line-height: 1.6;
}

.input-lg, .input-group-lg > .form-control, .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: 0.75px;
}

select.input-lg, .input-group-lg > select.form-control, .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, .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],
.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 .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: 0.75px;
}

.form-group-lg select.form-control, .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 .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 .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 .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, .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 .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, .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 .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: 28px;
  height: 28px;
  line-height: 28px;
}

.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 .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 .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: #7bce24;
  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: #f09a22;
}

.has-warning .form-control, .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: #f09a22;
  -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 .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: #d1800e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f6c682;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f6c682;
}

.has-warning .input-group-addon {
  color: #f09a22;
  background-color: #f09a22;
  border-color: #f09a22;
}

.has-warning .form-control-feedback {
  color: #f09a22;
}

.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: #58d297;
}

.has-error .form-control, .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: #58d297;
  -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 .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: #34c37e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a8e8c9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a8e8c9;
}

.has-error .input-group-addon {
  color: #58d297;
  background-color: #58d297;
  border-color: #58d297;
}

.has-error .form-control-feedback {
  color: #58d297;
}

.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 .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 .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 .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: -8px;
  margin-left: -8px;
}

.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: 8px;
}

@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: 10px;
  }
}

.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: 4px;
  -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: #007bff;
  border-color: transparent;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0062cc;
  border-color: rgba(0, 0, 0, 0);
}

.btn-primary:hover {
  color: #fff;
  background-color: #0062cc;
  border-color: rgba(0, 0, 0, 0);
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  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: #0051a8;
  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: #007bff;
  border-color: transparent;
}

.btn-primary .badge {
  color: #007bff;
  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: #f09a22;
  border-color: transparent;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #d1800e;
  border-color: rgba(0, 0, 0, 0);
}

.btn-warning:hover {
  color: #fff;
  background-color: #d1800e;
  border-color: rgba(0, 0, 0, 0);
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #d1800e;
  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: #af6b0c;
  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: #f09a22;
  border-color: transparent;
}

.btn-warning .badge {
  color: #f09a22;
  background-color: #fff;
}

.btn-danger, .multiple-user .remove {
  color: #fff;
  background-color: #44cd8a;
  border-color: transparent;
}

.btn-danger:focus, .multiple-user .remove:focus, .btn-danger.focus, .multiple-user .focus.remove {
  color: #fff;
  background-color: #2fae71;
  border-color: rgba(0, 0, 0, 0);
}

.btn-danger:hover, .multiple-user .remove:hover {
  color: #fff;
  background-color: #2fae71;
  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: #2fae71;
  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: #27925f;
  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: #44cd8a;
  border-color: transparent;
}

.btn-danger .badge, .multiple-user .remove .badge {
  color: #44cd8a;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  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: #0056b3;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #ababc3;
  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: 8px;
}

.btn-sm, .btn-group-sm > .btn, .multiple-user .btn-group-sm > .remove {
  padding: 5px 10px;
  font-size: 10px;
  line-height: 1.6;
  border-radius: 4px;
}

.btn-xs, .btn-group-xs > .btn, .multiple-user .btn-group-xs > .remove {
  padding: 1px 10px;
  font-size: 10px;
  line-height: 1.6;
  border-radius: 4px;
}

.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: 4px;
  -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: #353544;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #2a2a36;
  text-decoration: none;
  background-color: #dddee8;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #58d297;
  outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #ababc3;
}

.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: 10px;
  line-height: 1.4;
  color: #ababc3;
  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: 4px;
  border-top-right-radius: 4px;
  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: 4px;
  border-bottom-left-radius: 4px;
}

.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 .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 .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 .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 .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: 0.75px;
}

.input-group-addon.input-sm, .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: 10px;
  border-radius: 0.75px;
}

.input-group-addon.input-lg, .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: 0.75px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control: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 .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: #ababc3;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #ababc3;
  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: #007bff;
}

.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: 4px 4px 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: #F2F4F6;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.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: #fff;
  background-color: #58d297;
}

.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: 4px;
}

.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: 4px 4px 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: #F2F4F6;
  }
}

.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: 74px;
  margin-bottom: 18px;
  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: 8px;
  padding-left: 8px;
  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: -8px;
  margin-left: -8px;
}

@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: 74px;
  padding: 28px 8px;
  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: -8px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.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: 14px -8px;
}

.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: 28px;
    padding-bottom: 28px;
  }
}

.navbar-form {
  padding: 10px 8px;
  margin-right: -8px;
  margin-left: -8px;
  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: 21px;
  margin-bottom: 21px;
}

@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 .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 .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 .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: 21px;
  margin-bottom: 21px;
}

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .multiple-user .btn-group-sm > .navbar-btn.remove {
  margin-top: 23px;
  margin-bottom: 23px;
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .multiple-user .btn-group-xs > .navbar-btn.remove {
  margin-top: 26px;
  margin-bottom: 26px;
}

.navbar-text {
  margin-top: 28px;
  margin-bottom: 28px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 8px;
    margin-left: 8px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -8px;
  }
  .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: #d8d8e3;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #d8d8e3;
}

.navbar-inverse .navbar-nav > li > a {
  color: #d8d8e3;
}

.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: #d8d8e3;
  }
  .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: #d8d8e3;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #d8d8e3;
}

.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: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

.breadcrumb > .active {
  color: #ababc3;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 18px 0;
  border-radius: 4px;
}

.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: #0056b3;
  background-color: #dddee8;
  border-color: #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.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: #58d297;
  border-color: #58d297;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #ababc3;
  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: 8px;
  border-bottom-left-radius: 8px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 10px;
  line-height: 1.6;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 0.75px;
  border-bottom-left-radius: 0.75px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 0.75px;
  border-bottom-right-radius: 0.75px;
}

.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: 3.75px;
}

.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: #ababc3;
  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: #ababc3;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #8d8dae;
}

.label-primary {
  background-color: #007bff;
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #0062cc;
}

.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: #f09a22;
}

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #d1800e;
}

.label-danger {
  background-color: #58d297;
}

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #34c37e;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #ababc3;
  border-radius: 2.5px;
}

.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: #007bff;
  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: 8px;
  padding-left: 8px;
  border-radius: 8px;
}

.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: #F2F4F6;
  border: 1px solid #ddd;
  border-radius: 4px;
  -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: #007bff;
}

.alert {
  padding: 15px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.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: white;
  background-color: #7bce24;
  border-color: #61a31c;
}

.alert-success hr {
  border-top-color: #548d19;
}

.alert-success .alert-link {
  color: #e6e6e6;
}

.alert-info {
  color: white;
  background-color: #00c3de;
  border-color: #0096ab;
}

.alert-info hr {
  border-top-color: #008092;
}

.alert-info .alert-link {
  color: #e6e6e6;
}

.alert-warning {
  color: white;
  background-color: #f09a22;
  border-color: #d1800e;
}

.alert-warning hr {
  border-top-color: #b9710d;
}

.alert-warning .alert-link {
  color: #e6e6e6;
}

.alert-danger {
  color: white;
  background-color: #58d297;
  border-color: #34c37e;
}

.alert-danger hr {
  border-top-color: #2fae71;
}

.alert-danger .alert-link {
  color: #e6e6e6;
}

@-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: 4px;
  -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: 10px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  background-color: #007bff;
  -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: #f09a22;
}

.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: #58d297;
}

.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: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #ababc3;
  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: #ababc3;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #58d297;
  border-color: #58d297;
}

.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: #f9fdfb;
}

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: #7bce24;
}

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: #6eb820;
}

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: #00c3de;
}

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: #00adc5;
}

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: #f09a22;
  background-color: #f09a22;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #f09a22;
}

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: #f09a22;
  background-color: #e98e10;
}

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: #f09a22;
  border-color: #f09a22;
}

.list-group-item-danger {
  color: #58d297;
  background-color: #58d297;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #58d297;
}

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: #58d297;
  background-color: #44cd8a;
}

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: #58d297;
  border-color: #58d297;
}

.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: 4px;
  -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 8px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.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: 16px 0 0;
  background-color: transparent;
  border-top: 1px solid #dddee8;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.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: 3px;
  border-top-right-radius: 3px;
}

.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: 3px;
  border-bottom-left-radius: 3px;
}

.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: 3px;
  border-top-right-radius: 3px;
}

.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: 3px;
  border-top-right-radius: 3px;
}

.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: 3px;
}

.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: 3px;
}

.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: 3px;
  border-bottom-left-radius: 3px;
}

.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: 3px;
  border-bottom-left-radius: 3px;
}

.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: 3px;
}

.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: 3px;
}

.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: 4px;
}

.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: #007bff;
}

.panel-primary > .panel-heading, .panel-primary > .box-header {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.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: #007bff;
}

.panel-primary > .panel-heading .badge, .panel-primary > .box-header .badge {
  color: #007bff;
  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: #007bff;
}

.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: #d1800e;
}

.panel-warning > .panel-heading, .panel-warning > .box-header {
  color: white;
  background-color: transparent;
  border-color: #d1800e;
}

.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: #d1800e;
}

.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: #d1800e;
}

.panel-danger {
  border-color: #34c37e;
}

.panel-danger > .panel-heading, .panel-danger > .box-header {
  color: white;
  background-color: transparent;
  border-color: #34c37e;
}

.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: #34c37e;
}

.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: #34c37e;
}

.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: 4px;
  -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: 8px;
}

.well-sm {
  padding: 9px;
  border-radius: 0.75px;
}

.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: 8px;
  -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: "Cerebri Sans", "Raleway", "Helvetica Neue", Helvetica, Arial, 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: 10px;
  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: 4px;
}

.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: "Cerebri Sans", "Raleway", "Helvetica Neue", Helvetica, Arial, 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: 8px;
  -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: 7px 7px 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: #007bff;
  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: #f09a22;
  background-color: white;
  border-color: #d2d6de;
}

.btn-danger-inv {
  color: #58d297;
  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(0, 123, 255, 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(240, 154, 34, 0.51);
}

.btn-shadow.btn-danger, .multiple-user .btn-shadow.remove {
  box-shadow: 0px 16px 20px -10px rgba(68, 205, 138, 0.51);
}

.tox .tox-dialog__footer-end .tox-button {
  border-radius: 4px;
}

.panel, .box {
  padding: 16px;
  position: relative;
  box-shadow: none;
  margin-bottom: 16px;
}

.panel > .panel, .box > .panel, .panel > .box, .box > .box, .modal-body .panel, .modal-body .box {
  box-shadow: none;
  padding: 8px;
  border: 1px solid #dddee8;
}

.panel-heading, .box-header {
  padding-bottom: 4px;
}

.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: 16px;
}

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.underline, h2.underline, h3.underline, h4.underline, h5.underline, h6.underline,
.h1.underline, .h2.underline, .h3.underline, .h4.underline, .h5.underline, .h6.underline {
  position: relative;
  margin-bottom: 32px;
}

h1.underline:after, h2.underline:after, h3.underline:after, h4.underline:after, h5.underline:after, h6.underline:after,
.h1.underline:after, .h2.underline:after, .h3.underline:after, .h4.underline:after, .h5.underline:after, .h6.underline:after {
  content: "";
  display: block;
  width: 10%;
  height: 2px;
  background-color: #58d297;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.big-text {
  font-size: 2em;
  font-weight: 300;
}

.text-featured {
  font-weight: bold;
  font-size: 1.2em;
  color: #00c3de;
}

.btn-search {
  border-left: none;
}

.navbar-sign {
  background-color: #69F0AE;
  border-color: #3beb95;
  font-size: 14px;
}

.navbar-sign .navbar-brand {
  padding: 17px 10px 0;
  color: #55556f;
}

.navbar-sign .navbar-brand:hover, .navbar-sign .navbar-brand:focus {
  color: #111;
  background-color: transparent;
}

.navbar-sign .navbar-brand img {
  max-width: 140px;
}

.navbar-sign .navbar-text {
  color: #d8d8e3;
}

.navbar-sign .navbar-nav > li > a, .navbar-sign .navbar-nav .login-link {
  color: #55556f;
  font-weight: 700;
  text-transform: uppercase;
}

.navbar-sign .navbar-nav > li > a:hover, .navbar-sign .navbar-nav > li > a:focus, .navbar-sign .navbar-nav .login-link:hover, .navbar-sign .navbar-nav .login-link:focus {
  color: #58d297;
  background-color: transparent;
}

.navbar-sign .navbar-nav > .active > a, .navbar-sign .navbar-nav > .active > a:hover, .navbar-sign .navbar-nav > .active > a:focus {
  color: #58d297;
  background-color: transparent;
  border-bottom: 3px solid #58d297;
}

.navbar-sign .navbar-nav > .disabled > a, .navbar-sign .navbar-nav > .disabled > a:hover, .navbar-sign .navbar-nav > .disabled > a:focus, .navbar-sign .navbar-nav .login-link, .navbar-sign .navbar-nav .login-link:hover, .navbar-sign .navbar-nav .login-link:focus {
  color: #444;
  background-color: transparent;
}

.navbar-sign .navbar-toggle {
  border-radius: 0.75px;
  border-color: transparent;
}

.navbar-sign .navbar-toggle:hover, .navbar-sign .navbar-toggle:focus {
  background-color: #eee;
}

.navbar-sign .navbar-toggle .icon-bar {
  background-color: #ababc3;
}

.navbar-sign .navbar-collapse,
.navbar-sign .navbar-form {
  border-color: #3beb95;
}

.navbar-sign .navbar-nav > .open > a, .navbar-sign .navbar-nav > .open > a:hover, .navbar-sign .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #58d297;
}

@media (max-width: 767px) {
  .navbar-sign .navbar-nav .open .dropdown-menu > li > a, .navbar-sign .navbar-nav .open .dropdown-menu .login-link {
    color: #55556f;
  }
  .navbar-sign .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-sign .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-sign .navbar-nav .open .dropdown-menu .login-link:hover, .navbar-sign .navbar-nav .open .dropdown-menu .login-link:focus {
    color: #58d297;
    background-color: transparent;
  }
  .navbar-sign .navbar-nav .open .dropdown-menu > .active > a, .navbar-sign .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-sign .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-sign .navbar-nav .open .dropdown-menu .login-link, .navbar-sign .navbar-nav .open .dropdown-menu .login-link:hover, .navbar-sign .navbar-nav .open .dropdown-menu .login-link:focus {
    color: #58d297;
    background-color: transparent;
  }
  .navbar-sign .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-sign .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-sign .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-sign .navbar-nav .open .dropdown-menu .login-link, .navbar-sign .navbar-nav .open .dropdown-menu .login-link:hover, .navbar-sign .navbar-nav .open .dropdown-menu .login-link:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-sign .navbar-link {
  color: #55556f;
}

.navbar-sign .navbar-link:hover {
  color: #58d297;
}

.navbar-sign .btn-link {
  color: #55556f;
}

.navbar-sign .btn-link:hover, .navbar-sign .btn-link:focus {
  color: #58d297;
}

.navbar-sign .btn-link[disabled]:hover, .navbar-sign .btn-link[disabled]:focus,
fieldset[disabled] .navbar-sign .btn-link:hover,
fieldset[disabled] .navbar-sign .btn-link:focus {
  color: #444;
}

@media (max-width: 767px) {
  .navbar-sign.navbar {
    min-height: auto;
    margin-bottom: 10px;
  }
  .navbar-sign .navbar-nav {
    background-color: #58d297;
    text-align: center;
    margin: 0px -8px;
    padding: 16px 0;
  }
  .navbar-sign .navbar-nav li a {
    display: inline-block;
    color: white !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    border-radius: 8px;
    padding: 8px 14px;
    margin: 6px 0;
    min-width: 190px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
  }
  .navbar-sign .navbar-nav li a:hover {
    color: white;
    text-shadow: 1px 1px 0px black;
  }
  .navbar-sign .navbar-nav li.active a {
    background-color: white;
    color: #58d297 !important;
    text-shadow: none;
    font-weight: bold;
  }
  .navbar-sign ul.dropdown-menu {
    background-color: #00000012;
  }
  .navbar-sign .navbar-toggle {
    margin: 0;
  }
  .navbar-sign .navbar-brand {
    max-height: 40px;
    height: auto;
    padding: 8px;
  }
  .navbar-sign .navbar-brand img {
    max-height: 20px;
    width: auto;
  }
}

.dropdown-toggle .far.fa-ellipsis-h {
  font-size: 20px;
  color: #ababc3;
}

.dropdown-toggle:hover {
  color: #58d297;
}

.dropdown-toggle:hover .far {
  color: red;
}

.dropdown-menu {
  text-align: center;
  padding: 0 0;
  min-width: 130px;
  border-radius: 0.75px;
  -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;
}

.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, .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 {
  vertical-align: middle !important;
}

.table-smart {
  position: relative;
}

.table-smart > thead > tr:first-child > td, .table-smart > thead > tr:first-child > th,
.table-smart > tbody > tr:first-child > td,
.table-smart > tbody > tr:first-child > th,
.table-smart > tfoot > tr:first-child > td,
.table-smart > tfoot > tr:first-child > th {
  border-top: none;
}

.table-smart > thead > tr > th,
.table-smart > thead > tr > td,
.table-smart > tbody > tr > th,
.table-smart > tbody > tr > td,
.table-smart > tfoot > tr > th,
.table-smart > tfoot > tr > td {
  padding: 10px 8px;
  line-height: 1.4;
  vertical-align: middle;
  border-top: 1px solid #dadcf1;
}

.table-smart > tbody > tr:first-child > td {
  border-top: none;
}

.table-smart > thead > tr > th {
  vertical-align: middle;
  border-bottom: none;
  font-weight: 400;
  color: #ababc3;
}

.table-smart > thead > tr > th a {
  color: inherit;
}

.table-smart > caption + thead > tr:first-child > th,
.table-smart > caption + thead > tr:first-child > td,
.table-smart > colgroup + thead > tr:first-child > th,
.table-smart > colgroup + thead > tr:first-child > td,
.table-smart > thead:first-child > tr:first-child > th,
.table-smart > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table-smart > tbody + tbody {
  border-top: 2px solid #dadcf1;
}

.table-smart .table {
  background-color: #F2F4F6;
}

.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: 16px 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: #353544;
  padding: 2px 4px;
  margin-left: 11px;
  padding-left: 11.5px;
  border-radius: 0.75px;
  position: relative;
  background-color: white;
  text-transform: uppercase;
  font-size: 10px;
  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: 0.75px;
  border-top: none;
  border-right: none;
}

.modal-content {
  padding: 16px;
  border-radius: 4px;
  box-shadow: 0 45px 85px -10px rgba(69, 109, 160, 0.21);
  border: none;
}

.modal-header {
  border-bottom: none;
  padding: 0 0 8px;
}

.modal-body {
  padding: 0 0;
}

.modal-body + .modal-footer {
  padding-top: 0;
}

.modal-footer {
  padding: 16px 0 0;
  border-top: none;
}

.modal-backdrop {
  z-index: 1050;
}

.modal-backdrop.in {
  opacity: .3;
}

.pagination > li > a,
.pagination > li > span {
  border-radius: 4px;
  margin-right: 8px;
  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: 8px;
  border-bottom-left-radius: 8px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 10px;
  line-height: 1.6;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 0.75px;
  border-bottom-left-radius: 0.75px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 0.75px;
  border-bottom-right-radius: 0.75px;
}

.nav-stacked > li + li {
  margin-top: 5.33333px;
}

.nav-tabs {
  text-align: center;
  border-bottom: none;
}

.nav-tabs > li {
  border: none;
  float: none;
  display: inline-block;
  color: #ababc3;
}

.nav-tabs > li > a {
  padding: 10px 16px;
  margin-right: 10px;
  background-color: white;
  border-radius: 4px 4px 0 0;
  box-shadow: inset 0px -9px 22px -9px rgba(2, 2, 150, 0.3);
  color: #ababc3;
}

.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: 8px;
}

.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 #58d297;
  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: #fff;
}

.progress .progress-bar {
  box-shadow: none;
  -webkit-box-shadow: none;
}

.progress-sm {
  height: 10px;
}

.progress-xs {
  height: 2px;
}

.tooltip {
  font-size: 13px;
}

.tooltip-inner {
  padding: 10px;
  min-width: 170px;
}

.popover {
  border-radius: 0.75px;
  padding: 0;
  border-color: #eee;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.popover .popover-content {
  padding: 8px 16px;
}

.popover.poload {
  min-width: 350px;
}

@keyframes slideOutLeft {
  0% {
    transform: translateX(-30px);
  }
  100% {
    transform: translateX(-10px);
  }
}

.popover-title {
  padding: 8px;
  border: none;
  border-radius: -0.25px -0.25px 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: #007bff;
  margin-bottom: 10px;
  border-radius: 0;
}

.alert {
  padding: 15px;
  margin-bottom: 18px;
  border-width: 0 10px 0 10px;
  border-left-style: solid;
  border-radius: 8px;
}

.alert-info .btn-info {
  background-color: #0096ab;
}

.alert-info .btn-warning {
  background-color: #d1800e;
}

.alert-info .btn-danger, .alert-info .multiple-user .remove, .multiple-user .alert-info .remove {
  background-color: #34c37e;
}

.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 #ababc3;
}

input[type="checkbox"].customized + label:hover {
  cursor: pointer;
}

input[type="checkbox"].customized:checked + label:before {
  background-color: #58d297;
  border-color: #58d297;
}

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: #a8e8c9;
  border-color: #a8e8c9;
}

@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: #ababc3;
  font-size: 11px;
}

.input-group.collapse {
  display: none;
}

.control-label:empty {
  display: none;
}

.form-control.pocket, .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 {
  border: 1px solid #dddee8;
  background-color: white;
  border-radius: 0.75px;
  padding: 6px 0 0;
}

.form-group-xenon .lang-iso {
  color: #007bff;
  margin-left: 10px;
}

.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 label {
  padding-left: 11px;
}

.form-group-xenon.required label.control-label:after {
  content: '*';
  margin-left: 5px;
}

.form-group-xenon:hover .form-control, .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 .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 .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 .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 .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;
  font-size: 14px;
  box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0;
}


.form-group-xenon .form-control: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: #ababc3;
}


.form-group-xenon.has-success .form-control,
.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: #58d297;
  border-left-width: 3px;
}

.form-group-xenon.has-error label {
  color: initial;
}


.form-group-xenon.has-error .form-control,
.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: #58d297;
  color: white;
  border-color: #58d297;
}

.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 #ababc3;
  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: #babace;
  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 .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: 8px;
}

.only-underline:focus {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.only-underline .form-control, .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, .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, .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 #ababc3;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.heading {
  padding: 8px 0;
  vertical-align: bottom;
}

@media (min-width: 767px) {
  .heading {
    padding: 16px 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: 30px;
  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-date-wrapper {
  display: block;
  text-align: center;
}

.direct-chat-date {
  display: inline-block;
  color: white;
  background-color: #afb2c9;
  padding: 3px 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.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;
}

.reply .direct-chat-img {
  float: right;
}

.reply .direct-chat-timestamp {
  float: right;
}

.reply .direct-chat-text {
  float: right;
  margin-right: 16px;
  background-color: #58d297;
  color: white;
  padding: 2px 20px;
}

.reply .direct-chat-name {
  float: right;
  margin-right: 10px;
}

.direct-chat-category {
  background-color: white;
  margin-left: 50px !important;
  border-radius: 3px;
  font-size: 11px;
  margin-bottom: 6px !important;
}

.direct-chat-category:empty {
  display: none;
}

.direct-chat-category .title {
  font-weight: bold;
  margin-left: 5px;
}

.direct-chat-msg,
.direct-chat-text {
  display: block;
}

.direct-chat-text {
  animation: messageFadeIn 1s ease;
  animation-iteration-count: 1;
  overflow-wrap: break-word;
  font-size: 16px;
  background-color: #dddee8;
  border-radius: 30px;
  display: inline-block;
  padding: 4px 10px;
}

.direct-chat-text p {
  margin-bottom: 0;
}

@keyframes messageFadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.direct-chat-msg {
  margin-bottom: 10px;
  padding: 10px;
}

.direct-chat-msg:before, .direct-chat-msg:after {
  display: table;
  content: " ";
}

.direct-chat-msg:after {
  clear: both;
}

.direct-chat-messages,
.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-text, .direct-chat-category {
  position: relative;
  margin: 0 0 0 16px;
  color: #353544;
}

.direct-chat-text:after, .direct-chat-category:after {
  border-width: 5px;
  margin-top: -5px;
}

.direct-chat-text:before, .direct-chat-category:before {
  border-width: 6px;
  margin-top: -6px;
}

.direct-chat-img {
  border-radius: 50%;
  animation: popUp 1s ease;
  animation-iteration-count: 1;
  float: left;
  width: 40px;
  height: 40px;
}

.direct-chat-img:not(img) {
  border: 1px solid #ababc3;
}

@keyframes popUp {
  0% {
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.direct-chat-info {
  display: block;
  margin-bottom: 2px;
  font-size: 12px;
  margin-left: 50px;
}

.direct-chat-name {
  font-weight: 600;
}

.direct-chat-name.pull-right {
  float: none !important;
}

.direct-chat-timestamp {
  color: #999;
}

.direct-chat-timestamp.pull-left {
  float: right !important;
}

.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-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;
}

.contacts-list > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
  margin: 0;
}

.contacts-list > li:before, .contacts-list > li:after {
  display: table;
  content: " ";
}

.contacts-list > li:after {
  clear: both;
}

.contacts-list > li:last-of-type {
  border-bottom: none;
}

.contacts-list-img {
  border-radius: 50%;
  width: 40px;
  float: left;
}

.contacts-list-info {
  margin-left: 45px;
  color: #fff;
}

.contacts-list-name,
.contacts-list-status {
  display: block;
}

.contacts-list-name {
  font-weight: 600;
}

.contacts-list-status {
  font-size: 12px;
}

.contacts-list-date {
  color: #aaa;
  font-weight: normal;
}

.contacts-list-msg {
  color: #999;
}

.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: #353544;
}

.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: #ababc3;
  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: #ababc3;
  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: #58d297;
}

.user-contact {
  display: block;
  padding: 8px 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: #ababc3;
}

.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: none;
}

.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: 16px;
}

.recently-viewed .main-avatar {
  max-width: 100px;
  margin: auto;
}

/******************************************************************/
.professional-card {
  margin-bottom: 16px;
  width: 100%;
  border-radius: 4px;
  display: inline-block;
  box-shadow: none;
  background-color: white;
}

.professional-card .professional-details {
  padding: 8px 16px 8px;
}

.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: 16px;
  width: 100%;
  border-radius: 4px;
  display: inline-block;
  box-shadow: none;
  background-color: white;
}

.projects-cards .project-description {
  min-height: 50px;
}

.projects-cards .project-image-wrapper {
  height: 180px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  display: block;
  background-color: #dddee8;
}

.projects-cards .project-details {
  position: relative;
  padding: 8px 16px 8px;
}

.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: -18px;
  }
}

.heading.project.spaced, .heading.member.spaced {
  margin-bottom: 16px;
}

.heading.project .heading-icon, .heading.member .heading-icon {
  display: block;
  height: 50px;
  width: 50px;
  float: left;
  margin-right: 8px;
  background-color: #39CCCC;
  border-radius: 0.75px;
  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;
  box-shadow: 0 3px 15px 3px rgba(140, 193, 253, 0.22);
  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: #ababc3;
}

.manage-contributors img {
  display: inline-block;
}

.manage-contributors .add-contributor {
  display: inline-block;
  vertical-align: middle;
  height: 130px;
  width: 130px;
  text-align: center;
  background-color: #ababc3;
  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: 4px;
  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: 8px;
}

.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: 4px;
}

.project-menu, .activity-menu .activity-menu-nav, .activity-menu .member-menu-nav, .member-menu .activity-menu-nav, .member-menu .member-menu-nav {
  margin-top: 8px;
  text-align: right;
}

.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: 4px;
}

[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;
  }
}

.activity-menu, .member-menu {
  background-color: white;
  margin-bottom: 16px;
  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: #58d297 !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: #58d297 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: 16px;
  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: #ababc3;
  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 {
  padding-top: 8px;
  display: inline-block;
  margin: 0;
  margin-right: 20px;
  font-size: 16px;
}

.intro-jumbo {
  background-color: white;
}

.intro-block {
  padding: 16px;
}

.intro-block p {
  line-height: 2.4;
}

span.amount {
  font-size: 1.2em;
  color: #353544;
  font-weight: bold;
}

span.amount-total {
  font-size: 2.2em;
}

.ticket {
  margin: auto;
  padding: 16px;
  max-width: 100%;
  background-color: white;
  border: 1px solid #dddee8;
  box-shadow: none;
}

.ticket-icon .circled-icon {
  margin: auto;
  display: block;
}

.table-expenses {
  width: 100%;
}

.table-expenses td.status {
  width: 40px;
}

.amount-widget .tax-amount {
  font-weight: bold;
  font-size: 11px;
  color: #ababc3;
}

.amount-widget .tax-percent {
  font-size: 11px;
}

.amount-widget .units-math {
  color: #58d297;
  font-size: 10px;
}

.table-incomes {
  width: 100%;
}

.table-incomes td.status {
  width: 40px;
}

.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 Smart (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: none;
  background-color: white;
  position: relative;
  margin-bottom: 16px;
  font-size: 16px;
  padding: 16px;
}

@media screen and (min-width: 991px) {
  .paper {
    padding: 32px;
    padding-left: 64px;
  }
  .paper:before, .paper:after {
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    background-color: #F2F4F6;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
    border-radius: 100%;
    left: 32px;
    transform: translateX(-50%);
    top: 25%;
    position: absolute;
  }
}

.paper:after {
  top: auto;
  bottom: 25%;
}

.doc-locked {
  margin-bottom: 16px;
  border-radius: 8px;
  box-shadow: 0px 3px 6px -2px rgba(0, 0, 0, 0.3);
  background-color: white;
  padding: 8px 16px;
  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: #ababc3;
}

.live:after {
  display: none;
}

.live.idle {
  background-color: #007bff;
}

.live.idle:after {
  display: none;
}

.live.missing {
  background-color: #f09a22;
  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: #f09a22;
  }
}

span.timingWeekdayTag {
  margin-right: 1px !important;
}

.signed-icon {
  background-color: #FFEB3B;
  padding: 5px;
  border-radius: 100%;
  font-size: 16px;
  color: #222222;
  font-weight: 300;
}

.msg-unseen-badge {
  position: absolute;
  top: 14px;
  right: 24px;
  display: block;
  height: 20px;
  width: 20px;
  background-color: #58d297;
  line-height: 20px;
  border-radius: 100%;
  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: none;
  padding: 16px;
  margin-bottom: 16px;
}

.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 .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 Smart (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: 4px;
  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: #58d297;
  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: 4px;
  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-smart .form-control, #budget .form-control-smart .select2-container--xlte .select2-selection, .select2-container--xlte #budget .form-control-smart .select2-selection, #budget .form-control-smart .select2-container--xlte .select2-search--dropdown .select2-search__field, .select2-container--xlte .select2-search--dropdown #budget .form-control-smart .select2-search__field {
  text-align: center;
  border: 1px solid #9e9e9e;
}

#budget .form-control-smart .form-control::placeholder, #budget .form-control-smart .select2-container--xlte .select2-selection::placeholder, .select2-container--xlte #budget .form-control-smart .select2-selection::placeholder, #budget .form-control-smart .select2-container--xlte .select2-search--dropdown .select2-search__field::placeholder, .select2-container--xlte .select2-search--dropdown #budget .form-control-smart .select2-search__field::placeholder {
  text-transform: uppercase;
  text-align: center;
}

#budget .form-control-smart .symbol {
  font-weight: bold;
  color: #007bff;
}

#budget .form-control-smart .date-inline {
  margin: 0px;
  max-width: 100%;
}

#budget .form-control-smart .date-inline input {
  display: inline;
  max-width: 100%;
  border: none;
  background: none;
  text-align: center;
  color: #007bff;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
}

#budget .form-control-smart .date-inline .vdp-datepicker {
  display: inline-block;
  max-width: 80px;
}

#budget .form-control-smart .form-inline {
  margin: 0px;
  white-space: nowrap;
  max-width: 100%;
}

#budget .form-control-smart .form-inline.tab {
  padding-left: 15px;
}

#budget .form-control-smart .form-inline input, #budget .form-control-smart .form-inline select {
  display: inline;
  max-width: 160px;
  border: none;
  background: none;
  text-align: center;
  color: #007bff;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}

#budget .form-control-smart .form-inline input.autosize, #budget .form-control-smart .form-inline select.autosize {
  min-width: 10px !important;
}

#budget .form-control-smart .form-inline input:focus, #budget .form-control-smart .form-inline select:focus {
  outline: 0px;
}

#budget .form-control-smart .form-inline select {
  cursor: pointer;
}

#budget .select2-container--xlte .select2-selection {
  border-radius: 0.75px;
}

#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;
}

.signature-current-target-container {
  position: relative;
  text-align: center;
}

.signature-current-target-container span.target-status {
  background-color: #2ab328;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 0px;
  right: 5px;
  border-radius: 100%;
  cursor: pointer;
}

.front-img {
  max-height: 100px;
  width: auto;
  margin: auto;
}

.team-logo {
  max-width: 300px;
  margin: auto;
}

.register-panel .form-control, .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: 16px;
}

#sign-tabs li {
  display: inline-block;
  float: none;
}

#sign-tabs li a {
  border-radius: 30px;
  padding: 0;
  height: 30px;
  width: 30px;
  border: 1px solid #dddee8;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  font-weight: bolder;
  margin-right: 10px;
  font-family: sans-serif;
  margin-bottom: 15px;
}

#sign-tabs li a:after {
  content: "";
  display: block;
  height: 15px;
  width: 2px;
  position: absolute;
  margin-top: 1px;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #dddee8;
}

#sign-tabs li.active a {
  border-color: #80ddb0;
  background-color: #58d297;
  color: white;
}

#sign-tabs li.active a:after {
  background-color: #58d297;
}

.manage-contributors .bg-avatar.owner {
  border: 3px solid white;
  box-shadow: 0 0 0 3px #f09a22;
}

.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 #f09a22, 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 {
  position: relative;
  padding-bottom: 70px;
}

.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: 16px;
}

.review .sides-pad {
  padding-left: 16px;
  padding-right: 16px;
}

.review .left-pad {
  padding-left: 16px;
}

.review .right-pad {
  padding-right: 16px;
}

.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: #ababc3;
  display: inline-block;
  height: 28px;
  width: 28px;
  text-align: center;
  line-height: 28px;
  border-radius: 100%;
  border: 1px solid #ababc3;
}

.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;
}

@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: #ababc3;
  }
}

/*
 * 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: none;
  border-radius: 1.5px;
  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: 4px 8px;
}

.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: 4px;
}

.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: #ababc3;
}

.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:checked + .box .btn-filter {
  background-color: #605ca8;
  color: white;
}

.x-gridview .toggle-filters:checked + .box table .filters {
  display: table-row;
}

.x-gridview .check-column {
  display: none;
}

@media (max-width: 767px) {
  .x-gridview .toggle-filters:checked + .box table thead .filters {
    display: block !important;
  }
  .x-gridview .toggle-filters:checked + .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 {
    display: inline-block;
  }
  .x-gridview .toggle-filters:checked + .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 {
    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: 42px;
    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: 22px;
    vertical-align: middle;
  }
  .x-gridview table tr td.check-column input[type="checkbox"] + label:before {
    content: " ";
    display: inline-block;
    height: 22px;
    width: 22px;
    position: relative;
    border: 1px solid #ababc3;
    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;
    top: 50%;
    left: 11px;
    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 .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: 4px;
    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;
}

.grid-update-column-text {
  color: #56556b !important;
}

.grid-update-column-text:hover {
  text-decoration: none !important;
}

.message-menu-label {
  display: none;
}

.nav-profile {
  padding-top: 14px;
}

.nav-profile .bg-avatar {
  width: 32px !important;
  height: 32px !important;
  border: 4px solid white;
  box-shadow: 0 0 0 1px #9e9e9e;
  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 {
  display: none;
}

.nav-profile .notifications {
  margin-right: 6px;
  vertical-align: middle;
  display: inline-block;
  height: 30px;
  width: 30px;
  background-color: #58d297;
  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 #58d297;
}

.nav-profile .notifications .dropdown-menu {
  text-align: left;
}

.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) {
  .message-menu-label {
    display: inline-block;
    padding-left: 10px;
  }
  .nav-profile {
    position: relative;
    padding: 16px;
  }
  .nav-profile a {
    text-decoration: none;
  }
  .nav-profile .name-mobile {
    display: inline-block;
    font-size: 16px;
    color: inherit;
  }
  .nav-profile .with-arrow:after, .nav-profile .with-arrow:before {
    display: none;
  }
  .nav-profile .dropdown-header.name {
    display: none;
  }
  .nav-profile .dropdown-menu {
    text-align: center;
  }
  .nav-profile .dropdown-menu li a {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 0 !important;
  }
  .nav-profile #avatar-image .bg-avatar {
    margin-right: 16px;
  }
  .nav-profile [data-toggle="dropdown"] {
    display: block;
  }
}

.select2-container--xlte {
  display: block;
  /*------------------------------------*\
      #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 .select2-selection, .select2-container--xlte .select2-search--dropdown .select2-selection.select2-search__field {
  border-radius: 4px;
}

.form-group-xenon .select2-container--xlte .select2-selection.form-control, .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: #ababc3;
}

.select2-container--xlte .select2-search__field:-moz-placeholder {
  color: #ababc3;
}

.select2-container--xlte .select2-search__field::-moz-placeholder {
  color: #ababc3;
  opacity: 1;
}

.select2-container--xlte .select2-search__field:-ms-input-placeholder {
  color: #ababc3;
}

.select2-container--xlte .select2-results__option {
  padding: 6px 11px;
  /**
     * 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: #ababc3;
  cursor: not-allowed;
}

.select2-container--xlte .select2-results__option[aria-selected=true] {
  background-color: #dddee8;
  color: #2a2a36;
}

.select2-container--xlte .select2-results__option--highlighted[aria-selected] {
  background-color: #58d297;
  color: #fff;
}

.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: #ababc3;
  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 #ababc3 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: #58d297;
}

.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;
}

.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: #ababc3 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: #ababc3;
}

.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: #ababc3;
  float: left;
  margin-top: 5px;
}

.select2-container--xlte .select2-selection--multiple .select2-selection__choice {
  color: #55556f;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  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;
}

.select2-container--xlte .select2-selection--multiple .select2-selection__choice__remove {
  color: #ababc3;
  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: #58d297;
}

.select2-container--xlte .select2-selection--single.input-sm, .select2-container--xlte .input-group-sm > .select2-selection--single.form-control, .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: 0.75px;
  font-size: 17px;
  height: 28px;
  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 .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 .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: 28px;
  border-radius: 0.75px;
}

.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 .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 .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: 26px;
  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 .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 .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: 8px;
  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 .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 .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 .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: 8px;
}

.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 .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: 4px;
  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 .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 .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 .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 .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 #ababc3 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 #ababc3 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: #f09a22;
}

.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 #f6c682;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f6c682;
  border-color: #d1800e;
}

.has-warning.select2-drop-active {
  border-color: #d1800e;
}

.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #d1800e;
}

.has-error .select2-dropdown,
.has-error .select2-selection {
  border-color: #58d297;
}

.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 #a8e8c9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a8e8c9;
  border-color: #34c37e;
}

.has-error.select2-drop-active {
  border-color: #34c37e;
}

.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #34c37e;
}

.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,
.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,
.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,
.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, .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, .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: #58d297;
}

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: 12px;
}

.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: 8px;
}

.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 #ababc3;
  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: #ababc3;
  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: 8px;
}

.multiple-user .select2-selection, .multiple-user .form-control, .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 16px;
  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: 16px;
  border: 1px dashed #dddee8;
}

.avatar-image-s2 {
  margin: auto;
}

.expense-quote-progress {
  border-radius: 0.75px;
  background-color: #0062cc;
}

.expense-quote-progress .progress-bar {
  background-color: #f3b052;
  text-align: left;
  padding-left: 10px;
  font-size: 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.expense-quote-progress .progress-bar[aria-valuenow="100"] {
  background-color: #7bce24;
}

.expense-quote-progress .progress-bar[aria-valuenow="0"] {
  background-color: #58d297;
}

.expense-quote-progress .percent {
  font-family: sans-serif;
  font-size: .8em;
  background-color: rgba(255, 255, 255, 0.8);
  color: #007bff;
  padding: 3px;
  vertical-align: top;
  border-radius: 4px;
  margin-right: 10px;
}

.drop-evenly {
  display: block;
  border: 2px dashed #007bff;
  background-color: #007bff;
  border-radius: 4px;
  position: relative;
  color: white;
}

.drop-evenly.ui-droppable-hover {
  background-color: #007bff;
  box-shadow: inset 3px 8px 20px 0px #00000082;
}

.drop-evenly div {
  padding: 10px;
  border: 2px dashed white;
  margin: 6px;
  border-radius: 4px;
}

.drop-zone {
  display: block;
  height: 70px;
  border: 2px dashed #ababc3;
  position: relative;
}

.drop-zone span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  color: #ababc3;
}

.estimated-price, .quote-value-selected {
  font-size: 20px;
  text-align: center;
  color: #353544;
  font-weight: bold;
}

.quote-value-selected:after {
  content: "%";
}

.field-expenseuserquote-quote {
  margin-bottom: 70px;
}

.ui-droppable-hover {
  background-color: rgba(0, 123, 255, 0.1);
}

.expense-quote-wrapper {
  transition: opacity .3s ease;
}

.expense-quote-wrapper .quote-item-display {
  padding: 10px;
}

.expense-quote-wrapper:hover .main-expense {
  background-color: #dddee8;
  border-radius: 10px;
  cursor: move;
}

.expense-quote-wrapper .progress {
  margin-bottom: 0;
}

.expense-quote-wrapper a {
  color: inherit;
  text-decoration: none;
}

.expense-quote-wrapper a:hover {
  text-decoration: none;
}

.expense-quote-bar {
  border-radius: 2px;
  background-color: #007bff;
  display: block;
  height: 30px;
  text-align: left;
}

.expense-quote-name {
  line-height: 30px;
  color: white;
  padding-left: 10px;
}

.hover-bg {
  background-color: lightyellow !important;
}

.hover {
  opacity: .1;
}

.quotes-table-wrapper {
  width: 100%;
  overflow: auto;
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}

.quotes-table-wrapper::-webkit-scrollbar {
  width: 18px;
}

.quotes-table-wrapper::-webkit-scrollbar-track {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.quotes-table-wrapper::-webkit-scrollbar-thumb {
  border-radius: 4px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

.quotes-table-wrapper::-webkit-scrollbar-thumb:hover {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.quotes-table-wrapper table {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}

.quotes-table {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.quotes-table td, .quotes-table th {
  min-width: 120px;
  max-width: 120px;
}

.quotes-table td:first-child, .quotes-table th:first-child {
  position: relative;
  background-color: white;
}

.quotes-table .left-header-cell {
  position: relative;
  z-index: 40;
  max-width: 150px;
  min-width: 150px;
}

@media screen and (max-width: 480px) {
  .quotes-table .left-header-cell {
    max-width: 100px;
    min-width: 100px;
  }
}

.quotes-table thead {
  background-color: white;
}

.quotes-table tbody, .quotes-table thead {
  display: block;
  width: 100%;
}

.quotes-table.fixed-header thead {
  left: initial !important;
  position: fixed;
  box-shadow: 0px 6px 49px -8px rgba(63, 80, 142, 0.3);
  z-index: 5;
  top: 0;
}

.quotes-table .trigger-btn {
  display: none;
}

.quotes-table .cell {
  position: relative;
}

.quotes-table .cell:hover:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
}

.quotes-table .cell .trigger-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.quotes-table .cell:hover .trigger-btn, .quotes-table .left-header-cell:hover .trigger-btn {
  display: block;
}

span.donut {
  opacity: 0;
  height: 18px;
  display: block;
}

svg.peity {
  animation: fadeIn .9s ease;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: rotate(360deg);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg);
  }
}

.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: #ababc3;
}

.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 .avatar-container {
  display: block;
}

.logbook-item .avatar-container .bg-avatar {
  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 .label-log-icon.expanded {
  display: inline-block;
  position: relative;
  bottom: 0;
  right: 0;
  width: 72px;
  border-radius: 0;
}

.logbook-item .label-log-icon.expanded i {
  margin-right: 5px;
}

.logbook-item .logbook-field-name {
  text-transform: lowercase;
}

.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: 8px;
  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;
}

/*# sourceMappingURL=theme.css.map */
