/*html, body, #content, #sidebar {
    min-height: 100%;
    height: 100%;
}*/
html,
body {
  background-color: #e5e9ec;
  color: #4e5e6a;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  overflow: hidden;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

a {
  text-decoration: none;
}

.bg-white {
  background-color: white;
}

/*form*/
label {
  font-weight: normal;
}

.general-form .form-group:before,
.general-form .form-group:after {
  content: "";
  display: table;
  line-height: 0;
}

.general-form .form-group:after {
  clear: both;
}

.general-form textarea {
  height: 75px;
}

.general-form .select2 {
  width: 100%;
}

.general-form .mini {
  max-width: 200px;
}

.general-form .form-control {
  border-radius: 2px;
  border-color: #f6f8f9;
  background-color: #f6f8f9;
  box-shadow: none;
  transition: background 0.5s;
}

.general-form.white .form-control {
  border-color: #fff;
  background-color: #fff;
}

.general-form.white label {
  margin-top: 5px;
}

.general-form.white .select2-container .select2-choice {
  background-color: #fff !important;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  box-shadow: none;
  color: #ec5855;
}

.general-form .has-error .form-control {
  box-shadow: none;
  color: #ec5855;
}

.general-form .form-control.white {
  background-color: #fff;
}

.general-form .form-control:focus,
.general-form .form-control.white:focus {
  border-color: #ebeff2;
  background-color: #ebeff2;
}

.general-form .input-group-addon {
  border-color: #f6f8f9;
  background: #f7f9fa;
  border-radius: 2px;
}

.form-control:focus {
  box-shadow: none;
}

.file-upload {
  position: relative;
  overflow: hidden;
  margin: 10px;
}

.file-upload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}


.dashed-row .form-group {
  border-bottom: 1px dashed #e2e4e8;
  padding-bottom: 15px;
}

.dashed-row .form-group:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}

.dashed-row .bd {
  border-bottom: 1px dotted #e2e4e8;
}

.select2-with-searchbox {
  padding-bottom: 5px;
}


.signin-box {
  max-width: 450px;
  margin: 5% auto;
}

.signin-box .form-control {
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.signin-box .input-group-addon {
  padding: 6px 15px;
}

a {
  color: #29689e;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

a:active {
  outline: none;
}

a:focus,
.btn:focus {
  outline: none;
}

a.dark {
  color: #4e5e6a;
}

a.dark:hover {
  color: #000;
}

.strong {
  font-weight: bold;
}

#page-container {
  width: 100%;
}

#page-content {
  background: #fff;
  padding-bottom: 50px;
}

#content {
  margin-top: 50px;
  height: 100%;
}

.box {
  display: table;
  table-layout: fixed;
  border-spacing: 0;
  width: 100%;
}

.box-content {
  display: table-cell;
  vertical-align: top;
  height: 100%;
  float: none;
  overflow-x: hidden;
}

.box.fit .box-content {
  width: 100%;
}

.page-title {
  background: #fff;
  border-bottom: 1px solid rgba(221, 230, 233, 0.48);
  color: #36454f;
  padding: 5px 15px;
}

.page-title h1 {
  font-size: 18px;
  line-height: 26px;
  margin: 0;
  padding: 15px 0;
  float: left;
}

.page-title h4 {
  padding: 7px 0;
  float: left;
}

.page-title .btn {
  margin: 10px 5px;
}

.page-title .title-button-group {
  float: right;
  margin: 0px 15px 0px 15px;
}

.border-circle {
  border-radius: 50% !important;
}

.uppercase {
  text-transform: uppercase;
}

.strong {
  font-weight: bold;
}

/*margin and padding*/

.m0 {
  margin: 0;
}

.m5 {
  margin: 5px;
}

.mt5 {
  margin-top: 5px;
}

.m10 {
  margin: 10px;
}

.m15 {
  margin: 15px;
}

.m20 {
  margin: 20px;
}

