@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300i,400,400i,600,600i,700,700i&display=swap");
/* Material Icons */
@import url("https://cdn.materialdesignicons.com/7.3.67/css/materialdesignicons.min.css");
/* Material Icons */
.mdi {
  /* Required */
  font-family: "Material Design Icons";
  vertical-align: middle;
  /* Rules for sizing the icon. */
  /* Rules for using icons as black on a light background. */
  /* Rules for using icons as white on a dark background. */
}
.mdi-18 {
  font-size: 18px;
}
.mdi-20 {
  font-size: 20px;
}
.mdi-24 {
  font-size: 24px;
}
.mdi-30 {
  font-size: 30px;
}
.mdi-36 {
  font-size: 36px;
}
.mdi-48 {
  font-size: 48px;
}
.mdi.md-dark {
  color: rgba(0, 0, 0, 0.54);
}
.mdi.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}
.mdi.md-light {
  color: rgb(255, 255, 255);
}
.mdi.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}

/* ---------------------------------- HTML5 Tags ----------------------------------  */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

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

/* ---------------------------------- Form Error ---------------------------------- */
select.error, input[type=text].error, input[type=password].error, input[type=email].error, input[type=tel].error, textarea.error, button.error {
  border: solid 1px #D14646;
  border-radius: 6px 6px 6px 0;
}

.errormsg {
  font-weight: normal;
  color: #fff;
  background-color: #D14646;
  padding: 5px 15px;
  line-height: 20px;
  white-space: nowrap;
}
.errormsg .arrow {
  display: none;
  z-index: 1;
  position: absolute;
  top: -8px;
  left: 15px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #D14646;
}

/* ---------------------------------- Responsive items ---------------------------------- */
table, img, iframe {
  max-width: 100%;
  height: auto;
}

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

.img-responsive, .vdo-responsive {
  width: 100%;
  display: block;
}

.img-hidden {
  visibility: hidden;
}

/* ---------------------------------- Fluid Youtube Video ---------------------------------- */
.vdowrap {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.vdowrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ---------------------------------- Main ---------------------------------- */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  border: 0;
  margin: 0;
  padding: 0;
}

body {
  border: 0;
  margin: 0;
  padding: 0;
  font-family: "Open Sans";
  background-color: #f5f5f5;
  font-size: 16px;
}
body:after {
  content: "desktop";
  display: none;
}

@media (max-width: 992px) {
  body:after {
    content: "tablet";
  }
}
@media (max-width: 768px) {
  body:after {
    content: "tablet";
  }
}
@media (max-width: 576px) {
  body:after {
    content: "mobile";
  }
}
@media (max-width: 320px) {
  body:after {
    content: "mobile";
  }
}
.left {
  float: left;
}

.right {
  float: right;
}

.clr {
  clear: both;
}

.point {
  cursor: pointer;
}

.anchor {
  padding-top: 40px;
  margin-top: -40px;
}

.border {
  border: solid 1px #D14646;
}

*:focus {
  outline: none !important;
}

/* ---------------------------------- Headers ---------------------------------- */
.headers, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  font-family: "Open Sans";
  color: #000;
}

h1, .h1 {
  font-size: 27px;
  line-height: 36px;
  font-weight: 200;
}
h1.green, .h1.green {
  color: #007D48 !important;
}

h2, .h2 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

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

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

@media (max-width: 766px) {
  h1, .h1 {
    font-size: 18px;
  }
  h2, .h2 {
    font-size: 16px;
  }
  h3, .h3 {
    font-size: 14px;
  }
  h4, .h4 {
    font-size: 12px;
  }
}
button.focus,
button:focus,
button.active.focus button.active:focus,
button:active.focus,
button:active:focus {
  outline: none !important;
  box-shadow: none;
}

*.focus,
*:focus,
*.active.focus,
*.active:focus,
*:active.focus,
*:active:focus,
*.form-control:focus {
  outline-width: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  border-color: #878889;
}

/* ---------------------------------- Helper ---------------------------------- */
.helper {
  color: #a0a0a0;
  font-size: 12px;
  text-wrap: nowrap !important;
}

/* ---------------------------------- Helpbox ---------------------------------- */
.popover-body {
  z-index: 9999 !important;
}

.helpbox {
  cursor: pointer;
  color: #234082;
  position: relative !important;
  top: -5px !important;
  margin-left: 10px;
  font-size: 20px;
}

