@charset "UTF-8";

@font-face {
  font-family: "RumpleFont";
  src:url("../fonts/rumplefont.eot");
  src:url("../fonts/rumplefont.eot?#iefix") format("embedded-opentype"),
    url("../fonts/rumplefont.woff") format("woff"),
    url("../fonts/rumplefont.ttf") format("truetype"),
    url("../fonts/rumplefont.svg#rumplefont") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "RumpleFont" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="rmpl-"]:before,
[class*=" rmpl-"]:before {
  font-family: "RumpleFont" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rmpl {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.rmpl-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.rmpl-2x {
  font-size: 2em;
}
.rmpl-3x {
  font-size: 3em;
}
.rmpl-4x {
  font-size: 4em;
}
.rmpl-5x {
  font-size: 5em;
}
.rmpl-fw {
  width: 1.28571429em;
  text-align: center;
}
.rmpl-menu {
  vertical-align: -5px;
  margin: 0 10px;
}
.rmpl-2ndchance:before {
  content: "\61";
}
.rmpl-add:before {
  content: "\62";
}
.rmpl-address:before {
  content: "\63";
}
.rmpl-call:before {
  content: "\64";
}
.rmpl-dashboard:before {
  content: "\65";
}
.rmpl-download:before {
  content: "\66";
}
.rmpl-edit:before {
  content: "\67";
}
.rmpl-email:before {
  content: "\68";
}
.rmpl-form:before {
  content: "\69";
}
.rmpl-history:before {
  content: "\6a";
}
.rmpl-lastweek:before {
  content: "\6b";
}
.rmpl-logout:before {
  content: "\6c";
}
.rmpl-manageusers:before {
  content: "\6d";
}
.rmpl-mybob:before {
  content: "\6e";
}
.rmpl-mycustomers:before {
  content: "\6f";
}
.rmpl-myprofile:before {
  content: "\70";
}
.rmpl-nextweek:before {
  content: "\71";
}
.rmpl-snapshot:before {
  content: "\73";
}
.rmpl-thisweek:before {
  content: "\74";
}
.rmpl-training:before {
  content: "\75";
}
.rmpl-view:before {
  content: "\76";
}
.rmpl-note:before {
  content: "\78";
}
.rmpl-download-24:before {
  content: "\79";
}
.rmpl-upload:before {
  content: "\7a";
}
.rmpl-text:before {
  content: "\41";
}
.rmpl-search:before {
  content: "\77";
}
.swal-confrim-btn{
  background-color: #018c57 !important;
}
.swal-confrim-btn:hover{
  color: #fff !important;
  background-color: #5cb85c !important;
}
.swal-confrim-btn:active{
  color: #fff !important;
  background-color: #5cb85c !important;
}