.mlr-10 {
  margin-left: -10px !important;
  margin-right: -10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mr15 {
  margin-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mr5 {
  margin-right: 5px;
}

.mr-1 {
  margin-right: -1px !important;
}

.ml-1 {
  margin-left: -1px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: -5px;
}

.mt-50 {
  margin-top: -50px;
}

.p0 {
  padding: 0 !important;
}

.p5 {
  padding: 5px;
}

.p10 {
  padding: 10px;
}

.p15 {
  padding: 15px;
}

.p20 {
  padding: 20px !important;
}

.p30 {
  padding: 30px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pr0 {
  padding-right: 0 !important;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pt10 {
  padding-top: 10px;
}

.pt5 {
  padding-top: 5px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.w25 {
  width: 25px;
}

.w50 {
  width: 50px;
}

.w70 {
  width: 70px;
}

.w80 {
  width: 80px;
}

.w100 {
  width: 100px;
}

.w125 {
  width: 125px;
}

.w150 {
  width: 150px;
}

.w200 {
  width: 200px;
}

.w250 {
  width: 250px;
}

.w300 {
  width: 300px;
}

.min-w150 {
  min-width: 150px;
}

.w5p {
  width: 5%;
}

.w10p {
  width: 10%;
}

.w15p {
  width: 15%;
}

.w20p {
  width: 20%;
}

.w25p {
  width: 25%;
}

.w30p {
  width: 30%;
}

.w50p {
  width: 50%;
}

.w60p {
  width: 60%;
}

.w70p {
  width: 70%;
}

.w80p {
  width: 80%;
}

.w90p {
  width: 90%;
}

.w100p {
  width: 100%;
}

.max-w500 {
  max-width: 500px;
}

.h100p {
  height: 100%;
}

/*panel*/
.panel {
  border-radius: 0px;
  transition: all 1s;
  border: none;
}

.panel-default {
  border-color: #f2f4f6;
}

.panel-heading {
  border-radius: 0px;
}

.panel-default>.panel-heading {
  background-color: #fff;
  color: inherit;
  font-weight: bold;
  border-color: #eef6f9;
}

.panel-info>.panel-heading {
  background-color: #1ccacc;
  color: #fff;
  font-weight: bold;
  border-color: #1ccacc;
}

.panel-footer {
  background-color: #f2f4f6;
  border-top: 1px solid #fff;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.panel-primary {
  background-color: #1672B9;
  color: #fff;
}

.panel-success {
  background-color: #00b393;
  color: #fff;
}

.panel-info {
  background-color: #20C5CB;
  color: #fff;
}

.panel-info .btn {
  color: #20C5CB;
}

.panel-sky {
  background-color: #35A7D6;
  color: #fff;
}

.panel-coral {
  background-color: #F06C71;
  color: #fff;
}

.panel-coral .btn {
  color: #F06C71;
}

.no-boxshadow {
  box-shadow: none !important;
}

.scrollable-page {
  background-color: #f3f4f7;
  /*min-height: 100%;*/
}

/*sidebar*/
#sidebar-toggle-md {
  color: #ccc;
  padding: 15px 0;
  font-size: 14px;
  border: none;
  outline: none;
  background-color: transparent;
}

#sidebar {
  width: 200px;
  background: #0093c8;
  height: 100%;
  font-size: 14px;
  font-weight: 400;
}

#sidebar.collapsed {
  width: 65px;
}

.collapsed #sidebar-datetime {
  display: none;
}

.collapsed #sidebar-time {
  display: block;
}

#sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

#sidebar-menu li {
  position: relative;
  margin: 0;
}

#sidebar-menu li i {
  position: relative;
  font-size: 15px;
  margin-right: 10px;
}

#sidebar-menu li a {
  text-decoration: none;
  position: relative;
  display: block;
  padding: 10px 20px 12px;
  color: #fff;
  z-index: 2;
  -moz-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
  -o-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
  -webkit-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
  transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
}

#sidebar-menu li a i {
  width: 15px;
  top: 1px;
  display: inline-block;
}

#sidebar-menu li a span {
  -moz-transition: 350ms opacity ease-in-out;
  -o-transition: 350ms opacity ease-in-out;
  -webkit-transition: 350ms opacity ease-in-out;
  transition: 350ms opacity ease-in-out;
}

#sidebar-menu li a:hover {
  background-color: #25aae1;
  color: #ef4035;
}

#sidebar-menu li a .badge {
  position: relative;
  float: right;
  font-size: 11px;
  line-height: 1.3;
}

#sidebar-menu li a .badge.badge-primary {
  top: -1px;
}

#sidebar-menu>li.active>a {
  border-left: 2px solid #ef4035;
  background-color: #25aae1;
  color: #f1b310;
  /*yellow*/
  color: #ef4035;
  /*red*/
}

#sidebar-menu>li>ul>.active>a {
  border-left: 2px solid #ef4035;
  background-color: #25aae1;
}

#sidebar-menu>li>ul>.active>a .dot {
  border-left: 3px solid #7988a2;
  visibility: hidden;
  margin-left: -5px;
}

#sidebar-menu>li>ul>li>a:hover {
  background-color: #25aae1;
  color: #7988a2;
}

#sidebar-menu li.expand>a:before {
  position: relative;
  content: '\f105';
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #fff;
  float: right;
  font-size: 11px;
  margin-left: 15px;
  top: 0px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

#sidebar-menu li.expand.open>a:before {
  content: '\f107';
}

#sidebar-menu li ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: max-height 300ms ease;
  -moz-transition: max-height 300ms ease;
  -o-transition: max-height 300ms ease;
  transition: max-height 300ms ease;

}

#sidebar-menu li ul.visible {
  display: block;
}

#sidebar-menu li ul>li>a {
  background-color: #25aae1;
  padding-left: 25px;
  font-weight: normal;
  /* font-size: 13px; */
}

#sidebar-menu li ul>li>a:hover {
  color: #fff;
}

#sidebar-menu .dot {
  font-size: 5px;
  top: -2px;
  margin-right: 10px;
}

#sidebar-menu .expand.open ul {
  max-height: 1000px;
}

.collapsed #sidebar-menu>li.expand>a:before {
  display: none;
}

/*
.collapsed #sidebar-menu > li.expand > a {
    background-color: transparent;
}
*/
.collapsed #sidebar-menu>li>a {
  position: relative;
}

.collapsed #sidebar-menu>li>a>span:not(.badge) {
  display: block;
  position: absolute;
  top: 0;
  left: 65px;
  margin-top: -1px;
  padding: 10px 10px 14px 10px;
  background: #25aae1;
  width: 200px;
  visibility: hidden;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  background-clip: padding-box;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.collapsed #sidebar-menu>li>a span {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