/* ---------------------------------- Input ---------------------------------- */
::-moz-placeholder {
  color: #c0c0c0 !important;
  opacity: 1 !important;
}
::placeholder {
  color: #c0c0c0 !important;
  opacity: 1 !important;
}

::-webkit-input-placeholder {
  color: #c0c0c0 !important;
  opacity: 1 !important;
}

:-moz-placeholder {
  color: #c0c0c0 !important;
  opacity: 1 !important;
}

::-moz-placeholder {
  color: #c0c0c0 !important;
  opacity: 1 !important;
}

:-ms-input-placeholder {
  color: #c0c0c0 !important;
  opacity: 1 !important;
}

input[type=button], input[type=submit] {
  border-radius: 0;
}

input[type=tel], input[type=email], input[type=number], input[type=text], input[type=password], input[type=search] {
  border-radius: 4px;
}

input.focus, input:focus, input.active.focus, input.active:focus, input:active.focus, input:active:focus, input.form-control:focus {
  border-color: #234082;
  outline-width: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.input-group .form-control {
  border-radius: 0px 0px 0px 0px !important;
}
.input-group .input-group-text {
  border-radius: 2px 0px 0px 2px !important;
  background-color: #fff;
  font-size: 11px;
}
.input-group .input-group-text .material-icons {
  font-size: 15px;
}

.form-group {
  margin-bottom: 10px;
}

textarea {
  resize: none;
}

/* ---------------------------------- Checkbox ---------------------------------- */
input[type=checkbox] {
  width: 13px;
  height: 13px;
  margin: 3px 0 0 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  display: block;
  float: left;
  position: relative;
  cursor: pointer;
}
input[type=checkbox]:after {
  border: solid 1px #234082;
  margin: -2px 0 0 -2px;
  height: 15px;
  width: 15px;
  font-size: 13px;
  line-height: 13px;
  background: #fff;
  content: "";
  text-align: center;
  position: absolute;
  cursor: pointer;
}
input[type=checkbox]:checked:after {
  background: #234082;
  content: "✓";
  color: #fff;
}
input[type=checkbox]:disabled:after {
  background: lightgray !important;
  border-color: lightgray !important;
}

.checkbox label {
  font-size: 16px;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
}
.checkbox label input[type=checkbox] {
  margin-right: 8px;
  cursor: pointer;
}

/* ---------------------------------- Radio ---------------------------------- */
input[type=radio]:after {
  border: 1px solid #4c565c;
  width: 17px;
  height: 17px;
  border-radius: 17px;
  top: -3px;
  left: -2px;
  background-color: #fff;
  position: relative;
  content: "";
  display: inline-block;
  visibility: visible;
}
input[type=radio]:checked:after {
  background-color: #234082;
  width: 17px;
  height: 17px;
  border-radius: 17px;
  top: -3px;
  left: -2px;
  border: 0px solid white;
  position: relative;
  content: "";
  display: inline-block;
  visibility: visible;
}

.radio label {
  font-size: 16px;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
}
.radio label input[type=radio] {
  margin-right: 8px;
  cursor: pointer;
}

@media (max-width: 576px) {
  input[type=radio]:after {
    top: -2px;
    left: -1px;
  }
  input[type=radio]:checked:after {
    top: -2px;
    left: -1px;
  }
}
/* ---------------------------------- Select ---------------------------------- */
select.focus, select:focus, select.active.focus, select.active:focus, select:active.focus, select:active:focus, select.form-control:focus {
  border-color: #234082;
  outline-width: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.select2-selection__rendered {
  line-height: 38px !important;
}

.select2-selection {
  height: 38px !important;
}

.select2-selection--single {
  border-radius: 2px !important;
}

.select2-selection__arrow {
  height: 38px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-image: linear-gradient(#82b5b9, #82b5b9);
  color: #fff;
}

.select2-close-mask {
  z-index: 2099;
}

.select2-dropdown {
  z-index: 3051;
}

/* ---------------------------------- Datepicker ---------------------------------- */
.daterangepicker {
  left: 0;
  top: 0;
  margin: 0;
}
.daterangepicker .in-range {
  background-color: #82b5b9 !important;
  color: #000 !important;
}
.daterangepicker .today {
  background-color: #234082 !important;
  color: #fff !important;
}
.daterangepicker .start-date, .daterangepicker .end-date {
  background-color: #234082 !important;
  color: #fff !important;
}
.daterangepicker .btn {
  font-size: 12px !important;
}
.daterangepicker .btn-primary {
  background-color: #234082;
  color: #fff;
  border-color: #234082;
}
.daterangepicker .btn-primary:hover, .daterangepicker .btn-primary:active, .daterangepicker .btn-primary:focus {
  opacity: 0.7;
  background-color: #fff;
  color: #234082;
  border-color: #234082;
}

.datepicker:hover, .datepicker-notbeforetoday:hover, .daterangepicker:hover, .datepicker-min3weeks:hover {
  cursor: pointer;
}

.ui-widget-header {
  background-color: transparent !important;
  border: none !important;
}
.ui-datepicker {
  z-index: 99999 !important;
  font-size: 16px;
}
.ui-datepicker-calendar {
  font-size: 12px !important;
}
.ui-datepicker-month {
  font-size: 12px !important;
}
.ui-datepicker-year {
  font-size: 12px !important;
}
.ui-datepicker-title {
  background-color: transparent !important;
}
.ui-datepicker-next, .ui-datepicker-prev {
  border: none;
}
.ui-datepicker-next-hover, .ui-datepicker-prev-hover {
  cursor: pointer;
  border: none !important;
  top: 2px !important;
}
.ui-datepicker-prev-hover {
  left: 2px !important;
}
.ui-datepicker-next-hover {
  right: 2px !important;
}
.ui-state-default {
  padding: 5px !important;
  border-radius: 5px !important;
  background-color: transparent !important;
  border: none !important;
  text-align: center !important;
}
.ui-state-highlight {
  background-color: #234082 !important;
  border-color: #234082 !important;
  color: #fff !important;
}
.ui-state-active {
  background-color: #234082 !important;
  border-color: #234082 !important;
  color: #fff !important;
}

.ui-slider .ui-state-default {
  background-color: #234082 !important;
}

/* ---------------------------------- Buttons ---------------------------------- */
.btn:hover, .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-selected {
  cursor: pointer;
  color: #234082 !important;
  border-color: #234082 !important;
  background-color: #fff !important;
}

.btn {
  padding: 5px 50px;
  font-size: 14px;
  margin: 0 !important;
  border-radius: 2px;
  border-width: 2px;
  position: relative;
  transition: all 0.3s ease 0s;
}
.btn .mdi {
  top: -2px !important;
  position: relative;
  font-size: 16px !important;
}
.btn-custom {
  margin-right: 15px;
  padding: 5px 40px;
}
.btn-xsmall {
  padding: 0px 10px !important;
}
.btn-small {
  padding: 2px 30px !important;
}
.btn-medium {
  padding: 4px 20px !important;
}
.btn-primary {
  background-color: #234082;
  border-color: #234082;
  color: #fff;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  border-color: #234082 !important;
  color: #234082 !important;
}
.btn-secondary {
  background-color: #4c565c;
  border-color: #4c565c;
  color: #fff;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  border-color: #4c565c !important;
  color: #4c565c !important;
}
.btn-link {
  color: #4c565c;
  padding: 0px !important;
  margin: 0px !important;
  text-decoration: none;
}
.btn-link:hover, .btn-link:active, .btn-link:focus {
  text-decoration: none;
  color: #234082;
  border-color: transparent !important;
}
.btn:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}
.btn.focus, .btn:focus, .btn.active.focus .btn.active:focus, .btn:active.focus, .btn:active:focus {
  outline: none !important;
  box-shadow: none;
}

@media (max-width: 768px) {
  .btn {
    font-size: 14px;
  }
}
/* ---------------------------------- Alert ---------------------------------- */
.alert {
  border-radius: 0;
  border: 0;
  margin: 0;
  margin-bottom: 30px;
}
.alert .mdi {
  font-size: 40px;
}
.alert .headline {
  font-weight: 600;
  font-size: 20px;
  padding-top: 10px;
}
.alert-danger {
  color: #D14646;
}

@media (max-width: 576px) {
  .alert .mdi {
    font-size: 30px;
  }
}
/* ---------------------------------- Spinner ---------------------------------- */
.spinner-border {
  color: #234082;
}

/* ---------------------------------- For Animation on Scroll ---------------------------------- */
.slideanim {
  visibility: hidden;
  visibility: visible\9 ; /*For old IE browsers IE6-8 */
}
.slideanim.slide, .slideanim.fadein.slide {
  visibility: visible;
  animation: fadeIn 2s;
}
.slideanim.slide-up.slide {
  animation: slideYUp 1s;
}
.slideanim.slide-down.slide {
  animation: slideYDown 1s;
}
.slideanim.slide-left.slide {
  animation: slideXLeft 1s;
}
.slideanim.slide-right.slide {
  animation: slideXRight 1s;
}
.slideanim::after {
  content: "";
  display: table;
  clear: both;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateZ(-50%);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes slideYUp {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideYDown {
  0% {
    opacity: 0;
    transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideXLeft {
  0% {
    opacity: 0;
    transform: translateX(50%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideXRight {
  0% {
    opacity: 0;
    transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* ---------------------------------- Slanted ---------------------------------- */
.slanted-top-left {
  clip-path: polygon(0% 50px, 100% 0%, 100% 100%, 0% 100%);
}
.slanted-top-right {
  clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 100%);
}
.slanted-bottom-left {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 50px));
}
.slanted-bottom-right {
  clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 50px), 0% 100%);
}

@media (max-width: 992px) {
  .slanted-top-left {
    clip-path: polygon(0% 40px, 100% 0%, 100% 100%, 0% 100%);
  }
  .slanted-top-right {
    clip-path: polygon(0 0, 100% 40px, 100% 100%, 0 100%);
  }
  .slanted-bottom-left {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 40px));
  }
  .slanted-bottom-right {
    clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 40px), 0% 100%);
  }
}
@media (max-width: 768px) {
  .slanted-top-left {
    clip-path: polygon(0% 30px, 100% 0%, 100% 100%, 0% 100%);
  }
  .slanted-top-right {
    clip-path: polygon(0 0, 100% 30px, 100% 100%, 0 100%);
  }
  .slanted-bottom-left {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 30px));
  }
  .slanted-bottom-right {
    clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 30px), 0% 100%);
  }
}
@media (max-width: 576px) {
  .slanted-top-left {
    clip-path: polygon(0% 20px, 100% 0%, 100% 100%, 0% 100%);
  }
  .slanted-top-right {
    clip-path: polygon(0 0, 100% 20px, 100% 100%, 0 100%);
  }
  .slanted-bottom-left {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 20px));
  }
  .slanted-bottom-right {
    clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 20px), 0% 100%);
  }
}
@media (max-width: 320px) {
  .slanted-top-left {
    clip-path: polygon(0% 10px, 100% 0%, 100% 100%, 0% 100%);
  }
  .slanted-top-right {
    clip-path: polygon(0 0, 100% 10px, 100% 100%, 0 100%);
  }
  .slanted-bottom-left {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 10px));
  }
  .slanted-bottom-right {
    clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 10px), 0% 100%);
  }
}
/* ---------------------------------- Hover effect ---------------------------------- */
.btn:hover, .btn-selected, .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  cursor: pointer;
  opacity: 0.8;
  color: #fff;
}

