@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap");
@import url("../fonts/simple-line-icons/style.css");
@import url("../fonts/feather/style.css");

@import "themify-icons.css";

@import "fontello.css";

@import "font-awesome.min.css";

@import "animsition.min.css";

@import "jquery.dataTables.min.css";

@import "fullcalendar.css";

@import "star-rating.min.css";

@import "wysiwyg.css";

/*---------------------------------------------------
    Color variables
  ---------------------------------------------------
    All color variables for the template can be
    found here.
  ---------------------------------------------------*/
/*---------------------------------------------------
    Mixins
  ---------------------------------------------------
    Code that we will use a lot
  ---------------------------------------------------*/
/* Fonts */
/* Other plugins */
/*---------------------------------------------------
    MAIL / MESSAGE STUFF
  ---------------------------------------------------
    Styles for the message inbox / compose page
    and widget
  ---------------------------------------------------*/
a,
a:foucs {
  outline: none !important;
}
.messages-table a {
  color: inherit;
  text-decoration: none;
}
.form-internal {
  padding: 40px;
  line-height: 30px;
  max-width: 80%;
  margin: 0 auto;
}
.messages-table a:visited,
.messages-table a:active {
  text-decoration: none;
}
.text-center {
  text-align: center;
}
.text-white {
  color: #fff;
}
.text-dark {
  color: #333;
}
.messages-table .icons {
  width: 70px;
}
.messages-table .icons input {
  float: left;
}
.messages-table .icons .ti-star {
  padding-top: 2px;
  cursor: pointer;
}
.messages-table .starred .ti-star {
  color: #edb758;
}
.messages-table .from {
  padding-right: 30px;
  width: 150px;
}
.messages-table .from div {
  height: 22px;
  display: block;
  overflow: hidden;
}
.messages-table .from a {
  display: block;
}
.messages-table .subject div {
  height: 22px;
  display: block;
  overflow: hidden;
}
.messages-table .subject .label {
  margin-right: 5px;
  font-weight: 300;
}
.messages-table .summary {
  text-overflow: ellipsis;
  color: #bdbdbd;
}
.messages-table .summary div {
  height: 22px;
  display: block;
  overflow: hidden;
}
.messages-table .summary a {
  display: block;
}
.messages-table .date-time {
  width: 90px;
}
.messages-table .unread .from,
.messages-table .unread .subject,
.messages-table .unread .date-time {
  font-weight: 400;
  color: #3d3d3d;
}
.mail-sender {
  height: 60px;
  text-transform: none !important;
}
.mail-sender .img-container {
  width: 40px;
  overflow: hidden;
  height: 40px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-right: 10px;
}
.mail-sender .img-container img {
  max-height: 45px;
  min-height: 40px;
  min-width: 40px;
  width: auto;
}
.mail-sender .data-container {
  font-size: 12px;
  padding-top: 3px;
}
.mail-sender .data-container .from {
  display: block;
  font-size: 14px;
}
.mail-sender .data-container .email {
  font-weight: 300 !important;
}

.row-stat .panel .panel-heading {
  border-radius: 3px;
}
.panel-icon {
  background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
  border-radius: 3px;
  float: left;
  height: 60px;
  margin-right: 15px;
  width: 60px;
}
.panel-icon .fa {
  color: #000;
  font-size: 36px;
  padding: 12px 0 0 19px;
}
.panel-bluegreen .panel-icon .fa {
  color: #03c3c4;
}
.panel-violet .panel-icon .fa {
  color: #905dd1;
}
.panel-blue .panel-icon .fa {
  color: #428bca;
}

.panel-success-alt .panel-heading {
  background-color: #50b1c3 !important;
  color: #fff !important;
}

.noborder {
  border: 0 none;
}

.nomargin {
  margin-top: 0;
}

.panel-primary > .panel-heading {
  color: #333;
}

.panel-dark .panel-heading {
  background-color: #b30000 !important;
  color: #fff;
}

/*---------------------------------------------------
    BUTTONS
  ---------------------------------------------------
    extra buttons
  ---------------------------------------------------*/
a.btn.btn-primary,
a.btn.btn-success,
a.btn.btn-info,
a.btn.btn-warning,
a.btn.btn-danger {
  color: #ffffff !important;
}
.btn.btn-flat {
  border-radius: 2px;
  padding: 8px 14px;
  font-size: 22px;
  text-decoration: none;
  margin: 0px;
  color: #fff;
  position: relative;
  display: inline-block;
  border: none;
  font-size: 14px;
}
.btn.btn-flat.blue {
  background-color: #55acee;
  box-shadow: 0px 5px 0px 0px #3c93d5;
}
.btn.btn-flat.blue:hover {
  background-color: #6fc6ff;
}
.btn.btn-flat.green {
  background-color: #2ecc71;
  box-shadow: 0px 5px 0px 0px #15b358;
}
.btn.btn-flat.green:hover {
  background-color: #48e68b;
}
.btn.btn-flat.red {
  background-color: #e74c3c;
  box-shadow: 0px 5px 0px 0px #ce3323;
}
.btn.btn-flat.red:hover {
  background-color: #ff6656;
}
.btn.btn-flat.purple {
  background-color: #9b59b6;
  box-shadow: 0px 5px 0px 0px #82409d;
}
.btn.btn-flat.purple:hover {
  background-color: #b573d0;
}
.btn.btn-flat.orange {
  background-color: #e67e22;
  box-shadow: 0px 5px 0px 0px #cd6509;
}
.btn.btn-flat.orange:hover {
  background-color: #ff983c;
}
.btn.btn-flat.yellow {
  background-color: #f1c40f;
  box-shadow: 0px 5px 0px 0px #d8ab00;
}
.btn.btn-flat.yellow:hover {
  background-color: #ffde29;
}
.btn.btn-flat:active {
  -webkit-transform: translate(0px, 5px);
  -moz-transform: translate(0px, 5px);
  -ms-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
  box-shadow: 0px 1px 0px 0px;
}
.progress-button {
  position: relative;
  display: inline-block;
  padding: 0 60px;
  outline: none;
  border: none;
  background: #5479aa;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1em;
  line-height: 4;
  margin: 0px 10px 10px 0px;
}
.progress-button[disabled],
.progress-button[disabled].state-loading {
  cursor: default;
}
.progress-button .content {
  position: relative;
  display: block;
}
.progress-button .content::before,
.progress-button .content::after {
  position: absolute;
  right: 20px;
  color: #ffffff;
  font-family: "themify";
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.3s;
  transition: opacity 0.3s 0.3s;
}
.progress-button .content::before {
  content: "\e64c";
  /* Checkmark for success */
}
.progress-button .content::after {
  content: "\e646";
  /* Cross for error */
}
.progress-button.state-success .content::before,
.progress-button.state-error .content::after {
  opacity: 1;
}
.notransition {
  -webkit-transition: none !important;
  transition: none !important;
}
.progress-button .progress {
  background: #4c6d99;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  -moz-background-clip: padding !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}
.progress-button .progress-inner {
  position: absolute;
  left: 0;
  background: #436188;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  -moz-background-clip: padding !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}
.progress-button[data-horizontal] .progress-inner {
  top: 0;
  width: 0;
  height: 100%;
  -webkit-transition: width 0.3s, opacity 0.3s;
  transition: width 0.3s, opacity 0.3s;
}
.progress-button[data-vertical] .progress-inner {
  bottom: 0;
  width: 100%;
  height: 0;
  -webkit-transition: height 0.3s, opacity 0.3s;
  transition: height 0.3s, opacity 0.3s;
}
/* Necessary 3d styles for buttons with perspective */
.progress-button[data-perspective] {
  position: relative;
  display: inline-block;
  padding: 0;
  background: transparent;
  -webkit-perspective: 900px;
  perspective: 900px;
}
.progress-button[data-perspective] .content {
  padding: 0 60px;
  background: #5479aa;
}
.progress-button[data-perspective] .progress-wrap {
  display: block;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.progress-button[data-perspective] .content,
.progress-button[data-perspective] .progress {
  outline: 1px solid rgba(0, 0, 0, 0);
  /* Smoothen jagged edges in FF */
}
.progress-button[data-style="fill"][data-horizontal] {
  overflow: hidden;
}
.progress-button[data-style="fill"][data-horizontal] .content {
  z-index: 10;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.progress-button[data-style="fill"][data-horizontal] .content::before,
.progress-button[data-style="fill"][data-horizontal] .content::after {
  top: 100%;
  right: auto;
  left: 50%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translatex(-50%);
  transform: translatex(-50%);
}
.progress-button[data-style="fill"][data-horizontal].state-success .content,
.progress-button[data-style="fill"][data-horizontal].state-error .content {
  -webkit-transform: translatey(-100%);
  transform: translatey(-100%);
}
.progress-button[data-style="fill"][data-vertical] {
  overflow: hidden;
}
.progress-button[data-style="fill"][data-vertical] .content {
  z-index: 10;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.progress-button[data-style="fill"][data-vertical] .content::before,
.progress-button[data-style="fill"][data-vertical] .content::after {
  top: 100%;
  right: auto;
  left: 50%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translatex(-50%);
  transform: translatex(-50%);
}
.progress-button[data-style="fill"][data-vertical].state-success .content,
.progress-button[data-style="fill"][data-vertical].state-error .content {
  -webkit-transform: translatey(-100%);
  transform: translatey(-100%);
}
.progress-button[data-style="shrink"] {
  /* common for horizontal and vertical */

  overflow: hidden;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
}
.progress-button[data-style="shrink"][data-horizontal] .content {
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.progress-button[data-style="shrink"][data-horizontal] .content::before,
.progress-button[data-style="shrink"][data-horizontal] .content::after {
  top: 100%;
  right: auto;
  left: 50%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translatex(-50%);
  transform: translatex(-50%);
}
.progress-button[data-style="shrink"][data-horizontal].state-loading {
  -webkit-transform: scaley(0.3);
  transform: scaley(0.3);
}
.progress-button[data-style="shrink"][data-horizontal].state-loading .content {
  opacity: 0;
}
.progress-button[data-style="shrink"][data-horizontal].state-success .content,
.progress-button[data-style="shrink"][data-horizontal].state-error .content {
  -webkit-transform: translatey(-100%);
  transform: translatey(-100%);
}
.progress-button[data-style="shrink"][data-vertical] .content {
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.progress-button[data-style="shrink"][data-vertical] .content::before,
.progress-button[data-style="shrink"][data-vertical] .content::after {
  top: 100%;
  right: auto;
  left: 50%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translatex(-50%);
  transform: translatex(-50%);
}
.progress-button[data-style="shrink"][data-vertical].state-loading {
  -webkit-transform: scalex(0.1);
  transform: scalex(0.1);
}
.progress-button[data-style="shrink"][data-vertical].state-loading .content {
  opacity: 0;
}
.progress-button[data-style="shrink"][data-vertical].state-success .content,
.progress-button[data-style="shrink"][data-vertical].state-error .content {
  -webkit-transform: translatey(-100%);
  transform: translatey(-100%);
}
.progress-button[data-style="rotate-angle-bottom"] .progress {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 20px;
  box-shadow: 0 -1px 0 #148544;
  /* fix the blurriness that causes a gap */

  -webkit-transform: rotatex(-90deg);
  transform: rotatex(-90deg);
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
.progress-button[data-style="rotate-angle-bottom"].state-loading
  .progress-wrap {
  -webkit-transform: rotatex(45deg);
  transform: rotatex(45deg);
}
.progress-button[data-style="rotate-angle-top"] .progress {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 20px;
  box-shadow: 0 1px 0 #148544;
  /* fix the blurriness that causes a gap */

  -webkit-transform: rotatex(90deg);
  transform: rotatex(90deg);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.progress-button[data-style="rotate-angle-top"].state-loading .progress-wrap {
  -webkit-transform: rotatex(-45deg);
  transform: rotatex(-45deg);
}
.progress-button[data-style="rotate-angle-left"] .progress {
  position: absolute;
  top: 0;
  right: 100%;
  width: 20px;
  height: 100%;
  box-shadow: 1px 0 0 #148544;
  /* fix the blurriness that causes a gap */

  -webkit-transform: rotatey(-90deg);
  transform: rotatey(-90deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.progress-button[data-style="rotate-angle-left"].state-loading .progress-wrap {
  -webkit-transform: rotatey(45deg);
  transform: rotatey(45deg);
}
.progress-button[data-style="rotate-angle-right"] .progress {
  position: absolute;
  top: 0;
  left: 100%;
  width: 20px;
  height: 100%;
  box-shadow: -1px 0 0 #148544;
  /* fix the blurriness that causes a gap */

  -webkit-transform: rotatey(90deg);
  transform: rotatey(90deg);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.progress-button[data-style="rotate-angle-right"].state-loading .progress-wrap {
  -webkit-transform: rotatey(-45deg);
  transform: rotatey(-45deg);
}
.progress-button[data-style="rotate-side-down"] .progress {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 20px;
  -webkit-transform: rotatex(-90deg);
  transform: rotatex(-90deg);
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.progress-button[data-style="rotate-side-down"].state-loading .progress-wrap {
  -webkit-transform: rotatex(90deg) translatez(10px);
  transform: rotatex(90deg) translatez(10px);
}
.progress-button[data-style="rotate-side-up"] .progress {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 20px;
  -webkit-transform: rotatex(90deg);
  transform: rotatex(90deg);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.progress-button[data-style="rotate-side-up"].state-loading .progress-wrap {
  -webkit-transform: rotatex(-90deg) translatez(10px);
  transform: rotatex(-90deg) translatez(10px);
}
.progress-button[data-style="rotate-side-left"] .progress-wrap {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.progress-button[data-style="rotate-side-left"] .progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  -webkit-transform: rotatey(90deg);
  transform: rotatey(90deg);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.progress-button[data-style="rotate-side-left"].state-loading .progress-wrap {
  -webkit-transform: translatex(50%) rotatey(90deg) translatez(10px);
  transform: translatex(50%) rotatey(90deg) translatez(10px);
}
.progress-button[data-style="rotate-side-right"] .progress-wrap {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.progress-button[data-style="rotate-side-right"] .progress {
  position: absolute;
  top: 0;
  left: 100%;
  width: 20px;
  height: 100%;
  -webkit-transform: rotatey(90deg);
  transform: rotatey(90deg);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.progress-button[data-style="rotate-side-right"].state-loading .progress-wrap {
  -webkit-transform: translatex(-50%) rotatey(-90deg) translatez(10px);
  transform: translatex(-50%) rotatey(-90deg) translatez(10px);
}
.progress-button[data-style="rotate-back"] .progress-wrap {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.progress-button[data-style="rotate-back"] .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.progress-button[data-style="rotate-back"] .progress {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotatex(-180deg);
  transform: rotatex(-180deg);
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.progress-button[data-style="rotate-back"].state-loading .progress-wrap {
  -webkit-transform: rotatex(180deg) scalex(0.6) scaley(0.3);
  transform: rotatex(180deg) scalex(0.6) scaley(0.3);
}
.progress-button[data-style="flip-open"] .content {
  z-index: 10;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.progress-button[data-style="flip-open"] .progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.progress-button[data-style="flip-open"].state-loading .content {
  -webkit-transform: rotatex(45deg);
  transform: rotatex(45deg);
}
.progress-button[data-style="slide-down"] {
  padding: 0;
  overflow: visible;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.progress-button[data-style="slide-down"] .content {
  z-index: 10;
  padding: 0 60px;
  background: #5479aa;
}
.progress-button[data-style="slide-down"] .progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
}
.progress-button[data-style="slide-down"].state-loading .progress {
  -webkit-transform: translatey(10px);
  transform: translatey(10px);
}
.progress-button[data-style="move-up"] {
  padding: 0;
  overflow: visible;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.progress-button[data-style="move-up"] .content {
  z-index: 10;
  padding: 0 60px;
  background: #5479aa;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
}
.progress-button[data-style="move-up"] .progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.progress-button[data-style="move-up"].state-loading .content {
  -webkit-transform: translatey(-10px);
  transform: translatey(-10px);
}
.progress-button[data-style="top-line"] .progress-inner {
  height: 3px;
}
.progress-button[data-style="top-line"] .content::before,
.progress-button[data-style="top-line"] .content::after {
  right: auto;
  left: 100%;
  margin-left: 25px;
}
.progress-button[data-style="lateral-lines"] .progress-inner {
  width: 100%;
  border-right: 3px solid #0e7138;
  border-left: 3px solid #0e7138;
  background: transparent;
}
.progress-button[data-style="lateral-lines"] .content::before,
.progress-button[data-style="lateral-lines"] .content::after {
  right: auto;
  left: 100%;
  margin-left: 25px;
}
/*---------------------------------------------------
    WIDGETS
  ---------------------------------------------------
    widgets for the dashboard and other pages
  ---------------------------------------------------*/
/* TEXT */
.text-widget {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  display: block;
  min-height: 81px;
  color: #ffffff;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  padding: 20px;
}
.text-widget .icon {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  font-size: 150px;
  position: absolute;
  right: 0px;
  bottom: -75px;
  z-index: 0;
}
.text-widget header {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 300;
  z-index: 10;
  position: absolute;
}
.text-widget small {
  position: absolute;
  z-index: 10;
  top: 45px;
}
.text-widget.nano {
  min-height: 85px;
}
.text-widget:hover,
.text-widget:active,
.text-widget:visited {
  color: #ffffff;
}
.text-widget.color-1 {
  background: #0a899a;
}
.text-widget.color-1 .icon {
  color: #5c80af;
}
.text-widget.color-1:hover {
  background: #0a899a;
}
.text-widget.color-1:hover .icon {
  color: #5479aa;
}
.text-widget.color-2 {
  background: #0a899a;
}
.text-widget.color-2 .icon {
  color: #c15a5a;
}
.text-widget.color-2:hover {
  background: #0a899a;
}
.text-widget.color-2:hover .icon {
  color: #bd5151;
}
.text-widget.color-3 {
  background: #75b045;
}
.text-widget.color-3 .icon {
  color: #7bb84a;
}
.text-widget.color-3:hover {
  background: #6fa741;
}
.text-widget.color-3:hover .icon {
  color: #75b045;
}
.text-widget.color-4 {
  background: #4e4e4e;
}
.text-widget.color-4 .icon {
  color: #545454;
}
.text-widget.color-4:hover {
  background: #484848;
}
.text-widget.color-4:hover .icon {
  color: #4e4e4e;
}
.text-widget.color-5 {
  background: #53a6a6;
}
.text-widget.color-5 .icon {
  color: #5aacac;
}
.text-widget.color-5:hover {
  background: #4f9e9e;
}
.text-widget.color-5:hover .icon {
  color: #53a6a6;
}
.text-widget.color-6 {
  background: #bb6096;
}
.text-widget.color-6 .icon {
  color: #bf699c;
}
.text-widget.color-6:hover {
  background: #b75790;
}
.text-widget.color-6:hover .icon {
  color: #bb6096;
}
/* WEATHER */
.weather-widget {
  margin-bottom: 20px;
}
.weather-widget .main-block {
  background: #fff;
  padding: 15px;
  margin-bottom: 0px;
  display: block;
}
.weather-widget .main-block .curr-day {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  border-bottom: solid 1px #8a8a8a;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.weather-widget .main-block .date-time {
  border-bottom: solid 1px #8a8a8a;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: block;
  overflow: auto;
}
.weather-widget .main-block .date-time .curr-date,
.weather-widget .main-block .date-time .curr-time {
  font-size: 10px;
}
.weather-widget .main-block .date-time .curr-date {
  width: 50%;
  float: left;
  text-align: left;
}
.weather-widget .main-block .date-time .curr-time {
  width: 50%;
  float: right;
  text-align: right;
}
.weather-widget .main-block .curr-weather {
  display: block;
  border-bottom: solid 1px #8a8a8a;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: block;
  overflow: auto;
}
.weather-widget .main-block .curr-weather .left {
  width: 50%;
  float: left;
  text-align: left;
}
.weather-widget .main-block .curr-weather .left .curr-location {
  font-size: 14px;
  font-weight: 400;
  display: block;
}
.weather-widget .main-block .curr-weather .left .curr-temp {
  font-size: 50px;
  font-weight: 300;
  display: block;
  line-height: 54px;
}
.weather-widget .main-block .curr-weather .left .curr-status {
  margin-top: -5px;
  display: block;
}
.weather-widget .main-block .curr-weather .right {
  width: 50%;
  float: right;
  text-align: right;
}
.weather-widget .main-block .curr-weather .right i {
  font-size: 62px;
  float: right;
  font-weight: 300;
}
.weather-widget .main-block .curr-other-stats {
  display: block;
  overflow: auto;
  font-size: 10px;
}
.weather-widget .main-block .curr-other-stats .left,
.weather-widget .main-block .curr-other-stats .right {
  list-style: none;
  padding: 0px;
  display: inline-block;
  margin-bottom: 0px;
}
.weather-widget .main-block .curr-other-stats .left li,
.weather-widget .main-block .curr-other-stats .right li {
  padding-bottom: 5px;
}
.weather-widget .main-block .curr-other-stats .left li:last-child,
.weather-widget .main-block .curr-other-stats .right li:last-child {
  padding-bottom: 0px;
}
.weather-widget .main-block .curr-other-stats .left {
  float: left;
}
.weather-widget .main-block .curr-other-stats .right {
  float: right;
}
.weather-widget .rest-of-week {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.weather-widget .rest-of-week li {
  background: #fff;
  margin-top: 5px;
  padding: 10px 15px;
  font-weight: 400;
  position: relative;
}
.weather-widget .rest-of-week li i {
  right: 10px;
  top: 8px;
  font-size: 18px;
  position: absolute;
}
.weather-widget.color-1 .main-block .curr-day,
.weather-widget.color-2 .main-block .curr-day,
.weather-widget.color-3 .main-block .curr-day,
.weather-widget.color-4 .main-block .curr-day,
.weather-widget.color-5 .main-block .curr-day,
.weather-widget.color-6 .main-block .curr-day {
  border-bottom: solid 1px #ffffff;
}
.weather-widget.color-1 .main-block .date-time,
.weather-widget.color-2 .main-block .date-time,
.weather-widget.color-3 .main-block .date-time,
.weather-widget.color-4 .main-block .date-time,
.weather-widget.color-5 .main-block .date-time,
.weather-widget.color-6 .main-block .date-time {
  border-bottom: solid 1px #ffffff;
}
.weather-widget.color-1 .main-block .curr-weather,
.weather-widget.color-2 .main-block .curr-weather,
.weather-widget.color-3 .main-block .curr-weather,
.weather-widget.color-4 .main-block .curr-weather,
.weather-widget.color-5 .main-block .curr-weather,
.weather-widget.color-6 .main-block .curr-weather {
  border-bottom: solid 1px #ffffff;
}
.weather-widget.color-1 {
  color: #fff;
}
.weather-widget.color-1 .main-block,
.weather-widget.color-1 .rest-of-week li {
  background: #5479aa;
}
.weather-widget.color-1 .rest-of-week li:nth-child(odd) {
  background: #6586b3;
}
.weather-widget.color-2 {
  color: #fff;
}
.weather-widget.color-2 .main-block,
.weather-widget.color-2 .rest-of-week li {
  background: #bd5151;
}
.weather-widget.color-2 .rest-of-week li:nth-child(odd) {
  background: #c46363;
}
.weather-widget.color-3 {
  color: #fff;
}
.weather-widget.color-3 .main-block,
.weather-widget.color-3 .rest-of-week li {
  background: #75b045;
}
.weather-widget.color-3 .rest-of-week li:nth-child(odd) {
  background: #82bc53;
}
.weather-widget.color-4 {
  color: #fff;
}
.weather-widget.color-4 .main-block,
.weather-widget.color-4 .rest-of-week li {
  background: #4e4e4e;
}
.weather-widget.color-4 .rest-of-week li:nth-child(odd) {
  background: #5b5b5b;
}
.weather-widget.color-5 {
  color: #fff;
}
.weather-widget.color-5 .main-block,
.weather-widget.color-5 .rest-of-week li {
  background: #53a6a6;
}
.weather-widget.color-5 .rest-of-week li:nth-child(odd) {
  background: #62b1b1;
}
.weather-widget.color-6 {
  color: #fff;
}
.weather-widget.color-6 .main-block,
.weather-widget.color-6 .rest-of-week li {
  background: #bb6096;
}
.weather-widget.color-6 .rest-of-week li:nth-child(odd) {
  background: #c372a2;
}
/* ToDo */
.todo-widget {
  margin-bottom: 20px;
}
.todo-widget .list-group li {
  border-left: solid 3px transparent;
}
.todo-widget .list-group li .checkbox > label {
  display: block;
  padding: 0px;
  width: 100%;
}
.todo-widget .list-group li .checkbox > label input:checked + label {
  text-decoration: line-through;
}
.todo-widget .list-group li i {
  float: right;
  display: inline-block;
  margin-top: 3px;
}
.todo-widget .list-group li.finished {
  border-left: solid 3px #75b045;
  text-decoration: line-through;
}
/* CHART */
.chart-widget {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.chart-widget .panel-body {
  overflow: hidden !important;
  position: relative;
  height: 70px;
}
.chart-widget .panel-body .inlinesparkline-bar-widget {
  overflow: hidden;
  position: absolute;
  height: 40px;
  left: 15px;
  right: 15px;
}
.chart-widget .panel-body .inlinesparkline-bar-widget canvas {
  position: absolute;
  right: 0px;
}
.chart-widget .text-overylay {
  position: absolute;
  left: 15px;
  top: 15px;
}
.chart-widget .text-overylay span {
  font-size: 50px;
  height: 50px;
  display: inline-block;
  line-height: 54px;
}
.chart-widget .text-overylay span i {
  font-size: 40px;
  margin-right: 5px;
}
.chart-widget .text-overylay.pull-right {
  left: auto;
  right: 15px;
  text-align: right;
}
.chart-widget .col-lg-1,
.chart-widget .col-lg-10,
.chart-widget .col-lg-11,
.chart-widget .col-lg-12,
.chart-widget .col-lg-2,
.chart-widget .col-lg-3,
.chart-widget .col-lg-4,
.chart-widget .col-lg-5,
.chart-widget .col-lg-6,
.chart-widget .col-lg-7,
.chart-widget .col-lg-8,
.chart-widget .col-lg-9,
.chart-widget .col-md-1,
.chart-widget .col-md-10,
.chart-widget .col-md-11,
.chart-widget .col-md-12,
.chart-widget .col-md-2,
.chart-widget .col-md-3,
.chart-widget .col-md-4,
.chart-widget .col-md-5,
.chart-widget .col-md-6,
.chart-widget .col-md-7,
.chart-widget .col-md-8,
.chart-widget .col-md-9,
.chart-widget .col-sm-1,
.chart-widget .col-sm-10,
.chart-widget .col-sm-11,
.chart-widget .col-sm-12,
.chart-widget .col-sm-2,
.chart-widget .col-sm-3,
.chart-widget .col-sm-4,
.chart-widget .col-sm-5,
.chart-widget .col-sm-6,
.chart-widget .col-sm-7,
.chart-widget .col-sm-8,
.chart-widget .col-sm-9,
.chart-widget .col-xs-1,
.chart-widget .col-xs-10,
.chart-widget .col-xs-11,
.chart-widget .col-xs-12,
.chart-widget .col-xs-2,
.chart-widget .col-xs-3,
.chart-widget .col-xs-4,
.chart-widget .col-xs-5,
.chart-widget .col-xs-6,
.chart-widget .col-xs-7,
.chart-widget .col-xs-8,
.chart-widget .col-xs-9 {
  padding: 0px;
}
.chart-widget .chart-widget-container {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: -5px;
  margin-top: 10px;
}
.chart-widget.color-1 {
  background: #5479aa;
}
.chart-widget.color-1 .text-overylay {
  color: #ffffff;
}
.chart-widget.color-1:hover {
  background: #5073a1;
}
.chart-widget.color-2 {
  background: #bd5151;
}
.chart-widget.color-2 .text-overylay {
  color: #ffffff;
}
.chart-widget.color-2:hover {
  background: #b94848;
}
.chart-widget.color-3 {
  background: #75b045;
}
.chart-widget.color-3 .text-overylay {
  color: #ffffff;
}
.chart-widget.color-3:hover {
  background: #6fa741;
}
.chart-widget.color-4 {
  background: #4e4e4e;
}
.chart-widget.color-4 .text-overylay {
  color: #ffffff;
}
.chart-widget.color-4:hover {
  background: #484848;
}
.chart-widget.color-5 {
  background: #53a6a6;
}
.chart-widget.color-5 .text-overylay {
  color: #ffffff;
}
.chart-widget.color-5:hover {
  background: #4f9e9e;
}
.chart-widget.color-6 {
  background: #bb6096;
}
.chart-widget.color-6 .text-overylay {
  color: #ffffff;
}
.chart-widget.color-6:hover {
  background: #b75790;
}
.pie-chart-widget .chart-widget-container {
  margin-left: -5px;
  margin-top: 15px;
  margin-bottom: 10px !important;
  text-align: right !important;
  margin-right: 15px !important;
}
.knob-clock-widget {
  margin-bottom: 20px;
}
.knob-clock-widget div {
  margin-right: 10px;
}
.message-widget {
  margin-bottom: 20px;
}
.message-widget .list-group {
  border-bottom: none;
}
.message-widget .list-group li {
  border-left: solid 3px transparent;
  border-right: solid 1px transparent;
}
.message-widget .list-group li a {
  display: block;
  text-decoration: none !important;
}
.message-widget .list-group li a:active,
.message-widget .list-group li a:visited {
  text-decoration: none !important;
}
.message-widget .list-group li .from {
  display: inline-block;
}
.message-widget .list-group li i:hover,
.message-widget .list-group li i.selected {
  color: #edb758;
}
.message-widget .list-group li .label {
  font-weight: 300;
}
.message-widget .list-group li p {
  font-weight: 300;
  margin-bottom: 0px;
  margin-top: 5px;
  color: #8a8a8a;
}
.message-widget .list-group li:first-child {
  border-top: none;
}
.message-widget .list-group li.unread {
  border-left: solid 3px #75b045;
}
.message-widget .list-group li.unread .from {
  font-weight: 400;
  color: #3d3d3d;
}
.message-widget .list-group li:last-child {
  border-bottom: none;
}
.message-widget ul.view-all {
  border-top: none;
}
.message-widget ul.view-all li {
  border-left: solid 3px #53a6a6 !important;
  font-size: 12px;
  padding: 0px;
}
.message-widget ul.view-all li a {
  display: block;
  padding: 10px 15px;
}
.message-widget ul.view-all li a:hover {
  background-color: #5479aa;
  color: #ffffff;
}
.card {
  margin: 0 0 20px 0;
  background-color: #ffffff;
  border-top-width: 0;
  border-bottom-width: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.card.hovercard {
  position: relative;
  padding-top: 0;
  overflow: hidden;
  text-align: center;
  background-color: #ffffff;
}
.card.hovercard .cardheader {
  background-image: url("../img/bdf.jpg");
  background-size: cover;
  height: 65px;
}
.card.hovercard .avatar {
  position: relative;
  top: -50px;
  margin-bottom: -50px;
}
.card.hovercard .avatar img {
  width: 100px;
  height: 100px;
  max-width: 100px;
  max-height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.5);
}
.card.hovercard.no-image {
  padding-top: 25px;
}
.card.hovercard.no-image .title small {
  font-size: 12px;
}
.card.hovercard.no-image .avatar {
  top: 15px;
  margin-bottom: 25px;
}
.card.hovercard.no-image .bottom {
  padding-top: 25px;
}
.card.hovercard .info {
  padding: 4px 8px 10px;
}
.card.hovercard .info .title {
  margin-bottom: 4px;
  font-size: 24px;
  line-height: 1;
  vertical-align: middle;
}
.card.hovercard .info .desc {
  overflow: hidden;
  font-size: 12px;
  line-height: 20px;
  text-overflow: ellipsis;
}
.card.hovercard .bottom {
  padding: 0 20px;
  margin-bottom: 17px;
}
.card.card-primary {
  background-color: #5479aa;
  color: #ffffff;
}
.card.card-primary .info .title a {
  color: #ffffff;
}
.card.card-info {
  background-color: #53a6a6;
  color: #ffffff;
}
.card.card-info .info .title a {
  color: #ffffff;
}
.card.card-success {
  background-color: #75b045;
  color: #ffffff;
}
.card.card-success .info .title a {
  color: #ffffff;
}
.card.card-warning {
  background-color: #edb758;
  color: #ffffff;
}
.card.card-warning .info .title a {
  color: #ffffff;
}
.card.card-danger {
  background-color: #bd5151;
  color: #ffffff;
}
.card.card-danger .info .title a {
  color: #ffffff;
}
/* carousel */
.widget-carousel .carousel {
  padding: 0;
  margin-top: 0px;
}
.widget-carousel .carousel .carousel-control {
  background: none;
  background-image: none !important;
  color: #8a8a8a;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 37px;
  width: 35px;
}
.widget-carousel .carousel .carousel-control.left {
  left: -12px;
}
.widget-carousel .carousel .carousel-control.right {
  right: -12px !important;
}
.widget-carousel .carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: -10px;
  margin-right: -19px;
}
.widget-carousel .carousel .carousel-indicators li {
  background: #c0c0c0;
}
.widget-carousel .carousel .carousel-indicators .active {
  background: #333333;
}
.widget-carousel .carousel img {
  width: 250px;
  height: 100px;
}
.widget-carousel .item blockquote {
  border-left: none;
  margin: 0;
  padding: 10px 5px;
}
.widget-carousel .item blockquote img {
  margin-bottom: 10px;
}
.widget-carousel.carousel-primary .panel-body {
  background-color: #5479aa;
  color: #ffffff;
}
.widget-carousel.carousel-primary .panel-body small {
  color: #ffffff;
}
.widget-carousel.carousel-primary .panel-body .carousel-control {
  color: #ffffff !important;
}
.widget-carousel.carousel-primary .panel-body .carousel-indicators li {
  background: #436188 !important;
  border: transparent !important;
}
.widget-carousel.carousel-primary .panel-body .carousel-indicators .active {
  border: transparent !important;
  background: #fff !important;
}
.widget-carousel.carousel-success .panel-body {
  background-color: #75b045;
  color: #ffffff;
}
.widget-carousel.carousel-success .panel-body small {
  color: #ffffff;
}
.widget-carousel.carousel-success .panel-body .carousel-control {
  color: #ffffff !important;
}
.widget-carousel.carousel-success .panel-body .carousel-indicators li {
  background: #5d8b37 !important;
  border: transparent !important;
}
.widget-carousel.carousel-success .panel-body .carousel-indicators .active {
  border: transparent !important;
  background: #fff !important;
}
.widget-carousel.carousel-info .panel-body {
  background-color: #53a6a6;
  color: #ffffff;
}
.widget-carousel.carousel-info .panel-body small {
  color: #ffffff;
}
.widget-carousel.carousel-info .panel-body .carousel-control {
  color: #ffffff !important;
}
.widget-carousel.carousel-info .panel-body .carousel-indicators li {
  background: #428484 !important;
  border: transparent !important;
}
.widget-carousel.carousel-info .panel-body .carousel-indicators .active {
  border: transparent !important;
  background: #fff !important;
}
.widget-carousel.carousel-warning .panel-body {
  background-color: #edb758;
  color: #ffffff;
}
.widget-carousel.carousel-warning .panel-body small {
  color: #ffffff;
}
.widget-carousel.carousel-warning .panel-body .carousel-control {
  color: #ffffff !important;
}
.widget-carousel.carousel-warning .panel-body .carousel-indicators li {
  background: #e8a32a !important;
  border: transparent !important;
}
.widget-carousel.carousel-warning .panel-body .carousel-indicators .active {
  border: transparent !important;
  background: #fff !important;
}
.widget-carousel.carousel-danger .panel-body {
  background-color: #bd5151;
  color: #ffffff;
}
.widget-carousel.carousel-danger .panel-body small {
  color: #ffffff;
}
.widget-carousel.carousel-danger .panel-body .carousel-control {
  color: #ffffff !important;
}
.widget-carousel.carousel-danger .panel-body .carousel-indicators li {
  background: #9f3c3c !important;
  border: transparent !important;
}
.widget-carousel.carousel-danger .panel-body .carousel-indicators .active {
  border: transparent !important;
  background: #fff !important;
}
@media (min-width: 768px) {
  #quote-carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
  }
}
@media (max-width: 768px) {
  #quote-carousel .carousel-indicators {
    bottom: -20px !important;
  }
  #quote-carousel .carousel-indicators li {
    display: inline-block;
    margin: 0px 5px;
    width: 15px;
    height: 15px;
  }
  #quote-carousel .carousel-indicators li.active {
    margin: 0px 5px;
    width: 20px;
    height: 20px;
  }
}
.widget {
  margin-bottom: 20px;
}
.quicklinks-widget {
  margin-bottom: 20px;
}
.quicklinks-widget.quicklinks-large .btn-group .btn {
  padding-top: 30px;
  padding-bottom: 30px;
}
#actions {
  margin: 0;
}
/* Mimic table appearance */
div.table {
  display: table;
}
div.table .file-row {
  display: table-row;
  border-top: none;
}
div.table .file-row > div {
  display: table-cell;
  vertical-align: top;
  padding: 8px;
}
div.table .file-row:nth-child(odd) {
  background: #f9f9f9;
}
div.table .file-row > div .preview img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/* The total progress gets shown by event listeners */
#total-progress {
  opacity: 0;
  transition: opacity 0.3s linear;
}
/* Hide the progress bar when finished */
#previews .file-row.dz-success .progress {
  opacity: 0;
  transition: opacity 0.3s linear;
}
/* Hide the delete button initially */
#previews .file-row .delete {
  display: none;
}
/* Hide the start and cancel buttons and show the delete button */
#previews .file-row.dz-success .start,
#previews .file-row.dz-success .cancel {
  display: none;
}
#previews .file-row.dz-success .delete {
  display: block;
}
.attachments {
  margin-top: 20px;
  background-color: #f8f8f8;
  padding: 15px 15px 0px;
  margin-bottom: 20px;
}
body.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
.sweet-overlay {
  background-color: #000;
  -ms-filter: progid:dximagetransform.microsoft.alpha(Opacity=40);
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000;
}
.sweet-alert {
  background-color: #fff;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999;
}
@media all and (max-width: 540px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
  }
}
.sweet-alert h2 {
  color: #575757;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 25px 0;
  padding: 0;
  line-height: 40px;
  display: block;
}
.sweet-alert p {
  color: #797979;
  font-size: 16px;
  font-weight: 300;
  position: relative;
  text-align: inherit;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
}
.sweet-alert fieldset {
  border: none;
  position: relative;
}
.sweet-alert .sa-error-container {
  background-color: #f1f1f1;
  margin-left: -17px;
  margin-right: -17px;
  overflow: hidden;
  padding: 0 10px;
  max-height: 0;
  webkit-transition: padding 0.15s, max-height 0.15s;
  transition: padding 0.15s, max-height 0.15s;
}
.sweet-alert .sa-error-container.show {
  padding: 10px 0;
  max-height: 100px;
  webkit-transition: padding 0.2s, max-height 0.2s;
  transition: padding 0.25s, max-height 0.25s;
}
.sweet-alert .sa-error-container .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: #fff;
  line-height: 24px;
  text-align: center;
  margin-right: 3px;
}
.sweet-alert .sa-error-container p {
  display: inline-block;
}
.sweet-alert .sa-input-error {
  position: absolute;
  top: 29px;
  right: 26px;
  width: 20px;
  height: 20px;
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.sweet-alert .sa-input-error::after,
.sweet-alert .sa-input-error::before {
  content: "";
  width: 20px;
  height: 6px;
  background-color: #f06e57;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -9px;
}
.sweet-alert .sa-input-error::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sweet-alert .sa-input-error::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sweet-alert .sa-input-error.show {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.sweet-alert input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  height: 43px;
  margin-top: 10px;
  margin-bottom: 17px;
  font-size: 18px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  padding: 0 12px;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sweet-alert input:focus {
  outline: 0;
  box-shadow: 0 0 3px #c4e6f5;
  border: 1px solid #b4dbed;
}
.sweet-alert.show-input input {
  display: block;
}
.sweet-alert button {
  background-color: #aedef4;
  color: #fff;
  border: none;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  -webkit-border-radius: 4px;
  border-radius: 5px;
  padding: 10px 32px;
  margin: 26px 5px 0;
  cursor: pointer;
}
.sweet-alert button:focus {
  outline: 0;
  box-shadow: 0 0 2px rgba(128, 179, 235, 0.5),
    inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.sweet-alert button:hover {
  background-color: #a1d9f2;
}
.sweet-alert button:active {
  background-color: #81ccee;
}
.sweet-alert button.cancel {
  background-color: #d0d0d0;
}
.sweet-alert button.cancel:hover {
  background-color: #c8c8c8;
}
.sweet-alert button.cancel:active {
  background-color: #b6b6b6;
}
.sweet-alert button.cancel:focus {
  box-shadow: rgba(197, 205, 211, 0.8) 0 0 2px,
    rgba(0, 0, 0, 0.0470588) 0 0 0 1px inset !important;
}
.sweet-alert button::-moz-focus-inner {
  border: 0;
}
.sweet-alert[data-has-cancel-button="false"] button {
  box-shadow: none !important;
}
.sweet-alert[data-has-confirm-button="false"][data-has-cancel-button="false"] {
  padding-bottom: 40px;
}
.sweet-alert .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  -webkit-border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box;
}
.sweet-alert .sa-icon.sa-error {
  border-color: #f27474;
}
.sweet-alert .sa-icon.sa-error .sa-x-mark {
  position: relative;
  display: block;
}
.sweet-alert .sa-icon.sa-error .sa-line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #f27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px;
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px;
}
.sweet-alert .sa-icon.sa-warning {
  border-color: #f8bb86;
}
.sweet-alert .sa-icon.sa-warning .sa-body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #f8bb86;
}
.sweet-alert .sa-icon.sa-warning .sa-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #f8bb86;
}
.sweet-alert .sa-icon.sa-info {
  border-color: #c9dae1;
}
.sweet-alert .sa-icon.sa-info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #c9dae1;
}
.sweet-alert .sa-icon.sa-info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #c9dae1;
}
.sweet-alert .sa-icon.sa-success {
  border-color: #a5dc86;
}
.sweet-alert .sa-icon.sa-success::after,
.sweet-alert .sa-icon.sa-success::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 120px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success::before {
  -webkit-border-radius: 120px 0 0 120px;
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}
.sweet-alert .sa-icon.sa-success::after {
  -webkit-border-radius: 0 120px 120px 0;
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 60px;
  transform-origin: 0 60px;
}
.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  -webkit-border-radius: 40px;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}
.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: #fff;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #a5dc86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sweet-alert .sa-icon.sa-custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
}
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@-webkit-keyframes slideFromTop {
  0% {
    top: 0;
  }
  100% {
    top: 50%;
  }
}
@keyframes slideFromTop {
  0% {
    top: 0;
  }
  100% {
    top: 50%;
  }
}
@-webkit-keyframes slideToTop {
  0% {
    top: 50%;
  }
  100% {
    top: 0;
  }
}
@keyframes slideToTop {
  0% {
    top: 50%;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%;
  }
  100% {
    top: 50%;
  }
}
@keyframes slideFromBottom {
  0% {
    top: 70%;
  }
  100% {
    top: 50%;
  }
}
@-webkit-keyframes slideToBottom {
  0% {
    top: 50%;
  }
  100% {
    top: 70%;
  }
}
@keyframes slideToBottom {
  0% {
    top: 50%;
  }
  100% {
    top: 70%;
  }
}
.showSweetAlert[data-animation="pop"] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s;
}
.showSweetAlert[data-animation="none"] {
  -webkit-animation: none;
  animation: none;
}
.showSweetAlert[data-animation="slide-from-top"] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s;
}
.showSweetAlert[data-animation="slide-from-bottom"] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s;
}
.hideSweetAlert[data-animation="pop"] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s;
}
.hideSweetAlert[data-animation="none"] {
  -webkit-animation: none;
  animation: none;
}
.hideSweetAlert[data-animation="slide-from-top"] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s;
}
.hideSweetAlert[data-animation="slide-from-bottom"] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s;
}
@-webkit-keyframes animateSuccessTip {
  0%,
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animateSuccessTip {
  0%,
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@-webkit-keyframes animateSuccessLong {
  0%,
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes animateSuccessLong {
  0%,
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@-webkit-keyframes rotatePlaceholder {
  0%,
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  100%,
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
@keyframes rotatePlaceholder {
  0%,
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  100%,
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s;
}
.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s;
}
.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}
@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotatex(100deg);
    -webkit-transform: rotatex(100deg);
    opacity: 0;
  }
  100% {
    transform: rotatex(0deg);
    -webkit-transform: rotatex(0deg);
    opacity: 1;
  }
}
@keyframes animateErrorIcon {
  0% {
    transform: rotatex(100deg);
    -webkit-transform: rotatex(100deg);
    opacity: 0;
  }
  100% {
    transform: rotatex(0deg);
    -webkit-transform: rotatex(0deg);
    opacity: 1;
  }
}
.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s;
}
@-webkit-keyframes animateXMark {
  0%,
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes animateXMark {
  0%,
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s;
}
@-webkit-keyframes pulseWarning {
  0% {
    border-color: #f8d486;
  }
  100% {
    border-color: #f8bb86;
  }
}
@keyframes pulseWarning {
  0% {
    border-color: #f8d486;
  }
  100% {
    border-color: #f8bb86;
  }
}
.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate;
}
@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #f8d486;
  }
  100% {
    background-color: #f8bb86;
  }
}
@keyframes pulseWarningIns {
  0% {
    background-color: #f8d486;
  }
  100% {
    background-color: #f8bb86;
  }
}
.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate;
}
html,
body {
  min-height: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif !important;
  line-height: 24px;
  font-size: 14px !important;
  color: #000;
  background-color: #f0f3f4;
}
.animsition {
  position: relative !important;
  min-height: 100% !important;
}
.no-margin {
  margin: 0px;
  padding: 0px;
}
.no-margin-top {
  margin-top: 0px;
}
.no-margin-bottom {
  margin-bottom: 0px;
}
.margin-top-15 {
  margin-top: 15px;
}
.margin-bottom-15 {
  margin-bottom: 15px;
}
.margin-right-15 {
  margin-right: 15px;
}
.margin-left-15 {
  margin-left: 15px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.padding-top-15 {
  padding-top: 15px;
}
.padding-bottom-15 {
  padding-bottom: 15px;
}
.padding-right-15 {
  padding-right: 15px;
}
.padding-left-15 {
  padding-left: 15px;
}
.padding-top-30 {
  padding-top: 30px;
}
.padding-bottom-30 {
  padding-bottom: 30px;
}
.no-left-padding {
  padding-left: 0;
}
.no-right-padding {
  padding-right: 0;
}
.no-top-padding {
  padding-top: 0;
}
.no-bottom-padding {
  padding-bottom: 0;
}
.overflow-auto {
  overflow: auto;
}
a,
a:visited {
  color: #222222;
}
a:hover,
a:visited,
a:active {
  text-decoration: none !important;
}
ol.big-numbers {
  counter-reset: listNumbering;
  list-style: none;
  padding-left: 20px;
}
ol.big-numbers li {
  font-size: 1em;
  counter-increment: listNumbering;
}
ol.big-numbers li:before {
  content: counter(listNumbering, decimal-leading-zero) ".";
  font-size: 2em;
}
ul.icon-star,
ol.icon-star,
ul.icon-bolt,
ol.icon-bolt {
  list-style: none;
  padding-left: 20px;
}
ul.icon-star li:before,
ol.icon-star li:before,
ul.icon-bolt li:before,
ol.icon-bolt li:before {
  font-family: "themify";
  padding-right: 10px;
  font-size: 14px;
}
ul.icon-star li:before,
ol.icon-star li:before {
  content: "\e60a";
}
ul.icon-bolt li:before,
ol.icon-bolt li:before {
  content: "\e652";
}
.row.same-height .panel-footer {
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0px;
}
/*---------------------------------------------------
    LOGIN
  ---------------------------------------------------
    login page styles
  ---------------------------------------------------*/
.login-page {
  background: url(../images/wall.jpg) no-repeat;
  background-size: cover;
  color: #8a8a8a;
  background-position: center;
  /*background:linear-gradient(45deg, #001f6a, #0c46d2);*/
}
.login-page.lock-screen .animsition {
  background-color: #1a2a42;
}
.login-page.lock-screen .panel {
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding-top: 40px;
}
.login-page.lock-screen .panel .img-container {
  position: absolute;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  height: 150px;
  width: 150px;
  background: #fff;
  border: solid 5px #fff;
  overflow: hidden;
  margin: auto auto;
  margin-top: -160px;
  margin-left: 60px;
}
.login-page.lock-screen .panel .img-container img {
  max-width: 140px;
  height: auto;
}
.login-page .animsition {
  position: absolute;
  top: -50px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  display: table;
  text-align: center;
  min-width: 100%;
  min-height: 100%;
}
.login-page .register-now {
  text-align: center;
  padding-bottom: 10px;
  color: #000;
}
.login-page .register-now a {
  display: inline-block;
  text-decoration: none !important;
  color: #003023 !important;
  font-size: 16px;
  font-weight: 500;
}
.login-page .register-now a:active,
.login-page .register-now a:visited,
.login-page .register-now a:focus {
  text-decoration: none !important;
}
.login-page .go-back {
  text-align: left;
  font-size: 12px;
  padding-top: 10px;
}
.login-page .go-back a {
  text-decoration: none;
}
.login-page .go-back a:active,
.login-page .go-back a:visited,
.login-page .go-back a:focus {
  text-decoration: none !important;
}
.login-page .login-container {
  display: table-cell;
  vertical-align: middle;
}
.login-page .login-container .panel-container {
  /*padding: 30px 0px;*/
  padding: 10px 0px;
}
.login-page .login-container .panel {
  color: #fff;
  min-width: 500px;
  max-width: 570px;
  margin: auto auto;
  text-align: left;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
.login-page .login-container .panel .btn-login .ti-unlock {
  display: none;
}
.login-page .login-container .panel .btn-login .ti-lock {
  display: inline-block;
}
.login-page .login-container .panel .btn-login:hover .ti-unlock {
  display: inline-block;
}
.login-page .login-container .panel .btn-login:hover .ti-lock {
  display: none;
}
.login-page .login-container .panel .panel-heading {
  color: #ffffff;
  font-weight: 300;
  font-size: 14px;
  text-align: center;
  padding: 0;
  background: transparent;
}
.login-page .login-container form label {
  color: #000;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
}
.login-page .login-container form .form-control {
  color: #fff !important;
  background-color: #92d050 !important;
}
.login-page .login-container form .form-control::placeholder {
  color: #fff !important;
}
.login-page .login-container form .form-control {
  color: #fff;
  background-color: #575757;
  background-clip: padding-box;
  border: none !important;
  padding: 10px 15px;
}
label {
  margin-bottom: 10px !important;
}
.d_flexs {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.btn {
  background: #92d050 !important;
  border: 1px solid #000000;
  border: none !important;
  padding: 10px 30px;
  color: #fff !important;
}
.register-container form label {
  color: #fff;
}
.login-page h3 {
  margin: 15px 0 10px 0;
  font-weight: 300 !important;
  font-size: 20px !important;
}
.register-container form .form-control {
  color: #adb5bd;
  background-color: #3b4452;
  background-clip: padding-box;
  border: 1px solid #434e5e;
}
.register-container a {
  color: #fff;
}
.login-page .login-container .panel .panel-heading p {
  padding: 0px;
  margin: 0px;
}
.login-page .login-container .panel .panel-heading img {
  max-width: 170px;
}
.login-page .login-container .panel .social-login a {
  display: inline-block;
  height: 32px;
  width: 32px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #ffffff;
  background-color: #bd5151;
  font-size: 14px;
  padding-top: 7px;
  text-align: center;
}
.login-page .login-container .panel .social-login a:active,
.login-page .login-container .panel .social-login a:focus {
  text-decoration: none !important;
}
.login-page .login-container .panel .social-login a:hover {
  background-color: #9f3c3c;
}
.login-page .login-container .panel .forgot-link {
  display: inline-block;
  color: #fff;
  /*position: absolute;*/
  /*top: -20px;*/
  right: 0;
}
.login-page .login-container .panel .forgot-link a {
  text-decoration: none !important;
}
.login-page .login-container .panel .forgot-link a:active,
.login-page .login-container .panel .forgot-link a:visited,
.login-page .login-container .panel .forgot-link a:focus {
  text-decoration: none !important;
}
.login-page .recover-container {
  display: table-cell;
  vertical-align: middle;
}
.login-page .recover-container .panel-container {
  width: 300px;
  margin: auto auto;
  padding: 30px 0px;
}
.login-page .recover-container .panel {
  width: 300px;
  margin: auto auto;
  text-align: left;
}
.login-page .recover-container .panel .panel-heading {
  background-color: #1a2a42;
  color: #ffffff;
  font-weight: 300;
  font-size: 14px;
  text-align: center;
  padding: 20px 0px;
}
.login-page .recover-container .panel .panel-heading p {
  padding: 0px;
  margin: 0px;
}
.login-page .recover-container .panel .panel-heading img {
  max-width: 170px;
}
.login-page .register-container {
  display: table-cell;
  vertical-align: middle;
}
.login-page .register-container .panel-container {
  width: 300px;
  margin: auto auto;
  padding: 30px 0px;
}
.login-page .register-container .panel {
  width: 300px;
  margin: auto auto;
  text-align: left;
}
.login-page .register-container .panel .panel-heading {
  background: #323a46;
  font-weight: 300;
  font-size: 14px;
  text-align: center;
  padding: 20px 0px 0 0;
}
.login-page .register-container .panel .panel-heading p {
  padding: 0px;
  margin: 0px;
}
.login-page .register-container .panel .panel-heading img {
  max-width: 170px;
}
/*---------------------------------------------------
    PANELS
  ---------------------------------------------------
    panels styles
  ---------------------------------------------------*/
.panel {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 6px 0 0 rgb(0 0 0 / 1%), 0 15px 32px 0 rgb(0 0 0 / 6%);
  -moz-box-shadow: 0 6px 0 0 rgb(0 0 0 / 1%), 0 15px 32px 0 rgb(0 0 0 / 6%);
  box-shadow: 0 6px 0 0 rgb(0 0 0 / 1%), 0 15px 32px 0 rgb(0 0 0 / 6%);
  border: none;
  overflow: hidden;
}
.panel .panel-heading {
  background: #fff;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.panel .panel-heading small {
  display: block;
  clear: both;
  font-size: 10px;
  font-weight: normal;
  opacity: 0.6;
  padding: 5px 0px 0px;
}
.panel .panel-heading .panel-heading-icons {
  display: inline-block;
  float: right;
  opacity: 0.3;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  cursor: pointer;
}
.panel .panel-heading .panel-heading-icons:hover {
  opacity: 1;
}
.panel .panel-heading .panel-heading-icons a {
  font-size: 10px;
  display: inline-block;
  width: 17px;
  height: 17px;
  padding-top: 3px;
  text-align: center;
  margin-left: 3px;
  border: solid 1px #222222;
  border-radius: 50px;
  position: relative;
  text-decoration: none;
}
.panel .panel-heading .panel-heading-icons a:hover {
  color: #5479aa;
  border: solid 1px #5479aa;
}
.panel .panel-heading .panel-heading-icons a:active,
.panel .panel-heading .panel-heading-icons a:visited {
  text-decoration: none;
}
.panel .panel-footer {
  background-color: #fff;
  border-top: transparent;
}
.panel-primary {
  border-color: transparent;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.17);
}
.panel-primary > .panel-heading {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #333;
  background-color: #fff;
  border-color: #fff;
  padding: 15px;
}
.panel-success {
  border-color: transparent;
}
.panel-success > .panel-heading {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #ffffff;
  background-color: #75b045;
  border-color: #75b045;
}
.panel-info {
  border-color: transparent;
}
.panel-info > .panel-heading {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #ffffff;
  background-color: #53a6a6;
  border-color: #53a6a6;
}
.panel-warning {
  border-color: transparent;
}
.panel-warning > .panel-heading {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #ffffff;
  background-color: #edb758;
  border-color: #edb758;
}
.panel-danger {
  border-color: transparent;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.17);
}
.panel-danger > .panel-heading {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #333;
  background-color: #fff;
  border-color: #fff;
  padding: 15px;
}
.bordered-panel {
  border: none;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
}
.bordered-panel.bordered-primary.left-border {
  border-left: solid 5px #5479aa;
}
.bordered-panel.bordered-primary.right-border {
  border-right: solid 5px #5479aa;
}
.bordered-panel.bordered-success.left-border {
  border-left: solid 5px #75b045;
}
.bordered-panel.bordered-success.right-border {
  border-right: solid 5px #75b045;
}
.bordered-panel.bordered-info.left-border {
  border-left: solid 5px #53a6a6;
}
.bordered-panel.bordered-info.right-border {
  border-right: solid 5px #53a6a6;
}
.bordered-panel.bordered-warning.left-border {
  border-left: solid 5px #edb758;
}
.bordered-panel.bordered-warning.right-border {
  border-right: solid 5px #edb758;
}
.bordered-panel.bordered-danger.left-border {
  border-left: solid 5px #bd5151;
}
.bordered-panel.bordered-danger.right-border {
  border-right: solid 5px #bd5151;
}
.row {
  margin: 0px;
}
th {
  font-weight: 400;
}
/*---------------------------------------------------
    MULTIPLE SELECT
  ---------------------------------------------------
    @author zhixin wen <wenzhixin2010@gmail.com>
  ---------------------------------------------------*/
.ms-parent {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.ms-choice {
  display: block;
  height: auto;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  border: none;
  text-align: left;
  white-space: nowrap;
  line-height: 26px;
  color: inherit;
  text-decoration: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: transparent;
}
.ms-choice.disabled {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.ms-choice > span {
  position: absolute;
  top: 0;
  left: 0;
  right: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding-left: 8px;
  padding-top: 3px;
}
.ms-choice > span.placeholder {
  color: #999;
}
.ms-choice > div {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 25px;
  background: transparent;
}
.ms-choice > div.open {
  background: transparent;
}
.ms-drop {
  width: 100%;
  overflow: hidden;
  display: none;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  z-index: 1000;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.ms-drop.bottom {
  top: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: solid 1px #e8e6e6;
  left: 0px;
}
.ms-drop.top {
  bottom: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.ms-search {
  display: inline-block;
  margin: 0;
  min-height: 26px;
  padding: 4px;
  position: relative;
  white-space: nowrap;
  width: 100%;
  z-index: 10000;
}
.ms-search input {
  width: 100%;
  height: auto !important;
  min-height: 24px;
  padding: 5px;
  margin: 0;
  outline: 0;
  border: 1px solid #e8e6e6;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: inherit;
}
.ms-search,
.ms-search input {
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.ms-drop ul {
  overflow: auto;
  margin: 0;
  padding: 5px 8px;
}
.ms-drop ul > li {
  list-style: none;
  display: list-item;
  background-image: none;
  position: static;
}
.ms-drop ul > li .disabled {
  opacity: 0.35;
  filter: alpha(opacity=35);
}
.ms-drop ul > li.multiple {
  display: block;
  float: left;
}
.ms-drop ul > li.group {
  clear: both;
}
.ms-drop ul > li.multiple label {
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ms-drop ul > li label {
  font-weight: normal;
  display: block;
  white-space: nowrap;
  font-size: 11px;
  padding-top: 2px;
}
.ms-drop ul > li label.optgroup {
  font-weight: bold;
}
.ms-drop input[type="checkbox"] {
  vertical-align: middle;
  float: left;
  margin-top: 2px;
  margin-right: 6px;
}
.ms-drop .ms-no-results {
  display: none;
}
/*---------------------------------------------------
    TAGS
  ---------------------------------------------------
    https://github.com/maxwells/bootstrap-tags
  ---------------------------------------------------*/
.bootstrap-tags.bootstrap-3 .tag a {
  margin: 0 0 0 0.3em;
}
.bootstrap-tags.bootstrap-3 .glyphicon-white {
  color: #fff;
}
.bootstrap-tags.bootstrap-2 .tag.md {
  padding: 0.3em 0.4em 0.4em;
}
.bootstrap-tags.bootstrap-2 .tag.lg {
  padding: 0.4em 0.4em 0.5em;
}
.bootstrap-tags {
  position: relative;
  padding: 4px;
}
.bootstrap-tags .tags {
  width: inherit;
  height: 0;
  position: absolute;
  padding: 0;
  margin: 0;
}
.bootstrap-tags .tag-data {
  display: none;
}
.bootstrap-tags .tags-input {
  width: 100%;
  margin: 0;
  padding: 0;
  height: 1.7em;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  border: transparent;
}
.bootstrap-tags .tag-list {
  width: 280px;
  height: auto;
  min-height: 26px;
  left: 2px;
  top: 2px;
  position: relative;
}
.bootstrap-tags .tag {
  padding: 6px;
  margin: 0 0.1em;
  float: left;
  background: #5479aa;
  color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-right: 5px;
  margin-bottom: 3px;
}
.bootstrap-tags .tag.sm {
  padding: 0.4em 0.4em 0.5em;
  font-size: 12px;
}
.bootstrap-tags .tag.md {
  font-size: 12px;
  font-weight: 300;
}
.bootstrap-tags .tag.lg {
  font-size: 14px;
  padding: 0.4em 0.4em 0.4em;
  margin: 0 0.2em 0.2em 0;
}
.bootstrap-tags .tag a {
  color: #bbb;
  cursor: pointer;
  opacity: 0.5;
}
.bootstrap-tags .tag .remove {
  vertical-align: bottom;
  top: 0;
}
.bootstrap-tags ul.tags-suggestion-list {
  width: 300px;
  height: auto;
  list-style: none;
  margin: 0;
  z-index: 2;
  max-height: 160px;
  overflow: scroll;
}
.bootstrap-tags ul.tags-suggestion-list li.tags-suggestion {
  padding: 3px 20px;
  height: auto;
}
.bootstrap-tags ul.tags-suggestion-list li.tags-suggestion-highlighted {
  color: white;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#0088cc),
    to(#0077b3)
  );
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
/*---------------------------------------------------
    SIMPLE COLOR PICKER
  ---------------------------------------------------
    https://github.com/tkrotoff/jquery-simplecolorpicker
  ---------------------------------------------------*/
.simplecolorpicker.picker {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1051;
  /* Above Bootstrap modal (@zindex-modal = 1050) */

  display: none;
  float: left;
  min-width: 160px;
  max-width: 283px;
  /* @popover-max-width = 276px + 7 */

  padding: 5px 0 0 5px;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
  /* @dropdown-bg */

  border: 1px solid #ccc;
  /* @dropdown-fallback-border */

  border: 1px solid rgba(0, 0, 0, 0.15);
  /* @dropdown-border */

  -webkit-border-radius: 4px;
  /* @border-radius-base */

  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.simplecolorpicker.inline {
  display: inline-block;
  padding: 6px 0;
}
.simplecolorpicker span {
  margin: 0 5px 5px 0;
}
.simplecolorpicker.icon,
.simplecolorpicker span.color {
  display: inline-block;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 20px;
  height: 20px;
}
.simplecolorpicker.icon:after,
.simplecolorpicker span.color:after {
  content: "\00a0\00a0\00a0\00a0";
  /* Spaces */
}
.simplecolorpicker span.color[data-disabled]:hover {
  cursor: not-allowed;
  border: 1px solid transparent;
}
.simplecolorpicker span.color:hover,
.simplecolorpicker span.color[data-selected],
.simplecolorpicker span.color[data-selected]:hover {
  border: 1px solid #5479aa;
  /* @gray-dark */
}
.simplecolorpicker span.color[data-selected]:after {
  color: #fff;
}
/* Vertical separator, replaces optgroup. */
.simplecolorpicker span.vr {
  border-left: 1px solid #5479aa;
  /* @gray-dark */
}
/*---------------------------------------------------
    COLOR PICKER
  ---------------------------------------------------
    http://mjolnic.github.io/bootstrap-colorpicker/
  ---------------------------------------------------*/
.colorpicker-saturation {
  float: left;
  width: 100px;
  height: 100px;
  cursor: crosshair;
  background-image: url("../img/saturation.png");
}
.colorpicker-saturation i {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  margin: -4px 0 0 -4px;
  border: 1px solid #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.colorpicker-saturation i b {
  display: block;
  width: 5px;
  height: 5px;
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.colorpicker-hue,
.colorpicker-alpha {
  float: left;
  width: 15px;
  height: 100px;
  margin-bottom: 4px;
  margin-left: 4px;
  cursor: row-resize;
}
.colorpicker-hue i,
.colorpicker-alpha i {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  margin-top: -1px;
  background: #000;
  border-top: 1px solid #fff;
}
.colorpicker-hue {
  background-image: url("../img/hue.png");
}
.colorpicker-alpha {
  display: none;
  background-image: url("../img/alpha.png");
}
.colorpicker {
  top: 0;
  left: 0;
  z-index: 2500;
  min-width: 130px;
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *zoom: 1;
}
.colorpicker:before,
.colorpicker:after {
  display: table;
  line-height: 0;
  content: "";
}
.colorpicker:after {
  clear: both;
}
.colorpicker:before {
  position: absolute;
  top: -7px;
  left: 6px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}
.colorpicker:after {
  position: absolute;
  top: -6px;
  left: 7px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: "";
}
.colorpicker div {
  position: relative;
}
.colorpicker.colorpicker-with-alpha {
  min-width: 140px;
}
.colorpicker.colorpicker-with-alpha .colorpicker-alpha {
  display: block;
}
.colorpicker-color {
  height: 10px;
  margin-top: 5px;
  clear: both;
  background-image: url("../img/alpha.png");
  background-position: 0 100%;
}
.colorpicker-color div {
  height: 10px;
}
.colorpicker-element .input-group-addon i,
.colorpicker-element .add-on i {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: text-top;
  cursor: pointer;
}
.colorpicker.colorpicker-inline {
  position: relative;
  z-index: auto;
  display: inline-block;
  float: none;
}
.colorpicker.colorpicker-horizontal {
  width: 110px;
  height: auto;
  min-width: 110px;
}
.colorpicker.colorpicker-horizontal .colorpicker-saturation {
  margin-bottom: 4px;
}
.colorpicker.colorpicker-horizontal .colorpicker-color {
  width: 100px;
}
.colorpicker.colorpicker-horizontal .colorpicker-hue,
.colorpicker.colorpicker-horizontal .colorpicker-alpha {
  float: left;
  width: 100px;
  height: 15px;
  margin-bottom: 4px;
  margin-left: 0;
  cursor: col-resize;
}
.colorpicker.colorpicker-horizontal .colorpicker-hue i,
.colorpicker.colorpicker-horizontal .colorpicker-alpha i {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 15px;
  margin-top: 0;
  background: #ffffff;
  border: none;
}
.colorpicker.colorpicker-horizontal .colorpicker-hue {
  background-image: url("../img/hue-horizontal.png");
}
.colorpicker.colorpicker-horizontal .colorpicker-alpha {
  background-image: url("../img/alpha-horizontal.png");
}
.colorpicker.colorpicker-hidden {
  display: none;
}
.colorpicker.colorpicker-visible {
  display: block;
}
.colorpicker-inline.colorpicker-visible {
  display: inline-block;
}
.colorpicker-right:before {
  right: 6px;
  left: auto;
}
.colorpicker-right:after {
  right: 7px;
  left: auto;
}
/*---------------------------------------------------
    TIMEPICKER
  ---------------------------------------------------
    https://github.com/jdewit/bootstrap-timepicker/
  ---------------------------------------------------*/
.bootstrap-timepicker {
  position: relative;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
  left: auto;
  right: 0;
}
.bootstrap-timepicker.pull-right
  .bootstrap-timepicker-widget.dropdown-menu:before {
  left: auto;
  right: 12px;
}
.bootstrap-timepicker.pull-right
  .bootstrap-timepicker-widget.dropdown-menu:after {
  left: auto;
  right: 13px;
}
.bootstrap-timepicker .add-on {
  cursor: pointer;
}
.bootstrap-timepicker .add-on i {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.bootstrap-timepicker-widget.dropdown-menu {
  padding: 4px;
}
.bootstrap-timepicker-widget.dropdown-menu.open {
  display: inline-block;
}
.bootstrap-timepicker-widget.dropdown-menu:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
}
.bootstrap-timepicker-widget.dropdown-menu:after {
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
}
.bootstrap-timepicker-widget.timepicker-orient-left:before {
  left: 6px;
}
.bootstrap-timepicker-widget.timepicker-orient-left:after {
  left: 7px;
}
.bootstrap-timepicker-widget.timepicker-orient-right:before {
  right: 6px;
}
.bootstrap-timepicker-widget.timepicker-orient-right:after {
  right: 7px;
}
.bootstrap-timepicker-widget.timepicker-orient-top:before {
  top: -7px;
}
.bootstrap-timepicker-widget.timepicker-orient-top:after {
  top: -6px;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget input {
  border-radius: 4px;
}
.bootstrap-timepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-timepicker-widget table td {
  text-align: center;
  height: 30px;
  margin: 0;
  padding: 2px;
}
.bootstrap-timepicker-widget table td:not(.separator) {
  min-width: 30px;
}
.bootstrap-timepicker-widget table td span {
  width: 100%;
}
.bootstrap-timepicker-widget table td a {
  border: 1px transparent solid;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 8px 0;
  outline: 0;
  color: #333;
}
.bootstrap-timepicker-widget table td a:hover {
  text-decoration: none;
  background-color: #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-color: #ddd;
}
.bootstrap-timepicker-widget table td a i {
  margin-top: 2px;
  font-size: 18px;
}
.bootstrap-timepicker-widget table td input {
  width: 25px;
  margin: 0;
  text-align: center;
}
.bootstrap-timepicker-widget .modal-content {
  padding: 4px;
}
@media (min-width: 767px) {
  .bootstrap-timepicker-widget.modal {
    width: 200px;
    margin-left: -100px;
  }
}
@media (max-width: 767px) {
  .bootstrap-timepicker {
    width: 100%;
  }
  .bootstrap-timepicker .dropdown-menu {
    width: 100%;
  }
}
/*---------------------------------------------------
    DATE PICKER
  ---------------------------------------------------
    https://github.com/eternicode/bootstrap-datepicker
  ---------------------------------------------------*/
.datepicker {
  padding: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker > div {
  display: none;
}
.datepicker.days .datepicker-days,
.datepicker.months .datepicker-months,
.datepicker.years .datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  color: #ffffff;
  background-color: #edb758;
  border-color: #edb758;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:focus,
.datepicker table tr td.today:hover:focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  color: #ffffff !important;
  background-color: #efc16f;
  border-color: #efc16f;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  background-image: none;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.today,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today.disabled,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover.disabled:hover,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today.disabled:hover.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today:hover[disabled]:hover,
.datepicker table tr td.today.disabled[disabled]:hover,
.datepicker table tr td.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today:hover:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today:hover.disabled:focus,
.datepicker table tr td.today.disabled.disabled:focus,
.datepicker table tr td.today.disabled:hover.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today:hover[disabled]:focus,
.datepicker table tr td.today.disabled[disabled]:focus,
.datepicker table tr td.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today:hover.disabled:active,
.datepicker table tr td.today.disabled.disabled:active,
.datepicker table tr td.today.disabled:hover.disabled:active,
.datepicker table tr td.today[disabled]:active,
.datepicker table tr td.today:hover[disabled]:active,
.datepicker table tr td.today.disabled[disabled]:active,
.datepicker table tr td.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.today:active,
fieldset[disabled] .datepicker table tr td.today:hover:active,
fieldset[disabled] .datepicker table tr td.today.disabled:active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today:hover.disabled.active,
.datepicker table tr td.today.disabled.disabled.active,
.datepicker table tr td.today.disabled:hover.disabled.active,
.datepicker table tr td.today[disabled].active,
.datepicker table tr td.today:hover[disabled].active,
.datepicker table tr td.today.disabled[disabled].active,
.datepicker table tr td.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.today.active,
fieldset[disabled] .datepicker table tr td.today:hover.active,
fieldset[disabled] .datepicker table tr td.today.disabled.active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  color: #000000;
  background-color: #f7ca77;
  border-color: #f1a417;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:hover:focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  color: #000000;
  background-color: #f4bb51;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  background-image: none;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.range.today,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover.disabled:hover,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
.datepicker table tr td.range.today:hover[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled]:hover,
.datepicker table tr td.range.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today:hover.disabled:focus,
.datepicker table tr td.range.today.disabled.disabled:focus,
.datepicker table tr td.range.today.disabled:hover.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today:hover[disabled]:focus,
.datepicker table tr td.range.today.disabled[disabled]:focus,
.datepicker table tr td.range.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today:hover.disabled:active,
.datepicker table tr td.range.today.disabled.disabled:active,
.datepicker table tr td.range.today.disabled:hover.disabled:active,
.datepicker table tr td.range.today[disabled]:active,
.datepicker table tr td.range.today:hover[disabled]:active,
.datepicker table tr td.range.today.disabled[disabled]:active,
.datepicker table tr td.range.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.today:active,
fieldset[disabled] .datepicker table tr td.range.today:hover:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today:hover.disabled.active,
.datepicker table tr td.range.today.disabled.disabled.active,
.datepicker table tr td.range.today.disabled:hover.disabled.active,
.datepicker table tr td.range.today[disabled].active,
.datepicker table tr td.range.today:hover[disabled].active,
.datepicker table tr td.range.today.disabled[disabled].active,
.datepicker table tr td.range.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.range.today.active,
fieldset[disabled] .datepicker table tr td.range.today:hover.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected:hover:focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  color: #ffffff;
  background-color: #858585;
  border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  background-image: none;
}
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.selected,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover.disabled:hover,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected.disabled:hover.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected:hover[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled]:hover,
.datepicker table tr td.selected.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected:hover:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected:hover.disabled:focus,
.datepicker table tr td.selected.disabled.disabled:focus,
.datepicker table tr td.selected.disabled:hover.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected:hover[disabled]:focus,
.datepicker table tr td.selected.disabled[disabled]:focus,
.datepicker table tr td.selected.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected:hover.disabled:active,
.datepicker table tr td.selected.disabled.disabled:active,
.datepicker table tr td.selected.disabled:hover.disabled:active,
.datepicker table tr td.selected[disabled]:active,
.datepicker table tr td.selected:hover[disabled]:active,
.datepicker table tr td.selected.disabled[disabled]:active,
.datepicker table tr td.selected.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.selected:active,
fieldset[disabled] .datepicker table tr td.selected:hover:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected:hover.disabled.active,
.datepicker table tr td.selected.disabled.disabled.active,
.datepicker table tr td.selected.disabled:hover.disabled.active,
.datepicker table tr td.selected[disabled].active,
.datepicker table tr td.selected:hover[disabled].active,
.datepicker table tr td.selected.disabled[disabled].active,
.datepicker table tr td.selected.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.selected.active,
fieldset[disabled] .datepicker table tr td.selected:hover.active,
fieldset[disabled] .datepicker table tr td.selected.disabled.active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
  background-color: #999999;
  border-color: #555555;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.active,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.disabled,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover.disabled:hover,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active.disabled:hover.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active:hover[disabled]:hover,
.datepicker table tr td.active.disabled[disabled]:hover,
.datepicker table tr td.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active:hover:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active:hover.disabled:focus,
.datepicker table tr td.active.disabled.disabled:focus,
.datepicker table tr td.active.disabled:hover.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active:hover[disabled]:focus,
.datepicker table tr td.active.disabled[disabled]:focus,
.datepicker table tr td.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active:hover.disabled:active,
.datepicker table tr td.active.disabled.disabled:active,
.datepicker table tr td.active.disabled:hover.disabled:active,
.datepicker table tr td.active[disabled]:active,
.datepicker table tr td.active:hover[disabled]:active,
.datepicker table tr td.active.disabled[disabled]:active,
.datepicker table tr td.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.active:active,
fieldset[disabled] .datepicker table tr td.active:hover:active,
fieldset[disabled] .datepicker table tr td.active.disabled:active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active:hover.disabled.active,
.datepicker table tr td.active.disabled.disabled.active,
.datepicker table tr td.active.disabled:hover.disabled.active,
.datepicker table tr td.active[disabled].active,
.datepicker table tr td.active:hover[disabled].active,
.datepicker table tr td.active.disabled[disabled].active,
.datepicker table tr td.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.active.active,
fieldset[disabled] .datepicker table tr td.active:hover.active,
fieldset[disabled] .datepicker table tr td.active.disabled.active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td span.active,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active:hover.disabled:active,
.datepicker table tr td span.active.disabled.disabled:active,
.datepicker table tr td span.active.disabled:hover.disabled:active,
.datepicker table tr td span.active[disabled]:active,
.datepicker table tr td span.active:hover[disabled]:active,
.datepicker table tr td span.active.disabled[disabled]:active,
.datepicker table tr td span.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td span.active:active,
fieldset[disabled] .datepicker table tr td span.active:hover:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active:hover.disabled.active,
.datepicker table tr td span.active.disabled.disabled.active,
.datepicker table tr td span.active.disabled:hover.disabled.active,
.datepicker table tr td span.active[disabled].active,
.datepicker table tr td span.active:hover[disabled].active,
.datepicker table tr td span.active.disabled[disabled].active,
.datepicker table tr td span.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td span.active.active,
fieldset[disabled] .datepicker table tr td span.active:hover.active,
fieldset[disabled] .datepicker table tr td span.active.disabled.active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child .cw {
  cursor: default;
  background-color: transparent;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: solid #cccccc;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333333;
  font-size: 13px;
  line-height: 1.42857143;
}
.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
  padding: 0px 5px;
}
/*---------------------------------------------------
    DATE RANGE PICKER
  ---------------------------------------------------
    http://www.dangrossman.info
  ---------------------------------------------------*/
.daterangepicker.dropdown-menu {
  max-width: none;
  z-index: 3000;
}
.daterangepicker.opensleft .ranges,
.daterangepicker.opensleft .calendar {
  float: left;
  margin: 4px;
}
.daterangepicker.opensright .ranges,
.daterangepicker.opensright .calendar,
.daterangepicker.openscenter .ranges,
.daterangepicker.openscenter .calendar {
  float: right;
  margin: 4px;
}
.daterangepicker.single .ranges,
.daterangepicker.single .calendar {
  float: none;
}
.daterangepicker .ranges {
  width: 160px;
  text-align: left;
}
.daterangepicker .ranges .range_inputs > div {
  float: left;
}
.daterangepicker .ranges .range_inputs > div:nth-child(2) {
  padding-left: 11px;
}
.daterangepicker .calendar {
  display: none;
  max-width: 270px;
}
.daterangepicker.show-calendar .calendar {
  display: block;
}
.daterangepicker .calendar.single .calendar-date {
  border: none;
}
.daterangepicker .calendar th,
.daterangepicker .calendar td {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  white-space: nowrap;
  text-align: center;
  min-width: 32px;
}
.daterangepicker .daterangepicker_start_input label,
.daterangepicker .daterangepicker_end_input label {
  color: #333;
  display: block;
  font-size: 11px;
  font-weight: normal;
  height: 20px;
  line-height: 20px;
  margin-bottom: 2px;
  text-shadow: #fff 1px 1px 0px;
  text-transform: uppercase;
  width: 74px;
}
.daterangepicker .ranges input {
  font-size: 11px;
}
.daterangepicker .ranges .input-mini {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  display: block;
  font-size: 11px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  margin: 0 0 10px 0;
  padding: 0 6px;
  width: 74px;
}
.daterangepicker .ranges ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.daterangepicker .ranges li {
  font-size: 13px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  color: #08c;
  padding: 3px 12px;
  margin-bottom: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
  background: #5479aa;
  border: 1px solid #5479aa;
  color: #fff;
}
.daterangepicker .calendar-date {
  border: 1px solid #ddd;
  padding: 4px;
  border-radius: 4px;
  background: #fff;
}
.daterangepicker .calendar-time {
  text-align: center;
  margin: 8px auto 0 auto;
  line-height: 30px;
}
.daterangepicker {
  position: absolute;
  background: #fff;
  top: 100px;
  left: 20px;
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.daterangepicker.opensleft:before {
  position: absolute;
  top: -7px;
  right: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}
.daterangepicker.opensleft:after {
  position: absolute;
  top: -6px;
  right: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: "";
}
.daterangepicker.openscenter:before {
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}
.daterangepicker.openscenter:after {
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: "";
}
.daterangepicker.opensright:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}
.daterangepicker.opensright:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: "";
}
.daterangepicker table {
  width: 100%;
  margin: 0;
}
.daterangepicker td,
.daterangepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
}
.daterangepicker td.off {
  color: #999;
}
.daterangepicker td.disabled,
.daterangepicker option.disabled {
  color: #999;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background: #eee;
}
.daterangepicker td.in-range {
  background: #ebf4f8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.daterangepicker td.start-date {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.daterangepicker td.end-date {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.daterangepicker td.start-date.end-date {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: #3071a9;
  color: #fff;
}
.daterangepicker td.week,
.daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}
.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}
.daterangepicker select.yearselect {
  width: 40%;
}
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  width: 50px;
  margin-bottom: 0;
}
.daterangepicker_start_input {
  float: left;
}
.daterangepicker_end_input {
  float: left;
  padding-left: 11px;
}
.daterangepicker th.month {
  width: auto;
}
/*---------------------------------------------------
    SPINNER
  ---------------------------------------------------
    https://github.com/istvan-ujjmeszaros/bootstrap-touchspin
  ---------------------------------------------------*/
.bootstrap-touchspin .input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}
.bootstrap-touchspin .input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  margin-left: -1px;
  position: relative;
  margin-bottom: 0px !important;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0;
  border-top-right-radius: 4px;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  margin-top: -2px;
  border-radius: 0;
  border-bottom-right-radius: 4px;
}
.bootstrap-touchspin .input-group-btn-vertical i {
  position: absolute;
  top: 3px;
  left: 5px;
  font-size: 9px;
  font-weight: normal;
}
/*---------------------------------------------------
    SLIDER
  ---------------------------------------------------
    https://github.com/IonDen/ion.rangeSlider/
  ---------------------------------------------------*/
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}
.irs-line-left,
.irs-line-mid,
.irs-line-right {
  position: absolute;
  display: block;
  top: 0;
}
.irs-line-left {
  left: 0;
  width: 11%;
}
.irs-line-mid {
  left: 9%;
  width: 82%;
}
.irs-line-right {
  right: 0;
  width: 11%;
}
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}
.irs-bar-edge {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}
.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1;
}
.irs-slider.single {
  background: #436188;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.irs-slider.from {
  background: #436188;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.irs-slider.to {
  background: #436188;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.irs-slider.type_last {
  z-index: 2;
}
.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default;
}
.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default;
}
.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}
.irs-grid-pol.small {
  height: 4px;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}
.irs-disabled {
  opacity: 0.4;
}
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}
.irs {
  height: 40px;
}
.irs-with-grid {
  height: 60px;
}
.irs-line {
  height: 12px;
  top: 25px;
}
.irs-line-left {
  height: 12px;
  background-position: 0 -30px;
  background: #bac9dd;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.irs-line-mid {
  height: 12px;
  background-position: 0 0;
  background: #bac9dd;
}
.irs-line-right {
  height: 12px;
  background-position: 100% -30px;
  background: #bac9dd;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.irs-bar {
  height: 12px;
  top: 25px;
  background-position: 0 -60px;
  background: #5479aa;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.irs-bar-edge {
  top: 25px;
  height: 12px;
  width: 9px;
  background-position: 0 -90px;
  background: #5479aa;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.irs-shadow {
  height: 3px;
  top: 34px;
  background: #000;
  opacity: 0.25;
}
.lt-ie9 .irs-shadow {
  filter: alpha(opacity=25);
}
.irs-slider {
  width: 16px;
  height: 18px;
  top: 22px;
  background-position: 0 -120px;
}
.irs-slider.state_hover,
.irs-slider:hover {
  background-position: 0 -150px;
}
.irs-min,
.irs-max {
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: #e1e4e9;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.irs-from,
.irs-to,
.irs-single {
  color: #fff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #bd5151;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.irs-from:after,
.irs-to:after,
.irs-single:after {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #bd5151;
}
.irs-grid-pol {
  background: #e1e4e9;
}
.irs-grid-text {
  color: #999;
}
/*---------------------------------------------------
    SELECTATOR
  ---------------------------------------------------
  ---------------------------------------------------*/
/* reset */
.multipleselect {
  min-height: 50px;
  height: 50px;
}
.selectator * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-decoration: none;
}
.selectator img {
  display: block;
}
/* dimmer */
#selectator_dimmer {
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
}
/* Main box */
.selectator {
  border: 1px solid #e8e6e6;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  height: 50px !important;
  min-height: 50px !important;
}
.selectator.multiple {
  padding-right: 20px !important;
  padding-bottom: 5px !important;
}
.selectator.single {
  height: 36px;
  padding: 7px 10px !important;
}
.selectator:after {
  position: absolute;
  cursor: pointer;
  content: "\25BC";
  font-size: 90%;
  right: 4px;
  color: #aaa;
  top: 50%;
  line-height: 0;
}
/* chosen items holder */
.selectator_chosen_items {
  display: inline;
}
.single .selectator_chosen_items {
  display: block;
}
/* chosen item */
.selectator_chosen_item {
  display: inline-block;
  background-color: #5479aa;
  border-radius: 2px;
  color: #ffffff;
  padding: 4px 20px 4px 4px;
  font-size: 13px;
  margin: 2px;
  position: relative;
  vertical-align: top;
}
.single .selectator_chosen_item {
  background-color: transparent;
  color: #000;
  display: block;
  text-decoration: none;
  padding: 0;
  margin: 0;
  font-size: inherit;
}
.multiple .selectator_chosen_item {
  margin: 5px 0 0 5px;
  padding: 3px 5px 2px 5px;
}
/* chosen item - left */
.selectator_chosen_item_left {
  float: left;
  width: 25px;
}
.selectator_chosen_item_left img {
  height: 23px;
}
.multiple .selectator_chosen_item_left {
  float: left;
  width: 22px;
}
.multiple .selectator_chosen_item_left img {
  height: 18px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/* chosen item - title */
.single .selectator_chosen_item_title {
  height: auto;
}
.multiple .selectator_chosen_item_title {
  float: left;
  padding-top: 2px;
}
/* chosen item - subtitle */
.selectator_chosen_item_subtitle {
  display: none;
}
/* chosen item - right */
.selectator_chosen_item_right {
  float: right;
  width: 20px;
  background-color: #ccc;
  font-size: 15px;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  padding: 3px;
  margin-right: 20px;
}
.multiple .selectator_chosen_item_right {
  display: none;
}
/* chosen item remove button */
.selectator_chosen_item_remove {
  display: inline-block;
  font-weight: bold;
  color: #5479aa;
  margin: 0 0 0 5px;
  padding: 6px 5px 4px 5px;
  cursor: pointer;
  font-size: 11px;
  line-height: 10px;
  vertical-align: top;
  border-radius: 0 2px 2px 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  position: relative;
}
.selectator_chosen_item_remove:after {
  position: absolute;
  content: "\e646";
  color: #ffffff;
  font-family: "themify";
  font-size: 10px;
  right: 0px;
  top: 6px;
}
.selectator_chosen_item_remove:hover {
  color: #5479aa;
  background-color: #5479aa;
}
.single .selectator_chosen_item_remove {
  display: none;
}
.multiple .selectator_chosen_item_remove {
  padding: 7px 5px 4px 5px;
}
.multiple .selectator_input,
.multiple .selectator_textlength {
  padding: 1px 0 0 0;
  margin: 7px 0 2px 5px;
}
/* input box */
.selectator_input,
.selectator_textlength {
  border: 0;
  display: inline-block;
  margin: 0;
  background-color: transparent;
  font-size: 13px;
  outline: none;
  padding: 6px 0 0 0;
}
.single .selectator_input {
  border: 1px solid #7f9db9;
  position: absolute;
  bottom: -40px;
  left: -1px;
  z-index: 101;
  padding: 10px 25px;
  width: 100%;
  width: calc(102%);
  border-bottom: 0;
  background-color: #f6f6f6;
  color: #333;
  font-size: inherit;
}
.single.options-hidden .selectator_input {
  opacity: 0;
  position: absolute;
  left: -10000px;
}
.single.options-visible .selectator_input {
  opacity: 1;
}
.disable_search .selectator_input {
  opacity: 0;
  padding: 0 1px 1px 0 !important;
}
/* options holder */
.selectator_options {
  margin: 0;
  padding: 0;
  border: 1px solid #8a8a8a;
  border-radius: 0 0 3px 3px;
  font-family: sans-serif;
  position: absolute;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  z-index: 101;
  background-color: #fff;
  overflow-y: scroll;
  max-height: 250px;
  list-style: none;
  left: -1px;
  right: -1px;
}
.single .selectator_options {
  padding-top: 0;
  border-top: 0;
}
.disable_search .selectator_options {
  border-top: 1px solid #7f9db9;
}
.single.disable_search .selectator_options {
  padding-top: 0;
}
.selectator.options-hidden .selectator_options {
  display: none;
}
/* option item group header */
.selectator_group_header {
  padding: 5px;
  font-weight: bold;
}
/* option item group holder */
.selectator_group {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* option item */
.selectator_option {
  padding: 5px;
  cursor: pointer;
  color: #000;
}
.selectator_option.active {
  background-color: #5479aa;
  color: #ffffff;
}
.selectator_option.active .selectator_option_subtitle {
  color: #ffffff;
}
.selectator_group .selectator_option {
  padding: 5px 5px 5px 20px;
}
/* option item - left */
.selectator_option_left {
  float: left;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  width: 32px;
  height: 32px;
}
.selectator_option_left img {
  min-width: 35px;
  min-height: 35px;
  max-height: 40px;
  width: auto;
}
/* option item - title */
.selectator_option_title {
  margin-left: 35px;
}
/* option item - subtitle */
.selectator_option_subtitle {
  font-size: 75%;
  color: #888;
  margin-left: 35px;
}
/* option item - right */
.selectator_option_right {
  float: right;
  width: 30px;
  background-color: #ccc;
  font-size: 15px;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  padding: 6px;
}
input.msuggest-input-dropdown {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAFCAQAAADiFHT/AAAACXBIWXMAAAsTAAALEwEAmpwYAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAAB6JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAAANElEQVR42mJk+M+ABv4zooswoQthKmFgYEIVxqaEgYEJWQq7EqgiiDQuJQwMAAAAAP//AwD8wwoJyWPgpgAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 23px;
}
.msuggest-loading {
  height: 60px;
  background-image: url(data:image/gif;base64,R0lGODlhGQAZAKUAAAQGBISGhERGRMTGxCQmJGRmZKSmpOTm5BQWFFRWVNTW1DQ2NHR2dLS2tJSWlPT29AwODIyOjExOTMzOzCwuLGxubKyurOzu7BweHFxeXNze3Dw+PHx+fLy+vJyenPz+/AwKDIyKjExKTMzKzCwqLGxqbKyqrOzq7BwaHFxaXNza3Dw6PHx6fLy6vJyanPz6/BQSFJSSlFRSVNTS1DQyNHRydLSytPTy9CQiJGRiZOTi5ERCRISChMTCxP///wAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQA+ACwAAAAAGQAZAAAG/kCfcOh7WHIUCO/F/HyI0OEjhgMAQLDI5/Xovp5RoWoFgWRsh6HzdbvcwNARDiJThYXsy+kFVZAQS3dqNycHfHgCCAGCUTcHB2AOGCmHjGonOhc+LzQEdpZQDxoaHw0EJaBhByo3DCQtqY0KOhIUmrFELzMKKxu4UTMzNCK/UBMjGwLFRCMDKRu3xS89EwEbA8s+Jx0KHTs82RMtezIiOsU3DR18JiIscKAfAzafLxUSBrgzJutDOjkJTFS682GCAQs3+hTIECLNnQsNPJg4oYpFjhIeZkR7oKKBCxc2okV50YBBiQoMeEQIESBEBA8TBt55McFECB4cQrhooEKmApAgACH5BAkJADsALAAAAAAZABkAhQQCBISChMTCxERCRKSipOTi5GRiZCQmJJSSlNTS1FRSVLSytPTy9HRydBQSFDQyNIyKjMzKzExKTKyqrOzq7JyanNza3FxaXLy6vPz6/Hx6fBwaHGxqbCwuLDw6PAwKDISGhMTGxERGRKSmpOTm5GRmZCwqLJSWlNTW1FRWVLS2tPT29HR2dBQWFDQ2NIyOjMzOzExOTKyurOzu7JyenNze3FxeXLy+vPz+/Hx+fBweHP///wAAAAAAAAAAAAAAAAb+wJ1wuFstOK7Nx9ExTFbE6HBVMTmum0PrAwC8cDjp0CLa6Eoq0pAis80ymbAU9tBdLGIhLrNayccuBxAZeUN7Kwx/GQoHL4VSGQyJQjRNhI9EOAwzUBkDLjWYUjgUFDgYLhqiYjMUKwEuAqtSKyQzNgMzs1E4BSQSMbtSBTUiF8JRNRYKKchEFhYcMQzOOxkoFi8KEdUzCQUhKY7ONRFvJTZqwhkREWEqBoO7OAkCBUIZOQYyuzU37kNINOCw4E8eHBYwCKBGpAaLBhXUiWEgYAEGXVJIvGCRYwIKhkUKCJAh4wZISAIgBAAB4QSNlzRGLEBhMM+1BTROIKggw94EpShBAAAh+QQJCQA6ACwAAAAAGQAZAIUEAgSEgoTEwsREQkSkoqTk4uQkIiRkYmSUkpTU0tS0srT08vQ0MjR0cnRUUlQUEhSMiozMysysqqzs6uwsKixsamycmpzc2ty8urz8+vw8OjxMTkx8enxcXlwcGhwMCgyEhoTExsRERkSkpqTk5uQkJiRkZmSUlpTU1tS0trT09vQ0NjR0dnRUVlSMjozMzsysrqzs7uwsLixsbmycnpzc3ty8vrz8/vw8PjwcHhz///8AAAAAAAAAAAAAAAAAAAAG/kCdcKhTpRo4wyO3MsEyxOgwY1nlPLmSTPkB5FxQqbC2KVEqmMmQpOh0GSjxC0c5XMRClAjAukVrAwwIYXg6GU8ZfkIZHYKFUjcZiUIjGjOEj0I3KipQGRsDNZmQnDcCAwGjYioLGRAiIapSGTELJhsLslG0MR0dulITEw4mwFETJB3FxkMFJCwHMcw6NwUFFh0v0wsXExEmFtMkFzEqLDNqwCooF34YMyeKqjcXCemuLCm6BS8o8hMBOGCQh6daiBeYdNQAEWBEulUvBETIFcwCCBcKaqgYooLECwwYJhbKEOIEAgQWCMCQIEGBAgw1COLJcMGGBAIEJKR4QUKmApAgACH5BAkJAD0ALAAAAAAZABkAhQQCBISChMTCxERCRKSipOTi5CQiJGRiZBQSFJSSlNTS1LSytPTy9HRydDQyNFRSVAwKDIyKjMzKzExKTKyqrOzq7CwqLGxqbBwaHJyanNza3Ly6vPz6/Hx6fDw+PAQGBISGhMTGxERGRKSmpOTm5CQmJGRmZBQWFJSWlNTW1LS2tPT29HR2dDQ2NFxaXAwODIyOjMzOzExOTKyurOzu7CwuLGxubBweHJyenNze3Ly+vPz+/Hx+fP///wAAAAAAAAb+wJ5w2OOoWBPLzeCxzTjE6JCD81hKpVrLgkG8DImVdJhzORyNTWVYUR1ekJZmrBC1LrmxUCP7YEJROTIeKFB6Qhw8ACcpUyYDGYdSHQAiO0IUIiyXkkQcIBWXHC4yBZ1SOxwcOyEyEadjHCs7CQ8SsKgrHCwuNLhROysMBya/UgzDDcZRNDQXNstEzQE2DNE9OxUVBDYK1yskDDENBNcVBbo8HWvGKzkFlwIdOJywOyQ5vkUoATq/FSngsYEBQkA9PfcUpDA0pAAKGDP0xUoRQ4E1KRVGJMigA90UEikESFAgRg+HGARwEBixQMUGFToEhBDYiUOOECpmzFAhQEEFBYZEggAAIfkECQkAPwAsAAAAABkAGQCFBAIEhIKEREJExMLEJCIkZGJk5OLkpKKkFBIUVFJU1NLUNDI0dHJ09PL0tLK0lJKUDAoMTEpMzMrMLCosbGps7OrsrKqsHBocXFpc3NrcPDo8fHp8/Pr8vLq8nJqcjIqMBAYEREZExMbEJCYkZGZk5ObkpKakFBYUVFZU1NbUNDY0dHZ09Pb0tLa0lJaUDA4MTE5MzM7MLC4sbG5s7O7srK6sHB4cXF5c3N7cPD48fH58/P78vL68nJ6cjI6M////Bv7An3D443R0KNVkEVo5WMTokGOCaRYqjUA1IlxkLo50aCAJcrpBZVjpkGynXGacQjUNY2EmgSCIogYYMAdieUIcAS82KVMrCQeGUjoQKoUOKAE7kVEcESA+RRQ3eJtRKRAnLBI3LqVjGAAWPSQKrlI1IDoBMw22USwVOysrvlIcHAwBxZwsustELCw+Or3POw0sNQGMzxzYCgE1zz8NNMcPHzTLHDQ0mhI+NZq2OzQV1VQPf7YNBsFDNHp4iDHPUD0DBgoNKXHgQIdqY1gYyIADihQaDkxYkFBCIQsaOFKkSGgwhYMaDloMECFCggQFKf5t2mFAgQgePEQowOFuTAEQACH5BAkJAD0ALAAAAAAZABkAhQQGBISGhERGRMTGxKSmpGRmZCQmJOTm5BQWFJSWlFRWVLS2tHR2dNTW1Dw6PPT29AwODIyOjExOTKyurGxubCwuLOzu7BweHJyenFxeXLy+vHx+fNze3NTS1ERCRPz+/AwKDIyKjExKTMzKzKyqrGxqbCwqLOzq7BwaHJyanFxaXLy6vHx6fNza3Dw+PPz6/BQSFJSSlFRSVLSytHRydDQyNPTy9CQiJKSipGRiZMTCxISChOTi5P///wAAAAAAAAb+wJ5w2HvpIjmRy6PYrB7E6PA1SQpEEpnAUau4MC/p8MBSKCIDy9CiYVQMopa4VVIFDmJhK3erjKIHFDkkH3lTARcVckIvASUThlIhCB5QPRoUMWGRRC8yMDFFGzR4nFEtCAYPHQwEpmIZEBMTLA2vUgsgOQk7NrdRJxA1IRG/UigQIQnGUTcAMcvMQzAQODGWzBYIJhoJHNI9Hy8tHCka4C8v4gQ4asbiD4UNOBqFt/CbLwskHb8PNvGG2JgxoYE9Qx/+2di0ZsWCEdikvLBxwgJDIjYGrNDQwOKUByd4HPCY5wWHATpGjOjQoEUDDiJtHER4gkOHmw14nJApJggAIfkECQkAPQAsAAAAABkAGQCFBAYEhIaExMbETEpMpKakJCYk5ObkbGpslJaU1NbUXFpctLa0NDY0FBYU9Pb0fHp8jI6MzM7MVFJUrK6sLC4s7O7sdHJ0nJ6c3N7cZGJkvL68PD48HB4cDA4M/P78hIKEDAoMjIqMzMrMTE5MrKqsLCos7OrsbG5snJqc3NrcXF5cvLq8PDo8HBoc/Pr8fH58lJKU1NLUVFZUtLK0NDI09PL0dHZ0pKKk5OLkZGZkxMLEREJEJCIk////AAAAAAAABv7AnnDYc4kQFsVIkgtpXMTo0LU6qRQyVUY22GxGN6hUaArkDohIbVgRfFgMBWaMeZ1ghrEQc6BsIlEmHxYLYnpFMCUMKVMwNiuHUhAFI2ICLzcekVEuKjwIiAEVm1IpPBQOCSETpGM5LTMrEIytUSsNJwQwDrWBDSwoF71SPBwoBMNRJR03yMlDHLAEvM8mHTQCJHnPMwAZOCQizz0yACQuCzNrwwkgDWsYCyKatR4TICFCLgIrc7UuLlJQ61FDhwYc9A55AOgioZAaAgQkGCjFg4OLDoc4iCEiAo4ahhbWGOkgIxEPJmLESJACg4GXJkxUaEjKQwUDODDgwGGiRgTJMUEAACH5BAkJADsALAAAAAAZABkAhQQCBISChMTCxERCROTi5KSipGRiZCQiJJSSlNTS1PTy9HRydFRWVLSytDQyNBQWFAwKDIyKjMzKzExKTOzq7GxqbCwqLJyanNza3Pz6/Hx6fLy6vKyqrFxeXDw6PAQGBISGhMTGxERGROTm5GRmZCQmJJSWlNTW1PT29HR2dFxaXLS2tDQ2NBweHAwODIyOjMzOzExOTOzu7GxubCwuLJyenNze3Pz+/Hx+fLy+vKyurP///wAAAAAAAAAAAAAAAAb+wJ1wuMvAajiSqrN4hTLE6DCTw1UqpMrMwIhNGByoVEhBpFK1hGIok4AmA4NtTADhLpSx0LbwiBJRFC8BGzd6UyYeA3NCGTUROYdSJjQMYjAvHIaSRBkkFjVFNQgynFI2NB4oNiYbpmMzBysCF4yvRBsHCzoFKLeBBwMcHL9SNC0FK8VRDg86ystDJS05DWLLFA8eMCt50Q0uJCMbgNEqEDo3Ajm+xScuLb4EAgmbrxkTHy9CNzAhBL80AHDQbgcKGDBG2NNzYwOAByeiKEiQwMY1KTcyZEgRYgwKDCcwjEBhLyMKjRkWRrkhwwaBlxQoyFCgAAVJlWNuKKAwYoQGzJopxwQBACH5BAkJAD0ALAAAAAAZABkAhQQCBISChMTCxERCROTi5CQiJKSipGRiZNTS1PTy9DQyNLSytHRydBQWFJSSlFRWVAwKDMzKzExKTOzq7CwqLKyqrGxqbNza3Pz6/Dw6PLy6vHx6fJyanIyKjBweHFxeXAQGBISGhMTGxERGROTm5CQmJKSmpGRmZNTW1PT29DQ2NLS2tHR2dBwaHJSWlFxaXAwODMzOzExOTOzu7CwuLKyurGxubNze3Pz+/Dw+PLy+vHx+fJyenP///wAAAAAAAAb+wJ5w2MMgKh2WxbbjiDDE6BAj6uxY2B3j8HmdFinpcMYLBSqoxDARcTxkNoKY5OpUJmIhYSd5IKIzHA4COHlDODwjMnJCGDVOhlIcOQdhPQg8K4WRRBg2GQY9OBUGM5xSBCojKQQmAqdiLAoaERUksFI6FBs6NZa4YzQSKxrAUioKK6/GRBkFOsvMQjQUETpQ0hMeAygCptIrLTYzIhfSPQcNCxgxMb+4Fw0lYRMxN5uwGDIwDkI4Fwjw4NoBIcOvFBcuzMCXBwPBFiiipLhxYQI2MShGAGghQgwGEgRIzMCADweOGRAAKIiYB0cCEhMmzEiQIgWGmwxCvGuJIcEHTJo3TYoJAgAh+QQJCQA8ACwAAAAAGQAZAIUEBgSEhoRERkTExsRkZmQkJiTk5uSkpqRUVlTU1tR0dnQ0NjS0trQUFhT09vScmpyMjoxMTkzMzsxsbmwsLizs7uysrqxcXlzc3tx8fnw8Pjy8vrwcHhwMDgz8/vyMioxMSkzMysxsamwsKizs6uysqqxcWlzc2tx8enw8Ojy8urwcGhz8+vycnpyUkpRUUlTU0tR0cnQ0MjT08vS0srRkYmTk4uSEgoREQkTEwsQkIiQUEhT///8AAAAAAAAAAAAG/kCecMhjnRiPT+YGOcBYxOiQJWm5PgEI5IaaTBQqqFQ4szweDIxjOIO1RLWMYUw6HBiVsdAAuRBOUWUHEmJ6RSUINTZDHhslMIZSBy8TYic0OR6RUSwZESU8HioMM5tSNiAILCQqEqZjATgbCRskr1I5GgESOYW3QhU4JiEDv1ICGiGuxkQgCxKQzEMaKQlP0jwVFBE2CaXSKiMKMwlz0hM6DB4YGL6vJwUyazMYJJq3LAgcD0IeBjbfXgVYIWCNEBYGSMy4Z4jFjQYFABFZVWGhoRMROhQIMYZFxRkOPDAkYcFEhw7VDHlwwJKFAxYqdgCYqQOCuzEeWOj0YKHDB4gaJQxGCQIAIfkECQkAOwAsAAAAABkAGQCFBAIEhIKExMLEREJEpKKk5OLkZGJkJCYklJKU1NLUtLK09PL0FBIUVFJUdHJ0NDI0jIqMzMrMrKqs7OrsbGpsnJqc3NrcvLq8/Pr8HBocXFpcDAoMTEpMLC4sfHp8PDo8BAYEhIaExMbEREZEpKak5ObkZGZkLCoslJaU1NbUtLa09Pb0FBYUVFZUdHZ0NDY0jI6MzM7MrK6s7O7sbG5snJ6c3N7cvL68/P78HB4cXF5c////AAAAAAAAAAAAAAAABv7AnXC4wxUEshoKRVCkMMToEGeRkQg1AgEBCwUgAqhUuLjJJKLCarioBlyI0nh2U4gWY+Gk4vDYoisCFxY4eVMqNA5yQjgRN3+GUQomAWIlIgmFkUQYMDoqRTERa5tRJQYmGDMxFqVjCC1pCTOuUhENCBZPtVEzDRQWrbxRLQ0WkMNDOiM2BclEHBwlBZrJMwM6M2rPOwIfASsTtM8eLzc4ExPVtTYvA2srMwvrmxgGHQSMCwukrggnDfrh4IeBnhQMEA68EDZlBYaChiy0OPAgwhgcD3GYULBoxwQFBnJkGJHCEA4cMgAAAMHiQAYGMDsg6GdohQQdDxhsYPHChAUMmkOCAAAh+QQJCQA7ACwAAAAAGQAZAIUEAgSEgoTEwsREQkTk4uQkIiSkoqRkYmTU0tT08vQ0MjS0srQUEhSUkpR0cnRUUlQMCgzMyszs6uwsKiysqqxsamzc2tz8+vw8Ojy8urycmpxcWlyMiowcGhx8fnwEBgTExsRERkTk5uQkJiSkpqRkZmTU1tT09vQ0NjS0trSUlpR0dnRUVlQMDgzMzszs7uwsLiysrqxsbmzc3tz8/vw8Pjy8vrycnpxcXlyMjowcHhz///8AAAAAAAAAAAAAAAAG/sCdcLijiVwZioFEsVkuxOiQRsgsYtgY6aZqaCJQqfAUyWRcktPwYknlAjeJOBERuNTi3YsS4MyiJy4gMzR5UxkeAXJCNBYRIoZSGSs5YRIuhJFRFyoyNkUWJmGaRBIyKxcJJpCkUhoHERIzCa1SLgcaIpm1RAk4KwSsvEQVOCKLw0MlLBLIyTs4Gy8vhc8vDyUnL6PDICEcqXjJAQMCNAkn1bwEAw9qFycX6qQXMhgGjPDzmg0oG+I05AngJuZCAwUD/hChQQFACBOGZuCYUMOFGBMwAEDYsECYhBQVJox4YMHQBQ46PkBoUQDGiA4ddKDQIM7QiRglUHRgUKCGBoMFNYcEAQAh+QQJCQA9ACwAAAAAGQAZAIUEAgSEgoTEwsREQkTk4uRkYmSkoqQkIiTU0tRUUlT08vR0cnS0srQUEhSUkpQ0MjQMCgzMysxMSkzs6uxsamysqqwsKizc2txcWlz8+vx8eny8urycmpyMiowcHhw8PjwEBgTExsRERkTk5uRkZmSkpqQkJiTU1tRUVlT09vR0dnS0trQUFhSUlpQ0NjQMDgzMzsxMTkzs7uxsbmysrqwsLizc3txcXlz8/vx8fny8vrycnpyMjoz///8AAAAAAAAG/sCecNjDTU6CDY2xChEyxOgQN4roNpuVsmLYlRBQqTB1ighOk9QwQ9BxWiWZOIWAXdTinozBa42iGScIIzh5awIdPBNTNheLhlE6ARxhChcEhZBEOAY5AkUENmGaRBM5ASkpBHKkUgYLMDIjo61DMAtxE5m1QwozAROsvEQLFDIKw1ELNwrIyUMkJCkKu8MKNwsZKdW8EQktGeHPPR0xITjh3KQEMRhQ6DS0mjgqIhVCOCQAGrwcAySjELAAkUOelAwtPkiwESUECwgSThiyQcGFBARiTjyA8KIAgz9CJmxY8KAGBoZ5UvA48KIBCwsuapiYOWCHwYM0Znw44MGCBggNK24GAQAh+QQJCQA/ACwAAAAAGQAZAIUEAgSEgoREQkTEwsQkIiRkYmTk4uSkoqQUEhRUUlTU0tQ0MjR0cnT08vS0srSUkpQMCgxMSkzMyswsKixsamzs6uysqqwcGhxcWlzc2tw8Ojx8enz8+vy8urycmpyMjowEBgSEhoRERkTExsQkJiRkZmTk5uSkpqQUFhRUVlTU1tQ0NjR0dnT09vS0trSUlpQMDgxMTkzMzswsLixsbmzs7uysrqwcHhxcXlzc3tw8Pjx8fnz8/vy8vrycnpz///8G/sCfcPjj1XKK0aA3Upg4xOiQV8koJFhlx+FwqXjSISdnzdWgwpZJYju5GuGWIWNohYWN3uFUiXJMBjVgd0I8Eh4HNVMVJoqEURIvJ2gtFYKPUTw2DxJFNRVomEQ1Hw8cHA1wolI2ISotDaGrQyoBNrCDs0MNAQ8tdrpRATscwMFDISynx0QbLDzLzDU0ASEQNsw/CiUHFgAp2S8FEi0oECrHJgUUdh8gEbKYPAEpDmkaIAG6BwnKtDcwAsSTwsNHDBwGIN1AkCADoRwsIqRAJ0WFDhQ3SnToI6RCjx0CBJRIeIfDgxkXbpBYIUDDigUaIkwSxcEBgwgzJqxIsKOHBDEiQQAAIfkECQkAPQAsAAAAABkAGQCFBAYEhIaExMbEREZEpKakJCYk5ObkZGZkFBYUlJaU1NbUtLa0dHZ0VFZUNDY09Pb0DA4MjI6MzM7MTE5MrK6sLC4s7O7sbG5sHB4cnJ6c3N7cvL68fH58XF5cPD48/P78DAoMjIqMzMrMTEpMrKqsLCos7OrsbGpsHBocnJqc3NrcvLq8fHp8/Pr8FBIUlJKU1NLUVFJUtLK0NDI09PL0dHJ0JCIkpKKk5OLkxMLEhIKEZGJkREJE////AAAAAAAABv7AnnDY+zxMGpUCptBYPsTo8EMz4JJKmESUE+CgUuHHYsJZHq1hy6LKrQS08NpES4d7NMliZYlSaTRgd0UqFAtxYg80D4NSCiQrYC1ogo1iGwQwRZOVlkI0NwQfHy12nlEbGRowD52nPTgpKyUQiK9DNAk3EAi3UgkvADa+UQkhLijERBEhFRAmyngBCQcgC9EKLBQkEB3RBCysNggqxCYMHGkvLjGmnh8vFxtCDzwIAbcUJwGmChUYIdyF+UBiRw0DUURUsNGh3B0DOjqccBhFxYgCFWpsgCbEgoAQDRqwQHjnQQYPFWY4GBBjwoARIzrIYGSpxQoWDXh4GLEjQgUOgUKCAAAh+QQJCQA9ACwAAAAAGQAZAIUEBgSEhoTExsRERkSkpqRkZmTk5uQkJiSUlpTU1tRUVlS0trR0dnQ0NjT09vQUFhSMjozMzsxMTkysrqxsbmzs7uwsLiycnpzc3txcXly8vrx8fnw8PjwcHhz8/vwMDgyMiozMysxMSkysqqxsamzs6uwsKiycmpzc2txcWly8urx8enw8Ojz8+vwcGhyUkpTU0tRUUlS0srR0cnT08vQ0MjSkoqTk4uRkYmTEwsSEgoREQkQkIiT///8AAAAAAAAG/cCecNjztGglww1zM9A8xOjQiEwalKiEtgSVCj0OWsXh6BZpt0gI5vAaHa2WV+hACUK0qDFunntuGgJtdDBxc14YKgJdIAAEfYdfISooPQ4uAAmRXjQyCy0TACmbcyETNzgAMqReBiMCNR8lrFIOBDIPHbReIzYfJrtSBBcuPMFRNicsD7PHlggEJA8qzj0oECq4JNUTIAkOFjyVwSUBL3InHRlytB4XOgJ0EgcQuyorCOzWLCbnmx4LGOgwECUCCwskMBwy8ILCCoVSMCiowWJDjgpDKoRAUIBEgGZeWtiQwIHDAAU4MqRIkWHGJ1IOcoAoEENCihkIQgyKEgQAIfkECQkAPAAsAAAAABkAGQCFBAIEhIKEREJExMLEZGJkpKKk5OLkJCIklJKUVFJUdHJ09PL0NDI01NLUtLK0FBYUDAoMjIqMTEpMbGps7OrsLCosnJqcXFpcfHp8/Pr8PDo83NrcvLq8zM7MrKqsBAYEhIaEREZExMbEZGZk5ObkJCYklJaUVFZUdHZ09Pb0NDY01NbUtLa0HB4cDA4MjI6MTE5MbG5s7O7sLC4snJ6cXF5cfH58/P78PD483N7cvL68rK6s////AAAAAAAAAAAABv5AnnDIu2VSCxmFQpKlbsTo8GZEyq4kkiGXk0GlQuMxk/nyjpTNKpcCixBkszSTazQW0dUD0JGDbyQdHW1CKQwAGGCKBiINXy8fEhmKfw0DBjwpBxArlIopOgM3OxAXnpQNHCQjLiyniiQsDRoPFK9gGQ4cLQe3ig47Dwy+YCweBxXEUh4eAi0yykMpBTsKLRzRQjk0Og4HMdk8HCZsKjM50TIINJM0FSOTvjceLx1CGQkzCMQ6EexDOQSoMBGP0g0OASLYItIghAYF6BRRsIABBCYpOQjgCAFCBDQhCzrQUIACAQlKKTyckCAhAYEYEwiMmGBDR0FKGQa8iFHjwggIDDQ63BwSBAAh+QQJCQA+ACwAAAAAGQAZAIUEAgSEgoTEwsREQkSkoqTk4uQkIiRkYmSUkpTU0tRUUlS0srT08vQ0MjQUFhR0cnQMCgyMiozMysxMSkysqqzs6uwsKiycmpzc2txcWly8urz8+vw8Ojx8enxsamwcHhwEBgSEhoTExsRERkSkpqTk5uQkJiSUlpTU1tRUVlS0trT09vQ0NjQcGhx0dnQMDgyMjozMzsxMTkysrqzs7uwsLiycnpzc3txcXly8vrz8/vw8Pjx8fnxsbmz///8AAAAG/kCfcOjT6TabFWPJWOmI0OEK1jmurgwarVJiPKNCTAPgcH6LG1qpUNqARQ7ACAUWbiq32wqK+kB4bnVCOhUYGHtCKxx/glEVCRhfCC8ygY1DOjcxFT4rJg4Yl1ErMTEbCw4HomAYEhU9LSqrjgIoAy2cs0QbORImNbpRAjkGHMFQORo1LMdEGioTNTTNnQsaHRY51AUUEio1LtQCJAUrIxw3xwwEFG4ELD2WojoLNgl2ODsXuiIX7UM3FAywcaaODgEILkwjkkDBCB4FBFUgEeFECTA3eshIAUPCQh8MUJAIEOJCLjAbZhzIkOFAjw4uHrjoEEGEvDobRJzg4cGDCIsIFBLcFBIEADs=);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
input.msuggest-selected {
  text-decoration: underline;
}
.msuggest-header,
.msuggest-link a,
.msuggest-ellip span {
  color: #666;
  padding: 5px 20px;
}
.msuggest-header {
  text-transform: uppercase;
  font-size: 12px;
}
.msuggest-link {
  padding-bottom: 10px;
}
.msuggest-link a {
  text-decoration: underline;
}
.input-append .disabled.active,
.input-prepend .disabled.active,
.input-append .msuggest-header.active,
.input-prepend .msuggest-header.active {
  background-color: #ffffff;
  border-color: inherit;
  background: none;
}
.dropdown-menu > li.disabled > a:hover,
.dropdown-menu > li.disabled > a:focus,
.dropdown-menu > .disabled.active > a,
.dropdown-menu > .disabled.active > a:hover,
.dropdown-menu > .disabled.active > a:focus {
  background-color: #ffffff;
  background: none;
}
.msuggest-menu img {
  margin-right: 3px;
  width: 25px;
  height: 25px;
}
/*---------------------------------------------------
    LABELAUTY
  ---------------------------------------------------
    https://github.com/fntneves/jquery-labelauty
  ---------------------------------------------------*/
/* Prevent text and blocks selection */
input.labelauty + label ::selection {
  background-color: rgba(255, 255, 255, 0);
}
input.labelauty + label ::-moz-selection {
  background-color: rgba(255, 255, 255, 0);
}
/* Hide original checkboxes. They are ugly! */
input.labelauty {
  display: none !important;
}
/*
 * Let's style the input
 * Feel free to work with it as you wish!
 */
input.labelauty + label {
  margin-right: 5px;
}
input.labelauty.tiny + label {
  height: 20px;
  width: 20px;
  padding: 2px 4px;
}
.form-inline .checkbox input.labelauty + label,
.form-inline .radio input.labelauty + label {
  padding: 6px !important;
}
input.labelauty[type="radio"] + label {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/* Stylish text inside label */
input.labelauty + label > span.labelauty-unchecked,
input.labelauty + label > span.labelauty-checked {
  display: inline-block;
  line-height: 16px;
  vertical-align: bottom;
}
/* Stylish icons inside label */
input.labelauty + label > span.labelauty-unchecked-image,
input.labelauty + label > span.labelauty-checked-image {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: bottom;
  background-repeat: no-repeat;
  background-position: left center;
  -webkit-transition: background-image 500ms linear;
  -moz-transition: background-image 500ms linear;
  -o-transition: background-image 500ms linear;
  transition: background-image 500ms linear;
}
/* When there's a label, add a little margin to the left */
input.labelauty
  + label
  > span.labelauty-unchecked-image
  + span.labelauty-unchecked,
input.labelauty
  + label
  > span.labelauty-checked-image
  + span.labelauty-checked {
  margin-left: 7px;
}
/* When not Checked */
input.labelauty:not(:checked):not([disabled]) + label:hover {
  background-color: #e5e3e3;
  color: #a7a7a7;
}
input.labelauty:not(:checked) + label > span.labelauty-checked-image {
  display: none;
}
input.labelauty:not(:checked) + label > span.labelauty-checked {
  display: none;
}
/* When Checked */
input.labelauty:checked + label {
  background-color: #d8d6d6;
  color: #ffffff;
}
input.labelauty:checked:not([disabled]) + label:hover {
  background-color: #e5e3e3;
}
input.labelauty.checkbox-primary:checked + label {
  background-color: #5479aa;
  color: #ffffff;
}
input.labelauty.checkbox-primary:checked:not([disabled]) + label:hover {
  background-color: #436188;
}
input.labelauty.checkbox-success:checked + label {
  background-color: #75b045;
  color: #ffffff;
}
input.labelauty.checkbox-success:checked:not([disabled]) + label:hover {
  background-color: #5d8b37;
}
input.labelauty.checkbox-info:checked + label {
  background-color: #53a6a6;
  color: #ffffff;
}
input.labelauty.checkbox-info:checked:not([disabled]) + label:hover {
  background-color: #428484;
}
input.labelauty.checkbox-warning:checked + label {
  background-color: #edb758;
  color: #ffffff;
}
input.labelauty.checkbox-warning:checked:not([disabled]) + label:hover {
  background-color: #e8a32a;
}
input.labelauty.checkbox-danger:checked + label {
  background-color: #bd5151;
  color: #ffffff;
}
input.labelauty.checkbox-danger:checked:not([disabled]) + label:hover {
  background-color: #9f3c3c;
}
input.labelauty:checked + label > span.labelauty-unchecked-image {
  display: none;
}
input.labelauty:checked + label > span.labelauty-unchecked {
  display: none;
}
input.labelauty:checked + label > span.labelauty-checked {
  display: inline-block;
}
input.labelauty.no-label:checked + label > span.labelauty-checked {
  display: block;
}
/* When Disabled */
input.labelauty[disabled] + label {
  opacity: 0.5;
}
/* Add a background to (un)checked images */
input.labelauty + label > span.labelauty-unchecked-image {
  background: #dee2e6;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
input.labelauty + label > span.labelauty-checked-image {
  background: url(../images/binc.png) no-repeat;
  width: 16px;
  height: 16px;
}
input.labelauty.tiny + label > span.labelauty-unchecked-image {
  background-image: url("../img/input-unchecked-tiny.png");
}
input.labelauty.tiny + label > span.labelauty-checked-image {
  background-image: url("../img/input-checked-tiny.png");
}
.wysiwyg-textarea {
  width: 100%;
  height: 300px;
  border: solid 1px #e8e6e6;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/*---------------------------------------------------
    SIDEBAR
  ---------------------------------------------------
    left #sidebar element styles
  ---------------------------------------------------*/
.show-hide-sidebar.show-sidebar {
  display: none;
}
.show-hide-sidebar.hide-sidebar {
  display: inline-block;
}
#logo-container {
  background: #fff;
  height: 60px;
  top: 0px;
  left: 0px;
  width: 250px;
  text-align: center;
  position: fixed;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #dcdcdc !important;
  z-index: 999;
}
#logo-container a {
  padding: 0px;
  position: relative;
  color: #fff;
}
#logo-container a img.big-logo {
  position: relative;
  max-width: 100%;
  width: 208px;
  margin-top: 10px;
}
#logo-container a img.small-logo {
  display: none;
  width: 30px;
}
.menu-right #logo-container {
  right: 0px;
  left: auto;
  z-index: 99;
}
#sidebar {
  color: #fff;
  padding-top: 60px;
  margin: 0px;
  position: fixed;
  left: 0px;
  width: 250px;
  top: 0px;
  bottom: 0px;
  border-right: 1px solid #ccc;
  opacity: 1;
  z-index: 2;
  /*background: linear-gradient(to right, #616161 0, #000000 100%);*/
  background: #f6820a !important;
}

#sidebar h1,
#sidebar h2,
#sidebar h3,
#sidebar h4,
#sidebar h5,
#sidebar h6 {
  color: #ffffff;
  text-align: left;
  padding: 0px 15px;
  margin: 5px 0px 10px;
}
#sidebar a {
  -webkit-transition: background-color 100ms linear;
  -moz-transition: background-color 100ms linear;
  -o-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
  -webkit-transition: color 100ms linear;
  -moz-transition: color 100ms linear;
  -o-transition: color 100ms linear;
  transition: color 100ms linear;
  line-height: 30px;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  color: #fff;
  padding: 10px 15px;
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
}
#sidebar a > i {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  position: absolute;
  font-size: 17px;
  margin-top: 5px;
}
#sidebar a > i.has-submenu {
  position: relative;
  font-size: 10px;
  margin-top: 10px;
  margin-left: 5px;
}
#sidebar a > span {
  padding-left: 30px;
}
#sidebar a > span.badge {
  float: right;
  width: auto;
  padding: 2px 6px;
  background: #5479aa;
  font-weight: normal;
}
#sidebar a > span.label {
  float: right;
  width: auto;
  padding: 4px 8px;
  font-weight: normal;
}
#sidebar a.active > i.has-submenu {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
#sidebar .welcome {
  display: block;
  overflow: auto;
  width: 100%;
  margin-top: 15px;
}
#sidebar .welcome .left {
  padding-left: 10px;
  float: left;
}
#sidebar .welcome .left .img-container {
  height: 80px;
  width: 80px;
  overflow: hidden;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: solid #131e30 5px;
  position: relative;
}
#sidebar .welcome .left .img-container img {
  position: absolute;
  max-height: 70px;
  min-width: 70px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#sidebar .welcome .left .img-container .img-upload:hover {
  opacity: 0.8;
}
#sidebar .welcome .right {
  float: left;
  margin-left: 15px;
  padding-top: 15px;
}
#sidebar .welcome .right span {
  color: #ffffff;
}
#sidebar .welcome .right ul.user-options {
  list-style: none;
  padding: 0px;
  margin-top: 6px;
  margin-bottom: 0px;
}
#sidebar .welcome .right ul.user-options li {
  display: inline-block;
  background: #131e30;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 26px;
  width: 26px;
  margin: 0px;
  padding: 0px;
}
#sidebar .welcome .right ul.user-options li a {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  color: #ffffff;
  opacity: 0.5;
  display: block;
  text-align: center;
  padding: 0px;
  margin: 0px;
  height: 26px;
  width: 26px;
}
#sidebar .welcome .right ul.user-options li a i {
  font-size: 12px;
  position: relative;
  padding-top: 8px;
  display: inline-block;
}
#sidebar .welcome .right ul.user-options li a:hover {
  opacity: 1;
}
#sidebar .separator {
  text-align: center;
  font-size: 35px;
  color: #131e30;
  height: 40px;
}
#sidebar .sidebar-title {
}
#sidebar .sidebar-title:hover {
  background-color: transparent !important;
  color: inherit !important;
}
#sidebar .widget:hover {
  background-color: transparent !important;
  color: inherit !important;
}
#sidebar .nav li:hover {
  background-color: rgba(200, 200, 200, 0.2);
  color: #333;
}
#sidebar .nav li > a:hover,
#sidebar .nav li > a.active {
  background-color: #111;
  background-position: left center;
  -webkit-background-size: 200% auto;
  background-size: 200% auto;
  border: 0;
  color: #fff;
}
#sidebar .nav li > a.activeAnchor {
  background-color: #4169e1;
  background-image: #4169e1;
  background-position: left center;
  -webkit-background-size: 200% auto;
  background-size: 200% auto;
  border: 0;
  color: #fff;
}
#sidebar .nav li > a:hover i,
#sidebar .nav li > a.active i {
  color: #fff;
}
#sidebar .nav li.widget {
  padding: 0px 15px;
}
#sidebar.bold-icons .nav li > a i {
  background-color: #eba74e;
  color: #162439;
  padding: 4px;
  border-radius: 2px;
}
#sidebar.bold-icons .nav li > a i.has-submenu {
  background-color: transparent;
  color: inherit;
  padding: 0px;
}
#sidebar.bold-icons.primary .nav li > a i {
  background-color: #5479aa;
  color: #ffffff;
}
#sidebar.bold-icons.primary .nav li > a i.has-submenu {
  background-color: transparent;
  color: inherit;
}
#sidebar.bold-icons.info .nav li > a i {
  background-color: #53a6a6;
  color: #ffffff;
}
#sidebar.bold-icons.info .nav li > a i.has-submenu {
  background-color: transparent;
  color: inherit;
}
#sidebar.bold-icons.success .nav li > a i {
  background-color: #75b045;
  color: #ffffff;
}
#sidebar.bold-icons.success .nav li > a i.has-submenu {
  background-color: transparent;
  color: inherit;
}
#sidebar.bold-icons.warning .nav li > a i {
  background-color: #edb758;
  color: #ffffff;
}
#sidebar.bold-icons.warning .nav li > a i.has-submenu {
  background-color: transparent;
  color: inherit;
}
#sidebar.bold-icons.danger .nav li > a i {
  background-color: #bd5151;
  color: #ffffff;
}
#sidebar.bold-icons.danger .nav li > a i.has-submenu {
  background-color: transparent;
  color: inherit;
}
#sidebar > .nav {
  margin-bottom: 50px;
}
#sidebar .nav-submenu {
  border-bottom: 1px solid #8a4600;
  color: #fff;
  background: #8a4600;
}
#sidebar .nav-submenu a {
  color: #fff;
  padding: 6px 30px 6px 50px;
}
#sidebar .nav-submenu a.active_submenu {
  color: #eba74e !important;
}
#sidebar .progress {
  background-color: #131e30;
}
#sidebar .nav-submenu.submenu-hidden {
  display: none;
}
.menu-right #sidebar {
  left: auto;
  right: 0px;
  width: 250px;
  top: 50px;
  bottom: 0px;
}
#main-nav {
  margin-bottom: 50px;
}
#sm-menu {
  width: 50px;
}
.collapsed-sidebar .show-hide-sidebar.show-sidebar {
  display: inline-block;
}
.collapsed-sidebar .show-hide-sidebar.hide-sidebar {
  display: none;
}
.collapsed-sidebar #logo-container {
  height: 86px;
  top: 0px;
  width: 50px;
  text-align: center;
  padding-top: 5px;
  padding-left: 2px;
  position: fixed;
}
.collapsed-sidebar #logo-container a img.big-logo {
  display: none;
}
.collapsed-sidebar #logo-container a img.small-logo {
  display: block;
  opacity: 1;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.collapsed-sidebar #logo-container a img.small-logo:hover {
  opacity: 1;
}
.collapsed-sidebar #sidebar {
  width: 50px !important;
  overflow: visible !important;
  z-index: 10;
}
.collapsed-sidebar #sidebar .slimScrollDiv {
  width: 50px !important;
  overflow: visible !important;
}
.collapsed-sidebar #sidebar .slimScrollDiv .sidebar_scroll {
  width: 50px !important;
  overflow: visible !important;
}
.collapsed-sidebar #sidebar:hover {
  z-index: 9998;
}
.collapsed-sidebar #sidebar .welcome,
.collapsed-sidebar #sidebar .separator,
.collapsed-sidebar #sidebar .sidebar-title,
.collapsed-sidebar #sidebar .widget {
  display: none;
}
.collapsed-sidebar #sidebar .nav-submenu {
  background: #ddd;
}
.collapsed-sidebar #sidebar .nav > li {
  height: 40px;
  width: 50px;
}
.collapsed-sidebar #sidebar .nav > li a {
  height: 40px;
  width: 50px;
  padding: 14px;
}
.collapsed-sidebar #sidebar .nav > li a span {
  display: none;
}
.collapsed-sidebar #sidebar .nav > li a > i.has-submenu {
  display: none;
}
.collapsed-sidebar #sidebar .nav > li:hover {
  padding: 0px;
}
.collapsed-sidebar #sidebar .nav > li:hover i {
  z-index: 999 !important;
  color: #eba74e;
}
.collapsed-sidebar #sidebar .nav > li:hover > a {
  width: 220px;
  display: block;
}
.collapsed-sidebar #sidebar .nav > li:hover > a > span {
  display: inline-block !important;
  padding-left: 48px;
  text-transform: uppercase;
  font-size: 12px;
  padding-top: 0px;
  background-color: #162439;
  color: #ffffff;
  width: 170px;
  position: absolute;
  left: 50px;
  padding-left: 13px;
  top: 0px;
  bottom: 0px;
  padding-top: 12px;
}
.collapsed-sidebar #sidebar .nav > li:hover > a > span .label,
.collapsed-sidebar #sidebar .nav > li:hover > a > span .badge {
  display: none !important;
}
.collapsed-sidebar #sidebar .nav > li:hover > a > span.label,
.collapsed-sidebar #sidebar .nav > li:hover > a > span.badge {
  display: none !important;
}
.collapsed-sidebar #sidebar .nav > li:hover > ul {
  display: block !important;
  z-index: 9998;
  position: absolute;
  width: 170px;
  left: 100%;
  top: 100%;
}
.collapsed-sidebar #sidebar .nav.nav-submenu > li a {
  width: 170px;
  line-height: 1;
  padding: 13px;
  font-size: 13;
}
.collapsed-sidebar #main-nav {
  width: 50px;
}
.collapsed-sidebar .menu-right #sidebar {
  right: 0px;
  width: 50px;
}
.collapsed-sidebar #playground {
  left: 50px;
  z-index: 9989;
  overflow: visible;
}
.collapsed-sidebar #playground .navbar-top {
  left: 50px;
}
.collapsed-sidebar #sidebar.bold-icons .nav > li a {
  padding: 14px 10px;
}
.collapsed-sidebar.menu-right #sidebar.bold-icons .nav > li a {
  padding: 14px 13px;
}
.collapsed-sidebar.menu-right .navbar-top {
  left: 0px !important;
  right: 50px;
}
.collapsed-sidebar.menu-right #playground {
  right: 50px;
}
.menu-right.collapsed-alertbar #playground {
  left: 290px;
  right: 250px;
}
.menu-right.collapsed-alertbar #playground .navbar-top {
  right: 250px;
  left: 290px;
}
.menu-right.collapsed-alertbar #multi-panel {
  right: inherit;
  left: 0px;
}
.menu-right.collapsed-alertbar.collapsed-sidebar .navbar-top {
  right: 50px !important;
  left: 290px !important;
}
/*---------------------------------------------------
    RESPONSIVENESS
  ---------------------------------------------------
    adjust the contents on smaller devices
  ---------------------------------------------------*/
@media (max-width: 767px) {
  .show-hide-sidebar.show-sidebar {
    display: inline-block;
  }
  .show-hide-sidebar.hide-sidebar {
    display: none;
  }
  #logo-container {
    height: 86px;
    top: 0px;
    width: 50px;
    text-align: center;
    padding-top: 9px;
    padding-left: 9px;
    position: fixed;
    display: none;
  }
  #logo-container a img.big-logo {
    display: none;
  }
  #logo-container a img.small-logo {
    display: block;
    opacity: 1;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
  }
  #logo-container a img.small-logo:hover {
    opacity: 1;
  }
  #sidebar {
    width: 50px !important;
    overflow: visible !important;
    z-index: 10;
    display: none;
  }
  #sidebar .slimScrollDiv {
    width: 50px !important;
    overflow: visible !important;
  }
  #sidebar .slimScrollDiv .sidebar_scroll {
    width: 50px !important;
    overflow: visible !important;
  }
  #sidebar:hover {
    z-index: 9998;
  }
  #sidebar .welcome,
  #sidebar .separator,
  #sidebar .sidebar-title,
  #sidebar .widget {
    display: none;
  }
  #sidebar .nav > li {
    height: 40px;
    width: 50px;
  }
  #sidebar .nav > li a {
    height: 40px;
    width: 50px;
    padding: 14px;
  }
  #sidebar .nav > li a span {
    display: none;
  }
  #sidebar .nav > li a > i.has-submenu {
    display: none;
  }
  #sidebar .nav > li:hover {
    padding: 0px;
  }
  #sidebar .nav > li:hover i {
    z-index: 999 !important;
    color: #eba74e;
  }
  #sidebar .nav > li:hover > a {
    width: 220px;
    display: block;
  }
  #sidebar .nav > li:hover > a > span {
    display: inline-block !important;
    padding-left: 48px;
    text-transform: uppercase;
    font-size: 12px;
    padding-top: 0px;
    background-color: #162439;
    color: #ffffff;
    width: 170px;
    position: absolute;
    left: 50px;
    padding-left: 13px;
    top: 0px;
    bottom: 0px;
    padding-top: 6px;
  }
  #sidebar .nav > li:hover > a > span .label,
  #sidebar .nav > li:hover > a > span .badge {
    display: none !important;
  }
  #sidebar .nav > li:hover > a > span.label,
  #sidebar .nav > li:hover > a > span.badge {
    display: none !important;
  }
  #sidebar .nav > li:hover > ul {
    display: block !important;
    z-index: 9998;
    position: absolute;
    width: 170px;
    left: 100%;
    top: 100%;
  }
  #sidebar .nav.nav-submenu > li a {
    width: 170px;
    padding: 13px;
    line-height: 1;
  }
  #main-nav {
    width: 50px;
  }
  .menu-right #sidebar {
    right: 0px;
    width: 50px;
  }
  .show-hide-sidebar.show-sidebar {
    display: none !important;
  }
  .show-hide-sidebar.hide-sidebar {
    display: none !important;
  }
}
/*---------------------------------------------------
    DATATABLES
  ---------------------------------------------------
    table plugin styles
  ---------------------------------------------------*/
.dataTables_wrapper .dataTables_length {
  color: inherit;
}
.dataTables_wrapper .dataTables_length label {
  font-weight: 400;
}
.dataTables_wrapper .dataTables_length select {
  padding: 6px 12px;
  font-size: 14px;
  color: #555;
  background-color: #fff;
  background-image: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: solid 1px #e8e6e6;
  height: 30px;
  line-height: 30px;
}
.dataTables_wrapper .dataTables_filter {
  color: inherit;
}
.dataTables_wrapper .dataTables_filter label {
  font-weight: 400;
}
.dataTables_wrapper .dataTables_filter input {
  padding: 6px 12px;
  font-size: 14px;
  color: #555;
  background-color: #fff;
  background-image: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: solid 1px #e8e6e6;
  height: 30px;
  line-height: 30px;
}
.dataTables_wrapper table.dataTable {
  border-bottom: inherit;
}
.dataTables_wrapper table.dataTable thead th,
.dataTables_wrapper table.dataTable thead td {
  padding: 8px;
  border-bottom: inherit;
  font-weight: 400;
}
.dataTables_wrapper table.dataTable thead .sorting {
  background: none;
  position: relative;
}
.dataTables_wrapper table.dataTable thead .sorting:after {
  /*content: "\e675";*/
  font-family: "themify";
  position: absolute;
  right: 5px;
  font-size: 10px;
  margin-top: 5px;
}
.dataTables_wrapper table.dataTable thead .sorting_asc {
  background: none;
  position: relative;
}
.dataTables_wrapper table.dataTable thead .sorting_asc:after {
  content: "\e62a";
  font-family: "themify";
  position: absolute;
  right: 5px;
  font-size: 10px;
  margin-top: 5px;
}
.dataTables_wrapper table.dataTable thead .sorting_desc {
  background: none;
  position: relative;
}
.dataTables_wrapper table.dataTable thead .sorting_desc:after {
  content: "\e627";
  font-family: "themify";
  position: absolute;
  right: 5px;
  font-size: 10px;
  margin-top: 5px;
}
.dataTables_wrapper table.dataTable.no-footer {
  border-bottom: inherit;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: none;
  background-color: #4c49cb;
  color: #ffffff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  border: none;
  background: none;
  background-color: #4169e1;
  color: #ffffff !important;
}
.table {
  border-collapse: collapse !important;
}
.table th {
  background: #ffffff !important;
  color: #fff !important;
  border: 1px solid #fffff !important;
}
.table td {
  border: 1px solid #ddd;
}
/*---------------------------------------------------
    USERS TABLE
  ---------------------------------------------------
    users
  ---------------------------------------------------*/
.users-table .picture {
  width: 60px;
}
.users-table .img-container {
  width: 50px;
  height: 50px;
  overflow: hidden;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.users-table .img-container img {
  min-height: 50px;
  min-width: 50px;
  max-height: 50px;
  width: auto;
}
.users-table tr .userevents {
  opacity: 0;
  -webkit-transition: opacity 100ms linear;
  -moz-transition: opacity 100ms linear;
  -o-transition: opacity 100ms linear;
  transition: opacity 100ms linear;
}
.users-table tr:hover .userevents {
  opacity: 1;
}
.users-filters input {
  margin-right: 10px;
}
/*---------------------------------------------------
    PRICE TABLE
  ---------------------------------------------------
    pricing tables
  ---------------------------------------------------*/
.price-table {
  margin-bottom: 30px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.price-table:hover {
  -webkit-box-shadow: 0px 0px 15px 6px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 15px 6px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 15px 6px rgba(0, 0, 0, 0.07);
  ms-transform: scale(1.02);
  /* IE 9 */

  -webkit-transform: scale(1.02);
  /* Safari */

  transform: scale(1.02);
}
.price-table .panel {
  margin-bottom: 3px;
}
.price-table .panel-title {
  text-align: center;
}
.price-table .price {
  font-size: 80px;
  font-weight: 400;
  display: block;
  line-height: 84px;
  text-align: center;
  position: relative;
}
.price-table .price span {
  font-size: 35px;
  position: absolute;
  bottom: -15px;
  margin-left: -24px;
}
.price-table .price small {
  font-size: 30px;
  position: absolute;
  margin-top: -14px;
  margin-left: 2px;
}
.price-table .plan-info {
  background-color: #fff;
  padding: 15px;
  text-align: center;
}
.price-table .add-to-cart {
  font-size: 24px;
  display: inline-block;
  width: 100%;
  margin-top: 3px;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0px;
}
/*---------------------------------------------------
    PLAYGROUND
  ---------------------------------------------------
    main are where widgets and panels are shown
  ---------------------------------------------------*/
#playground {
  display: block;
  overflow: hidden;
  position: absolute;
  left: 250px;
  right: 0px;
  min-height: 100%;
  background: #d9d9d9;
  padding-top: 20px;
  padding-bottom: 0px !important;
}
#playground #page-title {
  background-color: transparent;
  background-image: transparent;
  background-position: left center;
  -webkit-background-size: 200% auto;
  background-size: 200% auto;
  border: 0;
  padding: 0px;
  color: #000;
}
.dashboard {
  color: #000 !important;
}
#example2 h2 {
  color: #fff !important;
}
#playground #page-title h1,
#playground #page-title h2,
#playground #page-title h3,
#playground #page-title h4,
#playground #page-title h5,
#playground #page-title h6 {
  margin: 0px;
  padding: 0px;
}
#playground .no-padding-left {
  padding-left: 0px;
}
#playground .white-bg {
  background: #fff;
  padding: 30px 15px;
}
.menu-right #playground {
  left: 0px;
  right: 250px;
}
/*---------------------------------------------------
    TOP NAVIGATION
  ---------------------------------------------------
    styles for the top navigation navbar
    located in the #main block
  ---------------------------------------------------*/
.navbar-top {
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.08);
  /*background-image: url(../images/backofficeLogin.jpeg);*/
  background: #f6820a !important;
  background-position: 80% 0%;
  background-size: cover;
  color: #333;
  border-width: 0;
  top: 0;
  position: fixed;
  width: inherit;
  left: 250px;
  right: 0px;
  height: 60px;
  padding-left: 10px;
  padding-top: 7px;
}

.navbar-top a {
  color: #333;
}

.navbar-top .navbar-search-block {
  background-color: #f8f8f8;
  width: 120px;
  height: 35px;
  position: relative;
  -webkit-transition: linear 200ms "all";
  -moz-transition: linear 200ms "all";
  -o-transition: linear 200ms "all";
  transition: linear 200ms "all";
  margin-left: 10px;
  margin-right: 10px;
}
.navbar-top .navbar-search-block .search-field-container .search-field {
  background-color: transparent;
  border: none;
  outline: none !important;
  -webkit-transition: linear 300ms "all";
  -moz-transition: linear 300ms "all";
  -o-transition: linear 300ms "all";
  transition: linear 300ms "all";
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 120px;
  padding: 8px 10px;
}
.navbar-top .navbar-search-block .search-field-container a {
  display: none;
}
.navbar-top .navbar-search-block .search-container {
  -webkit-transition: linear 200ms "all";
  -moz-transition: linear 200ms "all";
  -o-transition: linear 200ms "all";
  transition: linear 200ms "all";
  display: none;
  margin: 230px 50px 20px;
}
.navbar-top .navbar-search-block .search-container ul {
  padding-top: 0px;
  list-style: none;
  padding-left: 0px;
}
.navbar-top .navbar-search-block .search-container ul li {
  background-color: #ebebeb;
  margin-bottom: 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.navbar-top .navbar-search-block .search-container ul li a {
  display: block;
  padding: 15px;
}
.navbar-top .navbar-search-block .search-container ul li .img-container {
  float: left;
  margin-right: 15px;
  height: 40px;
  width: 40px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
}
.navbar-top .navbar-search-block .search-container ul li .img-container img {
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
}
.navbar-top .navbar-search-block .search-container ul li span {
  font-size: 30px;
}
.navbar-top .navbar-search-block .search-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  line-height: 30px;
  padding: 10px;
  display: none;
}
.navbar-top .navbar-search-block.open-search {
  z-index: 9999;
}
.navbar-top .navbar-search-block.open-search .search-field-container {
  position: absolute;
  top: 90px;
  left: 80px;
  right: 80px;
  height: 150px;
  margin-bottom: 30px;
}
.navbar-top
  .navbar-search-block.open-search
  .search-field-container
  .search-field {
  font-size: 90px;
  font-weight: bold;
  color: #bd5151;
  top: 0px;
  left: 0px;
  padding-right: 130px;
  position: absolute;
  width: 100%;
}
.navbar-top .navbar-search-block.open-search .search-field-container a {
  display: block;
  float: right;
  margin-top: 33px;
  margin-right: 25px;
}
.navbar-top .navbar-search-block.open-search .search-field-container a i {
  font-size: 80px;
  color: #bd5151;
}
.navbar-top li > a,
.navbar-top .navbar-toggle {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  color: #333;
}
.navbar-top .dropdown-menu {
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
  opacity: 0;
  display: block;
  margin-top: -20px !important;
  visibility: hidden;
  height: 1px;
  overflow: hidden;
}
.navbar-top .dropdown-menu li a {
  color: #484848;
}
.navbar-top .dropdown-menu li > a {
  padding-left: 30px;
}
.menu-right .navbar-top {
  left: 0px;
  right: 250px;
}
.open > .dropdown-menu {
  opacity: 1;
  margin-top: 0px !important;
  visibility: visible;
  z-index: 9999;
  height: inherit;
}
.navbar-top li > a:active,
.navbar-top li > a:focus,
.navbar-top .open > a:active {
  background-color: #ffffff;
  color: #8a8a8a;
}
.navbar-top .open,
.navbar-top .open > a,
.navbar-top .open > a:hover {
  background-color: #5f3d9e;
  color: #ffffff;
}
.navbar-top .open,
.nav .open > a,
.navbar-top li > a:hover:focus {
  background-color: transparent !important;
}
.navbar-top .nav a > .badge {
  position: absolute;
  font-size: 9px;
  padding: 3px;
  margin-top: -7px;
  width: 15px;
  height: 15px;
  display: inline-block;
  background-color: #5479aa;
  margin-left: -4px;
}
.navbar-top .nav a > .badge.badge-success {
  background-color: #75b045;
}
.navbar-top .nav a > .badge.badge-info {
  background-color: #53a6a6;
}
.navbar-top .nav a > .badge.badge-warning {
  background-color: #edb758;
}
.navbar-top .nav a > .badge.badge-danger {
  background-color: #bd5151;
}
.language-nav img {
  max-height: 12px;
  width: auto;
  float: left;
  margin-top: 3px;
  margin-right: 5px;
}
.language-nav ul img {
  margin-top: 3px;
  margin-right: 10px !important;
}
.user-profile a .user-img-container {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  margin-right: 10px;
  overflow: hidden;
  float: left;
  margin-left: 15px;
}
.user-profile .dropdown-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.user-profile a .user-img-container img {
  height: 45px;
  max-width: 45px;
  border: 5px solid #fff;
  border-radius: 50px;
}
.user-profile .chat-status {
  display: inline-block;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #5479aa;
  margin-left: 5px;
}
.user-profile .chat-status.success {
  background-color: #75b045;
}
.user-profile .chat-status.info {
  background-color: #53a6a6;
}
.user-profile .chat-status.warning {
  background-color: #edb758;
}
.user-profile .chat-status.danger {
  background-color: #bd5151;
}
.navbar-top .dropdown-menu {
  padding: 0px;
  border: none;
  border-radius: 0px;
  font-size: 12px;
}
.navbar-top .navbar-right {
  margin-right: 0px;
  /*margin-top: 15px;*/
}
.navbar-top .navbar-right .dropdown-menu:before {
  right: 15px;
}
.navbar-top .dropdown-menu li > a {
  padding: 7px 10px;
}
.navbar-top .dropdown-menu li > a > img {
  margin-right: 5px;
}
.show-hide-sidebar {
  width: 50px;
  text-align: center;
}
.show-hide-sidebar:hover {
  background-color: #4b69e9;
  color: #ffffff;
}
.collapsed-alertbar .btn-show-chat {
  background-color: #5479aa !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .navbar-top .navbar-right {
    margin-right: inherit;
  }
  .btn-show-chat,
  .navbar-search-block {
    display: none !important;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 15px;
  }
}
/*---------------------------------------------------
    ALERT / CHAT MULTI PANEL
  ---------------------------------------------------
    Right panel where all the alerts are shown
  ---------------------------------------------------*/
#multi-panel {
  position: fixed;
  right: -310px;
  width: 290px;
  top: 0px;
  bottom: 0px;
  background-color: #fff;
  z-index: 999;
}
#multi-panel #multi-panel-tabs {
  height: 50px;
}
#multi-panel .container-fluid {
  padding: 50px 0px 0px;
}
#multi-panel .nav-tabs {
  background-color: #f8f8f8;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 10;
  display: block;
}
#multi-panel .nav-tabs > li {
  margin: 0px;
  padding: 0px;
  margin-left: -1px;
  text-transform: uppercase;
}
#multi-panel .nav-tabs > li a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0px;
  border: 0px;
  height: 50px;
  padding-top: 15px;
}
#multi-panel .nav-tabs > li a:hover {
  background-color: #5479aa;
}
#multi-panel .tab-pane {
  padding: 0px !important;
}
#multi-panel .panel-body {
  padding-top: 0px;
  padding-bottom: 0px;
}
#multi-panel .widget-title {
  padding: 0px 15px;
}
#multi-panel .widget {
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#multi-panel .widget.list-group,
#multi-panel .widget .list-group {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
#multi-panel .widget.list-group .list-group-item,
#multi-panel .widget .list-group .list-group-item,
#multi-panel .widget.list-group li,
#multi-panel .widget .list-group li {
  border-left: 0px;
  border-right: 0px;
}
#multi-panel .widget.list-group a.list-group-item,
#multi-panel .widget .list-group a.list-group-item {
  border-top: 0px;
}
#multi-panel .widget .chat-status {
  display: inline-block;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #5479aa;
  margin-right: 8px;
}
#multi-panel .widget .chat-status.success {
  background-color: #75b045;
}
#multi-panel .widget .chat-status.info {
  background-color: #53a6a6;
}
#multi-panel .widget .chat-status.warning {
  background-color: #edb758;
}
#multi-panel .widget .chat-status.danger {
  background-color: #bd5151;
}
#multi-panel .widget.chat-widget li {
  padding: 0px;
}
#multi-panel .widget.chat-widget li a {
  padding: 10px 15px;
  display: block;
}
#multi-panel .widget.chat-widget li a .label {
  margin-left: 10px;
}
.collapsed-alertbar #multi-panel {
  right: 0px;
  z-index: 999;
}
.collapsed-alertbar #playground {
  right: 290px;
}
.collapsed-alertbar #playground .navbar-top {
  right: 290px;
}
/*---------------------------------------------------
    FOOTER
  ---------------------------------------------------
    Copyright footer + menu
  ---------------------------------------------------*/
footer {
  border-top: 1px solid #dee5e7;
  padding: 15px;
  color: #58666e;
  background-color: #edf1f2;
  display: block;
  /*position: relative;*/
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: 10px;
  text-align: center;
}
footer p {
  color: #ffffff !important;
  padding: 16px 0px;
  margin: 0;
}
.scroll-top {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  height: 50px;
  width: 50px;
  background-color: #282b2d;
  color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  cursor: pointer;
  border-radius: 50px;
}
.scroll-top i {
  font-size: 30px;
  display: block;
  text-align: center;
  margin-top: 9px;
}
.menu-right .scroll-top {
  right: 270px;
}
.container-invoice .table > tbody > tr > .no-line {
  border-top: none;
}
.container-invoice .table > thead > tr > .no-line {
  border-bottom: none;
}
.container-invoice .table > tbody > tr > .thick-line {
  border-top: 2px solid;
}
.chat-playground {
  list-style: none;
  padding: 0px;
}
.chat-playground li {
  padding-left: 80px;
  padding-top: 13px;
  position: relative;
  margin-bottom: 30px;
}
.chat-playground li .img-container {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 60px;
  width: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
}
.chat-playground li .img-container img {
  width: 60px;
  max-width: 60px;
  max-height: 60px;
  height: auto;
}
.chat-playground li p {
  display: inline-table;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.chat-playground li .attachment {
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  padding: 10px;
}
.chat-playground li.primary p {
  background-color: #5479aa;
  color: #ffffff;
}
.chat-playground li.secondary {
  padding-left: 0px;
  padding-right: 80px;
  text-align: right;
}
.chat-playground li.secondary .img-container {
  right: 0px;
  left: auto;
}
.chat-playground li.secondary p {
  background-color: #75b045;
  color: #ffffff;
}
/*---------------------------------------------------
    LOADING ANIMATION
  ---------------------------------------------------
    animation from page to page
  ---------------------------------------------------*/
.animsition-overlay {
  position: relative;
  opacity: 0;
  animation-fill-mode: both;
}
.animsition-loading {
  position: fixed;
  animation-fill-mode: both;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2032%2032%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22%23ccc%22%3E%0A%20%20%3Cpath%20opacity%3D%22.25%22%20d%3D%22M16%200%20A16%2016%200%200%200%2016%2032%20A16%2016%200%200%200%2016%200%20M16%204%20A12%2012%200%200%201%2016%2028%20A12%2012%200%200%201%2016%204%22/%3E%0A%20%20%3Cpath%20d%3D%22M16%200%20A16%2016%200%200%201%2032%2016%20L28%2016%20A12%2012%200%200%200%2016%204z%22%3E%0A%20%20%20%20%3CanimateTransform%20attributeName%3D%22transform%22%20type%3D%22rotate%22%20from%3D%220%2016%2016%22%20to%3D%22360%2016%2016%22%20dur%3D%220.8s%22%20repeatCount%3D%22indefinite%22%20/%3E%0A%20%20%3C/path%3E%0A%3C/svg%3E%0A%0A)
    center center no-repeat;
}
.animsition-loading:after {
  content: "Loading";
  color: #aaa;
  font-size: 16px;
  top: 50%;
  position: fixed;
  text-align: center;
  font-weight: 300;
  width: 100%;
  margin-top: 20px;
}
.morris-hover {
  position: absolute;
  z-index: 1000;
}
.morris-hover.morris-default-style {
  border-radius: 10px;
  padding: 6px;
  color: #666;
  background: rgba(255, 255, 255, 0.8);
  border: solid 2px rgba(230, 230, 230, 0.8);
  font-family: sans-serif;
  font-size: 12px;
  text-align: center;
}
.morris-hover.morris-default-style .morris-hover-row-label {
  font-weight: bold;
  margin: 0.25em 0;
}
.morris-hover.morris-default-style .morris-hover-point {
  white-space: nowrap;
  margin: 0.1em 0;
}
.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-color: transparent !important;
  border: none !important;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  border-radius: 2px !important;
  -moz-background-clip: padding !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}
.draggable {
  cursor: move;
}
.bootbox.modal {
  z-index: 9999;
}
/*---------------------------
    MULTILEVEL DROPDOWN
  ---------------------------*/
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
/*---------------------------
    EPOCH CHARTS THEME
  ---------------------------*/
.epoch .category6 .line {
  stroke: #bb6096;
}
.epoch .category6 .area,
.epoch .category6 .dot {
  fill: #bb6096;
}
.epoch .arc.category6,
.epoch .bar.category6 {
  fill: #bb6096;
}
.epoch .arc.category6 .fill,
.epoch .bar.category6 .fill {
  stroke: #bb6096;
}
.epoch .category5 .line {
  stroke: #53a6a6;
}
.epoch .category5 .area,
.epoch .category5 .dot {
  fill: #53a6a6;
}
.epoch .arc.category5,
.epoch .bar.category5 {
  fill: #53a6a6;
}
.epoch .arc.category5 .fill,
.epoch .bar.category5 .fill {
  stroke: #53a6a6;
}
.epoch .category4 .line {
  stroke: #4e4e4e;
}
.epoch .category4 .area,
.epoch .category4 .dot {
  fill: #4e4e4e;
}
.epoch .arc.category4,
.epoch .bar.category4 {
  fill: #4e4e4e;
}
.epoch .arc.category4 .fill,
.epoch .bar.category4 .fill {
  stroke: #4e4e4e;
}
.epoch .category3 .line {
  stroke: #75b045;
}
.epoch .category3 .area,
.epoch .category3 .dot {
  fill: #75b045;
}
.epoch .arc.category3,
.epoch .bar.category3 {
  fill: #75b045;
}
.epoch .arc.category3 .fill,
.epoch .bar.category3 .fill {
  stroke: #75b045;
}
.epoch .category2 .line {
  stroke: #bd5151;
}
.epoch .category2 .area,
.epoch .category2 .dot {
  fill: #bd5151;
}
.epoch .arc.category2,
.epoch .bar.category2 {
  fill: #bd5151;
}
.epoch .arc.category2 .fill,
.epoch .bar.category2 .fill {
  stroke: #bd5151;
}
.epoch .category1 .line {
  stroke: #5479aa;
}
.epoch .category1 .area,
.epoch .category1 .dot {
  fill: #5479aa;
}
.epoch .arc.category1,
.epoch .bar.category1 {
  fill: #5479aa;
}
.epoch .arc.category1 .fill,
.epoch .bar.category1 .fill {
  stroke: #5479aa;
}
/*---------------------------------------------------
    BOOTSTRAP OVERRIDES
  ---------------------------------------------------
    bootstrap styles reloaded
  ---------------------------------------------------*/
.h1,
.h2,
.h3,
h1,
h2,
h3,
.h4,
.h5,
.h6,
h4,
h5,
h6 {
}
.h1,
h1 {
  font-size: 30px;
  margin-top: 20px;
}
.h2,
h2 {
  font-size: 28px;
  margin-top: 20px;
}
.h3,
h3 {
  font-size: 24px;
  margin-top: 20px;
}
.h4,
h4 {
  font-size: 18px;
  margin-top: 15px;
}
.h5,
h5 {
  font-size: 12px;
  margin-top: 15px;
}
.h6,
h6 {
  font-size: 10px;
  margin-top: 15px;
}
b,
strong,
dt,
label {
  font-weight: 400;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  color: #f2f2f2;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding-right: 10px;
  padding-left: 10px;
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}
.label-as-badge {
  border-radius: 1em;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #5479aa;
  border-color: transparent;
}
.pagination > li > a,
.pagination > li > span {
  color: #5479aa;
}
.badge {
  font-weight: normal;
}
.navbar-default {
  border-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: #5479aa;
  color: #ffffff;
  border-color: #5479aa;
}
.navbar-toggle,
.close {
  outline: 0;
}
.navbar-toggle .icon-bar {
  background-color: #fff;
}
.panel textarea,
.well textarea,
textarea.form-control {
  resize: none;
}
.well,
.well-lg,
.well-sm {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-color: #cbd6e5;
}
.form-control {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: solid 1px #e8e6e6;
}
.form-control[disabled],
fieldset[disabled] .form-control,
.input-group-addon {
  background-color: #f1f0f0;
}
.input-group-addon {
  border: solid 1px #e8e6e6;
}
textarea:hover,
input:hover,
textarea:active,
select:active,
input:active,
textarea:focus,
select:focus,
input:focus,
button:focus,
button:active,
button:hover {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.btn {
  margin-bottom: 5px;
  -webkit-transition: linear 200ms "background-color";
  -moz-transition: linear 200ms "background-color";
  -o-transition: linear 200ms "background-color";
  transition: linear 200ms "background-color";
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #f1f0f0;
  border: solid 1px #f1f0f0;
}
.btn:hover {
  background: #e5e3e3;
}
.btn-default {
  color: inherit;
  border: solid 1px #f1f0f0;
}
.btn-default.dropdown-toggle,
.input-group-btn .btn-default {
  border: solid 1px #e8e6e6;
}
.btn-primary,
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover,
.label-primary {
  background-color: #015195;
  border-color: transparent;
  color: #ffffff;
}
.btn-primary:hover {
  background-color: #4ca3f7;
  border-color: transparent;
  color: #ffffff;
}
.btn-success,
.list-group-item-success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success,
.label-success {
  background-color: #3fd6f1;
  border-color: transparent;
  color: #ffffff;
}
.btn-success:hover {
  background-color: #699e3e;
  border-color: transparent;
  color: #ffffff;
}
.btn-info,
.list-group-item-info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info,
.label-info {
  background-color: #53a6a6;
  border-color: transparent;
  color: #ffffff;
}
.btn-info:hover {
  background-color: #4b9595;
  border-color: transparent;
  color: #ffffff;
}
.btn-warning,
.list-group-item-warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.label-warning {
  background-color: #edb758;
  border-color: transparent;
  color: #ffffff;
}
.btn-warning:hover {
  background-color: #ebad41;
  border-color: transparent;
  color: #ffffff;
}
.btn-danger,
.list-group-item-danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.label-danger {
  background-color: #bd5151;
  border-color: transparent;
  color: #ffffff;
}
.btn-danger:hover {
  background-color: #b14343;
  border-color: transparent;
  color: #ffffff;
}
a.btn-danger,
a.btn-warning,
a.btn-success,
a.btn-primary,
a.btn-info {
  color: #ffffff;
}
.input-group-addon {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #f1f0f0;
  border-color: #e8e6e6;
  font-weight: 300;
}
.btn:active,
.btn:visited {
  outline: none !important;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
select.input-lg {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.has-feedback label ~ .form-control-feedback {
  top: 35px;
}
.has-success .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #75b045;
}
.has-success .form-control-feedback {
  color: #75b045;
}
.has-success .input-group-addon {
  background: #75b045;
  color: #ffffff;
  border-color: #75b045;
}
.has-warning .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #edb758;
}
.has-warning .form-control-feedback {
  color: #edb758;
}
.has-warning .input-group-addon {
  background: #edb758;
  color: #ffffff;
  border-color: #edb758;
}
.has-error .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #bd5151;
}
.has-error .form-control-feedback {
  color: #bd5151;
}
.has-error .input-group-addon {
  background: #bd5151;
  color: #ffffff;
  border-color: #bd5151;
}
.list-group {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.list-group-item:first-child {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
}
.list-group-item:last-child {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
}
.nav {
  border: none;
}
.tab-content > .tab-pane {
  padding-top: 15px;
}
.progress {
  height: 8px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.progress-bar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #5479aa;
}
.progress-bar.progress-bar-success {
  background-color: #75b045;
}
.progress-bar.progress-bar-info {
  background-color: #53a6a6;
}
.progress-bar.progress-bar-warning {
  background-color: #edb758;
}
.progress-bar.progress-bar-danger {
  background-color: #bd5151;
}
.progress.progress-with-label {
  height: 19px;
}
.progress.progress-with-label .progress-bar {
  font-size: 10px;
}
.panel-group .panel + .panel {
  margin-top: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.alert {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.alert-primary {
  color: #ffffff;
  background-color: #5479aa;
  border-color: transparent;
}
.alert-success {
  color: #ffffff;
  background-color: #75b045;
  border-color: transparent;
}
.alert-info {
  color: #ffffff;
  background-color: #53a6a6;
  border-color: transparent;
}
.alert-warning {
  color: #ffffff;
  background-color: #0a899a;
  border-color: transparent;
}
.alert-danger {
  color: #ffffff;
  background-color: #bd5151;
  border-color: transparent;
}
.alert a,
.alert-primary a,
.alert-success a,
.alert-info a,
.alert-warning a,
.alert-danger a {
  color: #ffffff;
  font-weight: 600;
  display: inline-block;
  border-bottom: dotted 1px #ffffff;
}
[data-notify="progressbar"] {
  margin-bottom: 0px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 5px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.close {
  font-weight: 700;
  font-size: 14px;
  opacity: 0.5;
  color: #ffffff;
}
.close:hover {
  color: #ffffff;
  opacity: 0.8;
}
.nav-tabs > li {
  margin-bottom: 0px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border-color: transparent;
  background-color: #5479aa;
  color: #ffffff;
}
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
  border-color: transparent;
  background-color: #5479aa;
  color: #ffffff;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  border-color: transparent;
  background-color: #5479aa;
  color: #ffffff;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.breadcrumb {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.breadcrumb > li {
  white-space: nowrap;
}
.text-primary {
  color: #5479aa;
}
.text-success {
  color: #75b045;
}
.text-info {
  color: #2196f3;
}
.text-warning {
  color: #edb758;
}
.text-danger {
  color: #bd5151;
}
.label {
  font-weight: 300;
  padding: 3px 3px 2px;
}
.navbar-default {
  display: none;
}
/*---------------------------------------------------
    RESPONSIVENESS
  ---------------------------------------------------
    adjust the contents on smaller devices
  ---------------------------------------------------*/
@media (max-width: 767px) {
  .fix-on-scroll {
    margin-top: 0px !important;
  }
  .navbar-default {
    display: block;
    box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.08);
    background: #fff !important;
    color: #333;
  }
  #playground {
    left: 0px;
    z-index: 9;
    padding-top: 0;
    position: relative !important;
  }

  footer {
    bottom: -53px;
    z-index: 999;
  }
  .menu-right #playground {
    left: 0px;
    right: 50px;
  }
  .menu-right .navbar-top {
    left: 0px !important;
    right: 50px;
  }
  .breadcrumb {
    display: none;
  }
  footer p {
    text-align: center;
    margin: 0px !important;
  }
  .navbar-collapse {
    background-color: #ffffff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }

  .navbar-nav .open .dropdown-menu {
    background-color: #dedede;
    font-size: 15px;
    margin-bottom: 10px;
  }

  .bpackage .buy input {
    padding: 10px !important;
    border-radius: 10px !important;
    font-size: 18px !important;
  }

  footer {
    border-top: 1px solid #dee5e7;
    top: 120px !important;
    background: #fff !important;
    color: #000 !important;
  }

  footer p {
    color: #6c757d !important;
    padding: 0px 0px 0px 0px;
  }

  .navbar-top .dropdown-menu {
    -webkit-transition: all none ease-out !important;
    -moz-transition: all none ease-out !important;
    -o-transition: all none ease-out !important;
    transition: all none ease-out !important;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    -webkit-transition: all none ease-out !important;
    -moz-transition: all none ease-out !important;
    -o-transition: all none ease-out !important;
    transition: all none ease-out !important;
  }
  .navbar-toggle {
    margin-right: 20px;
  }
  .navbar-toggle .icon-bar {
    background-color: #8a8a8a;
  }
}

.amount {
  background: #191a1f none repeat scroll 0 0;
  color: #fff;
  font-family: "Abel", sans-serif;
  font-size: 48px;
  padding: 10px 30px;
  min-height: 85px;
  border-radius: 10px;
  line-height: 60px;
}

.total-purchase {
  color: #2b2b2c;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}

b,
strong {
  font-weight: 700;
}

.tree-table {
  margin: 0;
  text-align: center;
}
.tree-table img {
  vertical-align: middle;
}
.tree-table td,
.tree-table td:last-child {
  border: none;
  padding: 0px;
}
.tree-table tr:nth-child(2n) {
  background: none;
}
.border-left {
  border-left: 2px solid #428bca !important;
}
.border-top {
  border-top: 2px solid #428bca !important;
}
.bd-btm {
  border-top: 2px solid #428bca !important;
}
.table-auto {
  overflow: auto;
  width: 900px;
  margin: 0 auto;
}

.center-block {
  margin-left: auto;
  margin-right: auto;
  float: none;
}

/*CSS3 extras*/
a.tooltip1 span {
  border-radius: 4px;
  box-shadow: 5px 5px 8px #ccc;
  position: relative;
  z-index: 9999;
}

.tree {
  overflow: auto;
  width: 1200px;
  min-height: 700px;
}

.tree ul {
  padding-top: 20px;
  position: relative;
  padding-left: 0px;

  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.tree li {
  float: left;
  text-align: center;
  list-style-type: none;
  position: relative;
  padding: 20px 5px 0 5px;

  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

/*We will use ::before and ::after to draw the connectors*/

.tree li::before,
.tree li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  border-top: 2px solid #428bca;
  width: 50%;
  height: 20px;
}
.tree li::after {
  right: auto;
  left: 50%;
  border-left: 2px solid #428bca;
}

/*We need to remove left-right connectors from elements without 
any siblings*/
.tree li:only-child::after,
.tree li:only-child::before {
  display: none;
}

/*Remove space from the top of single children*/
.tree li:only-child {
  padding-top: 0;
}

/*Remove left connector from first child and 
right connector from last child*/
.tree li:first-child::before,
.tree li:last-child::after {
  border: 0 none;
}
/*Adding back the vertical connector to the last nodes*/
.tree li:last-child::before {
  border-right: 2px solid #428bca;
  border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
}
.tree li:first-child::after {
  border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
}

/*Time to add downward connectors from parents*/
.tree ul ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 2px solid #428bca;
  width: 0;
  height: 20px;
}

.tree li a {
  /*border: 2px solid #428bca;*/
  padding: 5px 20px;
  min-height: 110px;
  width: 108px;
  text-decoration: none;
  color: #666;
  font-family: arial, verdana, tahoma;
  font-size: 13px;
  display: inline-block;

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

  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.iicon {
  width: 70px;
  height: 70px;
  /* border-radius: 50%; */
}

a.tooltip1 {
  outline: medium none;
}
a.tooltip1 strong {
  line-height: 30px;
}
a.tooltip1:hover {
  text-decoration: none;
}
a.tooltip1 span {
  display: none;
  line-height: 18px;
  margin-left: -80px;
  margin-top: -270px;
  padding: 5px;
  width: 300px;
  position: relative;
  z-index: 99999;
}
a.tooltip1:hover span {
  background: #fffaf0 none repeat scroll 0 0;
  border: 1px solid #dca;
  color: #111;
  display: inline;
  position: absolute;
}
.callout {
  border: 0 none;
  bottom: -10px;
  left: 15px;
  position: absolute;
  z-index: 20;
  display: none;
}
a.tooltip1 span {
  border-radius: 4px;
  box-shadow: 5px 5px 8px #ccc;
  position: relative;
  z-index: 99999;
  margin-left: -95px;
  top: 410px;
}

.back-button {
  float: right;
  margin-top: 40px;
  margin-right: 80px;
  height: 35px;
  width: 120px;
  background: rgb(14, 130, 226);
  color: #fff;
  border: 1px #110d96 solid;
  font-weight: 600;
}

.round-border {
  border: 3px solid #428bca;
  padding: 2px 5px;
  border-radius: 50%;
  width: 50px;
}

.center-block {
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.col-item {
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  background: #fff;
}
.col-item .photo img {
  margin: 0 auto;
  width: 100%;
}

.col-item .info {
  padding: 10px;
  border-radius: 0 0 5px 5px;
  margin-top: 1px;
}

.col-item:hover .info {
  background-color: #f5f5dc;
}
.col-item .price {
  /*width: 50%;*/
  float: left;
  margin-top: 5px;
  margin-bottom: 8px;
}

.col-item .price h5 {
  line-height: 20px;
  margin: 0;
}

.price-text-color {
  color: #219fd1;
}

.col-item .info .rating {
  color: #777;
}

.col-item .rating {
  /*width: 50%;*/
  float: left;
  font-size: 17px;
  text-align: right;
  line-height: 52px;
  margin-bottom: 10px;
  height: 52px;
}

.col-item .separator {
  border-top: 1px solid #e1e1e1;
}

.clear-left {
  clear: left;
}

.col-item .separator p {
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 10px;
  text-align: center;
}

.col-item .separator p i {
  margin-right: 5px;
}
.col-item .btn-add {
  width: 50%;
  float: left;
}

.col-item .btn-add {
  border-right: 1px solid #e1e1e1;
}

.col-item .btn-details {
  width: 50%;
  float: left;
  padding-left: 10px;
}
.controls {
  margin-top: 20px;
}
[data-slide="prev"] {
  margin-right: 10px;
}

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

.px th {
  padding: 14px 7px !important;
  background: #ecf0f1;
}

.px td {
  padding: 25px 10px !important;
  background: #fff;
}

.modal-header-primary {
  color: #fff;
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
  background-color: #428bca;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.scss {
  background: #5cbb5c;
}

.main__logo {
  margin-bottom: 20px;
}

.card {
  box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.01), 0 15px 32px 0 rgba(0, 0, 0, 0.06);
  border-radius: 8px !important;
  display: inline-block;
  position: relative;
  width: 100%;
  border-radius: 6px;
  background: #fff;
  transition: all 0.3s;
}

.card-stats .card-header {
  float: left;
  text-align: center;
  padding: 15px 5px 0;
  z-index: 3;
}

.card-stats .card-content {
  text-align: right;
  padding-top: 10px;
  padding: 15px 20px;
  position: relative;
}

.card .category {
  color: #555555;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}

.card-stats .card-title {
  margin: 0;
  color: #fff;
  font-weight: 700 !important;
  text-align: center;
  font-size: 18px !important;
}
.white2-bg {
  background-color: #ffffff !important;
  background-image: #ffffff !important;
  background-position: left center !important;
  -webkit-background-size: 200% auto !important;
  background-size: 200% auto !important;
  color: #000;
  margin-top: 20px !important;
}
/*aakash*/
.white2-bg h3 {
  color: #000;
}
.icon.icon-warning {
  color: #020333;
  padding: 5px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 32px;
  margin-left: 15px;
}

.card-stats .card-header i {
  font-size: 36px;
  line-height: 56px;
  width: 56px;
  height: 56px;
}

.zmdi {
  display: inline-block;
  font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
  font-size: 14px;
  line-height: 1;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.card .card-footer {
  margin: 0 20px 10px;
  padding-top: 10px;
}

.card .card-footer .stats {
  color: #555555;
  font-size: 14px;
  width: 100%;
  height: 100%;
  line-height: 40px;
}

.card .card-footer .stats .material-icons {
  position: relative;
  top: 4px;
  font-size: 16px;
}

@font-face {
  font-family: Material-Design-Iconic-Font;
  src: url(../fonts/Material-Design-Iconic-Font.woff2?v=2.2.0) format("woff2"),
    url(../fonts/Material-Design-Iconic-Font.woff?v=2.2.0) format("woff"),
    url(../fonts/Material-Design-Iconic-Font.ttf?v=2.2.0) format("truetype");
}
.zmdi {
  display: inline-block;
  font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.zmdi-hc-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.zmdi-hc-2x {
  font-size: 2em;
}
.zmdi-hc-3x {
  font-size: 3em;
}
.zmdi-hc-4x {
  font-size: 4em;
}
.zmdi-hc-5x {
  font-size: 5em;
}
.zmdi-hc-fw {
  width: 1.28571429em;
  text-align: center;
}
.zmdi-hc-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.zmdi-hc-ul > li {
  position: relative;
}
.zmdi-hc-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.zmdi-hc-li.zmdi-hc-lg {
  left: -1.85714286em;
}
.zmdi-hc-border {
  padding: 0.1em 0.25em;
  border: solid 0.1em #9e9e9e;
  border-radius: 2px;
}
.zmdi-hc-border-circle {
  padding: 0.1em 0.25em;
  border: solid 0.1em #9e9e9e;
  border-radius: 50%;
}
.zmdi.pull-left {
  float: left;
  margin-right: 0.15em;
}
.zmdi.pull-right {
  float: right;
  margin-left: 0.15em;
}
.zmdi-hc-spin {
  -webkit-animation: zmdi-spin 1.5s infinite linear;
  animation: zmdi-spin 1.5s infinite linear;
}
.zmdi-hc-spin-reverse {
  -webkit-animation: zmdi-spin-reverse 1.5s infinite linear;
  animation: zmdi-spin-reverse 1.5s infinite linear;
}
@-webkit-keyframes zmdi-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes zmdi-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes zmdi-spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}
@keyframes zmdi-spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}
.zmdi-hc-rotate-90 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.zmdi-hc-rotate-180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.zmdi-hc-rotate-270 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.zmdi-hc-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.zmdi-hc-flip-vertical {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
.zmdi-hc-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.zmdi-hc-stack-1x,
.zmdi-hc-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.zmdi-hc-stack-1x {
  line-height: inherit;
}
.zmdi-hc-stack-2x {
  font-size: 2em;
}
.zmdi-hc-inverse {
  color: #fff;
}
.zmdi-3d-rotation:before {
  content: "\f101";
}
.zmdi-airplane-off:before {
  content: "\f102";
}
.zmdi-airplane:before {
  content: "\f103";
}
.zmdi-album:before {
  content: "\f104";
}
.zmdi-archive:before {
  content: "\f105";
}
.zmdi-assignment-account:before {
  content: "\f106";
}
.zmdi-assignment-alert:before {
  content: "\f107";
}
.zmdi-assignment-check:before {
  content: "\f108";
}
.zmdi-assignment-o:before {
  content: "\f109";
}
.zmdi-assignment-return:before {
  content: "\f10a";
}
.zmdi-assignment-returned:before {
  content: "\f10b";
}
.zmdi-assignment:before {
  content: "\f10c";
}
.zmdi-attachment-alt:before {
  content: "\f10d";
}
.zmdi-attachment:before {
  content: "\f10e";
}
.zmdi-audio:before {
  content: "\f10f";
}
.zmdi-badge-check:before {
  content: "\f110";
}
.zmdi-balance-wallet:before {
  content: "\f111";
}
.zmdi-balance:before {
  content: "\f112";
}
.zmdi-battery-alert:before {
  content: "\f113";
}
.zmdi-battery-flash:before {
  content: "\f114";
}
.zmdi-battery-unknown:before {
  content: "\f115";
}
.zmdi-battery:before {
  content: "\f116";
}
.zmdi-bike:before {
  content: "\f117";
}
.zmdi-block-alt:before {
  content: "\f118";
}
.zmdi-block:before {
  content: "\f119";
}
.zmdi-boat:before {
  content: "\f11a";
}
.zmdi-book-image:before {
  content: "\f11b";
}
.zmdi-book:before {
  content: "\f11c";
}
.zmdi-bookmark-outline:before {
  content: "\f11d";
}
.zmdi-bookmark:before {
  content: "\f11e";
}
.zmdi-brush:before {
  content: "\f11f";
}
.zmdi-bug:before {
  content: "\f120";
}
.zmdi-bus:before {
  content: "\f121";
}
.zmdi-cake:before {
  content: "\f122";
}
.zmdi-car-taxi:before {
  content: "\f123";
}
.zmdi-car-wash:before {
  content: "\f124";
}
.zmdi-car:before {
  content: "\f125";
}
.zmdi-card-giftcard:before {
  content: "\f126";
}
.zmdi-card-membership:before {
  content: "\f127";
}
.zmdi-card-travel:before {
  content: "\f128";
}
.zmdi-card:before {
  content: "\f129";
}
.zmdi-case-check:before {
  content: "\f12a";
}
.zmdi-case-download:before {
  content: "\f12b";
}
.zmdi-case-play:before {
  content: "\f12c";
}
.zmdi-case:before {
  content: "\f12d";
}
.zmdi-cast-connected:before {
  content: "\f12e";
}
.zmdi-cast:before {
  content: "\f12f";
}
.zmdi-chart-donut:before {
  content: "\f130";
}
.zmdi-chart:before {
  content: "\f131";
}
.zmdi-city-alt:before {
  content: "\f132";
}
.zmdi-city:before {
  content: "\f133";
}
.zmdi-close-circle-o:before {
  content: "\f134";
}
.zmdi-close-circle:before {
  content: "\f135";
}
.zmdi-close:before {
  content: "\f136";
}
.zmdi-cocktail:before {
  content: "\f137";
}
.zmdi-code-setting:before {
  content: "\f138";
}
.zmdi-code-smartphone:before {
  content: "\f139";
}
.zmdi-code:before {
  content: "\f13a";
}
.zmdi-coffee:before {
  content: "\f13b";
}
.zmdi-collection-bookmark:before {
  content: "\f13c";
}
.zmdi-collection-case-play:before {
  content: "\f13d";
}
.zmdi-collection-folder-image:before {
  content: "\f13e";
}
.zmdi-collection-image-o:before {
  content: "\f13f";
}
.zmdi-collection-image:before {
  content: "\f140";
}
.zmdi-collection-item-1:before {
  content: "\f141";
}
.zmdi-collection-item-2:before {
  content: "\f142";
}
.zmdi-collection-item-3:before {
  content: "\f143";
}
.zmdi-collection-item-4:before {
  content: "\f144";
}
.zmdi-collection-item-5:before {
  content: "\f145";
}
.zmdi-collection-item-6:before {
  content: "\f146";
}
.zmdi-collection-item-7:before {
  content: "\f147";
}
.zmdi-collection-item-8:before {
  content: "\f148";
}
.zmdi-collection-item-9-plus:before {
  content: "\f149";
}
.zmdi-collection-item-9:before {
  content: "\f14a";
}
.zmdi-collection-item:before {
  content: "\f14b";
}
.zmdi-collection-music:before {
  content: "\f14c";
}
.zmdi-collection-pdf:before {
  content: "\f14d";
}
.zmdi-collection-plus:before {
  content: "\f14e";
}
.zmdi-collection-speaker:before {
  content: "\f14f";
}
.zmdi-collection-text:before {
  content: "\f150";
}
.zmdi-collection-video:before {
  content: "\f151";
}
.zmdi-compass:before {
  content: "\f152";
}
.zmdi-cutlery:before {
  content: "\f153";
}
.zmdi-delete:before {
  content: "\f154";
}
.zmdi-dialpad:before {
  content: "\f155";
}
.zmdi-dns:before {
  content: "\f156";
}
.zmdi-drink:before {
  content: "\f157";
}
.zmdi-edit:before {
  content: "\f158";
}
.zmdi-email-open:before {
  content: "\f159";
}
.zmdi-email:before {
  content: "\f15a";
}
.zmdi-eye-off:before {
  content: "\f15b";
}
.zmdi-eye:before {
  content: "\f15c";
}
.zmdi-eyedropper:before {
  content: "\f15d";
}
.zmdi-favorite-outline:before {
  content: "\f15e";
}
.zmdi-favorite:before {
  content: "\f15f";
}
.zmdi-filter-list:before {
  content: "\f160";
}
.zmdi-fire:before {
  content: "\f161";
}
.zmdi-flag:before {
  content: "\f162";
}
.zmdi-flare:before {
  content: "\f163";
}
.zmdi-flash-auto:before {
  content: "\f164";
}
.zmdi-flash-off:before {
  content: "\f165";
}
.zmdi-flash:before {
  content: "\f166";
}
.zmdi-flip:before {
  content: "\f167";
}
.zmdi-flower-alt:before {
  content: "\f168";
}
.zmdi-flower:before {
  content: "\f169";
}
.zmdi-font:before {
  content: "\f16a";
}
.zmdi-fullscreen-alt:before {
  content: "\f16b";
}
.zmdi-fullscreen-exit:before {
  content: "\f16c";
}
.zmdi-fullscreen:before {
  content: "\f16d";
}
.zmdi-functions:before {
  content: "\f16e";
}
.zmdi-gas-station:before {
  content: "\f16f";
}
.zmdi-gesture:before {
  content: "\f170";
}
.zmdi-globe-alt:before {
  content: "\f171";
}
.zmdi-globe-lock:before {
  content: "\f172";
}
.zmdi-globe:before {
  content: "\f173";
}
.zmdi-graduation-cap:before {
  content: "\f174";
}
.zmdi-home:before {
  content: "\f175";
}
.zmdi-hospital-alt:before {
  content: "\f176";
}
.zmdi-hospital:before {
  content: "\f177";
}
.zmdi-hotel:before {
  content: "\f178";
}
.zmdi-hourglass-alt:before {
  content: "\f179";
}
.zmdi-hourglass-outline:before {
  content: "\f17a";
}
.zmdi-hourglass:before {
  content: "\f17b";
}
.zmdi-http:before {
  content: "\f17c";
}
.zmdi-image-alt:before {
  content: "\f17d";
}
.zmdi-image-o:before {
  content: "\f17e";
}
.zmdi-image:before {
  content: "\f17f";
}
.zmdi-inbox:before {
  content: "\f180";
}
.zmdi-invert-colors-off:before {
  content: "\f181";
}
.zmdi-invert-colors:before {
  content: "\f182";
}
.zmdi-key:before {
  content: "\f183";
}
.zmdi-label-alt-outline:before {
  content: "\f184";
}
.zmdi-label-alt:before {
  content: "\f185";
}
.zmdi-label-heart:before {
  content: "\f186";
}
.zmdi-label:before {
  content: "\f187";
}
.zmdi-labels:before {
  content: "\f188";
}
.zmdi-lamp:before {
  content: "\f189";
}
.zmdi-landscape:before {
  content: "\f18a";
}
.zmdi-layers-off:before {
  content: "\f18b";
}
.zmdi-layers:before {
  content: "\f18c";
}
.zmdi-library:before {
  content: "\f18d";
}
.zmdi-link:before {
  content: "\f18e";
}
.zmdi-lock-open:before {
  content: "\f18f";
}
.zmdi-lock-outline:before {
  content: "\f190";
}
.zmdi-lock:before {
  content: "\f191";
}
.zmdi-mail-reply-all:before {
  content: "\f192";
}
.zmdi-mail-reply:before {
  content: "\f193";
}
.zmdi-mail-send:before {
  content: "\f194";
}
.zmdi-mall:before {
  content: "\f195";
}
.zmdi-map:before {
  content: "\f196";
}
.zmdi-menu:before {
  content: "\f197";
}
.zmdi-money-box:before {
  content: "\f198";
}
.zmdi-money-off:before {
  content: "\f199";
}
.zmdi-money:before {
  content: "\f19a";
}
.zmdi-more-vert:before {
  content: "\f19b";
}
.zmdi-more:before {
  content: "\f19c";
}
.zmdi-movie-alt:before {
  content: "\f19d";
}
.zmdi-movie:before {
  content: "\f19e";
}
.zmdi-nature-people:before {
  content: "\f19f";
}
.zmdi-nature:before {
  content: "\f1a0";
}
.zmdi-navigation:before {
  content: "\f1a1";
}
.zmdi-open-in-browser:before {
  content: "\f1a2";
}
.zmdi-open-in-new:before {
  content: "\f1a3";
}
.zmdi-palette:before {
  content: "\f1a4";
}
.zmdi-parking:before {
  content: "\f1a5";
}
.zmdi-pin-account:before {
  content: "\f1a6";
}
.zmdi-pin-assistant:before {
  content: "\f1a7";
}
.zmdi-pin-drop:before {
  content: "\f1a8";
}
.zmdi-pin-help:before {
  content: "\f1a9";
}
.zmdi-pin-off:before {
  content: "\f1aa";
}
.zmdi-pin:before {
  content: "\f1ab";
}
.zmdi-pizza:before {
  content: "\f1ac";
}
.zmdi-plaster:before {
  content: "\f1ad";
}
.zmdi-power-setting:before {
  content: "\f1ae";
}
.zmdi-power:before {
  content: "\f1af";
}
.zmdi-print:before {
  content: "\f1b0";
}
.zmdi-puzzle-piece:before {
  content: "\f1b1";
}
.zmdi-quote:before {
  content: "\f1b2";
}
.zmdi-railway:before {
  content: "\f1b3";
}
.zmdi-receipt:before {
  content: "\f1b4";
}
.zmdi-refresh-alt:before {
  content: "\f1b5";
}
.zmdi-refresh-sync-alert:before {
  content: "\f1b6";
}
.zmdi-refresh-sync-off:before {
  content: "\f1b7";
}
.zmdi-refresh-sync:before {
  content: "\f1b8";
}
.zmdi-refresh:before {
  content: "\f1b9";
}
.zmdi-roller:before {
  content: "\f1ba";
}
.zmdi-ruler:before {
  content: "\f1bb";
}
.zmdi-scissors:before {
  content: "\f1bc";
}
.zmdi-screen-rotation-lock:before {
  content: "\f1bd";
}
.zmdi-screen-rotation:before {
  content: "\f1be";
}
.zmdi-search-for:before {
  content: "\f1bf";
}
.zmdi-search-in-file:before {
  content: "\f1c0";
}
.zmdi-search-in-page:before {
  content: "\f1c1";
}
.zmdi-search-replace:before {
  content: "\f1c2";
}
.zmdi-search:before {
  content: "\f1c3";
}
.zmdi-seat:before {
  content: "\f1c4";
}
.zmdi-settings-square:before {
  content: "\f1c5";
}
.zmdi-settings:before {
  content: "\f1c6";
}
.zmdi-shield-check:before {
  content: "\f1c7";
}
.zmdi-shield-security:before {
  content: "\f1c8";
}
.zmdi-shopping-basket:before {
  content: "\f1c9";
}
.zmdi-shopping-cart-plus:before {
  content: "\f1ca";
}
.zmdi-shopping-cart:before {
  content: "\f1cb";
}
.zmdi-sign-in:before {
  content: "\f1cc";
}
.zmdi-sort-amount-asc:before {
  content: "\f1cd";
}
.zmdi-sort-amount-desc:before {
  content: "\f1ce";
}
.zmdi-sort-asc:before {
  content: "\f1cf";
}
.zmdi-sort-desc:before {
  content: "\f1d0";
}
.zmdi-spellcheck:before {
  content: "\f1d1";
}
.zmdi-storage:before {
  content: "\f1d2";
}
.zmdi-store-24:before {
  content: "\f1d3";
}
.zmdi-store:before {
  content: "\f1d4";
}
.zmdi-subway:before {
  content: "\f1d5";
}
.zmdi-sun:before {
  content: "\f1d6";
}
.zmdi-tab-unselected:before {
  content: "\f1d7";
}
.zmdi-tab:before {
  content: "\f1d8";
}
.zmdi-tag-close:before {
  content: "\f1d9";
}
.zmdi-tag-more:before {
  content: "\f1da";
}
.zmdi-tag:before {
  content: "\f1db";
}
.zmdi-thumb-down:before {
  content: "\f1dc";
}
.zmdi-thumb-up-down:before {
  content: "\f1dd";
}
.zmdi-thumb-up:before {
  content: "\f1de";
}
.zmdi-ticket-star:before {
  content: "\f1df";
}
.zmdi-toll:before {
  content: "\f1e0";
}
.zmdi-toys:before {
  content: "\f1e1";
}
.zmdi-traffic:before {
  content: "\f1e2";
}
.zmdi-translate:before {
  content: "\f1e3";
}
.zmdi-triangle-down:before {
  content: "\f1e4";
}
.zmdi-triangle-up:before {
  content: "\f1e5";
}
.zmdi-truck:before {
  content: "\f1e6";
}
.zmdi-turning-sign:before {
  content: "\f1e7";
}
.zmdi-wallpaper:before {
  content: "\f1e8";
}
.zmdi-washing-machine:before {
  content: "\f1e9";
}
.zmdi-window-maximize:before {
  content: "\f1ea";
}
.zmdi-window-minimize:before {
  content: "\f1eb";
}
.zmdi-window-restore:before {
  content: "\f1ec";
}
.zmdi-wrench:before {
  content: "\f1ed";
}
.zmdi-zoom-in:before {
  content: "\f1ee";
}
.zmdi-zoom-out:before {
  content: "\f1ef";
}
.zmdi-alert-circle-o:before {
  content: "\f1f0";
}
.zmdi-alert-circle:before {
  content: "\f1f1";
}
.zmdi-alert-octagon:before {
  content: "\f1f2";
}
.zmdi-alert-polygon:before {
  content: "\f1f3";
}
.zmdi-alert-triangle:before {
  content: "\f1f4";
}
.zmdi-help-outline:before {
  content: "\f1f5";
}
.zmdi-help:before {
  content: "\f1f6";
}
.zmdi-info-outline:before {
  content: "\f1f7";
}
.zmdi-info:before {
  content: "\f1f8";
}
.zmdi-notifications-active:before {
  content: "\f1f9";
}
.zmdi-notifications-add:before {
  content: "\f1fa";
}
.zmdi-notifications-none:before {
  content: "\f1fb";
}
.zmdi-notifications-off:before {
  content: "\f1fc";
}
.zmdi-notifications-paused:before {
  content: "\f1fd";
}
.zmdi-notifications:before {
  content: "\f1fe";
}
.zmdi-account-add:before {
  content: "\f1ff";
}
.zmdi-account-box-mail:before {
  content: "\f200";
}
.zmdi-account-box-o:before {
  content: "\f201";
}
.zmdi-account-box-phone:before {
  content: "\f202";
}
.zmdi-account-box:before {
  content: "\f203";
}
.zmdi-account-calendar:before {
  content: "\f204";
}
.zmdi-account-circle:before {
  content: "\f205";
}
.zmdi-account-o:before {
  content: "\f206";
}
.zmdi-account:before {
  content: "\f207";
}
.zmdi-accounts-add:before {
  content: "\f208";
}
.zmdi-accounts-alt:before {
  content: "\f209";
}
.zmdi-accounts-list-alt:before {
  content: "\f20a";
}
.zmdi-accounts-list:before {
  content: "\f20b";
}
.zmdi-accounts-outline:before {
  content: "\f20c";
}
.zmdi-accounts:before {
  content: "\f20d";
}
.zmdi-face:before {
  content: "\f20e";
}
.zmdi-female:before {
  content: "\f20f";
}
.zmdi-male-alt:before {
  content: "\f210";
}
.zmdi-male-female:before {
  content: "\f211";
}
.zmdi-male:before {
  content: "\f212";
}
.zmdi-mood-bad:before {
  content: "\f213";
}
.zmdi-mood:before {
  content: "\f214";
}
.zmdi-run:before {
  content: "\f215";
}
.zmdi-walk:before {
  content: "\f216";
}
.zmdi-cloud-box:before {
  content: "\f217";
}
.zmdi-cloud-circle:before {
  content: "\f218";
}
.zmdi-cloud-done:before {
  content: "\f219";
}
.zmdi-cloud-download:before {
  content: "\f21a";
}
.zmdi-cloud-off:before {
  content: "\f21b";
}
.zmdi-cloud-outline-alt:before {
  content: "\f21c";
}
.zmdi-cloud-outline:before {
  content: "\f21d";
}
.zmdi-cloud-upload:before {
  content: "\f21e";
}
.zmdi-cloud:before {
  content: "\f21f";
}
.zmdi-download:before {
  content: "\f220";
}
.zmdi-file-plus:before {
  content: "\f221";
}
.zmdi-file-text:before {
  content: "\f222";
}
.zmdi-file:before {
  content: "\f223";
}
.zmdi-folder-outline:before {
  content: "\f224";
}
.zmdi-folder-person:before {
  content: "\f225";
}
.zmdi-folder-star-alt:before {
  content: "\f226";
}
.zmdi-folder-star:before {
  content: "\f227";
}
.zmdi-folder:before {
  content: "\f228";
}
.zmdi-gif:before {
  content: "\f229";
}
.zmdi-upload:before {
  content: "\f22a";
}
.zmdi-border-all:before {
  content: "\f22b";
}
.zmdi-border-bottom:before {
  content: "\f22c";
}
.zmdi-border-clear:before {
  content: "\f22d";
}
.zmdi-border-color:before {
  content: "\f22e";
}
.zmdi-border-horizontal:before {
  content: "\f22f";
}
.zmdi-border-inner:before {
  content: "\f230";
}
.zmdi-border-left:before {
  content: "\f231";
}
.zmdi-border-outer:before {
  content: "\f232";
}
.zmdi-border-right:before {
  content: "\f233";
}
.zmdi-border-style:before {
  content: "\f234";
}
.zmdi-border-top:before {
  content: "\f235";
}
.zmdi-border-vertical:before {
  content: "\f236";
}
.zmdi-copy:before {
  content: "\f237";
}
.zmdi-crop:before {
  content: "\f238";
}
.zmdi-format-align-center:before {
  content: "\f239";
}
.zmdi-format-align-justify:before {
  content: "\f23a";
}
.zmdi-format-align-left:before {
  content: "\f23b";
}
.zmdi-format-align-right:before {
  content: "\f23c";
}
.zmdi-format-bold:before {
  content: "\f23d";
}
.zmdi-format-clear-all:before {
  content: "\f23e";
}
.zmdi-format-clear:before {
  content: "\f23f";
}
.zmdi-format-color-fill:before {
  content: "\f240";
}
.zmdi-format-color-reset:before {
  content: "\f241";
}
.zmdi-format-color-text:before {
  content: "\f242";
}
.zmdi-format-indent-decrease:before {
  content: "\f243";
}
.zmdi-format-indent-increase:before {
  content: "\f244";
}
.zmdi-format-italic:before {
  content: "\f245";
}
.zmdi-format-line-spacing:before {
  content: "\f246";
}
.zmdi-format-list-bulleted:before {
  content: "\f247";
}
.zmdi-format-list-numbered:before {
  content: "\f248";
}
.zmdi-format-ltr:before {
  content: "\f249";
}
.zmdi-format-rtl:before {
  content: "\f24a";
}
.zmdi-format-size:before {
  content: "\f24b";
}
.zmdi-format-strikethrough-s:before {
  content: "\f24c";
}
.zmdi-format-strikethrough:before {
  content: "\f24d";
}
.zmdi-format-subject:before {
  content: "\f24e";
}
.zmdi-format-underlined:before {
  content: "\f24f";
}
.zmdi-format-valign-bottom:before {
  content: "\f250";
}
.zmdi-format-valign-center:before {
  content: "\f251";
}
.zmdi-format-valign-top:before {
  content: "\f252";
}
.zmdi-redo:before {
  content: "\f253";
}
.zmdi-select-all:before {
  content: "\f254";
}
.zmdi-space-bar:before {
  content: "\f255";
}
.zmdi-text-format:before {
  content: "\f256";
}
.zmdi-transform:before {
  content: "\f257";
}
.zmdi-undo:before {
  content: "\f258";
}
.zmdi-wrap-text:before {
  content: "\f259";
}
.zmdi-comment-alert:before {
  content: "\f25a";
}
.zmdi-comment-alt-text:before {
  content: "\f25b";
}
.zmdi-comment-alt:before {
  content: "\f25c";
}
.zmdi-comment-edit:before {
  content: "\f25d";
}
.zmdi-comment-image:before {
  content: "\f25e";
}
.zmdi-comment-list:before {
  content: "\f25f";
}
.zmdi-comment-more:before {
  content: "\f260";
}
.zmdi-comment-outline:before {
  content: "\f261";
}
.zmdi-comment-text-alt:before {
  content: "\f262";
}
.zmdi-comment-text:before {
  content: "\f263";
}
.zmdi-comment-video:before {
  content: "\f264";
}
.zmdi-comment:before {
  content: "\f265";
}
.zmdi-comments:before {
  content: "\f266";
}
.zmdi-check-all:before {
  content: "\f267";
}
.zmdi-check-circle-u:before {
  content: "\f268";
}
.zmdi-check-circle:before {
  content: "\f269";
}
.zmdi-check-square:before {
  content: "\f26a";
}
.zmdi-check:before {
  content: "\f26b";
}
.zmdi-circle-o:before {
  content: "\f26c";
}
.zmdi-circle:before {
  content: "\f26d";
}
.zmdi-dot-circle-alt:before {
  content: "\f26e";
}
.zmdi-dot-circle:before {
  content: "\f26f";
}
.zmdi-minus-circle-outline:before {
  content: "\f270";
}
.zmdi-minus-circle:before {
  content: "\f271";
}
.zmdi-minus-square:before {
  content: "\f272";
}
.zmdi-minus:before {
  content: "\f273";
}
.zmdi-plus-circle-o-duplicate:before {
  content: "\f274";
}
.zmdi-plus-circle-o:before {
  content: "\f275";
}
.zmdi-plus-circle:before {
  content: "\f276";
}
.zmdi-plus-square:before {
  content: "\f277";
}
.zmdi-plus:before {
  content: "\f278";
}
.zmdi-square-o:before {
  content: "\f279";
}
.zmdi-star-circle:before {
  content: "\f27a";
}
.zmdi-star-half:before {
  content: "\f27b";
}
.zmdi-star-outline:before {
  content: "\f27c";
}
.zmdi-star:before {
  content: "\f27d";
}
.zmdi-bluetooth-connected:before {
  content: "\f27e";
}
.zmdi-bluetooth-off:before {
  content: "\f27f";
}
.zmdi-bluetooth-search:before {
  content: "\f280";
}
.zmdi-bluetooth-setting:before {
  content: "\f281";
}
.zmdi-bluetooth:before {
  content: "\f282";
}
.zmdi-camera-add:before {
  content: "\f283";
}
.zmdi-camera-alt:before {
  content: "\f284";
}
.zmdi-camera-bw:before {
  content: "\f285";
}
.zmdi-camera-front:before {
  content: "\f286";
}
.zmdi-camera-mic:before {
  content: "\f287";
}
.zmdi-camera-party-mode:before {
  content: "\f288";
}
.zmdi-camera-rear:before {
  content: "\f289";
}
.zmdi-camera-roll:before {
  content: "\f28a";
}
.zmdi-camera-switch:before {
  content: "\f28b";
}
.zmdi-camera:before {
  content: "\f28c";
}
.zmdi-card-alert:before {
  content: "\f28d";
}
.zmdi-card-off:before {
  content: "\f28e";
}
.zmdi-card-sd:before {
  content: "\f28f";
}
.zmdi-card-sim:before {
  content: "\f290";
}
.zmdi-desktop-mac:before {
  content: "\f291";
}
.zmdi-desktop-windows:before {
  content: "\f292";
}
.zmdi-device-hub:before {
  content: "\f293";
}
.zmdi-devices-off:before {
  content: "\f294";
}
.zmdi-devices:before {
  content: "\f295";
}
.zmdi-dock:before {
  content: "\f296";
}
.zmdi-floppy:before {
  content: "\f297";
}
.zmdi-gamepad:before {
  content: "\f298";
}
.zmdi-gps-dot:before {
  content: "\f299";
}
.zmdi-gps-off:before {
  content: "\f29a";
}
.zmdi-gps:before {
  content: "\f29b";
}
.zmdi-headset-mic:before {
  content: "\f29c";
}
.zmdi-headset:before {
  content: "\f29d";
}
.zmdi-input-antenna:before {
  content: "\f29e";
}
.zmdi-input-composite:before {
  content: "\f29f";
}
.zmdi-input-hdmi:before {
  content: "\f2a0";
}
.zmdi-input-power:before {
  content: "\f2a1";
}
.zmdi-input-svideo:before {
  content: "\f2a2";
}
.zmdi-keyboard-hide:before {
  content: "\f2a3";
}
.zmdi-keyboard:before {
  content: "\f2a4";
}
.zmdi-laptop-chromebook:before {
  content: "\f2a5";
}
.zmdi-laptop-mac:before {
  content: "\f2a6";
}
.zmdi-laptop:before {
  content: "\f2a7";
}
.zmdi-mic-off:before {
  content: "\f2a8";
}
.zmdi-mic-outline:before {
  content: "\f2a9";
}
.zmdi-mic-setting:before {
  content: "\f2aa";
}
.zmdi-mic:before {
  content: "\f2ab";
}
.zmdi-mouse:before {
  content: "\f2ac";
}
.zmdi-network-alert:before {
  content: "\f2ad";
}
.zmdi-network-locked:before {
  content: "\f2ae";
}
.zmdi-network-off:before {
  content: "\f2af";
}
.zmdi-network-outline:before {
  content: "\f2b0";
}
.zmdi-network-setting:before {
  content: "\f2b1";
}
.zmdi-network:before {
  content: "\f2b2";
}
.zmdi-phone-bluetooth:before {
  content: "\f2b3";
}
.zmdi-phone-end:before {
  content: "\f2b4";
}
.zmdi-phone-forwarded:before {
  content: "\f2b5";
}
.zmdi-phone-in-talk:before {
  content: "\f2b6";
}
.zmdi-phone-locked:before {
  content: "\f2b7";
}
.zmdi-phone-missed:before {
  content: "\f2b8";
}
.zmdi-phone-msg:before {
  content: "\f2b9";
}
.zmdi-phone-paused:before {
  content: "\f2ba";
}
.zmdi-phone-ring:before {
  content: "\f2bb";
}
.zmdi-phone-setting:before {
  content: "\f2bc";
}
.zmdi-phone-sip:before {
  content: "\f2bd";
}
.zmdi-phone:before {
  content: "\f2be";
}
.zmdi-portable-wifi-changes:before {
  content: "\f2bf";
}
.zmdi-portable-wifi-off:before {
  content: "\f2c0";
}
.zmdi-portable-wifi:before {
  content: "\f2c1";
}
.zmdi-radio:before {
  content: "\f2c2";
}
.zmdi-reader:before {
  content: "\f2c3";
}
.zmdi-remote-control-alt:before {
  content: "\f2c4";
}
.zmdi-remote-control:before {
  content: "\f2c5";
}
.zmdi-router:before {
  content: "\f2c6";
}
.zmdi-scanner:before {
  content: "\f2c7";
}
.zmdi-smartphone-android:before {
  content: "\f2c8";
}
.zmdi-smartphone-download:before {
  content: "\f2c9";
}
.zmdi-smartphone-erase:before {
  content: "\f2ca";
}
.zmdi-smartphone-info:before {
  content: "\f2cb";
}
.zmdi-smartphone-iphone:before {
  content: "\f2cc";
}
.zmdi-smartphone-landscape-lock:before {
  content: "\f2cd";
}
.zmdi-smartphone-landscape:before {
  content: "\f2ce";
}
.zmdi-smartphone-lock:before {
  content: "\f2cf";
}
.zmdi-smartphone-portrait-lock:before {
  content: "\f2d0";
}
.zmdi-smartphone-ring:before {
  content: "\f2d1";
}
.zmdi-smartphone-setting:before {
  content: "\f2d2";
}
.zmdi-smartphone-setup:before {
  content: "\f2d3";
}
.zmdi-smartphone:before {
  content: "\f2d4";
}
.zmdi-speaker:before {
  content: "\f2d5";
}
.zmdi-tablet-android:before {
  content: "\f2d6";
}
.zmdi-tablet-mac:before {
  content: "\f2d7";
}
.zmdi-tablet:before {
  content: "\f2d8";
}
.zmdi-tv-alt-play:before {
  content: "\f2d9";
}
.zmdi-tv-list:before {
  content: "\f2da";
}
.zmdi-tv-play:before {
  content: "\f2db";
}
.zmdi-tv:before {
  content: "\f2dc";
}
.zmdi-usb:before {
  content: "\f2dd";
}
.zmdi-videocam-off:before {
  content: "\f2de";
}
.zmdi-videocam-switch:before {
  content: "\f2df";
}
.zmdi-videocam:before {
  content: "\f2e0";
}
.zmdi-watch:before {
  content: "\f2e1";
}
.zmdi-wifi-alt-2:before {
  content: "\f2e2";
}
.zmdi-wifi-alt:before {
  content: "\f2e3";
}
.zmdi-wifi-info:before {
  content: "\f2e4";
}
.zmdi-wifi-lock:before {
  content: "\f2e5";
}
.zmdi-wifi-off:before {
  content: "\f2e6";
}
.zmdi-wifi-outline:before {
  content: "\f2e7";
}
.zmdi-wifi:before {
  content: "\f2e8";
}
.zmdi-arrow-left-bottom:before {
  content: "\f2e9";
}
.zmdi-arrow-left:before {
  content: "\f2ea";
}
.zmdi-arrow-merge:before {
  content: "\f2eb";
}
.zmdi-arrow-missed:before {
  content: "\f2ec";
}
.zmdi-arrow-right-top:before {
  content: "\f2ed";
}
.zmdi-arrow-right:before {
  content: "\f2ee";
}
.zmdi-arrow-split:before {
  content: "\f2ef";
}
.zmdi-arrows:before {
  content: "\f2f0";
}
.zmdi-caret-down-circle:before {
  content: "\f2f1";
}
.zmdi-caret-down:before {
  content: "\f2f2";
}
.zmdi-caret-left-circle:before {
  content: "\f2f3";
}
.zmdi-caret-left:before {
  content: "\f2f4";
}
.zmdi-caret-right-circle:before {
  content: "\f2f5";
}
.zmdi-caret-right:before {
  content: "\f2f6";
}
.zmdi-caret-up-circle:before {
  content: "\f2f7";
}
.zmdi-caret-up:before {
  content: "\f2f8";
}
.zmdi-chevron-down:before {
  content: "\f2f9";
}
.zmdi-chevron-left:before {
  content: "\f2fa";
}
.zmdi-chevron-right:before {
  content: "\f2fb";
}
.zmdi-chevron-up:before {
  content: "\f2fc";
}
.zmdi-forward:before {
  content: "\f2fd";
}
.zmdi-long-arrow-down:before {
  content: "\f2fe";
}
.zmdi-long-arrow-left:before {
  content: "\f2ff";
}
.zmdi-long-arrow-return:before {
  content: "\f300";
}
.zmdi-long-arrow-right:before {
  content: "\f301";
}
.zmdi-long-arrow-tab:before {
  content: "\f302";
}
.zmdi-long-arrow-up:before {
  content: "\f303";
}
.zmdi-rotate-ccw:before {
  content: "\f304";
}
.zmdi-rotate-cw:before {
  content: "\f305";
}
.zmdi-rotate-left:before {
  content: "\f306";
}
.zmdi-rotate-right:before {
  content: "\f307";
}
.zmdi-square-down:before {
  content: "\f308";
}
.zmdi-square-right:before {
  content: "\f309";
}
.zmdi-swap-alt:before {
  content: "\f30a";
}
.zmdi-swap-vertical-circle:before {
  content: "\f30b";
}
.zmdi-swap-vertical:before {
  content: "\f30c";
}
.zmdi-swap:before {
  content: "\f30d";
}
.zmdi-trending-down:before {
  content: "\f30e";
}
.zmdi-trending-flat:before {
  content: "\f30f";
}
.zmdi-trending-up:before {
  content: "\f310";
}
.zmdi-unfold-less:before {
  content: "\f311";
}
.zmdi-unfold-more:before {
  content: "\f312";
}
.zmdi-apps:before {
  content: "\f313";
}
.zmdi-grid-off:before {
  content: "\f314";
}
.zmdi-grid:before {
  content: "\f315";
}
.zmdi-view-agenda:before {
  content: "\f316";
}
.zmdi-view-array:before {
  content: "\f317";
}
.zmdi-view-carousel:before {
  content: "\f318";
}
.zmdi-view-column:before {
  content: "\f319";
}
.zmdi-view-comfy:before {
  content: "\f31a";
}
.zmdi-view-compact:before {
  content: "\f31b";
}
.zmdi-view-dashboard:before {
  content: "\f31c";
}
.zmdi-view-day:before {
  content: "\f31d";
}
.zmdi-view-headline:before {
  content: "\f31e";
}
.zmdi-view-list-alt:before {
  content: "\f31f";
}
.zmdi-view-list:before {
  content: "\f320";
}
.zmdi-view-module:before {
  content: "\f321";
}
.zmdi-view-quilt:before {
  content: "\f322";
}
.zmdi-view-stream:before {
  content: "\f323";
}
.zmdi-view-subtitles:before {
  content: "\f324";
}
.zmdi-view-toc:before {
  content: "\f325";
}
.zmdi-view-web:before {
  content: "\f326";
}
.zmdi-view-week:before {
  content: "\f327";
}
.zmdi-widgets:before {
  content: "\f328";
}
.zmdi-alarm-check:before {
  content: "\f329";
}
.zmdi-alarm-off:before {
  content: "\f32a";
}
.zmdi-alarm-plus:before {
  content: "\f32b";
}
.zmdi-alarm-snooze:before {
  content: "\f32c";
}
.zmdi-alarm:before {
  content: "\f32d";
}
.zmdi-calendar-alt:before {
  content: "\f32e";
}
.zmdi-calendar-check:before {
  content: "\f32f";
}
.zmdi-calendar-close:before {
  content: "\f330";
}
.zmdi-calendar-note:before {
  content: "\f331";
}
.zmdi-calendar:before {
  content: "\f332";
}
.zmdi-time-countdown:before {
  content: "\f333";
}
.zmdi-time-interval:before {
  content: "\f334";
}
.zmdi-time-restore-setting:before {
  content: "\f335";
}
.zmdi-time-restore:before {
  content: "\f336";
}
.zmdi-time:before {
  content: "\f337";
}
.zmdi-timer-off:before {
  content: "\f338";
}
.zmdi-timer:before {
  content: "\f339";
}
.zmdi-android-alt:before {
  content: "\f33a";
}
.zmdi-android:before {
  content: "\f33b";
}
.zmdi-apple:before {
  content: "\f33c";
}
.zmdi-behance:before {
  content: "\f33d";
}
.zmdi-codepen:before {
  content: "\f33e";
}
.zmdi-dribbble:before {
  content: "\f33f";
}
.zmdi-dropbox:before {
  content: "\f340";
}
.zmdi-evernote:before {
  content: "\f341";
}
.zmdi-facebook-box:before {
  content: "\f342";
}
.zmdi-facebook:before {
  content: "\f343";
}
.zmdi-github-box:before {
  content: "\f344";
}
.zmdi-github:before {
  content: "\f345";
}
.zmdi-google-drive:before {
  content: "\f346";
}
.zmdi-google-earth:before {
  content: "\f347";
}
.zmdi-google-glass:before {
  content: "\f348";
}
.zmdi-google-maps:before {
  content: "\f349";
}
.zmdi-google-pages:before {
  content: "\f34a";
}
.zmdi-google-play:before {
  content: "\f34b";
}
.zmdi-google-plus-box:before {
  content: "\f34c";
}
.zmdi-google-plus:before {
  content: "\f34d";
}
.zmdi-google:before {
  content: "\f34e";
}
.zmdi-instagram:before {
  content: "\f34f";
}
.zmdi-language-css3:before {
  content: "\f350";
}
.zmdi-language-html5:before {
  content: "\f351";
}
.zmdi-language-javascript:before {
  content: "\f352";
}
.zmdi-language-python-alt:before {
  content: "\f353";
}
.zmdi-language-python:before {
  content: "\f354";
}
.zmdi-lastfm:before {
  content: "\f355";
}
.zmdi-linkedin-box:before {
  content: "\f356";
}
.zmdi-paypal:before {
  content: "\f357";
}
.zmdi-pinterest-box:before {
  content: "\f358";
}
.zmdi-pocket:before {
  content: "\f359";
}
.zmdi-polymer:before {
  content: "\f35a";
}
.zmdi-share:before {
  content: "\f35b";
}
.zmdi-stackoverflow:before {
  content: "\f35c";
}
.zmdi-steam-square:before {
  content: "\f35d";
}
.zmdi-steam:before {
  content: "\f35e";
}
.zmdi-twitter-box:before {
  content: "\f35f";
}
.zmdi-twitter:before {
  content: "\f360";
}
.zmdi-vk:before {
  content: "\f361";
}
.zmdi-wikipedia:before {
  content: "\f362";
}
.zmdi-windows:before {
  content: "\f363";
}
.zmdi-aspect-ratio-alt:before {
  content: "\f364";
}
.zmdi-aspect-ratio:before {
  content: "\f365";
}
.zmdi-blur-circular:before {
  content: "\f366";
}
.zmdi-blur-linear:before {
  content: "\f367";
}
.zmdi-blur-off:before {
  content: "\f368";
}
.zmdi-blur:before {
  content: "\f369";
}
.zmdi-brightness-2:before {
  content: "\f36a";
}
.zmdi-brightness-3:before {
  content: "\f36b";
}
.zmdi-brightness-4:before {
  content: "\f36c";
}
.zmdi-brightness-5:before {
  content: "\f36d";
}
.zmdi-brightness-6:before {
  content: "\f36e";
}
.zmdi-brightness-7:before {
  content: "\f36f";
}
.zmdi-brightness-auto:before {
  content: "\f370";
}
.zmdi-brightness-setting:before {
  content: "\f371";
}
.zmdi-broken-image:before {
  content: "\f372";
}
.zmdi-center-focus-strong:before {
  content: "\f373";
}
.zmdi-center-focus-weak:before {
  content: "\f374";
}
.zmdi-compare:before {
  content: "\f375";
}
.zmdi-crop-16-9:before {
  content: "\f376";
}
.zmdi-crop-3-2:before {
  content: "\f377";
}
.zmdi-crop-5-4:before {
  content: "\f378";
}
.zmdi-crop-7-5:before {
  content: "\f379";
}
.zmdi-crop-din:before {
  content: "\f37a";
}
.zmdi-crop-free:before {
  content: "\f37b";
}
.zmdi-crop-landscape:before {
  content: "\f37c";
}
.zmdi-crop-portrait:before {
  content: "\f37d";
}
.zmdi-crop-square:before {
  content: "\f37e";
}
.zmdi-exposure-alt:before {
  content: "\f37f";
}
.zmdi-exposure:before {
  content: "\f380";
}
.zmdi-filter-b-and-w:before {
  content: "\f381";
}
.zmdi-filter-center-focus:before {
  content: "\f382";
}
.zmdi-filter-frames:before {
  content: "\f383";
}
.zmdi-filter-tilt-shift:before {
  content: "\f384";
}
.zmdi-gradient:before {
  content: "\f385";
}
.zmdi-grain:before {
  content: "\f386";
}
.zmdi-graphic-eq:before {
  content: "\f387";
}
.zmdi-hdr-off:before {
  content: "\f388";
}
.zmdi-hdr-strong:before {
  content: "\f389";
}
.zmdi-hdr-weak:before {
  content: "\f38a";
}
.zmdi-hdr:before {
  content: "\f38b";
}
.zmdi-iridescent:before {
  content: "\f38c";
}
.zmdi-leak-off:before {
  content: "\f38d";
}
.zmdi-leak:before {
  content: "\f38e";
}
.zmdi-looks:before {
  content: "\f38f";
}
.zmdi-loupe:before {
  content: "\f390";
}
.zmdi-panorama-horizontal:before {
  content: "\f391";
}
.zmdi-panorama-vertical:before {
  content: "\f392";
}
.zmdi-panorama-wide-angle:before {
  content: "\f393";
}
.zmdi-photo-size-select-large:before {
  content: "\f394";
}
.zmdi-photo-size-select-small:before {
  content: "\f395";
}
.zmdi-picture-in-picture:before {
  content: "\f396";
}
.zmdi-slideshow:before {
  content: "\f397";
}
.zmdi-texture:before {
  content: "\f398";
}
.zmdi-tonality:before {
  content: "\f399";
}
.zmdi-vignette:before {
  content: "\f39a";
}
.zmdi-wb-auto:before {
  content: "\f39b";
}
.zmdi-eject-alt:before {
  content: "\f39c";
}
.zmdi-eject:before {
  content: "\f39d";
}
.zmdi-equalizer:before {
  content: "\f39e";
}
.zmdi-fast-forward:before {
  content: "\f39f";
}
.zmdi-fast-rewind:before {
  content: "\f3a0";
}
.zmdi-forward-10:before {
  content: "\f3a1";
}
.zmdi-forward-30:before {
  content: "\f3a2";
}
.zmdi-forward-5:before {
  content: "\f3a3";
}
.zmdi-hearing:before {
  content: "\f3a4";
}
.zmdi-pause-circle-outline:before {
  content: "\f3a5";
}
.zmdi-pause-circle:before {
  content: "\f3a6";
}
.zmdi-pause:before {
  content: "\f3a7";
}
.zmdi-play-circle-outline:before {
  content: "\f3a8";
}
.zmdi-play-circle:before {
  content: "\f3a9";
}
.zmdi-play:before {
  content: "\f3aa";
}
.zmdi-playlist-audio:before {
  content: "\f3ab";
}
.zmdi-playlist-plus:before {
  content: "\f3ac";
}
.zmdi-repeat-one:before {
  content: "\f3ad";
}
.zmdi-repeat:before {
  content: "\f3ae";
}
.zmdi-replay-10:before {
  content: "\f3af";
}
.zmdi-replay-30:before {
  content: "\f3b0";
}
.zmdi-replay-5:before {
  content: "\f3b1";
}
.zmdi-replay:before {
  content: "\f3b2";
}
.zmdi-shuffle:before {
  content: "\f3b3";
}
.zmdi-skip-next:before {
  content: "\f3b4";
}
.zmdi-skip-previous:before {
  content: "\f3b5";
}
.zmdi-stop:before {
  content: "\f3b6";
}
.zmdi-surround-sound:before {
  content: "\f3b7";
}
.zmdi-tune:before {
  content: "\f3b8";
}
.zmdi-volume-down:before {
  content: "\f3b9";
}
.zmdi-volume-mute:before {
  content: "\f3ba";
}
.zmdi-volume-off:before {
  content: "\f3bb";
}
.zmdi-volume-up:before {
  content: "\f3bc";
}
.zmdi-n-1-square:before {
  content: "\f3bd";
}
.zmdi-n-2-square:before {
  content: "\f3be";
}
.zmdi-n-3-square:before {
  content: "\f3bf";
}
.zmdi-n-4-square:before {
  content: "\f3c0";
}
.zmdi-n-5-square:before {
  content: "\f3c1";
}
.zmdi-n-6-square:before {
  content: "\f3c2";
}
.zmdi-neg-1:before {
  content: "\f3c3";
}
.zmdi-neg-2:before {
  content: "\f3c4";
}
.zmdi-plus-1:before {
  content: "\f3c5";
}
.zmdi-plus-2:before {
  content: "\f3c6";
}
.zmdi-sec-10:before {
  content: "\f3c7";
}
.zmdi-sec-3:before {
  content: "\f3c8";
}
.zmdi-zero:before {
  content: "\f3c9";
}
.zmdi-airline-seat-flat-angled:before {
  content: "\f3ca";
}
.zmdi-airline-seat-flat:before {
  content: "\f3cb";
}
.zmdi-airline-seat-individual-suite:before {
  content: "\f3cc";
}
.zmdi-airline-seat-legroom-extra:before {
  content: "\f3cd";
}
.zmdi-airline-seat-legroom-normal:before {
  content: "\f3ce";
}
.zmdi-airline-seat-legroom-reduced:before {
  content: "\f3cf";
}
.zmdi-airline-seat-recline-extra:before {
  content: "\f3d0";
}
.zmdi-airline-seat-recline-normal:before {
  content: "\f3d1";
}
.zmdi-airplay:before {
  content: "\f3d2";
}
.zmdi-closed-caption:before {
  content: "\f3d3";
}
.zmdi-confirmation-number:before {
  content: "\f3d4";
}
.zmdi-developer-board:before {
  content: "\f3d5";
}
.zmdi-disc-full:before {
  content: "\f3d6";
}
.zmdi-explicit:before {
  content: "\f3d7";
}
.zmdi-flight-land:before {
  content: "\f3d8";
}
.zmdi-flight-takeoff:before {
  content: "\f3d9";
}
.zmdi-flip-to-back:before {
  content: "\f3da";
}
.zmdi-flip-to-front:before {
  content: "\f3db";
}
.zmdi-group-work:before {
  content: "\f3dc";
}
.zmdi-hd:before {
  content: "\f3dd";
}
.zmdi-hq:before {
  content: "\f3de";
}
.zmdi-markunread-mailbox:before {
  content: "\f3df";
}
.zmdi-memory:before {
  content: "\f3e0";
}
.zmdi-nfc:before {
  content: "\f3e1";
}
.zmdi-play-for-work:before {
  content: "\f3e2";
}
.zmdi-power-input:before {
  content: "\f3e3";
}
.zmdi-present-to-all:before {
  content: "\f3e4";
}
.zmdi-satellite:before {
  content: "\f3e5";
}
.zmdi-tap-and-play:before {
  content: "\f3e6";
}
.zmdi-vibration:before {
  content: "\f3e7";
}
.zmdi-voicemail:before {
  content: "\f3e8";
}
.zmdi-group:before {
  content: "\f3e9";
}
.zmdi-rss:before {
  content: "\f3ea";
}
.zmdi-shape:before {
  content: "\f3eb";
}
.zmdi-spinner:before {
  content: "\f3ec";
}
.zmdi-ungroup:before {
  content: "\f3ed";
}
.zmdi-500px:before {
  content: "\f3ee";
}
.zmdi-8tracks:before {
  content: "\f3ef";
}
.zmdi-amazon:before {
  content: "\f3f0";
}
.zmdi-blogger:before {
  content: "\f3f1";
}
.zmdi-delicious:before {
  content: "\f3f2";
}
.zmdi-disqus:before {
  content: "\f3f3";
}
.zmdi-flattr:before {
  content: "\f3f4";
}
.zmdi-flickr:before {
  content: "\f3f5";
}
.zmdi-github-alt:before {
  content: "\f3f6";
}
.zmdi-google-old:before {
  content: "\f3f7";
}
.zmdi-linkedin:before {
  content: "\f3f8";
}
.zmdi-odnoklassniki:before {
  content: "\f3f9";
}
.zmdi-outlook:before {
  content: "\f3fa";
}
.zmdi-paypal-alt:before {
  content: "\f3fb";
}
.zmdi-pinterest:before {
  content: "\f3fc";
}
.zmdi-playstation:before {
  content: "\f3fd";
}
.zmdi-reddit:before {
  content: "\f3fe";
}
.zmdi-skype:before {
  content: "\f3ff";
}
.zmdi-slideshare:before {
  content: "\f400";
}
.zmdi-soundcloud:before {
  content: "\f401";
}
.zmdi-tumblr:before {
  content: "\f402";
}
.zmdi-twitch:before {
  content: "\f403";
}
.zmdi-vimeo:before {
  content: "\f404";
}
.zmdi-whatsapp:before {
  content: "\f405";
}
.zmdi-xbox:before {
  content: "\f406";
}
.zmdi-yahoo:before {
  content: "\f407";
}
.zmdi-youtube-play:before {
  content: "\f408";
}
.zmdi-youtube:before {
  content: "\f409";
}
.zmdi-3d-rotation:before {
  content: "\f101";
}
.zmdi-airplane-off:before {
  content: "\f102";
}
.zmdi-airplane:before {
  content: "\f103";
}
.zmdi-album:before {
  content: "\f104";
}
.zmdi-archive:before {
  content: "\f105";
}
.zmdi-assignment-account:before {
  content: "\f106";
}
.zmdi-assignment-alert:before {
  content: "\f107";
}
.zmdi-assignment-check:before {
  content: "\f108";
}
.zmdi-assignment-o:before {
  content: "\f109";
}
.zmdi-assignment-return:before {
  content: "\f10a";
}
.zmdi-assignment-returned:before {
  content: "\f10b";
}
.zmdi-assignment:before {
  content: "\f10c";
}
.zmdi-attachment-alt:before {
  content: "\f10d";
}
.zmdi-attachment:before {
  content: "\f10e";
}
.zmdi-audio:before {
  content: "\f10f";
}
.zmdi-badge-check:before {
  content: "\f110";
}
.zmdi-balance-wallet:before {
  content: "\f111";
}
.zmdi-balance:before {
  content: "\f112";
}
.zmdi-battery-alert:before {
  content: "\f113";
}
.zmdi-battery-flash:before {
  content: "\f114";
}
.zmdi-battery-unknown:before {
  content: "\f115";
}
.zmdi-battery:before {
  content: "\f116";
}
.zmdi-bike:before {
  content: "\f117";
}
.zmdi-block-alt:before {
  content: "\f118";
}
.zmdi-block:before {
  content: "\f119";
}
.zmdi-boat:before {
  content: "\f11a";
}
.zmdi-book-image:before {
  content: "\f11b";
}
.zmdi-book:before {
  content: "\f11c";
}
.zmdi-bookmark-outline:before {
  content: "\f11d";
}
.zmdi-bookmark:before {
  content: "\f11e";
}
.zmdi-brush:before {
  content: "\f11f";
}
.zmdi-bug:before {
  content: "\f120";
}
.zmdi-bus:before {
  content: "\f121";
}
.zmdi-cake:before {
  content: "\f122";
}
.zmdi-car-taxi:before {
  content: "\f123";
}
.zmdi-car-wash:before {
  content: "\f124";
}
.zmdi-car:before {
  content: "\f125";
}
.zmdi-card-giftcard:before {
  content: "\f126";
}
.zmdi-card-membership:before {
  content: "\f127";
}
.zmdi-card-travel:before {
  content: "\f128";
}
.zmdi-card:before {
  content: "\f129";
}
.zmdi-case-check:before {
  content: "\f12a";
}
.zmdi-case-download:before {
  content: "\f12b";
}
.zmdi-case-play:before {
  content: "\f12c";
}
.zmdi-case:before {
  content: "\f12d";
}
.zmdi-cast-connected:before {
  content: "\f12e";
}
.zmdi-cast:before {
  content: "\f12f";
}
.zmdi-chart-donut:before {
  content: "\f130";
}
.zmdi-chart:before {
  content: "\f131";
}
.zmdi-city-alt:before {
  content: "\f132";
}
.zmdi-city:before {
  content: "\f133";
}
.zmdi-close-circle-o:before {
  content: "\f134";
}
.zmdi-close-circle:before {
  content: "\f135";
}
.zmdi-close:before {
  content: "\f136";
}
.zmdi-cocktail:before {
  content: "\f137";
}
.zmdi-code-setting:before {
  content: "\f138";
}
.zmdi-code-smartphone:before {
  content: "\f139";
}
.zmdi-code:before {
  content: "\f13a";
}
.zmdi-coffee:before {
  content: "\f13b";
}
.zmdi-collection-bookmark:before {
  content: "\f13c";
}
.zmdi-collection-case-play:before {
  content: "\f13d";
}
.zmdi-collection-folder-image:before {
  content: "\f13e";
}
.zmdi-collection-image-o:before {
  content: "\f13f";
}
.zmdi-collection-image:before {
  content: "\f140";
}
.zmdi-collection-item-1:before {
  content: "\f141";
}
.zmdi-collection-item-2:before {
  content: "\f142";
}
.zmdi-collection-item-3:before {
  content: "\f143";
}
.zmdi-collection-item-4:before {
  content: "\f144";
}
.zmdi-collection-item-5:before {
  content: "\f145";
}
.zmdi-collection-item-6:before {
  content: "\f146";
}
.zmdi-collection-item-7:before {
  content: "\f147";
}
.zmdi-collection-item-8:before {
  content: "\f148";
}
.zmdi-collection-item-9-plus:before {
  content: "\f149";
}
.zmdi-collection-item-9:before {
  content: "\f14a";
}
.zmdi-collection-item:before {
  content: "\f14b";
}
.zmdi-collection-music:before {
  content: "\f14c";
}
.zmdi-collection-pdf:before {
  content: "\f14d";
}
.zmdi-collection-plus:before {
  content: "\f14e";
}
.zmdi-collection-speaker:before {
  content: "\f14f";
}
.zmdi-collection-text:before {
  content: "\f150";
}
.zmdi-collection-video:before {
  content: "\f151";
}
.zmdi-compass:before {
  content: "\f152";
}
.zmdi-cutlery:before {
  content: "\f153";
}
.zmdi-delete:before {
  content: "\f154";
}
.zmdi-dialpad:before {
  content: "\f155";
}
.zmdi-dns:before {
  content: "\f156";
}
.zmdi-drink:before {
  content: "\f157";
}
.zmdi-edit:before {
  content: "\f158";
}
.zmdi-email-open:before {
  content: "\f159";
}
.zmdi-email:before {
  content: "\f15a";
}
.zmdi-eye-off:before {
  content: "\f15b";
}
.zmdi-eye:before {
  content: "\f15c";
}
.zmdi-eyedropper:before {
  content: "\f15d";
}
.zmdi-favorite-outline:before {
  content: "\f15e";
}
.zmdi-favorite:before {
  content: "\f15f";
}
.zmdi-filter-list:before {
  content: "\f160";
}
.zmdi-fire:before {
  content: "\f161";
}
.zmdi-flag:before {
  content: "\f162";
}
.zmdi-flare:before {
  content: "\f163";
}
.zmdi-flash-auto:before {
  content: "\f164";
}
.zmdi-flash-off:before {
  content: "\f165";
}
.zmdi-flash:before {
  content: "\f166";
}
.zmdi-flip:before {
  content: "\f167";
}
.zmdi-flower-alt:before {
  content: "\f168";
}
.zmdi-flower:before {
  content: "\f169";
}
.zmdi-font:before {
  content: "\f16a";
}
.zmdi-fullscreen-alt:before {
  content: "\f16b";
}
.zmdi-fullscreen-exit:before {
  content: "\f16c";
}
.zmdi-fullscreen:before {
  content: "\f16d";
}
.zmdi-functions:before {
  content: "\f16e";
}
.zmdi-gas-station:before {
  content: "\f16f";
}
.zmdi-gesture:before {
  content: "\f170";
}
.zmdi-globe-alt:before {
  content: "\f171";
}
.zmdi-globe-lock:before {
  content: "\f172";
}
.zmdi-globe:before {
  content: "\f173";
}
.zmdi-graduation-cap:before {
  content: "\f174";
}
.zmdi-home:before {
  content: "\f175";
}
.zmdi-hospital-alt:before {
  content: "\f176";
}
.zmdi-hospital:before {
  content: "\f177";
}
.zmdi-hotel:before {
  content: "\f178";
}
.zmdi-hourglass-alt:before {
  content: "\f179";
}
.zmdi-hourglass-outline:before {
  content: "\f17a";
}
.zmdi-hourglass:before {
  content: "\f17b";
}
.zmdi-http:before {
  content: "\f17c";
}
.zmdi-image-alt:before {
  content: "\f17d";
}
.zmdi-image-o:before {
  content: "\f17e";
}
.zmdi-image:before {
  content: "\f17f";
}
.zmdi-inbox:before {
  content: "\f180";
}
.zmdi-invert-colors-off:before {
  content: "\f181";
}
.zmdi-invert-colors:before {
  content: "\f182";
}
.zmdi-key:before {
  content: "\f183";
}
.zmdi-label-alt-outline:before {
  content: "\f184";
}
.zmdi-label-alt:before {
  content: "\f185";
}
.zmdi-label-heart:before {
  content: "\f186";
}
.zmdi-label:before {
  content: "\f187";
}
.zmdi-labels:before {
  content: "\f188";
}
.zmdi-lamp:before {
  content: "\f189";
}
.zmdi-landscape:before {
  content: "\f18a";
}
.zmdi-layers-off:before {
  content: "\f18b";
}
.zmdi-layers:before {
  content: "\f18c";
}
.zmdi-library:before {
  content: "\f18d";
}
.zmdi-link:before {
  content: "\f18e";
}
.zmdi-lock-open:before {
  content: "\f18f";
}
.zmdi-lock-outline:before {
  content: "\f190";
}
.zmdi-lock:before {
  content: "\f191";
}
.zmdi-mail-reply-all:before {
  content: "\f192";
}
.zmdi-mail-reply:before {
  content: "\f193";
}
.zmdi-mail-send:before {
  content: "\f194";
}
.zmdi-mall:before {
  content: "\f195";
}
.zmdi-map:before {
  content: "\f196";
}
.zmdi-menu:before {
  content: "\f197";
}
.zmdi-money-box:before {
  content: "\f198";
}
.zmdi-money-off:before {
  content: "\f199";
}
.zmdi-money:before {
  content: "\f19a";
}
.zmdi-more-vert:before {
  content: "\f19b";
}
.zmdi-more:before {
  content: "\f19c";
}
.zmdi-movie-alt:before {
  content: "\f19d";
}
.zmdi-movie:before {
  content: "\f19e";
}
.zmdi-nature-people:before {
  content: "\f19f";
}
.zmdi-nature:before {
  content: "\f1a0";
}
.zmdi-navigation:before {
  content: "\f1a1";
}
.zmdi-open-in-browser:before {
  content: "\f1a2";
}
.zmdi-open-in-new:before {
  content: "\f1a3";
}
.zmdi-palette:before {
  content: "\f1a4";
}
.zmdi-parking:before {
  content: "\f1a5";
}
.zmdi-pin-account:before {
  content: "\f1a6";
}
.zmdi-pin-assistant:before {
  content: "\f1a7";
}
.zmdi-pin-drop:before {
  content: "\f1a8";
}
.zmdi-pin-help:before {
  content: "\f1a9";
}
.zmdi-pin-off:before {
  content: "\f1aa";
}
.zmdi-pin:before {
  content: "\f1ab";
}
.zmdi-pizza:before {
  content: "\f1ac";
}
.zmdi-plaster:before {
  content: "\f1ad";
}
.zmdi-power-setting:before {
  content: "\f1ae";
}
.zmdi-power:before {
  content: "\f1af";
}
.zmdi-print:before {
  content: "\f1b0";
}
.zmdi-puzzle-piece:before {
  content: "\f1b1";
}
.zmdi-quote:before {
  content: "\f1b2";
}
.zmdi-railway:before {
  content: "\f1b3";
}
.zmdi-receipt:before {
  content: "\f1b4";
}
.zmdi-refresh-alt:before {
  content: "\f1b5";
}
.zmdi-refresh-sync-alert:before {
  content: "\f1b6";
}
.zmdi-refresh-sync-off:before {
  content: "\f1b7";
}
.zmdi-refresh-sync:before {
  content: "\f1b8";
}
.zmdi-refresh:before {
  content: "\f1b9";
}
.zmdi-roller:before {
  content: "\f1ba";
}
.zmdi-ruler:before {
  content: "\f1bb";
}
.zmdi-scissors:before {
  content: "\f1bc";
}
.zmdi-screen-rotation-lock:before {
  content: "\f1bd";
}
.zmdi-screen-rotation:before {
  content: "\f1be";
}
.zmdi-search-for:before {
  content: "\f1bf";
}
.zmdi-search-in-file:before {
  content: "\f1c0";
}
.zmdi-search-in-page:before {
  content: "\f1c1";
}
.zmdi-search-replace:before {
  content: "\f1c2";
}
.zmdi-search:before {
  content: "\f1c3";
}
.zmdi-seat:before {
  content: "\f1c4";
}
.zmdi-settings-square:before {
  content: "\f1c5";
}
.zmdi-settings:before {
  content: "\f1c6";
}
.zmdi-shield-check:before {
  content: "\f1c7";
}
.zmdi-shield-security:before {
  content: "\f1c8";
}
.zmdi-shopping-basket:before {
  content: "\f1c9";
}
.zmdi-shopping-cart-plus:before {
  content: "\f1ca";
}
.zmdi-shopping-cart:before {
  content: "\f1cb";
}
.zmdi-sign-in:before {
  content: "\f1cc";
}
.zmdi-sort-amount-asc:before {
  content: "\f1cd";
}
.zmdi-sort-amount-desc:before {
  content: "\f1ce";
}
.zmdi-sort-asc:before {
  content: "\f1cf";
}
.zmdi-sort-desc:before {
  content: "\f1d0";
}
.zmdi-spellcheck:before {
  content: "\f1d1";
}
.zmdi-storage:before {
  content: "\f1d2";
}
.zmdi-store-24:before {
  content: "\f1d3";
}
.zmdi-store:before {
  content: "\f1d4";
}
.zmdi-subway:before {
  content: "\f1d5";
}
.zmdi-sun:before {
  content: "\f1d6";
}
.zmdi-tab-unselected:before {
  content: "\f1d7";
}
.zmdi-tab:before {
  content: "\f1d8";
}
.zmdi-tag-close:before {
  content: "\f1d9";
}
.zmdi-tag-more:before {
  content: "\f1da";
}
.zmdi-tag:before {
  content: "\f1db";
}
.zmdi-thumb-down:before {
  content: "\f1dc";
}
.zmdi-thumb-up-down:before {
  content: "\f1dd";
}
.zmdi-thumb-up:before {
  content: "\f1de";
}
.zmdi-ticket-star:before {
  content: "\f1df";
}
.zmdi-toll:before {
  content: "\f1e0";
}
.zmdi-toys:before {
  content: "\f1e1";
}
.zmdi-traffic:before {
  content: "\f1e2";
}
.zmdi-translate:before {
  content: "\f1e3";
}
.zmdi-triangle-down:before {
  content: "\f1e4";
}
.zmdi-triangle-up:before {
  content: "\f1e5";
}
.zmdi-truck:before {
  content: "\f1e6";
}
.zmdi-turning-sign:before {
  content: "\f1e7";
}
.zmdi-wallpaper:before {
  content: "\f1e8";
}
.zmdi-washing-machine:before {
  content: "\f1e9";
}
.zmdi-window-maximize:before {
  content: "\f1ea";
}
.zmdi-window-minimize:before {
  content: "\f1eb";
}
.zmdi-window-restore:before {
  content: "\f1ec";
}
.zmdi-wrench:before {
  content: "\f1ed";
}
.zmdi-zoom-in:before {
  content: "\f1ee";
}
.zmdi-zoom-out:before {
  content: "\f1ef";
}
.zmdi-alert-circle-o:before {
  content: "\f1f0";
}
.zmdi-alert-circle:before {
  content: "\f1f1";
}
.zmdi-alert-octagon:before {
  content: "\f1f2";
}
.zmdi-alert-polygon:before {
  content: "\f1f3";
}
.zmdi-alert-triangle:before {
  content: "\f1f4";
}
.zmdi-help-outline:before {
  content: "\f1f5";
}
.zmdi-help:before {
  content: "\f1f6";
}
.zmdi-info-outline:before {
  content: "\f1f7";
}
.zmdi-info:before {
  content: "\f1f8";
}
.zmdi-notifications-active:before {
  content: "\f1f9";
}
.zmdi-notifications-add:before {
  content: "\f1fa";
}
.zmdi-notifications-none:before {
  content: "\f1fb";
}
.zmdi-notifications-off:before {
  content: "\f1fc";
}
.zmdi-notifications-paused:before {
  content: "\f1fd";
}
.zmdi-notifications:before {
  content: "\f1fe";
}
.zmdi-account-add:before {
  content: "\f1ff";
}
.zmdi-account-box-mail:before {
  content: "\f200";
}
.zmdi-account-box-o:before {
  content: "\f201";
}
.zmdi-account-box-phone:before {
  content: "\f202";
}
.zmdi-account-box:before {
  content: "\f203";
}
.zmdi-account-calendar:before {
  content: "\f204";
}
.zmdi-account-circle:before {
  content: "\f205";
}
.zmdi-account-o:before {
  content: "\f206";
}
.zmdi-account:before {
  content: "\f207";
}
.zmdi-accounts-add:before {
  content: "\f208";
}
.zmdi-accounts-alt:before {
  content: "\f209";
}
.zmdi-accounts-list-alt:before {
  content: "\f20a";
}
.zmdi-accounts-list:before {
  content: "\f20b";
}
.zmdi-accounts-outline:before {
  content: "\f20c";
}
.zmdi-accounts:before {
  content: "\f20d";
}
.zmdi-face:before {
  content: "\f20e";
}
.zmdi-female:before {
  content: "\f20f";
}
.zmdi-male-alt:before {
  content: "\f210";
}
.zmdi-male-female:before {
  content: "\f211";
}
.zmdi-male:before {
  content: "\f212";
}
.zmdi-mood-bad:before {
  content: "\f213";
}
.zmdi-mood:before {
  content: "\f214";
}
.zmdi-run:before {
  content: "\f215";
}
.zmdi-walk:before {
  content: "\f216";
}
.zmdi-cloud-box:before {
  content: "\f217";
}
.zmdi-cloud-circle:before {
  content: "\f218";
}
.zmdi-cloud-done:before {
  content: "\f219";
}
.zmdi-cloud-download:before {
  content: "\f21a";
}
.zmdi-cloud-off:before {
  content: "\f21b";
}
.zmdi-cloud-outline-alt:before {
  content: "\f21c";
}
.zmdi-cloud-outline:before {
  content: "\f21d";
}
.zmdi-cloud-upload:before {
  content: "\f21e";
}
.zmdi-cloud:before {
  content: "\f21f";
}
.zmdi-download:before {
  content: "\f220";
}
.zmdi-file-plus:before {
  content: "\f221";
}
.zmdi-file-text:before {
  content: "\f222";
}
.zmdi-file:before {
  content: "\f223";
}
.zmdi-folder-outline:before {
  content: "\f224";
}
.zmdi-folder-person:before {
  content: "\f225";
}
.zmdi-folder-star-alt:before {
  content: "\f226";
}
.zmdi-folder-star:before {
  content: "\f227";
}
.zmdi-folder:before {
  content: "\f228";
}
.zmdi-gif:before {
  content: "\f229";
}
.zmdi-upload:before {
  content: "\f22a";
}
.zmdi-border-all:before {
  content: "\f22b";
}
.zmdi-border-bottom:before {
  content: "\f22c";
}
.zmdi-border-clear:before {
  content: "\f22d";
}
.zmdi-border-color:before {
  content: "\f22e";
}
.zmdi-border-horizontal:before {
  content: "\f22f";
}
.zmdi-border-inner:before {
  content: "\f230";
}
.zmdi-border-left:before {
  content: "\f231";
}
.zmdi-border-outer:before {
  content: "\f232";
}
.zmdi-border-right:before {
  content: "\f233";
}
.zmdi-border-style:before {
  content: "\f234";
}
.zmdi-border-top:before {
  content: "\f235";
}
.zmdi-border-vertical:before {
  content: "\f236";
}
.zmdi-copy:before {
  content: "\f237";
}
.zmdi-crop:before {
  content: "\f238";
}
.zmdi-format-align-center:before {
  content: "\f239";
}
.zmdi-format-align-justify:before {
  content: "\f23a";
}
.zmdi-format-align-left:before {
  content: "\f23b";
}
.zmdi-format-align-right:before {
  content: "\f23c";
}
.zmdi-format-bold:before {
  content: "\f23d";
}
.zmdi-format-clear-all:before {
  content: "\f23e";
}
.zmdi-format-clear:before {
  content: "\f23f";
}
.zmdi-format-color-fill:before {
  content: "\f240";
}
.zmdi-format-color-reset:before {
  content: "\f241";
}
.zmdi-format-color-text:before {
  content: "\f242";
}
.zmdi-format-indent-decrease:before {
  content: "\f243";
}
.zmdi-format-indent-increase:before {
  content: "\f244";
}
.zmdi-format-italic:before {
  content: "\f245";
}
.zmdi-format-line-spacing:before {
  content: "\f246";
}
.zmdi-format-list-bulleted:before {
  content: "\f247";
}
.zmdi-format-list-numbered:before {
  content: "\f248";
}
.zmdi-format-ltr:before {
  content: "\f249";
}
.zmdi-format-rtl:before {
  content: "\f24a";
}
.zmdi-format-size:before {
  content: "\f24b";
}
.zmdi-format-strikethrough-s:before {
  content: "\f24c";
}
.zmdi-format-strikethrough:before {
  content: "\f24d";
}
.zmdi-format-subject:before {
  content: "\f24e";
}
.zmdi-format-underlined:before {
  content: "\f24f";
}
.zmdi-format-valign-bottom:before {
  content: "\f250";
}
.zmdi-format-valign-center:before {
  content: "\f251";
}
.zmdi-format-valign-top:before {
  content: "\f252";
}
.zmdi-redo:before {
  content: "\f253";
}
.zmdi-select-all:before {
  content: "\f254";
}
.zmdi-space-bar:before {
  content: "\f255";
}
.zmdi-text-format:before {
  content: "\f256";
}
.zmdi-transform:before {
  content: "\f257";
}
.zmdi-undo:before {
  content: "\f258";
}
.zmdi-wrap-text:before {
  content: "\f259";
}
.zmdi-comment-alert:before {
  content: "\f25a";
}
.zmdi-comment-alt-text:before {
  content: "\f25b";
}
.zmdi-comment-alt:before {
  content: "\f25c";
}
.zmdi-comment-edit:before {
  content: "\f25d";
}
.zmdi-comment-image:before {
  content: "\f25e";
}
.zmdi-comment-list:before {
  content: "\f25f";
}
.zmdi-comment-more:before {
  content: "\f260";
}
.zmdi-comment-outline:before {
  content: "\f261";
}
.zmdi-comment-text-alt:before {
  content: "\f262";
}
.zmdi-comment-text:before {
  content: "\f263";
}
.zmdi-comment-video:before {
  content: "\f264";
}
.zmdi-comment:before {
  content: "\f265";
}
.zmdi-comments:before {
  content: "\f266";
}
.zmdi-check-all:before {
  content: "\f267";
}
.zmdi-check-circle-u:before {
  content: "\f268";
}
.zmdi-check-circle:before {
  content: "\f269";
}
.zmdi-check-square:before {
  content: "\f26a";
}
.zmdi-check:before {
  content: "\f26b";
}
.zmdi-circle-o:before {
  content: "\f26c";
}
.zmdi-circle:before {
  content: "\f26d";
}
.zmdi-dot-circle-alt:before {
  content: "\f26e";
}
.zmdi-dot-circle:before {
  content: "\f26f";
}
.zmdi-minus-circle-outline:before {
  content: "\f270";
}
.zmdi-minus-circle:before {
  content: "\f271";
}
.zmdi-minus-square:before {
  content: "\f272";
}
.zmdi-minus:before {
  content: "\f273";
}
.zmdi-plus-circle-o-duplicate:before {
  content: "\f274";
}
.zmdi-plus-circle-o:before {
  content: "\f275";
}
.zmdi-plus-circle:before {
  content: "\f276";
}
.zmdi-plus-square:before {
  content: "\f277";
}
.zmdi-plus:before {
  content: "\f278";
}
.zmdi-square-o:before {
  content: "\f279";
}
.zmdi-star-circle:before {
  content: "\f27a";
}
.zmdi-star-half:before {
  content: "\f27b";
}
.zmdi-star-outline:before {
  content: "\f27c";
}
.zmdi-star:before {
  content: "\f27d";
}
.zmdi-bluetooth-connected:before {
  content: "\f27e";
}
.zmdi-bluetooth-off:before {
  content: "\f27f";
}
.zmdi-bluetooth-search:before {
  content: "\f280";
}
.zmdi-bluetooth-setting:before {
  content: "\f281";
}
.zmdi-bluetooth:before {
  content: "\f282";
}
.zmdi-camera-add:before {
  content: "\f283";
}
.zmdi-camera-alt:before {
  content: "\f284";
}
.zmdi-camera-bw:before {
  content: "\f285";
}
.zmdi-camera-front:before {
  content: "\f286";
}
.zmdi-camera-mic:before {
  content: "\f287";
}
.zmdi-camera-party-mode:before {
  content: "\f288";
}
.zmdi-camera-rear:before {
  content: "\f289";
}
.zmdi-camera-roll:before {
  content: "\f28a";
}
.zmdi-camera-switch:before {
  content: "\f28b";
}
.zmdi-camera:before {
  content: "\f28c";
}
.zmdi-card-alert:before {
  content: "\f28d";
}
.zmdi-card-off:before {
  content: "\f28e";
}
.zmdi-card-sd:before {
  content: "\f28f";
}
.zmdi-card-sim:before {
  content: "\f290";
}
.zmdi-desktop-mac:before {
  content: "\f291";
}
.zmdi-desktop-windows:before {
  content: "\f292";
}
.zmdi-device-hub:before {
  content: "\f293";
}
.zmdi-devices-off:before {
  content: "\f294";
}
.zmdi-devices:before {
  content: "\f295";
}
.zmdi-dock:before {
  content: "\f296";
}
.zmdi-floppy:before {
  content: "\f297";
}
.zmdi-gamepad:before {
  content: "\f298";
}
.zmdi-gps-dot:before {
  content: "\f299";
}
.zmdi-gps-off:before {
  content: "\f29a";
}
.zmdi-gps:before {
  content: "\f29b";
}
.zmdi-headset-mic:before {
  content: "\f29c";
}
.zmdi-headset:before {
  content: "\f29d";
}
.zmdi-input-antenna:before {
  content: "\f29e";
}
.zmdi-input-composite:before {
  content: "\f29f";
}
.zmdi-input-hdmi:before {
  content: "\f2a0";
}
.zmdi-input-power:before {
  content: "\f2a1";
}
.zmdi-input-svideo:before {
  content: "\f2a2";
}
.zmdi-keyboard-hide:before {
  content: "\f2a3";
}
.zmdi-keyboard:before {
  content: "\f2a4";
}
.zmdi-laptop-chromebook:before {
  content: "\f2a5";
}
.zmdi-laptop-mac:before {
  content: "\f2a6";
}
.zmdi-laptop:before {
  content: "\f2a7";
}
.zmdi-mic-off:before {
  content: "\f2a8";
}
.zmdi-mic-outline:before {
  content: "\f2a9";
}
.zmdi-mic-setting:before {
  content: "\f2aa";
}
.zmdi-mic:before {
  content: "\f2ab";
}
.zmdi-mouse:before {
  content: "\f2ac";
}
.zmdi-network-alert:before {
  content: "\f2ad";
}
.zmdi-network-locked:before {
  content: "\f2ae";
}
.zmdi-network-off:before {
  content: "\f2af";
}
.zmdi-network-outline:before {
  content: "\f2b0";
}
.zmdi-network-setting:before {
  content: "\f2b1";
}
.zmdi-network:before {
  content: "\f2b2";
}
.zmdi-phone-bluetooth:before {
  content: "\f2b3";
}
.zmdi-phone-end:before {
  content: "\f2b4";
}
.zmdi-phone-forwarded:before {
  content: "\f2b5";
}
.zmdi-phone-in-talk:before {
  content: "\f2b6";
}
.zmdi-phone-locked:before {
  content: "\f2b7";
}
.zmdi-phone-missed:before {
  content: "\f2b8";
}
.zmdi-phone-msg:before {
  content: "\f2b9";
}
.zmdi-phone-paused:before {
  content: "\f2ba";
}
.zmdi-phone-ring:before {
  content: "\f2bb";
}
.zmdi-phone-setting:before {
  content: "\f2bc";
}
.zmdi-phone-sip:before {
  content: "\f2bd";
}
.zmdi-phone:before {
  content: "\f2be";
}
.zmdi-portable-wifi-changes:before {
  content: "\f2bf";
}
.zmdi-portable-wifi-off:before {
  content: "\f2c0";
}
.zmdi-portable-wifi:before {
  content: "\f2c1";
}
.zmdi-radio:before {
  content: "\f2c2";
}
.zmdi-reader:before {
  content: "\f2c3";
}
.zmdi-remote-control-alt:before {
  content: "\f2c4";
}
.zmdi-remote-control:before {
  content: "\f2c5";
}
.zmdi-router:before {
  content: "\f2c6";
}
.zmdi-scanner:before {
  content: "\f2c7";
}
.zmdi-smartphone-android:before {
  content: "\f2c8";
}
.zmdi-smartphone-download:before {
  content: "\f2c9";
}
.zmdi-smartphone-erase:before {
  content: "\f2ca";
}
.zmdi-smartphone-info:before {
  content: "\f2cb";
}
.zmdi-smartphone-iphone:before {
  content: "\f2cc";
}
.zmdi-smartphone-landscape-lock:before {
  content: "\f2cd";
}
.zmdi-smartphone-landscape:before {
  content: "\f2ce";
}
.zmdi-smartphone-lock:before {
  content: "\f2cf";
}
.zmdi-smartphone-portrait-lock:before {
  content: "\f2d0";
}
.zmdi-smartphone-ring:before {
  content: "\f2d1";
}
.zmdi-smartphone-setting:before {
  content: "\f2d2";
}
.zmdi-smartphone-setup:before {
  content: "\f2d3";
}
.zmdi-smartphone:before {
  content: "\f2d4";
}
.zmdi-speaker:before {
  content: "\f2d5";
}
.zmdi-tablet-android:before {
  content: "\f2d6";
}
.zmdi-tablet-mac:before {
  content: "\f2d7";
}
.zmdi-tablet:before {
  content: "\f2d8";
}
.zmdi-tv-alt-play:before {
  content: "\f2d9";
}
.zmdi-tv-list:before {
  content: "\f2da";
}
.zmdi-tv-play:before {
  content: "\f2db";
}
.zmdi-tv:before {
  content: "\f2dc";
}
.zmdi-usb:before {
  content: "\f2dd";
}
.zmdi-videocam-off:before {
  content: "\f2de";
}
.zmdi-videocam-switch:before {
  content: "\f2df";
}
.zmdi-videocam:before {
  content: "\f2e0";
}
.zmdi-watch:before {
  content: "\f2e1";
}
.zmdi-wifi-alt-2:before {
  content: "\f2e2";
}
.zmdi-wifi-alt:before {
  content: "\f2e3";
}
.zmdi-wifi-info:before {
  content: "\f2e4";
}
.zmdi-wifi-lock:before {
  content: "\f2e5";
}
.zmdi-wifi-off:before {
  content: "\f2e6";
}
.zmdi-wifi-outline:before {
  content: "\f2e7";
}
.zmdi-wifi:before {
  content: "\f2e8";
}
.zmdi-arrow-left-bottom:before {
  content: "\f2e9";
}
.zmdi-arrow-left:before {
  content: "\f2ea";
}
.zmdi-arrow-merge:before {
  content: "\f2eb";
}
.zmdi-arrow-missed:before {
  content: "\f2ec";
}
.zmdi-arrow-right-top:before {
  content: "\f2ed";
}
.zmdi-arrow-right:before {
  content: "\f2ee";
}
.zmdi-arrow-split:before {
  content: "\f2ef";
}
.zmdi-arrows:before {
  content: "\f2f0";
}
.zmdi-caret-down-circle:before {
  content: "\f2f1";
}
.zmdi-caret-down:before {
  content: "\f2f2";
}
.zmdi-caret-left-circle:before {
  content: "\f2f3";
}
.zmdi-caret-left:before {
  content: "\f2f4";
}
.zmdi-caret-right-circle:before {
  content: "\f2f5";
}
.zmdi-caret-right:before {
  content: "\f2f6";
}
.zmdi-caret-up-circle:before {
  content: "\f2f7";
}
.zmdi-caret-up:before {
  content: "\f2f8";
}
.zmdi-chevron-down:before {
  content: "\f2f9";
}
.zmdi-chevron-left:before {
  content: "\f2fa";
}
.zmdi-chevron-right:before {
  content: "\f2fb";
}
.zmdi-chevron-up:before {
  content: "\f2fc";
}
.zmdi-forward:before {
  content: "\f2fd";
}
.zmdi-long-arrow-down:before {
  content: "\f2fe";
}
.zmdi-long-arrow-left:before {
  content: "\f2ff";
}
.zmdi-long-arrow-return:before {
  content: "\f300";
}
.zmdi-long-arrow-right:before {
  content: "\f301";
}
.zmdi-long-arrow-tab:before {
  content: "\f302";
}
.zmdi-long-arrow-up:before {
  content: "\f303";
}
.zmdi-rotate-ccw:before {
  content: "\f304";
}
.zmdi-rotate-cw:before {
  content: "\f305";
}
.zmdi-rotate-left:before {
  content: "\f306";
}
.zmdi-rotate-right:before {
  content: "\f307";
}
.zmdi-square-down:before {
  content: "\f308";
}
.zmdi-square-right:before {
  content: "\f309";
}
.zmdi-swap-alt:before {
  content: "\f30a";
}
.zmdi-swap-vertical-circle:before {
  content: "\f30b";
}
.zmdi-swap-vertical:before {
  content: "\f30c";
}
.zmdi-swap:before {
  content: "\f30d";
}
.zmdi-trending-down:before {
  content: "\f30e";
}
.zmdi-trending-flat:before {
  content: "\f30f";
}
.zmdi-trending-up:before {
  content: "\f310";
}
.zmdi-unfold-less:before {
  content: "\f311";
}
.zmdi-unfold-more:before {
  content: "\f312";
}
.zmdi-apps:before {
  content: "\f313";
}
.zmdi-grid-off:before {
  content: "\f314";
}
.zmdi-grid:before {
  content: "\f315";
}
.zmdi-view-agenda:before {
  content: "\f316";
}
.zmdi-view-array:before {
  content: "\f317";
}
.zmdi-view-carousel:before {
  content: "\f318";
}
.zmdi-view-column:before {
  content: "\f319";
}
.zmdi-view-comfy:before {
  content: "\f31a";
}
.zmdi-view-compact:before {
  content: "\f31b";
}
.zmdi-view-dashboard:before {
  content: "\f31c";
}
.zmdi-view-day:before {
  content: "\f31d";
}
.zmdi-view-headline:before {
  content: "\f31e";
}
.zmdi-view-list-alt:before {
  content: "\f31f";
}
.zmdi-view-list:before {
  content: "\f320";
}
.zmdi-view-module:before {
  content: "\f321";
}
.zmdi-view-quilt:before {
  content: "\f322";
}
.zmdi-view-stream:before {
  content: "\f323";
}
.zmdi-view-subtitles:before {
  content: "\f324";
}
.zmdi-view-toc:before {
  content: "\f325";
}
.zmdi-view-web:before {
  content: "\f326";
}
.zmdi-view-week:before {
  content: "\f327";
}
.zmdi-widgets:before {
  content: "\f328";
}
.zmdi-alarm-check:before {
  content: "\f329";
}
.zmdi-alarm-off:before {
  content: "\f32a";
}
.zmdi-alarm-plus:before {
  content: "\f32b";
}
.zmdi-alarm-snooze:before {
  content: "\f32c";
}
.zmdi-alarm:before {
  content: "\f32d";
}
.zmdi-calendar-alt:before {
  content: "\f32e";
}
.zmdi-calendar-check:before {
  content: "\f32f";
}
.zmdi-calendar-close:before {
  content: "\f330";
}
.zmdi-calendar-note:before {
  content: "\f331";
}
.zmdi-calendar:before {
  content: "\f332";
}
.zmdi-time-countdown:before {
  content: "\f333";
}
.zmdi-time-interval:before {
  content: "\f334";
}
.zmdi-time-restore-setting:before {
  content: "\f335";
}
.zmdi-time-restore:before {
  content: "\f336";
}
.zmdi-time:before {
  content: "\f337";
}
.zmdi-timer-off:before {
  content: "\f338";
}
.zmdi-timer:before {
  content: "\f339";
}
.zmdi-android-alt:before {
  content: "\f33a";
}
.zmdi-android:before {
  content: "\f33b";
}
.zmdi-apple:before {
  content: "\f33c";
}
.zmdi-behance:before {
  content: "\f33d";
}
.zmdi-codepen:before {
  content: "\f33e";
}
.zmdi-dribbble:before {
  content: "\f33f";
}
.zmdi-dropbox:before {
  content: "\f340";
}
.zmdi-evernote:before {
  content: "\f341";
}
.zmdi-facebook-box:before {
  content: "\f342";
}
.zmdi-facebook:before {
  content: "\f343";
}
.zmdi-github-box:before {
  content: "\f344";
}
.zmdi-github:before {
  content: "\f345";
}
.zmdi-google-drive:before {
  content: "\f346";
}
.zmdi-google-earth:before {
  content: "\f347";
}
.zmdi-google-glass:before {
  content: "\f348";
}
.zmdi-google-maps:before {
  content: "\f349";
}
.zmdi-google-pages:before {
  content: "\f34a";
}
.zmdi-google-play:before {
  content: "\f34b";
}
.zmdi-google-plus-box:before {
  content: "\f34c";
}
.zmdi-google-plus:before {
  content: "\f34d";
}
.zmdi-google:before {
  content: "\f34e";
}
.zmdi-instagram:before {
  content: "\f34f";
}
.zmdi-language-css3:before {
  content: "\f350";
}
.zmdi-language-html5:before {
  content: "\f351";
}
.zmdi-language-javascript:before {
  content: "\f352";
}
.zmdi-language-python-alt:before {
  content: "\f353";
}
.zmdi-language-python:before {
  content: "\f354";
}
.zmdi-lastfm:before {
  content: "\f355";
}
.zmdi-linkedin-box:before {
  content: "\f356";
}
.zmdi-paypal:before {
  content: "\f357";
}
.zmdi-pinterest-box:before {
  content: "\f358";
}
.zmdi-pocket:before {
  content: "\f359";
}
.zmdi-polymer:before {
  content: "\f35a";
}
.zmdi-share:before {
  content: "\f35b";
}
.zmdi-stackoverflow:before {
  content: "\f35c";
}
.zmdi-steam-square:before {
  content: "\f35d";
}
.zmdi-steam:before {
  content: "\f35e";
}
.zmdi-twitter-box:before {
  content: "\f35f";
}
.zmdi-twitter:before {
  content: "\f360";
}
.zmdi-vk:before {
  content: "\f361";
}
.zmdi-wikipedia:before {
  content: "\f362";
}
.zmdi-windows:before {
  content: "\f363";
}
.zmdi-aspect-ratio-alt:before {
  content: "\f364";
}
.zmdi-aspect-ratio:before {
  content: "\f365";
}
.zmdi-blur-circular:before {
  content: "\f366";
}
.zmdi-blur-linear:before {
  content: "\f367";
}
.zmdi-blur-off:before {
  content: "\f368";
}
.zmdi-blur:before {
  content: "\f369";
}
.zmdi-brightness-2:before {
  content: "\f36a";
}
.zmdi-brightness-3:before {
  content: "\f36b";
}
.zmdi-brightness-4:before {
  content: "\f36c";
}
.zmdi-brightness-5:before {
  content: "\f36d";
}
.zmdi-brightness-6:before {
  content: "\f36e";
}
.zmdi-brightness-7:before {
  content: "\f36f";
}
.zmdi-brightness-auto:before {
  content: "\f370";
}
.zmdi-brightness-setting:before {
  content: "\f371";
}
.zmdi-broken-image:before {
  content: "\f372";
}
.zmdi-center-focus-strong:before {
  content: "\f373";
}
.zmdi-center-focus-weak:before {
  content: "\f374";
}
.zmdi-compare:before {
  content: "\f375";
}
.zmdi-crop-16-9:before {
  content: "\f376";
}
.zmdi-crop-3-2:before {
  content: "\f377";
}
.zmdi-crop-5-4:before {
  content: "\f378";
}
.zmdi-crop-7-5:before {
  content: "\f379";
}
.zmdi-crop-din:before {
  content: "\f37a";
}
.zmdi-crop-free:before {
  content: "\f37b";
}
.zmdi-crop-landscape:before {
  content: "\f37c";
}
.zmdi-crop-portrait:before {
  content: "\f37d";
}
.zmdi-crop-square:before {
  content: "\f37e";
}
.zmdi-exposure-alt:before {
  content: "\f37f";
}
.zmdi-exposure:before {
  content: "\f380";
}
.zmdi-filter-b-and-w:before {
  content: "\f381";
}
.zmdi-filter-center-focus:before {
  content: "\f382";
}
.zmdi-filter-frames:before {
  content: "\f383";
}
.zmdi-filter-tilt-shift:before {
  content: "\f384";
}
.zmdi-gradient:before {
  content: "\f385";
}
.zmdi-grain:before {
  content: "\f386";
}
.zmdi-graphic-eq:before {
  content: "\f387";
}
.zmdi-hdr-off:before {
  content: "\f388";
}
.zmdi-hdr-strong:before {
  content: "\f389";
}
.zmdi-hdr-weak:before {
  content: "\f38a";
}
.zmdi-hdr:before {
  content: "\f38b";
}
.zmdi-iridescent:before {
  content: "\f38c";
}
.zmdi-leak-off:before {
  content: "\f38d";
}
.zmdi-leak:before {
  content: "\f38e";
}
.zmdi-looks:before {
  content: "\f38f";
}
.zmdi-loupe:before {
  content: "\f390";
}
.zmdi-panorama-horizontal:before {
  content: "\f391";
}
.zmdi-panorama-vertical:before {
  content: "\f392";
}
.zmdi-panorama-wide-angle:before {
  content: "\f393";
}
.zmdi-photo-size-select-large:before {
  content: "\f394";
}
.zmdi-photo-size-select-small:before {
  content: "\f395";
}
.zmdi-picture-in-picture:before {
  content: "\f396";
}
.zmdi-slideshow:before {
  content: "\f397";
}
.zmdi-texture:before {
  content: "\f398";
}
.zmdi-tonality:before {
  content: "\f399";
}
.zmdi-vignette:before {
  content: "\f39a";
}
.zmdi-wb-auto:before {
  content: "\f39b";
}
.zmdi-eject-alt:before {
  content: "\f39c";
}
.zmdi-eject:before {
  content: "\f39d";
}
.zmdi-equalizer:before {
  content: "\f39e";
}
.zmdi-fast-forward:before {
  content: "\f39f";
}
.zmdi-fast-rewind:before {
  content: "\f3a0";
}
.zmdi-forward-10:before {
  content: "\f3a1";
}
.zmdi-forward-30:before {
  content: "\f3a2";
}
.zmdi-forward-5:before {
  content: "\f3a3";
}
.zmdi-hearing:before {
  content: "\f3a4";
}
.zmdi-pause-circle-outline:before {
  content: "\f3a5";
}
.zmdi-pause-circle:before {
  content: "\f3a6";
}
.zmdi-pause:before {
  content: "\f3a7";
}
.zmdi-play-circle-outline:before {
  content: "\f3a8";
}
.zmdi-play-circle:before {
  content: "\f3a9";
}
.zmdi-play:before {
  content: "\f3aa";
}
.zmdi-playlist-audio:before {
  content: "\f3ab";
}
.zmdi-playlist-plus:before {
  content: "\f3ac";
}
.zmdi-repeat-one:before {
  content: "\f3ad";
}
.zmdi-repeat:before {
  content: "\f3ae";
}
.zmdi-replay-10:before {
  content: "\f3af";
}
.zmdi-replay-30:before {
  content: "\f3b0";
}
.zmdi-replay-5:before {
  content: "\f3b1";
}
.zmdi-replay:before {
  content: "\f3b2";
}
.zmdi-shuffle:before {
  content: "\f3b3";
}
.zmdi-skip-next:before {
  content: "\f3b4";
}
.zmdi-skip-previous:before {
  content: "\f3b5";
}
.zmdi-stop:before {
  content: "\f3b6";
}
.zmdi-surround-sound:before {
  content: "\f3b7";
}
.zmdi-tune:before {
  content: "\f3b8";
}
.zmdi-volume-down:before {
  content: "\f3b9";
}
.zmdi-volume-mute:before {
  content: "\f3ba";
}
.zmdi-volume-off:before {
  content: "\f3bb";
}
.zmdi-volume-up:before {
  content: "\f3bc";
}
.zmdi-n-1-square:before {
  content: "\f3bd";
}
.zmdi-n-2-square:before {
  content: "\f3be";
}
.zmdi-n-3-square:before {
  content: "\f3bf";
}
.zmdi-n-4-square:before {
  content: "\f3c0";
}
.zmdi-n-5-square:before {
  content: "\f3c1";
}
.zmdi-n-6-square:before {
  content: "\f3c2";
}
.zmdi-neg-1:before {
  content: "\f3c3";
}
.zmdi-neg-2:before {
  content: "\f3c4";
}
.zmdi-plus-1:before {
  content: "\f3c5";
}
.zmdi-plus-2:before {
  content: "\f3c6";
}
.zmdi-sec-10:before {
  content: "\f3c7";
}
.zmdi-sec-3:before {
  content: "\f3c8";
}
.zmdi-zero:before {
  content: "\f3c9";
}
.zmdi-airline-seat-flat-angled:before {
  content: "\f3ca";
}
.zmdi-airline-seat-flat:before {
  content: "\f3cb";
}
.zmdi-airline-seat-individual-suite:before {
  content: "\f3cc";
}
.zmdi-airline-seat-legroom-extra:before {
  content: "\f3cd";
}
.zmdi-airline-seat-legroom-normal:before {
  content: "\f3ce";
}
.zmdi-airline-seat-legroom-reduced:before {
  content: "\f3cf";
}
.zmdi-airline-seat-recline-extra:before {
  content: "\f3d0";
}
.zmdi-airline-seat-recline-normal:before {
  content: "\f3d1";
}
.zmdi-airplay:before {
  content: "\f3d2";
}
.zmdi-closed-caption:before {
  content: "\f3d3";
}
.zmdi-confirmation-number:before {
  content: "\f3d4";
}
.zmdi-developer-board:before {
  content: "\f3d5";
}
.zmdi-disc-full:before {
  content: "\f3d6";
}
.zmdi-explicit:before {
  content: "\f3d7";
}
.zmdi-flight-land:before {
  content: "\f3d8";
}
.zmdi-flight-takeoff:before {
  content: "\f3d9";
}
.zmdi-flip-to-back:before {
  content: "\f3da";
}
.zmdi-flip-to-front:before {
  content: "\f3db";
}
.zmdi-group-work:before {
  content: "\f3dc";
}
.zmdi-hd:before {
  content: "\f3dd";
}
.zmdi-hq:before {
  content: "\f3de";
}
.zmdi-markunread-mailbox:before {
  content: "\f3df";
}
.zmdi-memory:before {
  content: "\f3e0";
}
.zmdi-nfc:before {
  content: "\f3e1";
}
.zmdi-play-for-work:before {
  content: "\f3e2";
}
.zmdi-power-input:before {
  content: "\f3e3";
}
.zmdi-present-to-all:before {
  content: "\f3e4";
}
.zmdi-satellite:before {
  content: "\f3e5";
}
.zmdi-tap-and-play:before {
  content: "\f3e6";
}
.zmdi-vibration:before {
  content: "\f3e7";
}
.zmdi-voicemail:before {
  content: "\f3e8";
}
.zmdi-group:before {
  content: "\f3e9";
}
.zmdi-rss:before {
  content: "\f3ea";
}
.zmdi-shape:before {
  content: "\f3eb";
}
.zmdi-spinner:before {
  content: "\f3ec";
}
.zmdi-ungroup:before {
  content: "\f3ed";
}
.zmdi-500px:before {
  content: "\f3ee";
}
.zmdi-8tracks:before {
  content: "\f3ef";
}
.zmdi-amazon:before {
  content: "\f3f0";
}
.zmdi-blogger:before {
  content: "\f3f1";
}
.zmdi-delicious:before {
  content: "\f3f2";
}
.zmdi-disqus:before {
  content: "\f3f3";
}
.zmdi-flattr:before {
  content: "\f3f4";
}
.zmdi-flickr:before {
  content: "\f3f5";
}
.zmdi-github-alt:before {
  content: "\f3f6";
}
.zmdi-google-old:before {
  content: "\f3f7";
}
.zmdi-linkedin:before {
  content: "\f3f8";
}
.zmdi-odnoklassniki:before {
  content: "\f3f9";
}
.zmdi-outlook:before {
  content: "\f3fa";
}
.zmdi-paypal-alt:before {
  content: "\f3fb";
}
.zmdi-pinterest:before {
  content: "\f3fc";
}
.zmdi-playstation:before {
  content: "\f3fd";
}
.zmdi-reddit:before {
  content: "\f3fe";
}
.zmdi-skype:before {
  content: "\f3ff";
}
.zmdi-slideshare:before {
  content: "\f400";
}
.zmdi-soundcloud:before {
  content: "\f401";
}
.zmdi-tumblr:before {
  content: "\f402";
}
.zmdi-twitch:before {
  content: "\f403";
}
.zmdi-vimeo:before {
  content: "\f404";
}
.zmdi-whatsapp:before {
  content: "\f405";
}
.zmdi-xbox:before {
  content: "\f406";
}
.zmdi-yahoo:before {
  content: "\f407";
}
.zmdi-youtube-play:before {
  content: "\f408";
}
.zmdi-youtube:before {
  content: "\f409";
}
.zmdi-import-export:before {
  content: "\f30c";
}
.zmdi-swap-vertical-:before {
  content: "\f30c";
}
.zmdi-airplanemode-inactive:before {
  content: "\f102";
}
.zmdi-airplanemode-active:before {
  content: "\f103";
}
.zmdi-rate-review:before {
  content: "\f103";
}
.zmdi-comment-sign:before {
  content: "\f25a";
}
.zmdi-network-warning:before {
  content: "\f2ad";
}
.zmdi-shopping-cart-add:before {
  content: "\f1ca";
}
.zmdi-file-add:before {
  content: "\f221";
}
.zmdi-network-wifi-scan:before {
  content: "\f2e4";
}
.zmdi-collection-add:before {
  content: "\f14e";
}
.zmdi-format-playlist-add:before {
  content: "\f3ac";
}
.zmdi-format-queue-music:before {
  content: "\f3ab";
}
.zmdi-plus-box:before {
  content: "\f277";
}
.zmdi-tag-backspace:before {
  content: "\f1d9";
}
.zmdi-alarm-add:before {
  content: "\f32b";
}
.zmdi-battery-charging:before {
  content: "\f114";
}
.zmdi-daydream-setting:before {
  content: "\f217";
}
.zmdi-more-horiz:before {
  content: "\f19c";
}
.zmdi-book-photo:before {
  content: "\f11b";
}
.zmdi-incandescent:before {
  content: "\f189";
}
.zmdi-wb-iridescent:before {
  content: "\f38c";
}
.zmdi-calendar-remove:before {
  content: "\f330";
}
.zmdi-refresh-sync-disabled:before {
  content: "\f1b7";
}
.zmdi-refresh-sync-problem:before {
  content: "\f1b6";
}
.zmdi-crop-original:before {
  content: "\f17e";
}
.zmdi-power-off:before {
  content: "\f1af";
}
.zmdi-power-off-setting:before {
  content: "\f1ae";
}
.zmdi-leak-remove:before {
  content: "\f38d";
}
.zmdi-star-border:before {
  content: "\f27c";
}
.zmdi-brightness-low:before {
  content: "\f36d";
}
.zmdi-brightness-medium:before {
  content: "\f36e";
}
.zmdi-brightness-high:before {
  content: "\f36f";
}
.zmdi-smartphone-portrait:before {
  content: "\f2d4";
}
.zmdi-live-tv:before {
  content: "\f2d9";
}
.zmdi-format-textdirection-l-to-r:before {
  content: "\f249";
}
.zmdi-format-textdirection-r-to-l:before {
  content: "\f24a";
}
.zmdi-arrow-back:before {
  content: "\f2ea";
}
.zmdi-arrow-forward:before {
  content: "\f2ee";
}
.zmdi-arrow-in:before {
  content: "\f2e9";
}
.zmdi-arrow-out:before {
  content: "\f2ed";
}
.zmdi-rotate-90-degrees-ccw:before {
  content: "\f304";
}
.zmdi-adb:before {
  content: "\f33a";
}
.zmdi-network-wifi:before {
  content: "\f2e8";
}
.zmdi-network-wifi-alt:before {
  content: "\f2e3";
}
.zmdi-network-wifi-lock:before {
  content: "\f2e5";
}
.zmdi-network-wifi-off:before {
  content: "\f2e6";
}
.zmdi-network-wifi-outline:before {
  content: "\f2e7";
}
.zmdi-network-wifi-info:before {
  content: "\f2e4";
}
.zmdi-layers-clear:before {
  content: "\f18b";
}
.zmdi-colorize:before {
  content: "\f15d";
}
.zmdi-format-paint:before {
  content: "\f1ba";
}
.zmdi-format-quote:before {
  content: "\f1b2";
}
.zmdi-camera-monochrome-photos:before {
  content: "\f285";
}
.zmdi-sort-by-alpha:before {
  content: "\f1cf";
}
.zmdi-folder-shared:before {
  content: "\f225";
}
.zmdi-folder-special:before {
  content: "\f226";
}
.zmdi-comment-dots:before {
  content: "\f260";
}
.zmdi-reorder:before {
  content: "\f31e";
}
.zmdi-dehaze:before {
  content: "\f197";
}
.zmdi-sort:before {
  content: "\f1ce";
}
.zmdi-pages:before {
  content: "\f34a";
}
.zmdi-stack-overflow:before {
  content: "\f35c";
}
.zmdi-calendar-account:before {
  content: "\f204";
}
.zmdi-paste:before {
  content: "\f109";
}
.zmdi-cut:before {
  content: "\f1bc";
}
.zmdi-save:before {
  content: "\f297";
}
.zmdi-smartphone-code:before {
  content: "\f139";
}
.zmdi-directions-bike:before {
  content: "\f117";
}
.zmdi-directions-boat:before {
  content: "\f11a";
}
.zmdi-directions-bus:before {
  content: "\f121";
}
.zmdi-directions-car:before {
  content: "\f125";
}
.zmdi-directions-railway:before {
  content: "\f1b3";
}
.zmdi-directions-run:before {
  content: "\f215";
}
.zmdi-directions-subway:before {
  content: "\f1d5";
}
.zmdi-directions-walk:before {
  content: "\f216";
}
.zmdi-local-hotel:before {
  content: "\f178";
}
.zmdi-local-activity:before {
  content: "\f1df";
}
.zmdi-local-play:before {
  content: "\f1df";
}
.zmdi-local-airport:before {
  content: "\f103";
}
.zmdi-local-atm:before {
  content: "\f198";
}
.zmdi-local-bar:before {
  content: "\f137";
}
.zmdi-local-cafe:before {
  content: "\f13b";
}
.zmdi-local-car-wash:before {
  content: "\f124";
}
.zmdi-local-convenience-store:before {
  content: "\f1d3";
}
.zmdi-local-dining:before {
  content: "\f153";
}
.zmdi-local-drink:before {
  content: "\f157";
}
.zmdi-local-florist:before {
  content: "\f168";
}
.zmdi-local-gas-station:before {
  content: "\f16f";
}
.zmdi-local-grocery-store:before {
  content: "\f1cb";
}
.zmdi-local-hospital:before {
  content: "\f177";
}
.zmdi-local-laundry-service:before {
  content: "\f1e9";
}
.zmdi-local-library:before {
  content: "\f18d";
}
.zmdi-local-mall:before {
  content: "\f195";
}
.zmdi-local-movies:before {
  content: "\f19d";
}
.zmdi-local-offer:before {
  content: "\f187";
}
.zmdi-local-parking:before {
  content: "\f1a5";
}
.zmdi-local-parking:before {
  content: "\f1a5";
}
.zmdi-local-pharmacy:before {
  content: "\f176";
}
.zmdi-local-phone:before {
  content: "\f2be";
}
.zmdi-local-pizza:before {
  content: "\f1ac";
}
.zmdi-local-post-office:before {
  content: "\f15a";
}
.zmdi-local-printshop:before {
  content: "\f1b0";
}
.zmdi-local-see:before {
  content: "\f28c";
}
.zmdi-local-shipping:before {
  content: "\f1e6";
}
.zmdi-local-store:before {
  content: "\f1d4";
}
.zmdi-local-taxi:before {
  content: "\f123";
}
.zmdi-local-wc:before {
  content: "\f211";
}
.zmdi-my-location:before {
  content: "\f299";
}
.zmdi-directions:before {
  content: "\f1e7";
}

.card-block {
  padding: 1rem 1.5rem 1.5rem;
  margin: 0 0 15px 0;
  -webkit-box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.01),
    0 15px 32px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.01), 0 15px 32px 0 rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  background: #fff;
}
.pt-2,
.py-2 {
  padding-top: 0.75rem !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.font-medium-5 {
  font-size: 2.1rem !important;
  margin-top: 0 !important;
}
.media .media-right {
  padding-top: 0;
}
h1.card-title,
h2.card-title,
h3.card-title,
h4.card-title,
h5.card-title,
h6.card-title {
  font-weight: 600;
  letter-spacing: 0.05rem;
  font-family: "Montserrat", "Segoe UI", Roboto, "Helvetica Neue", Arial,
    sans-serif !important;
  margin-bottom: 0px;
}
.media2 {
  padding: 5px 10px;
  line-height: 24px;
}
.icon-user-female,
.icon-user-follow,
.icon-user-following,
.icon-user-unfollow,
.icon-trophy,
.icon-screen-smartphone,
.icon-screen-desktop,
.icon-plane,
.icon-notebook,
.icon-moustache,
.icon-mouse,
.icon-magnet,
.icon-energy,
.icon-emoticon-smile,
.icon-disc,
.icon-cursor-move,
.icon-crop,
.icon-credit-card,
.icon-chemistry,
.icon-user,
.icon-speedometer,
.icon-social-youtube,
.icon-social-twitter,
.icon-social-tumblr,
.icon-social-facebook,
.icon-social-dropbox,
.icon-social-dribbble,
.icon-shield,
.icon-screen-tablet,
.icon-magic-wand,
.icon-hourglass,
.icon-graduation,
.icon-ghost,
.icon-game-controller,
.icon-fire,
.icon-eyeglasses,
.icon-envelope-open,
.icon-envelope-letter,
.icon-bell,
.icon-badge,
.icon-anchor,
.icon-wallet,
.icon-vector,
.icon-speech,
.icon-puzzle,
.icon-printer,
.icon-present,
.icon-playlist,
.icon-pin,
.icon-picture,
.icon-map,
.icon-layers,
.icon-handbag,
.icon-globe-alt,
.icon-globe,
.icon-frame,
.icon-folder-alt,
.icon-film,
.icon-feed,
.icon-earphones-alt,
.icon-earphones,
.icon-drop,
.icon-drawer,
.icon-docs,
.icon-directions,
.icon-direction,
.icon-diamond,
.icon-cup,
.icon-compass,
.icon-call-out,
.icon-call-in,
.icon-call-end,
.icon-calculator,
.icon-bubbles,
.icon-briefcase,
.icon-book-open,
.icon-basket-loaded,
.icon-basket,
.icon-bag,
.icon-action-undo,
.icon-action-redo,
.icon-wrench,
.icon-umbrella,
.icon-trash,
.icon-tag,
.icon-support,
.icon-size-fullscreen,
.icon-size-actual,
.icon-shuffle,
.icon-share-alt,
.icon-share,
.icon-rocket,
.icon-question,
.icon-pie-chart,
.icon-pencil,
.icon-note,
.icon-music-tone-alt,
.icon-music-tone,
.icon-microphone,
.icon-loop,
.icon-logout,
.icon-login,
.icon-list,
.icon-like,
.icon-home,
.icon-grid,
.icon-graph,
.icon-equalizer,
.icon-dislike,
.icon-cursor,
.icon-control-start,
.icon-control-rewind,
.icon-control-play,
.icon-control-pause,
.icon-control-forward,
.icon-control-end,
.icon-calendar,
.icon-bulb,
.icon-bar-chart,
.icon-arrow-up,
.icon-arrow-right,
.icon-arrow-left,
.icon-arrow-down,
.icon-ban,
.icon-bubble,
.icon-camcorder,
.icon-camera,
.icon-check,
.icon-clock,
.icon-close,
.icon-cloud-download,
.icon-cloud-upload,
.icon-doc,
.icon-envelope,
.icon-eye,
.icon-flag,
.icon-folder,
.icon-heart,
.icon-info,
.icon-key,
.icon-link,
.icon-lock,
.icon-lock-open,
.icon-magnifier,
.icon-magnifier-add,
.icon-magnifier-remove,
.icon-paper-clip,
.icon-paper-plane,
.icon-plus,
.icon-pointer,
.icon-power,
.icon-refresh,
.icon-reload,
.icon-settings,
.icon-star,
.icon-symbol-female,
.icon-symbol-male,
.icon-target,
.icon-volume-1,
.icon-volume-2,
.icon-volume-off,
.icon-users {
  font-family: "Simple-Line-Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.font-large-1 {
  font-size: 32px;
  display: block;
  margin-top: 5px;
}
.grey.darken-1 {
  color: #757575 !important;
  margin-top: 5px;
  display: block;
}
.primary {
  color: #666ee8 !important;
}
.warning {
  color: #ff9149 !important;
}
.success {
  color: #28d094 !important;
}
.mt-3,
.my-3 {
  margin-top: 30px !important;
}
.mb-1,
.my-1 {
  margin-bottom: 10px !important;
}
.content-header {
  font-weight: 400;
  letter-spacing: 0.5px;
  font-size: 27px;
  font-family: "Montserrat", "Segoe UI", Roboto, "Helvetica Neue", Arial,
    sans-serif;
  margin-top: 50px;
  margin-bottom: 20px;
  text-transform: capitalize;
  color: #454545;
  margin-left: 10px;
}
.bg-info {
  background-color: #1e9ff2 !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  -moz-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.font-large-2 {
  font-size: 45px !important;
  line-height: 30px;
  color: #fff;
}
.pt-3,
.py-3 {
  padding-top: 1.5rem !important;
}
.p-2 {
  padding: 30px 12px 10px 12px !important;
}
.rounded-left {
  border-top-left-radius: 7px !important;
  border-bottom-left-radius: 7px !important;
}
.media-body3 {
  padding: 15px 25px 10px 15px !important;
  font-family: "Montserrat", "Segoe UI", Roboto, "Helvetica Neue", Arial,
    sans-serif;
}
.media-body3 h3 {
  margin-top: 0 !important;
  font-weight: 300;
  font-size: 16px;
}
.media-body3 h3.text-bold-400 {
  font-weight: 500;
}
.bg-danger {
  background-color: #ff4961 !important;
}
.bg-success {
  background-color: #28d094 !important;
}
.bg-warning {
  background-color: #ff9149 !important;
}
.gradient-orange-amber {
  background-image: -webkit-linear-gradient(45deg, #e65100, #ffa000);
  background-image: -moz- oldlinear-gradient(45deg, #e65100, #ffa000);
  background-image: -o-linear-gradient(45deg, #e65100, #ffa000);
  background-image: linear-gradient(45deg, #e65100, #ffa000);
  background-repeat: repeat-x;
}
.gradient-light-blue-cyan {
  background-image: -webkit-linear-gradient(45deg, #0288d1, #26c6da);
  background-image: -moz- oldlinear-gradient(45deg, #0288d1, #26c6da);
  background-image: -o-linear-gradient(45deg, #0288d1, #26c6da);
  background-image: linear-gradient(45deg, #0288d1, #26c6da);
  background-repeat: repeat-x;
}
.pl-3,
.px-3 {
  padding-left: 20px !important;
}
.pb-3,
.py-3 {
  padding-bottom: 20px !important;
}
.padr {
  color: #fff;
  padding: 0 15px 0 0;
}
.padr h3 {
  font-family: "Montserrat", "Segoe UI", Roboto, "Helvetica Neue", Arial,
    sans-serif;
  font-size: 32px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 18px;
}
.align-center {
  margin-top: 15px;
}
.primary-darken-2 {
  color: #535be2 !important;
}
.card {
  border: 0;
  margin: 15px 0;
  border-radius: 8px;
}
.card .card-block {
  margin-bottom: 0;
}
.card .card-header {
  padding: 15px 5px;
  border-bottom: none;
  background-color: transparent;
}
.card-header:first-child {
  border-radius: -webkit-calc(4px - 1px) -webkit-calc(4px - 1px) 0 0;
  border-radius: -moz-calc(4px - 1px) -moz-calc(4px - 1px) 0 0;
  border-radius: calc(4px - 1px) calc(4px - 1px) 0 0;
}
.card .card-header .card-title-wrap {
  margin-left: -24px;
  padding-left: 24px;
  border-left: 3px solid #e9ecef;
}
.card-header .bar-success {
  border-color: #28d094 !important;
}
select.form-control {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.form-control-sm {
  height: -webkit-calc(29px + 2px);
  height: -moz-calc(29px + 2px);
  height: calc(29px + 2px);
  padding: 4px 0.5rem;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3.2px;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px !important;
  font-weight: bold;
  color: rgba(97, 97, 97, 0.87);
}
.table th,
.table td {
  padding: 12px;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6 !important;
}
.table th,
.table td {
  padding: 12px;
  vertical-align: top;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-striped tbody tr:nth-of-type(even) {
  background-color: rgba(255, 255, 255, 0.05);
}
#configuration {
  padding: 0 30px;
}
.card-title {
  font-size: 20px;
}
.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #ffffff;
  border-color: #dee2e6;
}
.page-item.active .page-link {
  z-index: 1;
  color: #ffffff;
  background-color: #666ee8;
  border-color: #666ee8;
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.page-link {
  position: relative;
  display: block;
  padding: 8px 12px;
  margin-left: -1px;
  line-height: 1.25;
  color: #666ee8;
  border: 1px solid #dee2e6;
}
[class*=" ft-"],
[class^="ft-"] {
  font-family: feather !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.card-block label {
  display: inline-block;
  margin-bottom: 8px;
}
form .form-section {
  color: #343a40;
  line-height: 24px;
  font-size: 18px;
  letter-spacing: 0.5px;
  font-weight: 400;
  margin-bottom: 20px;
  border-bottom: 1px solid #343a40;
  font-family: "Montserrat", "Segoe UI", Roboto, "Helvetica Neue", Arial,
    sans-serif;
  padding-bottom: 15px;
}
form.form-horizontal .form-group .label-control {
  text-align: right;
}
form label {
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
form .form-control {
  border: 1px solid #a6a9ae;
  color: #75787d;
}
.form-control {
  display: block;
  width: 100%;
  height: -webkit-calc(36px + 2px);
  height: -moz-calc(36px + 2px);
  height: calc(36px + 2px);
  padding: 6px 6px;
  font-size: 15px;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 4px;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #eceff1;
}
.border-primary {
  border-color: #666ee8 !important;
}
.pl-3,
.px-3 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}
form .form-group {
  margin-bottom: 15px;
}
form .form-actions.right {
  text-align: right;
}
form .form-actions {
  border-top: 1px solid #d1d5ea;
  padding: 20px 0;
  margin-top: 20px;
}
.btn[class*="btn-"],
.fc button[class*="btn-"] {
  margin-bottom: 24px;
  border-radius: 3px;
  font-size: 16px;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #ff2340;
  border-color: #ff1635;
}
.btn:hover,
.fc button:hover,
.btn:focus,
.fc button:focus {
  text-decoration: none;
}
button:hover {
  cursor: pointer;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
.btn-danger {
  background-color: #232323 !important;
  color: #ffffff !important;
  border-color: #ff4961;
}
.btn-success {
  background-color: #ff3300 !important;
  color: #ffffff !important;
  border-color: #28d094;
}
.m-1 {
  background: #3f51b5 !important;
}
.m-1 .category,
.m-1 .card-title,
.m-1 .stats i,
.m-1 .stats a {
  color: #fff !important;
}
.m-2 {
  background: #03a9f4 !important;
}
.m-2 .category,
.m-2 .card-title,
.m-2 .stats i,
.m-2 .stats a {
  color: #fff !important;
}
.m-3 {
  background: #4caf50 !important;
}
.m-3 .category,
.m-3 .card-title,
.m-3 .stats i,
.m-3 .stats a {
  color: #fff !important;
}
.m-4 {
  background: #009688 !important;
}
.m-4 .category,
.m-4 .card-title,
.m-4 .stats i,
.m-4 .stats a {
  color: #fff !important;
}
.purple-bg {
  background: #7266ba !important;
  color: #fff !important;
}
.purple-bg .category {
  color: #fff !important;
}
.purple-bg i {
  color: #fff !important;
}
.purple-bg a {
  color: #fff !important;
}
.white2-bg {
  color: #191a1f !important;
  border-radius: 8px !important;
}
.white2-bg a {
  color: #000 !important;
}
footer {
  background: #f6820a !important;
  color: #000 !important;
}
.blue-bg,
.white2-bg {
  /*background: linear-gradient(180deg, #09173b, #002495);*/
  color: #000 !important;
  border: none;
  border-radius: 0 !important;
  margin-bottom: 0;
  text-align: center !important;
  border-radius: 5px !important;
  overflow: hidden;
}
.blue-bg {
  height: 160px;
  background: linear-gradient(180deg, #e7b042, #b07600);
}

.blue-bg .category {
  color: #fff !important;
  text-align: center;
}
.blue-bg .category strong {
  font-weight: normal !important;
}
.blue-bg .stats i {
  color: #fff !important;
}
.blue-bg .stats a {
  color: #fff !important;
  display: block;
}
.social-medi-icons img {
  width: 32px;
  float: left;
  margin-right: 5px;
}
.promotion .card-content {
  text-align: left;
  padding: 0 !important;
}
.promotion .card-content h4 {
  margin-top: 0;
  padding: 15px 20px 0px 20px;
}
.card .card-footer {
  background: #000000;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  display: flex;
  margin: 0 !important;
  padding-top: 0;
  justify-content: center;
  align-items: center;
}
.promotion .card-content p {
  margin-top: 0;
  padding: 0px 20px 0px 20px;
}
#block-afl-widgets-afl-block-promotion-tools {
  min-height: 126px;
  text-align: left;
}
.social-medi-icons {
  padding: 10px 20px 10px 0px;
}
.no-padder {
  padding: 0 !important;
}
.wrapper {
  padding: 15px;
}
.rank-achievement-block .col-md-6:last-child {
  border-left: 1px solid #f0f3f4;
}
.rank-achievement-block h4 {
  padding: 0 !important;
  font-weight: normal !important;
}
.m-b-xs {
  margin-bottom: 5px;
}
.m-b-xs .h3 {
  margin: 0 !important;
}
.b-b {
  border-bottom: 1px solid #dee5e7;
}
.m-r-xs {
  margin-right: 5px;
}
.text-xs {
  font-size: 12px;
}
.wrapper-sm .h3 {
  margin: 0 !important;
}
.nav-tabs.nav-justified > li > a {
  border-bottom: 1px solid #ddd;
  margin-right: 0;
}
.nav-tabs-alt .nav-tabs > li > a {
  background: transparent !important;
  border-color: transparent !important;
  border-bottom-color: #dee5e7 !important;
  border-radius: 0;
  color: #555;
}
.nav-tabs-alt .nav-tabs > li.active > a {
  border-bottom-color: #23b7e5 !important;
  color: #555;
}
.nav-tabs-alt .nav-tabs > li > a {
  background: transparent !important;
  border-radius: 0;
}
.text-primary-lt {
  color: #8278c2;
  font-weight: normal !important;
}
.btn-info {
  color: #ffffff !important;
  background-color: #23b7e5;
  border-color: #23b7e5;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px !important;
  line-height: 1.5;
  border-radius: 3px;
}
.my-organisation-tabitem a {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.thumb {
  display: inline-block;
  width: 50px;
}
.clear {
  display: block !important;
  overflow: hidden !important;
  clear: none !important;
}
.m-b-xs {
  margin-bottom: 5px;
}
.text-muted {
  color: #98a6ad;
}
.list-group-item:first-child {
  border-radius: 0;
}
.panel .list-group-item {
  border-color: #edf1f2;
}
.m-b-sm {
  margin-bottom: 10px;
}
.b {
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.list-group-item {
  padding-right: 15px;
  position: relative;
  display: block;
  padding: 10px 15px;
  background-color: #fff;
}
.m-r {
  margin-right: 15px;
}
.pull-left {
  float: left !important;
}
.text-black {
  color: #000;
}
.m-n {
  margin: 0 !important;
}
.h3,
h3 {
  font-size: 24px !important;
  font-weight: normal !important;
}
.region-title-extra > .block {
  display: inline-block !important;
}
.block.clearfix {
  clear: both;
}
.inline {
  display: inline-block !important;
}
.text-left {
  text-align: left;
}
.m-r {
  margin-right: 15px;
}
.m-r-xs {
  margin-right: 5px;
}
.r-r {
  border-radius: 0 2px 2px 0;
}
.text-md {
  font-size: 16px;
}
.font-bold {
  font-weight: 700;
}
.region-title-extra > .block {
  display: inline-block !important;
}
.v-top {
  vertical-align: top !important;
}
.text-primary {
  color: #7266ba;
}
#block-afl-widgets-afl-block-upgrade-package-link .panel-body {
  padding: 15px !important;
}
#block-afl-widgets-afl-block-upgrade-package-link .panel-primary {
  border-color: #337ab7 !important;
}
#block-afl-widgets-afl-block-upgrade-package-link .panel {
  margin-bottom: 20px !important;
  background-color: #fff !important;
  border: 1px solid transparent !important;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) !important;
}
.panel.wrapper {
  margin-bottom: 0 !important;
}
.from-panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #dee5e7;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border-color: #dee5e7;
  padding: 15px;
}
#example2 {
  box-shadow: 0 0 2px 0px #c7c3c3 !important;
  padding: 10px 0 !important;
  margin-bottom: 20px !important;
  background: #ffffff !important;
  margin-top: 50px !important;
}
#example2 h4 {
  color: #000000;
  /*margin: 9px 0 0 0*/
}
#my-img {
  max-width: 53px;
}
.from-panel h4 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.group-span-filestyle label {
  margin-bottom: 0 !important;
}

/* ---- stats.js ---- */

.count-particles {
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13e8e9;
  font-size: 0.8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles {
  font-size: 1.1em;
}

#stats,
.count-particles {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles {
  border-radius: 0 0 3px 3px;
}

/* ---- particles.js container ---- */

#particles-js {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  opacity: 1 !important;
}
canvas {
  display: block;
  z-index: 0;
}
.qr-code img {
  margin-right: 10px;
}
.bpackage {
  position: relative;
  margin-top: 0px;
  padding: 10px 10px 0 10px;
  border-radius: 10px;
  box-shadow: 0 0 7px #ccc;
  text-align: center;
  margin-bottom: 20px;
  /*background-image: url(../images/cardBgPicture.jpg);*/
  background-position: center;
  background-size: cover;
  background: linear-gradient(to right, #222a8b 0, #0c0e28 100%);
  border-radius: 7px;
  box-shadow: 0 0 7px #ccc;
  color: #fff;
  min-height: fit-content;
  overflow: hidden;
}
.bpackage .form-control {
  color: #ffffff !important;
  background: #e5e5e51c !important;
  border: 1px solid #ffffff4d !important;
}
.bpackage .form-control::placeholder {
  color: #fff;
}
.bpackage .form-control option {
  color: #000;
}
.bpackage .buy input {
  padding: 5px;
  margin: 0px 0 10px 0px;
  border-radius: 10px;
  width: 100%;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 500 !important;
}
/*.bpackage::before{*/
/*    position: absolute;*/
/*    content: "";*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: #000;*/
/*    left: 0;*/
/*    top: 0;*/
/*    opacity: 0.3;*/
/*    z-index: 0;*/
/*}*/
.bpackage img {
  width: 140px;
  margin: 0 auto 20px auto;
}
.bpackage ul {
  padding: 0 !important;
}
.bpackage li {
  list-style: none;
  padding-bottom: 10px;
  color: #000;
}
.bpackage li i {
  color: #368c06;
  margin-right: 10px;
}
.bpackage h1 {
  margin-bottom: 20px !important;
}
.bpackage h3 {
  font-weight: 900 !important;
  color: #fff;
  font-size: 17px !important;
  margin: 0 0 5px 0 !important;
}
.bpackage h2 {
  font-size: 40px;
  font-weight: 800;
}
h2.goldHeading {
  background: -webkit-linear-gradient(45deg, #ffef5a, #ffa00d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h2.btcHeading {
  background: linear-gradient(45deg, #ff6d4f, #ffee64);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h2.ultraHeading {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(315deg, #d2adf7 0%, #8a68d9 74%);
}
.bpackage h3 span {
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px !important;
  display: block;
}
.nav > li > a:focus {
  outline: none !important;
}
.bpackage .buy {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: transparent !important;
}
.bpackage .buy a,
.bpackage .buy input {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}
.voucher {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5a5b5e+0,262325+100 */
  background: #5a5b5e; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #5a5b5e 0%,
    #262325 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #5a5b5e 0%,
    #262325 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #5a5b5e 0%,
    #262325 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a5b5e', endColorstr='#262325',GradientType=0 ); /* IE6-9 */
  padding: 10px;
  margin: 0 20px;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.voucher a {
  color: #fff;
}
.voucher:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}
.voucher a:hover {
  text-decoration: none;
  color: #fff;
}
.voucher:hover a {
  color: #fff;
  text-decoration: none;
}
.buy {
  background: #191a1f;
  padding: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin: 0 -15px;
  font-size: 21px;
}
.buy a {
  color: #fff;
}
.buy:hover {
  background: #368c06;
  color: #fff;
  text-decoration: none;
}
.buy a:hover {
  text-decoration: none;
  color: #fff;
}

.nav-top .hamburger {
  margin-right: auto !important;
}

.invoice-logo {
  background: #191a1f;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 50px;
}

.invoice-logo img {
  width: 80%;
}

.profileContainer {
  display: flex !important;
  justify-content: flex-end;
  align-items: center;
  height: 80px !important;
  margin: 0 !important;
}

a.navbar-brand {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #4b69e9;
  border-radius: 50px;
  padding: 0;
  margin-top: 0;
  color: #fff;
  margin-left: 0px !important;
}

/*section#example2 {*/
/*    display: none;*/
/*}*/
section.panel {
  background: #ffffff;
  color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  /*margin-top: 120px;*/
}
.dataTables_wrapper label {
  font-weight: 400;
  color: #000;
}
.panel-body {
  padding: 0px;
  /*margin-top: 50px;*/
}

th,
td {
  background: #ffffff;
  border: none !important;
  border-bottom: 1px solid #e5e5e5 !important;
  color: #000000 !important;
}
td a {
  color: #fff !important;
}
table {
  border: 1px solid #2d3235;
}
.walletContainer.panel-heading h3.panel-title {
  background: #ffffff;
  color: #000;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
  padding: 50px 50px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
}
/* width */
.table-responsive::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border-radius: 30px;
}

/* Track */
.table-responsive::-webkit-scrollbar-track {
  background: #fff;
  padding: 5px 5px;
}

/* Handle */
.table-responsive::-webkit-scrollbar-thumb {
  background: #000;
}
.cardDark {
  background: #fff;
  color: #000;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
}
.btn:hover {
  color: #fff !important;
}
.cardDark h4 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
  color: #000 !important;
}
section.panels {
  padding: 20px 20px;
  margin-top: 0;
  margin-bottom: 60px;
}
section.panels label {
  color: #000 !important;
}
section.panels p {
  color: #000 !important;
}
.cardDark select,
.cardDark input,
.cardDark textarea {
  background: #e5e5e5;
  border: none !important;
  margin-bottom: 20px;
  color: #000;
}
.cardDark .input-group {
  width: 100%;
}
.newBtn {
  background: #4169e1 !important;
  padding: 5px;
  margin: 0px;
  border-radius: 50px !important;
  width: 100%;
  color: #fff !important;
  font-size: 26px !important;
  font-weight: 500 !important;
}
.d_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#closeMenu {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  background: #ddd;
  color: #000;
  position: absolute;
  left: 10px;
  top: 5px;
  border: none;
  font-size: 16px;
  font-weight: bold;
  display: none;
  z-index: 999;
}

.d-none {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .region .panel.wrapper {
    width: 100%;
  }
  #closeMenu {
    display: block;
  }
  .collapsed-sidebar #sidebar {
    display: block;
    width: 100% !important;
    background: #fff;
    z-index: 9999 !important;
    position: fixed;
    padding-top: 0;
    margin-left: 0;
  }
  .collapsed-sidebar #sidebar .slimScrollDiv {
    width: 100% !important;
  }
  .collapsed-sidebar #sidebar .slimScrollDiv .sidebar_scroll {
    width: 100% !important;
  }
  .collapsed-sidebar #main-nav {
    padding-top: 50px;
    width: 100% !important;
    height: 100vh;
    overflow-y: scroll;
    background: linear-gradient(45deg, #001f6a, #004aff);
  }
  #sidebar .nav li > a:hover,
  #sidebar .nav li > a.active {
    background-color: #002d99;
    color: #fff !important;
  }
  .collapsed-sidebar #sidebar .nav > li {
    height: fit-content;
    width: 100%;
    position: relative;
  }
  .collapsed-sidebar #sidebar .nav > li a {
    height: 40px;
    width: 100%;
    padding: 0 14px;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    color: #000;
  }
  .collapsed-sidebar #sidebar .nav > li a i.pull-right {
    position: absolute;
    right: 10px;
    top: 26%;
    transform: translateY(-50%);
  }
  .collapsed-sidebar #sidebar .nav > li a span,
  .collapsed-sidebar #sidebar .nav > li a > i.has-submenu {
    display: inline-block;
  }
  .cnt223 {
    width: 93% !important;
  }
  #mobileNone {
    display: none !important;
  }
  .navbar-top {
    width: 100%;
    left: 0;
  }
  .nav .open > a,
  .nav .open > a:focus,
  .nav .open > a:hover {
    border-color: transparent;
    background-color: #5479aa;
    color: #000000;
  }
  .user-profile a .user-img-container img {
    height: 40px;
    max-width: 40px;
    width: 40px;
  }
  .user-profile .dropdown-toggle {
    color: #fff !important;
    font-size: 0 !important;
  }

  .profileContainer {
    visibility: visible;
    height: fit-content !important;
    margin: 0 !important;
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    box-shadow: none !important;
  }

  .show-hide-sidebar.hide-sidebar {
    display: flex !important;
    justify-content: space-around;
    align-items: center;
    width: 90px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 3px;
    background-color: transparent;
  }
  .collapsed-sidebar #sidebar .nav > li:hover > a {
    width: 100%;
  }
  .collapsed-sidebar #sidebar .nav > li:hover > a > span {
    background: transparent;
    padding-top: 0px;
  }
  .show-hide-sidebar.hide-sidebar img.panelLogo {
    max-width: 45px;
    max-height: 30px;
    display: flex !important;
  }

  .collapsed-sidebar #sidebar .nav > li:hover > ul {
    width: 100%;
    left: 0;
    top: 0;
    padding-bottom: 20px;
    white-space: nowrap;
    display: block !important;
    padding-left: 50px;
    position: relative;
  }
  .show-hide-sidebar.hide-sidebar i {
    color: #000;
  }
  .collapsed-sidebar #sidebar .nav > li:hover > a > span {
    top: 6px;
  }

  /*Rakesh css 19-07-22*/

  .login-page .login-container .panel {
    color: #fff;
    min-width: 250px;
    max-width: 450px;
    margin: 20px !important;
  }
  td h3 {
    font-size: 14px !important;
  }
  .referalOuter {
    word-break: break-word;
    display: flex;
    margin-bottom: 15px;
  }
  .referalOuterbtn {
    margin-bottom: 20px;
  }
  /* end of Rakesh css 19-07-22*/

  .walletContainer.panel-heading h3.panel-title {
    border-radius: 5px;
    flex-direction: column;
    padding: 27px;
    gap: 15px;
  }

  .cardDark h4 {
    font-size: 17px;
    margin: 10px auto;
  }

  .form-internal {
    padding: 20px;
    max-width: 100%;
    margin: 0 auto;
  }
}
.form-control[readonly],
.form-control:disabled {
  background-color: #dcdeff;
}
.qrCodeImg {
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.qrCodeImg .imgContainer {
  text-align: center;
  width: 50%;
  margin-right: 20px;
  padding: 10px 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.imgContainer h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 17px !important;
  margin-top: 0;
}

.iconCard {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin-bottom: 10px !important;
  margin: auto;
}
.bgGreen {
  /*background:linear-gradient(0deg, #001854, #002d9d);*/
  background: linear-gradient(0deg, #293147, #231a11);
}
.bgGreen .card-title,
.bgGreen .category {
  color: #fff !important;
}
.bgOrange {
  background: linear-gradient(to right, #616161 0, #000000 100%);
}
.bgYellow {
  background: #5d5d5d !important;
}
.bgYellow .stats a {
  color: #fff !important;
}
.bgBlue {
  background: #4f3215 !important;
}
.bgLightBrown {
  background: #c4a484 !important;
}
.bgCyan {
  background: cyan !important;
}
.bgCyan .stats a {
  color: #000 !important;
}
footer {
  padding: 0;
}

table.table tr th {
  color: #ffb215 !important;
  font-weight: 500 !important;
  letter-spacing: 0.5px;
}
.timesIcon i {
  width: 30px;
  height: 30px;
  /*background: #289f28;*/
  border-radius: 50px;
  line-height: 30px;
  text-align: center;
  color: #289f28;
}
.timesIcon i.fa-times {
  background: #39b63a69;
}
.timesIcon i.fa-check {
  background: #488214;
}
.breadcrumb a {
  pointer-events: none;
  cursor: ponter;
}
table[align="center"] {
  border: none !important;
}
table[align="center"] td {
  border: none !important;
}
input {
  background: #ddd !important;
}
/*#sidebar .nav li > a.active + .nav-submenu.submenu-hidden{*/
/*    display: block!important;*/
/*}*/
.imgIcon {
  width: 35px;
  height: 35px;
  border-radius: 0;
}

/* width */
.table-responsive::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.table-responsive::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
.table-responsive::-webkit-scrollbar-thumb {
  background: #fff;
}

/* Handle on hover */
.table-responsive::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
#playground th,
#playground td {
  text-align: center;
}
label.btn {
  padding: 7px 30px;
  z-index: 9;
}

@media (max-width: 768px) {
  .card.hovercard {
    margin-top: 40px;
    margin-bottom: 0px !important;
  }
  .card-stats .card-content {
    padding: 0 !important;
  }
  .card.card-stats.white2-bg {
    background: transparent !important;
    box-shadow: none !important;
    padding: 0;
  }
  .card.card-stats.white2-bg .col-md-3.col-sm-3,
  .card.card-stats.white2-bg .col-md-6.col-sm-6 {
    padding: 0 !important;
  }
}

.bg_y,
.bg_b {
  padding: 20px 20px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  color: #fff !important;
  height: 130px;
}
.bg_b .category {
  text-align: center;
  color: #fff !important;
}
.bg_y .category,
.bg_y .card-title {
  text-align: center;
  color: #fff !important;
}
.bg_y {
  background: #4b69e9 !important;
}
.bg_b {
  background: #020333 !important;
}
.bpackage .buy a,
.bpackage .buy input {
  background: #ffffff !important;
  color: #000 !important;
}
.homeCard {
  height: 138px;
  border-radius: 6px !important;
  display: flex;
  padding: 10px !important;
  align-items: center;
  justify-content: space-between;
}
.homeCard .card-header,
.homeCard .card-content {
  padding: 0 !important;
}
.homeCard .card-content .card-title {
  text-align: right !important;
  font-size: 19px !important;
}
.homeCard .card-content p.category {
  font-size: 14px !important;
  color: #fff;
  margin-bottom: 13px;
}
.homeCard .card-header .icon.icon-warning {
  padding: 0;
  margin: 0 !important;
  margin-right: 20px !important;
  border: 2px solid #fff;
  height: 60px;
  width: 60px;
  display: grid;
  place-content: center;
}
.homeCard .card-header .icon.icon-warning i {
  color: #fff;
  font-size: 30px;
}
.homeCard .card-header .icon.icon-warning img {
  width: 32px;
  object-fit: contain;
}
.card1,
.package1 {
  background: #e63946 !important;
}
.card2,
.package2 {
  background: #1d3557 !important;
}
.card3,
.package3 {
  background: #4361ee !important;
}
.card4,
.package4 {
  background: #22b73f !important;
}
.card5,
.package5 {
  background: #bc4749 !important;
}
.card6,
.package6 {
  background: #fca311 !important;
}
.card7,
.package7 {
  background: #005f73 !important;
}
.card8,
.package8 {
  background: #735d78 !important;
}
.card9,
.package9 {
  background: #003049 !important;
}
.card10,
.package10 {
  background: #432818 !important;
}
.card11,
.package11 {
  background: #eb5e28 !important;
}

.dark_bg {
  /*background:linear-gradient(0deg, #001854, #002d9d);*/
  background: #8a4600;
}
.light_bg {
  /*background:linear-gradient(90deg, #0039c7, #3a73ff);*/
  background: #f6820a;
}

@media screen and (max-width: 600px) {
  a.navbar-brand {
    width: 40px !important;
    height: 40px !important;
    background: #4b69e9 !important;
  }
  a.navbar-brand i {
    color: #fff !important;
  }
  .card.hovercard {
    margin-top: 0;
    margin-bottom: 0px !important;
  }
  .collapsed-sidebar #sidebar .nav > li a {
    color: #fff;
  }
  .collapsed-sidebar #sidebar .nav > li:hover > ul {
    padding-left: 0;
    background: #002377;
  }
  .content-page {
    margin-top: 60px;
  }
  .content-page .container,
  #example2 + .container-fluid {
    padding: 0;
  }
  .bpackage {
    border-radius: 10px;
  }
  .cardDark input {
    width: 100%;
  }
  .bpackage .buy {
    padding: 0;
  }
  .topRow .card {
    margin-bottom: 20px !important;
  }
  .profileCard {
    flex-direction: column;
    min-height: fit-content !important;
    max-height: fit-content !important;
    height: fit-content !important;
  }
  .topRow + .row {
    margin-top: 0 !important;
  }
}

.form-wrapper {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
}
.form-wrapper .inner-padding {
  padding: 20px;
  margin-bottom: 100px;
}
.form-wrapper .left-side .top-btn {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}
.form-wrapper .left-side {
  margin-top: 40px;
}
.form-wrapper .left-side .top-btn .btn-custom {
  width: 280px;
  border: none;
  outline: none;
  border-radius: 40px;
  height: 48px;
  transition: ease-in-out 0.4s;
}
.form-wrapper .left-side .top-btn .btn-custom:hover {
  background: #189243;
  color: #fff;
}
.form-wrapper .left-side .top-btn .btnColor1 {
  background: #8cc13d;
  color: #fff;
  letter-spacing: 0.5px;
}

.form-wrapper .left-side .top-btn .btnColor2 {
  background: #cccccc;
}
.form-wrapper .right-side {
  text-align: center;
  color: #000;
  margin: 10px auto;
}
.form-wrapper .right-side h4 {
  color: #000;
}
.form-wrapper .right-side .muibox {
  position: relative;
  display: flex;
  padding: 15px;
  border: 1px solid #ccc;
  width: 94%;
}

.form-wrapper .right-side .muibox .muibox-inner p {
  margin-bottom: 0px;
}
.form-wrapper .right-side .muibox .muibox-inner .copy-icon {
  position: absolute;
  top: 10px;
  right: 11px;
}
.form-wrapper .right-side .muibox .muibox-inner .copy-icon::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -18px;
  width: 1px;
  height: 54px;
  background: #ccc;
}

.form-wrapper .right-side .muibox .muibox-inner .copy-icon img {
  width: 30px;
  height: auto;
  cursor: pointer;
}

.panelLogo {
  width: 130px !important;
  padding-top: 10px;
}