.collapsed #sidebar-menu>li>a span.badge {
  position: absolute;
  right: -240px;
  top: 10px;
  display: none;
}

.collapsed #sidebar-menu>li>ul {
  display: block;
  visibility: hidden;
  position: absolute;
  height: 0;
  top: auto;
  left: 65px;
  width: 200px;
  -webkit-border-radius: 0 0 3px 0;
  -moz-border-radius: 0 0 3px 0;
  border-radius: 0 0 3px 0;
  background-clip: padding-box;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.collapsed #sidebar-menu>li>ul>li>a span.badge {
  display: none;
}

.collapsed #sidebar-menu>li>ul li a {
  padding-left: 10px;
}

.collapsed #sidebar-menu>li>ul li a:hover {
  background: #262b34;
}

#sidebar-menu li:hover {
  background-color: #25aae1;
}

#sidebar-menu .devider {
  border-bottom: 1px solid #25aae1;
}

.collapsed #sidebar-menu>li>ul li li a {
  padding-left: 25px;
}

.collapsed #sidebar-menu>li>ul li li li a {
  padding-left: 40px;
}

/*
.collapsed #sidebar-menu > li.expand:hover.expand > a,
.collapsed #sidebar-menu > li:hover.expand > a {
    cursor: default;
}
*/
.collapsed #sidebar-menu>li.expand:hover.expand>a>span:not(.badge),
.collapsed #sidebar-menu>li:hover.expand>a>span:not(.badge) {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
  background-clip: padding-box;
}

.collapsed #sidebar-menu>li.expand:hover>ul,
.collapsed #sidebar-menu>li:hover>ul {
  max-height: 1000px;
  height: auto;
}

.collapsed #sidebar-menu>li.expand:hover>a>span,
.collapsed #sidebar-menu>li:hover>a>span {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}

.collapsed #sidebar-menu>li.expand:hover a span.badge,
.collapsed #sidebar-menu>li:hover a span.badge {
  display: block;
}

.collapsed #sidebar-menu>li.expand:hover>ul,
.collapsed #sidebar-menu>li:hover>ul {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}

#sidebar-menu .badge {
  background-color: #1672b9;
}

.navbar-right {
  margin-right: 15px;
}

.navbar-right i {
  font-size: 15px;
}

.badge.up {
  position: relative;
  top: -10px;
  padding: 3px 6px;
  margin-left: -10px;
}

#list td {
  border-bottom: solid 1px #cccccc;
  color: #333333;
}

#list th {
  border-bottom: solid 0px #cccccc;
  background-color: #e6e6e6;
  font-weight: bold;
  font-size: 12px;
  text-align: left;
  color: #666666;
}

#list th,
#list td {
  padding: 5px !important;
}

#list input[type=checkbox] {
  margin-right: 5px;
}


/*.dropdown-menu*/
.dropdown-menu {
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, .05)
}

.dropdown-user .dropdown-menu {
  margin-right: 15px;
}

.dropdown-menu>li>p {
  font-size: 12px;
  padding: 7px 20px;
  margin: 0;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu>li>a {
  padding: 7px 20px;
  color: #7988A2;
}

.comment-dropdown,
.reply-dropdown {
  position: absolute;
  right: 30px;
  display: none;
  margin-top: -20px;
}

.comment-container:hover .comment-dropdown {
  display: block;
}

.reply-container:hover .reply-dropdown {
  display: block;
}

.dropdown-left {
  left: auto;
  right: 0;
}

/* Breadcrumbs
------------------------------------
*/
.breadcrumb-wrapper {
  background-color: #E6E6E6;
  margin: 0 !important;
}

.breadcrumb {
  font-family: 'Arial';
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  background-color: transparent;
  padding: 15px 0;
  margin: 0;
  border: none;
  text-transform: uppercase;
  /*display: block;*/
}

.breadcrumb a {
  margin-left: 5px;
  text-decoration: none;
  font-weight: bold;
}

.breadcrumb li {
  padding-left: 0px;
}

.breadcrumb li p {
  font-family: 'Arial';
  font-size: 11px !important;
  font-weight: 400;
  color: #7b7d82;
  margin: 0;
}

.breadcrumb li .active {
  font-weight: 600;
  font-size: 11px;
  color: #0090d9;
}

.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #515050;
  font-family: 'Font Awesome 5 Free';
  content: "\f105";
  font-weight: bold;
}

.breadcrumb a,
.breadcrumb i,
.breadcrumb span,
.breadcrumb li {
  color: #0093c8;
  font-weight: bold;
  text-shadow: none;
}


#signin-form .btn-primary {
  background-color: #25aae1;
  border-color: #0093c8;
}

#signin-form .btn-primary:hover,
#signin-form .btn-primary:active,
#signin-form f.btn-primary:focus {
  background-color: #ef4035;
  border-color: #f5cac7;
  color: #fff;
}

.navbar-default .navbar-nav>li>a {
  color: #fff;
}

.navbar-default .navbar-nav>li>a:hover {
  color: #ccc;
}

.companyName {
  line-height: 22px;
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

#formSwitch .select2-container--default .select2-selection--single {
  border: none;
}

#selectStore {
  color: #fff;
  border: none;
  height: 50px;
  background-color: transparent;
  outline: none !important;
  box-shadow: none !important;
}

.signin-box .select2-container .select2-selection--single {
  height: 40px !important;
}