/* ---------------------------------- Buttons ---------------------------------- */
.btn {
  font-size: 14px;
  border-radius: 4px;
  border-width: 3px;
  margin-top: 5px;
}
.btn-micro {
  padding: 0px 10px !important;
}
.btn-small {
  padding: 5px 30px !important;
}
.btn-grey {
  padding: 10px 40px;
  background-color: #4c565c;
  border-color: #4c565c;
  color: #fff;
}
.btn-blue {
  padding: 10px 40px;
  background-color: #234082;
  border-color: #234082;
  color: #fff;
}
.btn-green {
  padding: 10px 40px;
  background-color: #007D48;
  border-color: #007D48;
  color: #fff;
}
.btn-orange {
  padding: 10px 40px;
  background-color: #ff9900;
  border-color: #ff9900;
  color: #fff;
}
.btn-link {
  color: #616161;
}
.btn-link:hover {
  text-decoration: none;
  color: #061f5c;
}

@media (max-width: 766px) {
  .btn {
    width: 100%;
  }
}
/* ---------------------------------- Login ---------------------------------- */
.login {
  margin-top: 150px;
}
.login .logo {
  margin-bottom: 25px;
}
.login .logo img {
  max-height: 45px;
}

/* ---------------------------------- Top menu ---------------------------------- */
.topmenu {
  font-size: 14px;
  background-color: #f5f5f5;
  height: 30px;
  line-height: 30px;
  width: 100%;
}
.topmenu nav {
  margin-top: 0px;
  font-size: 14px;
}
.topmenu nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.topmenu nav ul li {
  padding: 0 0 0 10px;
}
.topmenu nav ul li a {
  opacity: 1;
  color: #234082;
  text-decoration: none;
}
.topmenu nav ul li a:hover {
  opacity: 1;
  color: #234082;
  text-decoration: underline;
}
.topmenu nav ul li a.current {
  opacity: 1;
  color: #234082;
  cursor: default;
}