.signin-box .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 40px !important;
}

.signin-box .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px !important;
}

.navbar {
  border-bottom: 1px solid #25aae1;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  background-color: rgba(0, 0, 0, 0.75);
}

/* The container */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  line-height: 35px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input~.checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked~.checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 6px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.styleDataTables .dataTables_paginate .paginate_button {
  margin: 0 -2px 0 -2px;
  border-radius: 2px;
}

.styleDataTables .previous,
.styleDataTables .next {
  border-radius: 0
}

.styleDataTables .first {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.styleDataTables .last {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/*alert*/
.alert {
  border: 0;
}

.alert .progress {
  background-color: transparent;
  box-shadow: none !important;
  height: 3px;
  border-radius: 0;
  margin: 19px 0px -15px -15px;
}

.alert .progress-bar {
  box-shadow: none !important;
  background-color: rgba(0, 0, 0, 0.3);
}

.app-alert-message {
  display: inline-block;
  margin-right: 5px;
  max-width: 350px;
  min-width: 165px;
}

.app-alert.animate {
  bottom: 0;
  position: fixed;
  z-index: 100;
  border-radius: 2px;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  opacity: 0.25;
  right: -350px;
}

.app-alert.alert-info {
  background-color: #20c5cb;
  color: #fff;
}

.app-alert.alert-success {
  background-color: #00b393;
  color: #fff;
}

.app-alert.alert-danger {
  background-color: #f06c71;
  color: #fff;
}

.app-alert.alert-warning {
  background-color: #f0ad4e;
  color: #fff;
}

.app-alert a {
  color: #444;
}

.alert-warning {
  background-color: #fff2cc;
}

/*progress-bar*/
.progress.thin {
  height: 3px;
}

/* widget */
.form-widget {
  margin-bottom: 25px
}

.widget-title {
  padding: 10px 0px;
}

.form-widget .progress {
  height: 5px;
}

/*bootstrap modal*/

.modal-content {
  border-radius: 0px;
  border: 1px solid #aaa;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
}

.modal-backdrop.in {
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.modal-dialog {
  -webkit-transition: width 500ms ease;
  -moz-transition: width 500ms ease;
  -o-transition: width 500ms ease;
  transition: width 500ms ease;
}

.mini-modal {
  width: 300px !important;
}

body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 0px !important;
}

.modal-header {
  border-bottom: 1px solid #f6f8f9;
}

.modal-footer {
  border-top: 1px solid #f6f8f9;
  padding: 15px 30px;
}

.close {
  font-size: 25px;
  font-weight: normal;
}

.draggable {
  cursor: move;
}

/*modal mask*/
.modal-mask {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}

.circle-done {
  margin: 10px auto;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 5px rgba(220, 230, 235, 0.5);
  text-align: center;
  font-size: 40px;
  padding: 10px;
  color: #25ccce;
}

.circle-done i {
  display: inline-block;
  max-width: 0%;
  overflow: hidden;

}

.circle-done.ok i {
  max-width: 80%;
  -webkit-transition: max-width 1000ms ease;
  -moz-transition: max-width 1000ms ease;
  -o-transition: max-width 1000ms ease;
  transition: max-width 1000ms ease;
}

.modal-success .modal-header {
  background-color: #5cb85c;
  border-color: #4cae4c;
  color: #fff;
}

.modal-danger .modal-header {
  background-color: #d9534f;
  border-color: #d43f3a;
  color: #fff;
}

.modal-primary .modal-header {
  background-color: #25aae1;
  border-color: #0093c8;
  color: #fff;
}

.modal-success .close,
.modal-danger .close,
.modal-primary .close {
  color: #fff;
  text-shadow: 0 1px 0 #000;
  filter: alpha(opacity=80);
  opacity: .8;
}

.flex-root {
  flex: 1
}

.flex-column-auto {
  flex: none
}

.flex-column-fluid {
  flex: 1 0 auto
}

.flex-row-auto {
  flex: 0 0 auto
}

.flex-row-fluid {
  flex: 1 auto;
  min-width: 0
}

.flex-center {
  justify-content: center;
  align-items: center
}

.flex-start {
  justify-content: start;
  align-items: start
}

.flex-end {
  justify-content: flex-end;
  align-items: flex-end
}

.flex-stack {
  justify-content: space-between;
  align-items: center
}

@media (min-width:576px) {
  .flex-sm-root {
    flex: 1
  }

  .flex-sm-column-auto {
    flex: none
  }

  .flex-sm-column-fluid {
    flex: 1 0 auto
  }

  .flex-sm-row-auto {
    flex: 0 0 auto
  }

  .flex-sm-row-fluid {
    flex: 1 auto;
    min-width: 0
  }

  .flex-sm-center {
    justify-content: center;
    align-items: center
  }

  .flex-sm-start {
    justify-content: start;
    align-items: start
  }

  .flex-sm-end {
    justify-content: flex-end;
    align-items: flex-end
  }

  .flex-sm-stack {
    justify-content: space-between;
    align-items: center
  }
}

@media (min-width:768px) {
  .flex-md-root {
    flex: 1
  }

  .flex-md-column-auto {
    flex: none
  }

  .flex-md-column-fluid {
    flex: 1 0 auto
  }

  .flex-md-row-auto {
    flex: 0 0 auto
  }

  .flex-md-row-fluid {
    flex: 1 auto;
    min-width: 0
  }

  .flex-md-center {
    justify-content: center;
    align-items: center
  }

  .flex-md-start {
    justify-content: start;
    align-items: start
  }

  .flex-md-end {
    justify-content: flex-end;
    align-items: flex-end
  }

  .flex-md-stack {
    justify-content: space-between;
    align-items: center
  }
}

@media (min-width:992px) {
  .flex-lg-root {
    flex: 1
  }

  .flex-lg-column-auto {
    flex: none
  }

  .flex-lg-column-fluid {
    flex: 1 0 auto
  }

  .flex-lg-row-auto {
    flex: 0 0 auto
  }

  .flex-lg-row-fluid {
    flex: 1 auto;
    min-width: 0
  }

  .flex-lg-center {
    justify-content: center;
    align-items: center
  }

  .flex-lg-start {
    justify-content: start;
    align-items: start
  }

  .flex-lg-end {
    justify-content: flex-end;
    align-items: flex-end
  }

  .flex-lg-stack {
    justify-content: space-between;
    align-items: center
  }
}

@media (min-width:1200px) {
  .flex-xl-root {
    flex: 1
  }

  .flex-xl-column-auto {
    flex: none
  }

  .flex-xl-column-fluid {
    flex: 1 0 auto
  }

  .flex-xl-row-auto {
    flex: 0 0 auto
  }

  .flex-xl-row-fluid {
    flex: 1 auto;
    min-width: 0
  }

  .flex-xl-center {
    justify-content: center;
    align-items: center
  }

  .flex-xl-start {
    justify-content: start;
    align-items: start
  }

  .flex-xl-end {
    justify-content: flex-end;
    align-items: flex-end
  }

  .flex-xl-stack {
    justify-content: space-between;
    align-items: center
  }
}

@media (min-width:1400px) {
  .flex-xxl-root {
    flex: 1
  }

  .flex-xxl-column-auto {
    flex: none
  }

  .flex-xxl-column-fluid {
    flex: 1 0 auto
  }

  .flex-xxl-row-auto {
    flex: 0 0 auto
  }

  .flex-xxl-row-fluid {
    flex: 1 auto;
    min-width: 0
  }

  .flex-xxl-center {
    justify-content: center;
    align-items: center
  }

  .flex-xxl-start {
    justify-content: start;
    align-items: start
  }

  .flex-xxl-end {
    justify-content: flex-end;
    align-items: flex-end
  }

  .flex-xxl-stack {
    justify-content: space-between;
    align-items: center
  }
}

.flex-equal {
  flex-grow: 1;
  flex-basis: 0;
  flex-shrink: 0
}

.card {
  --bs-card-box-shadow: var(--bs-root-card-box-shadow);
  --bs-card-border-color: var(--bs-root-card-border-color);
  border: 1px solid var(--bs-card-border-color)
}

.card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  min-height: 50px;
  padding: 0 2.25rem;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: 1px solid var(--bs-card-border-color)
}

.card .card-header .card-title {
  display: flex;
  align-items: center;
  margin: .5rem;
  margin-left: 0
}

.card .card-header .card-title.flex-column {
  align-items: flex-start;
  justify-content: center
}

.card .card-header .card-title .card-icon {
  margin-right: .75rem;
  line-height: 0
}

.card .card-header .card-title .card-icon i {
  font-size: 1.25rem;
  color: var(--bs-gray-600);
  line-height: 0
}

.card .card-header .card-title .card-icon i:after,
.card .card-header .card-title .card-icon i:before {
  line-height: 0
}

.card .card-header .card-title .card-icon .svg-icon {
  color: var(--bs-gray-600)
}

.card .card-header .card-title .card-icon .svg-icon svg {
  height: 24px;
  width: 24px
}

.card .card-header .card-title,
.card .card-header .card-title .card-label {
  font-weight: 500;
  font-size: 1.275rem;
  color: var(--bs-text-gray-900)
}

.card .card-header .card-title .card-label {
  margin: 0 .75rem 0 0;
  flex-wrap: wrap
}

.card .card-header .card-title .small,
.card .card-header .card-title small {
  color: var(--bs-text-muted);
  font-size: 1rem
}

.card .card-header .card-title .h1,
.card .card-header .card-title .h2,
.card .card-header .card-title .h3,
.card .card-header .card-title .h4,
.card .card-header .card-title .h5,
.card .card-header .card-title .h6,
.card .card-header .card-title h1,
.card .card-header .card-title h2,
.card .card-header .card-title h3,
.card .card-header .card-title h4,
.card .card-header .card-title h5,
.card .card-header .card-title h6 {
  margin-bottom: 0
}

.card .card-header .card-toolbar {
  display: flex;
  align-items: center;
  margin: .5rem 0;
  flex-wrap: wrap
}

.card .card-body {
  padding: 2rem 2.25rem;
  color: var(--bs-card-color)
}

.card .card-footer {
  padding: 2rem 2.25rem;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: 1px solid var(--bs-card-border-color)
}

.card .card-scroll {
  position: relative;
  overflow: auto
}

.card.card-px-0 .card-body,
.card.card-px-0 .card-footer,
.card.card-px-0 .card-header {
  padding-left: 0;
  padding-right: 0
}

.card.card-py-0 .card-body,
.card.card-py-0 .card-footer,
.card.card-py-0 .card-header {
  padding-top: 0;
  padding-bottom: 0
}

.card.card-p-0 .card-body,
.card.card-p-0 .card-footer,
.card.card-p-0 .card-header {
  padding: 0
}

.card.card-dashed {
  box-shadow: none;
  border: 1px dashed var(--bs-border-dashed-color)
}

.card.card-dashed>.card-header {
  border-bottom: 1px dashed var(--bs-border-dashed-color)
}

.card.card-dashed>.card-footer {
  border-top: 1px dashed var(--bs-border-dashed-color)
}

.card.card-bordered {
  box-shadow: none;
  border: 1px solid #f1f1f4
}

.card.card-flush>.card-header {
  border-bottom: 0 !important
}

.card.card-flush>.card-footer {
  border-top: 0 !important
}

.card.card-shadow {
  box-shadow: var(--bs-card-box-shadow);
  border: 0
}

.card.card-reset {
  border: 0 !important;
  box-shadow: none !important;
  background-color: transparent !important
}

.card.card-reset>.card-header {
  border-bottom: 0 !important
}

.card.card-reset>.card-footer {
  border-top: 0 !important
}

.card.card-borderless {
  border: 0 !important
}

.card.card-borderless>.card-header {
  border-bottom: 0 !important
}

.card.card-borderless>.card-footer {
  border-top: 0 !important
}

.card.card-border-0 {
  border: 0 !important
}

.card.card-stretch {
  height: calc(100% - var(--bs-gutter-y))
}

.card.card-stretch-75 {
  height: calc(75% - var(--bs-gutter-y))
}

.card.card-stretch-50 {
  height: calc(50% - var(--bs-gutter-y))
}

.card.card-stretch-33 {
  height: calc(33.333% - var(--bs-gutter-y))
}

.card.card-stretch-25 {
  height: calc(25% - var(--bs-gutter-y))
}

.card .card-header-stretch {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  align-items: stretch
}

.card .card-header-stretch .card-toolbar {
  margin: 0;
  align-items: stretch
}

@media (min-width:576px) {
  .card.card-sm-stretch {
    height: calc(100% - var(--bs-gutter-y))
  }

  .card.card-sm-stretch-75 {
    height: calc(75% - var(--bs-gutter-y))
  }

  .card.card-sm-stretch-50 {
    height: calc(50% - var(--bs-gutter-y))
  }

  .card.card-sm-stretch-33 {
    height: calc(33.333% - var(--bs-gutter-y))
  }

  .card.card-sm-stretch-25 {
    height: calc(25% - var(--bs-gutter-y))
  }

  .card .card-header-sm-stretch {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    align-items: stretch
  }

  .card .card-header-sm-stretch .card-toolbar {
    margin: 0;
    align-items: stretch
  }
}

@media (min-width:768px) {
  .card.card-md-stretch {
    height: calc(100% - var(--bs-gutter-y))
  }

  .card.card-md-stretch-75 {
    height: calc(75% - var(--bs-gutter-y))
  }

  .card.card-md-stretch-50 {
    height: calc(50% - var(--bs-gutter-y))
  }

  .card.card-md-stretch-33 {
    height: calc(33.333% - var(--bs-gutter-y))
  }

  .card.card-md-stretch-25 {
    height: calc(25% - var(--bs-gutter-y))
  }

  .card .card-header-md-stretch {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    align-items: stretch
  }

  .card .card-header-md-stretch .card-toolbar {
    margin: 0;
    align-items: stretch
  }
}

@media (min-width:992px) {
  .card.card-lg-stretch {
    height: calc(100% - var(--bs-gutter-y))
  }

  .card.card-lg-stretch-75 {
    height: calc(75% - var(--bs-gutter-y))
  }

  .card.card-lg-stretch-50 {
    height: calc(50% - var(--bs-gutter-y))
  }

  .card.card-lg-stretch-33 {
    height: calc(33.333% - var(--bs-gutter-y))
  }

  .card.card-lg-stretch-25 {
    height: calc(25% - var(--bs-gutter-y))
  }

  .card .card-header-lg-stretch {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    align-items: stretch
  }

  .card .card-header-lg-stretch .card-toolbar {
    margin: 0;
    align-items: stretch
  }
}

@media (min-width:1200px) {
  .card.card-xl-stretch {
    height: calc(100% - var(--bs-gutter-y))
  }

  .card.card-xl-stretch-75 {
    height: calc(75% - var(--bs-gutter-y))
  }

  .card.card-xl-stretch-50 {
    height: calc(50% - var(--bs-gutter-y))
  }

  .card.card-xl-stretch-33 {
    height: calc(33.333% - var(--bs-gutter-y))
  }

  .card.card-xl-stretch-25 {
    height: calc(25% - var(--bs-gutter-y))
  }

  .card .card-header-xl-stretch {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    align-items: stretch
  }

  .card .card-header-xl-stretch .card-toolbar {
    margin: 0;
    align-items: stretch
  }
}

@media (min-width:1400px) {
  .card.card-xxl-stretch {
    height: calc(100% - var(--bs-gutter-y))
  }

  .card.card-xxl-stretch-75 {
    height: calc(75% - var(--bs-gutter-y))
  }

  .card.card-xxl-stretch-50 {
    height: calc(50% - var(--bs-gutter-y))
  }

  .card.card-xxl-stretch-33 {
    height: calc(33.333% - var(--bs-gutter-y))
  }

  .card.card-xxl-stretch-25 {
    height: calc(25% - var(--bs-gutter-y))
  }

  .card .card-header-xxl-stretch {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    align-items: stretch
  }

  .card .card-header-xxl-stretch .card-toolbar {
    margin: 0;
    align-items: stretch
  }
}

.card-p {
  padding: 2rem 2.25rem !important
}

.card-border {
  border: 1px solid var(--bs-root-card-border-color) !important
}

.card-px {
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !important
}

.card-shadow {
  box-shadow: var(--bs-card-box-shadow)
}

.card-py {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important
}

.card-rounded {
  border-radius: 1rem
}

.card-rounded-start {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem
}

.card-rounded-end {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem
}

.card-rounded-top {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem
}

.card-rounded-bottom {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem
}

@media (max-width:767.98px) {
  .card>.card-header:not(.flex-nowrap) {
    padding-top: .5rem;
    padding-bottom: .5rem
  }
}

[data-bs-theme=dark] .card {
  --bs-card-box-shadow: none
}


.nav-pills .nav-item {
  margin-right: .5rem
}

.nav-pills .nav-item:last-child {
  margin-right: 0
}

.nav-stretch {
  align-items: stretch;
  padding-top: 0 !important;
  padding-bottom: 0 !important
}

.nav-stretch .nav-item {
  display: flex;
  align-items: stretch;
  padding-top: 0 !important;
  padding-bottom: 0 !important
}

.nav-stretch .nav-link {
  display: flex;
  align-items: center
}

.nav-group {
  padding: .35rem;
  border-radius: .65rem;
  background-color: var(--bs-gray-100)
}

.nav-group.nav-group-outline {
  background-color: transparent;
  border: 1px solid var(--bs-border-color)
}

.nav-group.nav-group-fluid {
  display: flex
}

.nav-group.nav-group-fluid>.btn,
.nav-group.nav-group-fluid>label {
  position: relative;
  flex-shrink: 0;
  flex-grow: 1;
  flex-basis: 0
}

.nav-group.nav-group-fluid>label {
  margin-right: .1rem
}

.nav-group.nav-group-fluid>label>.btn {
  width: 100%
}

.nav-group.nav-group-fluid>label:last-child {
  margin-right: 0
}

.nav-line-tabs {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: var(--bs-border-color)
}

.nav-line-tabs .nav-item {
  margin-bottom: -1px
}

.nav-line-tabs .nav-item .nav-link {
  color: var(--bs-gray-500);
  border: 0;
  border-bottom: 1px solid transparent;
  transition: color .2s ease;
  padding: .5rem 0;
  margin: 0 1rem
}

.nav-line-tabs .nav-item:first-child .nav-link {
  margin-left: 0
}

.nav-line-tabs .nav-item:last-child .nav-link {
  margin-right: 0
}

.nav-line-tabs .nav-item .nav-link.active,
.nav-line-tabs .nav-item .nav-link:hover:not(.disabled),
.nav-line-tabs .nav-item.show .nav-link {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid var(--bs-primary);
  transition: color .2s ease
}

.nav-line-tabs.nav-line-tabs-2x {
  border-bottom-width: 2px
}

.nav-line-tabs.nav-line-tabs-2x .nav-item {
  margin-bottom: -2px
}

.nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link {
  border-bottom-width: 2px;
}

.nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link.active,
.nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link:hover:not(.disabled),
.nav-line-tabs.nav-line-tabs-2x .nav-item.show .nav-link {
  border-bottom-width: 2px;
}

.nav.nav-pills.nav-pills-custom .nav-link,
.nav.nav-pills.nav-pills-custom .show>.nav-link {
  border: 1px dashed var(--bs-border-dashed-color);
  border-radius: 1rem
}

.nav.nav-pills.nav-pills-custom .nav-link.nav-link-border-solid,
.nav.nav-pills.nav-pills-custom .show>.nav-link.nav-link-border-solid {
  border: 3px solid var(--bs-border-dashed-color)
}

.nav.nav-pills.nav-pills-custom .nav-link.nav-link-border-solid.active,
.nav.nav-pills.nav-pills-custom .show>.nav-link.nav-link-border-solid.active {
  border: 3px solid var(--bs-primary)
}

.nav.nav-pills.nav-pills-custom .nav-link .nav-icon img,
.nav.nav-pills.nav-pills-custom .show>.nav-link .nav-icon img {
  width: 30px;
  transition: color .2s ease
}

.nav.nav-pills.nav-pills-custom .nav-link .nav-icon img.default,
.nav.nav-pills.nav-pills-custom .show>.nav-link .nav-icon img.default {
  display: inline-block
}

.nav.nav-pills.nav-pills-custom .nav-link .nav-icon img.active,
.nav.nav-pills.nav-pills-custom .show>.nav-link .nav-icon img.active {
  display: none
}

.nav.nav-pills.nav-pills-custom .nav-link.active,
.nav.nav-pills.nav-pills-custom .show>.nav-link.active {
  background-color: transparent;
  border: 1px solid var(--bs-border-dashed-color);
  transition-duration: 1ms;
  position: relative
}

.nav.nav-pills.nav-pills-custom .nav-link.active .nav-text,
.nav.nav-pills.nav-pills-custom .show>.nav-link.active .nav-text {
  color: var(--bs-gray-800) !important;
  transition: color .2s ease
}

.nav.nav-pills.nav-pills-custom .nav-link.active .bullet-custom,
.nav.nav-pills.nav-pills-custom .show>.nav-link.active .bullet-custom {
  display: block
}

.nav.nav-pills.nav-pills-custom .nav-link .bullet-custom,
.nav.nav-pills.nav-pills-custom .show>.nav-link .bullet-custom {
  display: none
}

.nav.nav-pills.nav-pills-custom.nav-pills-active-custom .nav-item .nav-link:not(:active) span:nth-child(1) {
  color: #b5b5c3
}

.nav.nav-pills.nav-pills-custom.nav-pills-active-custom .nav-item .nav-link:not(:active) span:nth-child(2) {
  color: #3f4254
}

.nav.nav-pills.nav-pills-custom.nav-pills-active-custom .nav-item .nav-link:hover span:nth-child(1) {
  color: #fff !important
}

.nav.nav-pills.nav-pills-custom.nav-pills-active-custom .nav-item .nav-link:hover span:nth-child(2) {
  color: #fff !important
}

.nav.nav-pills.nav-pills-custom.nav-pills-active-custom .nav-item .nav-link.active span:nth-child(1) {
  color: #fff !important
}

.nav.nav-pills.nav-pills-custom.nav-pills-active-custom .nav-item .nav-link.active span:nth-child(2) {
  color: #fff !important
}

.nav-link {
  transition: color .2s ease
}

.nav-link.active {
  transition: color .2s ease;
  color: var(--bs-text-primary) !important
}


.track-line {
  height: 2px !important;
  background-color: var(--bs-primary);
  opacity: 1;
}

.dot {
  height: 10px;
  width: 10px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 0px;
  background-color: var(--bs-primary);
  border-radius: 50%;
  display: inline-block
}

.blank-dot {
  border: 2px solid;
  background-color: transparent;
  border-color: var(--bs-primary);
}

.big-dot {
  height: 25px;
  width: 25px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  background-color: var(--bs-primary);
  border-radius: 50%;
  display: inline-block;
}

.big-dot i {
  font-size: 12px;
}

#timeline span {
  font-weight: bold;
}

.timeline {
  border-left: 1px solid hsl(0, 0%, 90%);
  position: relative;
  list-style: none;
}

.timeline .timeline-item {
  position: relative;
}

.timeline .timeline-item:after {
  position: absolute;
  display: block;
  top: 0;
}

.timeline .timeline-item:after {
  background-color: hsl(0, 0%, 90%);
  left: -32px;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  content: "";
}

.darkred {
  color: darkred;
}

#cart_form table td {
  padding: 4px;
}

.card-body {
  padding-left: 0;
  padding-right: 0;
}

.saleprice {
  text-decoration: line-through;
  color: #333;
}


.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0093c8;
  --bs-btn-border-color: #0093c8;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0093c8;
  --bs-btn-disabled-border-color: #0093c8;
}

:root,
[data-bs-theme=light] {
  --bs-primary: #24a2dc;
  --bs-primary-rgb: 36, 162, 220;
  --bs-warning: #f4ac26;
  --bs-warning-rgb: 244, 172, 38;
  --bs-danger: #f0382e;
  --bs-danger-rgb: 240, 56, 46;
  --bs-link-color: #0093c8;
  --bs-link-hover-color: #0084b3;
}

.card-header h5, .nav-link {
  font-size: 14px;
}

.page-item .page-link:hover,.page-item .page-link:focus,.pagination li>a:not(.page-link):hover,.pagination li>a:not(.page-link):focus {
  background-color: rgba(105,108,255,.16);
  color: #0093c8
}