/* ---------------------------------- Header ---------------------------------- */
header {
  height: 90px !important;
  width: 100%;
  background-color: #fff;
  border-bottom: solid 1px #ddd;
  position: relative;
}
header a {
  color: #234082;
}
header a:hover {
  color: #234082;
}
header nav {
  font-size: 18px;
  letter-spacing: 0;
  display: inline-block;
}
header nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
header nav ul li {
  display: inline-block;
  padding: 0 10px;
  color: #234082;
  cursor: pointer;
}
header nav ul li a {
  opacity: 1;
  text-decoration: none;
}
header nav ul li a:hover {
  opacity: 0.7;
  color: #234082;
  text-decoration: none;
}
header nav ul li a.current {
  opacity: 0.7;
  color: #234082;
}
header nav ul .flexMenu-popup {
  z-index: 9999;
  padding: 10px 0 0 0 !important;
  text-align: left;
  background-color: #fff;
  margin: 0;
}
header nav ul .flexMenu-popup hr {
  margin: 5px 0;
}
header nav ul .flexMenu-popup li {
  line-height: 30px;
  color: #234082;
  white-space: nowrap;
  margin-bottom: 5px;
  display: block;
  cursor: pointer;
}
header nav ul .flexMenu-popup li:last-child {
  border: 0;
}
header nav ul .flexMenu-popup li.current {
  font-weight: bold;
  cursor: default;
}
header .logo {
  margin: 0;
  cursor: pointer;
  display: inline-block;
}
header .ad {
  margin-top: 12px;
}

@media (max-width: 766px) {
  header {
    height: 75px;
  }
  header .logo {
    margin-top: 8px;
  }
  header .logo img {
    width: 100px;
  }
  header .ad {
    margin-top: 10px;
  }
}
@media (max-width: 576px) {
  header .logo {
    margin-top: 8px;
  }
  header .logo img {
    width: 100px;
  }
  header .ad {
    margin-top: 10px;
  }
  header nav {
    margin-top: 10px;
    font-size: 18px;
  }
}
/* ---------------------------------- Main ---------------------------------- */
main {
  min-height: calc(100vh - 407px);
  padding-bottom: 60px;
}

/* ---------------------------------- DataTable ---------------------------------- */
.dataTable {
  font-size: 14px;
}
.dataTable thead th {
  position: relative;
  padding: 10px 30px 10px 15px !important;
}
.dataTable thead th .mdi {
  position: absolute;
  right: 10px;
  top: 35%;
}
.dataTable .mdi:hover {
  color: #234082;
}
.dataTable .item-tag {
  display: inline-block;
  background-color: #234082;
  color: #fff;
  padding: 2px 8px;
  font-size: 12px;
  border-radius: 4px;
  margin-bottom: 3px;
}
.dataTable .item-tag_070 {
  background-color: #D14646;
}
.dataTable .item-tag_078 {
  background-color: #007D48;
}
.dataTable .item-tag_079 {
  background-color: #ff9900;
}
.dataTable .item-tag_074 {
  background-color: #4c565c;
}
.dataTable .item .mdi-unicorn-variant {
  color: #007D48;
}
.dataTable .item .mdi-close-thick {
  color: #D14646;
}
.dataTable .item .mdi-check-bold {
  color: #007D48;
}
.dataTable .item .mdi-timer-sand {
  color: #4c565c;
}

.prices-input {
  height: auto;
  border: solid 1px #505050;
  border-radius: 0 !important;
}
.prices-input-readonly {
  border: 0;
  background-color: transparent !important;
}

/* ---------------------------------- Footer ---------------------------------- */
footer {
  color: #fff;
  background-color: #4c565c;
  padding: 40px 0px 20px 0;
  min-height: 200px;
}
footer .h2 {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}
footer .quote {
  font-weight: 600;
  font-style: italic;
  font-size: 20px;
}
footer .powered {
  font-size: 14px;
  color: #007D48;
  margin: 30px 0 10px 0;
}

@media (max-width: 766px) {
  footer {
    text-align: center;
  }
  footer .quote {
    margin-bottom: 20px;
  }
}