.page-item.active .page-link,.pagination li.active>a:not(.page-link) {
  box-shadow: 0 .125rem .25rem 0 rgba(105,108,255,.4)
}

.page-item.active .page-link,.page-item.active .page-link:hover,.page-item.active .page-link:focus,.pagination li.active>a:not(.page-link),.pagination li.active>a:not(.page-link):hover,.pagination li.active>a:not(.page-link):focus {
  border-color: #0093c8;
  background-color: #0093c8;
  color: #fff
}

.pagination-outline-primary .page-item.active .page-link,.pagination-outline-primary .page-item.active .page-link:hover,.pagination-outline-primary .page-item.active .page-link:focus,.pagination-outline-primary.pagination li.active>a:not(.page-link),.pagination-outline-primary.pagination li.active>a:not(.page-link):hover,.pagination-outline-primary.pagination li.active>a:not(.page-link):focus {
  border-color: #0093c8 !important;
  color: #0093c8 !important;
  background-color: #e7e7ff !important
}

.page-item:not(:first-child) .page-link {
  margin-left: .375rem
}

.datepicker td, .datepicker th {
  padding: 10px
}

#dashboard .card-title * {
  font-size: 1rem;
}
#dashboard .card-title strong {
  font-size: 1.275rem;
  text-transform: uppercase;
  font-weight: inherit;
}
.dataTables_length select {
  padding: .375rem 2.25rem .375rem .75rem;
  font-size: 1rem;
  margin: 0 !important;
}
.dataTables_wrapper>.row:not(.dt-row)>div {
  padding-left: 0 !important;
  padding-right: 0 !important;
}