body {
  background: #f5f5f5;
  margin: 0;
  font-size: 14px;
}

html {
  overflow-x: hidden;
  position: relative;
  min-height: 100%;
  background: #f5f5f5;
}

h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
}

h1 {
  line-height: 43px;
}

h2 {
  line-height: 35px;
}

h3 {
  line-height: 30px;
}

h3 small {
  color: #444444;
}

h4 {
  line-height: 22px;
}

h4 small {
  color: #444444;
}

h5 small {
  color: #444444;
}

* {
  outline: none !important;
}

a:hover {
  outline: 0;
  text-decoration: none;
}

a:active {
  outline: 0;
  text-decoration: none;
}

a:focus {
  outline: 0;
  text-decoration: none;
}

code {
  color: #4bbbce;
}

.container-alt {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.footer {
  background-color: #112233;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  bottom: 0;
  color: #ffffff;
  text-align: center;
  padding: 20px 30px;
  font-weight: 500;
  position: absolute;
  right: 0;
  left: 240px;
}

#wrapper {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.page {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.txt-center {
    text-align: center;
}

.breadcrumb {
  background-color: transparent;
  margin-bottom: 15px;
  margin-top: 5px;
}

.dropdown-menu {
  padding: 4px 0;
  font-size: 15px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  border-color: #eff3f6;
}

.dropdown-item.active, .dropdown-item:active {
  color: #0a1832;
  text-decoration: none;
  background-color: #eff3f6;
}

.dropdown-item {
  padding: 6px 1.5rem;
}

.dropdown-menu-lg {
  width: 270px;
}

.bg-primary {
  background-color: #f15a69 !important;
}

.bg-success {
  background-color: #32CD32 !important;
}

.bg-info {
  background-color: #4bbbce !important;
}

.bg-warning {
  background-color: #ffbb44 !important;
}

.bg-danger {
  background-color: #2f8ee0 !important;
}

.bg-muted {
  background-color: #707070 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.text-white {
  color: #ffffff !important;
}

.text-muted {
  color: #707070 !important;
}

.text-primary {
  color: #f15a69 !important;
}

.text-warning {
  color: #ffbb44 !important;
}

.text-success {
  color: #32CD32 !important;
}

.text-purple {
  color: #8862e0 !important;
}

.text-info {
  color: #4bbbce !important;
}

.text-dark {
  color: #0a1832 !important;
}

.badge:empty {
  padding: 0;
  display: none;
}

.badge-default {
  background-color: #eff3f6;
  color: #0a1832;
}

.badge-primary {
  background-color: #f15a69;
}

.badge-success {
  background-color: #32CD32;
}

.badge-info {
  background-color: #4bbbce;
}

.badge-warning {
  background-color: #ffbb44;
}

.badge-danger {
  background-color: #2f8ee0;
}

.badge-dark {
  background-color: #0a1832;
}

.badge-pink {
  background-color: #e6487e;
  color: #ffffff;
}

.badge-purple {
  background-color: #8862e0;
  color: #ffffff;
}

/* Navs & Tabs */
.nav-pills .nav-item.show .nav-link, .nav-pills .nav-link.active {
  background-color: #f15a69;
}

.nav-pills > .active > a > .badge {
  color: #f15a69;
}

/* List Group */
.list-group-item.active {
  background-color: #dddddd;
  border-color: #dddddd;
  color: #444444;
  z-index: 2;
}

.list-group-item.active:hover {
  background-color: #dddddd;
  border-color: #dddddd;
  color: #444444;
  z-index: 2;
}

.list-group-item.active:hover .list-group-item-text {
  color: #f15a69;
}

.list-group-item.active:focus {
  background-color: #dddddd;
  border-color: #dddddd;
  color: #444444;
  z-index: 2;
}

.list-group-item.active:focus .list-group-item-text {
  color: #f15a69;
}

.list-group-item.active .list-group-item-text {
  color: #f15a69;
}

.list-group-item {
  border-radius: 0;
  padding: 12px 20px;
  border: 1px solid fade(#0a1832, 6%);
}

.list-group-item:first-child {
  border-radius: 0;
  padding: 12px 20px;
}

.list-group-item:last-child {
  border-radius: 0;
  padding: 12px 20px;
}

.list-group-item-heading {
  font-weight: 300;
}

.list-group-item.active > .badge {
  color: #f15a69;
}

.popover-header {
  margin-top: 0;
}

.blockquote {
  font-size: 1.05rem;
}

/* =============
   Alerts
============= */
.alert {
  position: relative;
  border: 0;
}

.alert .alert-link {
  font-weight: 600;
}

.alert-success {
  color: #32CD32;
  background-color: #e2f6e7;
}

.alert-success .alert-link {
  color: #49c368;
}

.alert-success hr {
  border-top-color: #49c368;
}

.alert-info {
  color: #4bbbce;
  background-color: #d7f0f4;
}

.alert-info .alert-link {
  color: #31a2b5;
}

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

.alert-warning {
  color: #ffbb44;
  background-color: #fff6e7;
}

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

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

.alert-danger {
  color: #f15a69;
  background-color: #fde7e9;
}

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

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

/* ==============
  Helper Classes
===================*/
.p-0 {
  padding: 0;
}

.p-t-10 {
  padding-top: 10px;
}

.p-b-10 {
  padding-bottom: 10px;
}

.m-0 {
  margin: 0;
}

.m-r-5 {
  margin-right: 5px;
}

.m-r-10 {
  margin-right: 10px;
}

.m-r-15 {
  margin-right: 15px;
}

.m-l-10 {
  margin-left: 10px;
}

.m-l-15 {
  margin-left: 15px;
}

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

.m-t-10 {
  margin-top: 10px;
}

.m-t-15 {
  margin-top: 15px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-40 {
  margin-top: 40px;
}

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

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-15 {
  margin-bottom: 15px;
}

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

.m-b-30 {
  margin-bottom: 30px;
}

.w-xs {
  min-width: 80px;
}

.w-sm {
  min-width: 95px;
}

.w-md {
  min-width: 110px;
}

.w-lg {
  min-width: 140px;
}

.m-h-50 {
  min-height: 50px;
}

.l-h-34 {
  line-height: 34px;
}

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

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

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

.font-32 {
  font-size: 32px;
}

.font-40 {
  font-size: 40px;
}

.no-border {
  border: none;
}

.bx-shadow {
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.thumb-sm {
  height: 32px;
  width: 32px;
}

.thumb-md {
  height: 48px;
  width: 48px;
}

.thumb-lg {
  height: 88px;
  width: 88px;
}

.grid-structure .grid-container {
  background-color: #f5f5f5;
  margin-bottom: 10px;
  padding: 10px 20px;
}

.font-500 {
  font-weight: 500;
}

.header-title {
  font-size: 16px;
  position:relative;
}

.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.25);
}

.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}

.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}

.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}

.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}

.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}

.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}

.waves-notransition {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}

.waves-circle {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.waves-block {
  display: block;
}

/* ==============
  Buttons
===================*/
.btn {
  border-radius: 3px;
}

.btn-primary, .btn-success, .btn-info, .btn-warning,
.btn-danger, .btn-dark, .btn-pink, .btn-purple, .btn-indigo, .btn-teal,
.btn-lime, .btn-orange, .btn-brown, .btn-blue-grey {
  color: #ffffff;
}
.btn-primary {
    background-color: #ef4254;
    border: 1px solid #ef4254;
}
.btn-blue {
    background-color: #112233;
    border: 1px solid #112233;
}
.btn-success {
    background-color: #32CD32;
    border: 1px solid #32CD32;
}
.btn-info {
    background-color: #4bbbce;
    border: 1px solid #4bbbce;
}
.btn-warning {
    background-color: #ffbb44;
    border: 1px solid #ffbb44;
}
.btn-danger {
    background-color: #f24734;
    border: 1px solid #f24734;
}
.btn-blue{
	color:white;
}
.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1;
    border-radius: .21rem
}
.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active,
.btn-blue.focus, .btn-blue:active, .btn-blue:focus, .btn-blue:hover,
.open > .dropdown-toggle.btn-blue, .btn-outline-blue.active, .btn-outline-blue:active,
.show > .btn-outline-blue.dropdown-toggle, .btn-outline-blue:hover, .btn-blue.active,
.btn-blue:active, .show > .btn-blue.dropdown-toggle,
.btn-blue:not(:disabled):not(.disabled).active, .btn-blue:not(:disabled):not(.disabled):active, .show > .btn-blue.dropdown-toggle {
  background-color: #112233;
  border: 1px solid #112233;
}

.btn-blue.focus, .btn-blue:focus, .btn-outline-blue.focus, .btn-outline-blue:focus,
.btn-blue:not(:disabled):not(.disabled).active:focus, .btn-blue:not(:disabled):not(.disabled):active:focus, .show > .btn-blue.dropdown-toggle:focus {
  /* -webkit-box-shadow: 0 0 0 2px rgba(241, 90, 105, 0.3); */
  /* box-shadow: 0 0 0 2px rgba(241, 90, 105, 0.3); */
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active,
.btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover,
.open > .dropdown-toggle.btn-primary, .btn-outline-primary.active, .btn-outline-primary:active,
.show > .btn-outline-primary.dropdown-toggle, .btn-outline-primary:hover, .btn-primary.active,
.btn-primary:active, .show > .btn-primary.dropdown-toggle,
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  background-color: #ef4254;
  border: 1px solid #ef4254;
}

.btn-primary.focus, .btn-primary:focus, .btn-outline-primary.focus, .btn-outline-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(241, 90, 105, 0.3);
  box-shadow: 0 0 0 2px rgba(241, 90, 105, 0.3);
}

.btn-secondary.focus, .btn-secondary:focus, .btn-outline-secondary.focus, .btn-outline-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(10, 24, 50, 0.3);
  box-shadow: 0 0 0 2px rgba(10, 24, 50, 0.3);
}

.btn-success {
  background-color: #32CD32;
  border: 1px solid #32CD32;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active,
.btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover,
.open > .dropdown-toggle.btn-success, .btn-outline-success.active, .btn-outline-success:active,
.show > .btn-outline-success.dropdown-toggle, .btn-outline-success:hover, .btn-success.active,
.btn-success:active, .show > .btn-success.dropdown-toggle,
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
  background-color: #5cca78;
  border: 1px solid #5cca78;
}

.btn-success.focus, .btn-success:focus, .btn-outline-success.focus, .btn-outline-success:focus,
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(111, 208, 136, 0.3);
  box-shadow: 0 0 0 2px rgba(111, 208, 136, 0.3);
}

.btn-info {
  background-color: #4bbbce;
  border: 1px solid #4bbbce;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.focus,
.btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info,
.btn-outline-info.active, .btn-outline-info:active,
.show > .btn-outline-info.dropdown-toggle, .btn-outline-info:hover, .btn-info.active, .btn-info:active,
.show > .btn-info.dropdown-toggle, .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
  background-color: #37b3c9;
  border: 1px solid #37b3c9;
}

.btn-info.focus, .btn-info:focus, .btn-outline-info.focus, .btn-outline-info:focus,
.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(75, 187, 206, 0.3);
  box-shadow: 0 0 0 2px rgba(75, 187, 206, 0.3);
}

.btn-warning {
  background-color: #ffbb44;
  border: 1px solid #ffbb44;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active,
.btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover,
.open > .dropdown-toggle.btn-warning, .btn-outline-warning.active, .btn-outline-warning:active,
.show > .btn-outline-warning.dropdown-toggle, .btn-outline-warning:hover, .btn-warning.active,
.btn-warning:active, .show > .btn-warning.dropdown-toggle,
.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
  background-color: #ffb22b;
  border: 1px solid #ffb22b;
  color: #ffffff;
}

.btn-warning.focus, .btn-warning:focus, .btn-outline-warning.focus, .btn-outline-warning:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(255, 187, 68, 0.3);
  box-shadow: 0 0 0 2px rgba(255, 187, 68, 0.3);
}

.btn-danger.focus, .btn-danger:focus, .btn-outline-danger.focus, .btn-outline-danger:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(47, 142, 224, 0.3);
  box-shadow: 0 0 0 2px rgba(47, 142, 224, 0.3);
}

.btn-dark {
  background-color: #0a1832;
  border: 1px solid #0a1832;
  color: #ffffff;
}

.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .btn-dark.focus,
.btn-dark:active, .btn-dark:focus, .btn-dark:hover, .open > .dropdown-toggle.btn-dark,
.btn-outline-dark.active, .btn-outline-dark:active,
.show > .btn-outline-dark.dropdown-toggle, .btn-outline-dark:hover {
  background-color: #060e1d;
  border: 1px solid #060e1d;
  color: #ffffff;
}

.btn-dark.focus, .btn-dark:focus, .btn-outline-dark.focus, .btn-outline-dark:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(10, 24, 50, 0.3);
  box-shadow: 0 0 0 2px rgba(10, 24, 50, 0.3);
}

.btn-link {
  color: #0a1832;
}

.btn-link:hover {
  color: #f15a69;
}

.btn-pink {
  background-color: #e6487e;
  border: 1px solid #e6487e;
  color: #ffffff;
}

.btn-pink:hover, .btn-pink:focus, .btn-pink:active, .btn-pink.active, .btn-pink.focus,
.btn-pink:active, .btn-pink:focus, .btn-pink:hover, .open > .dropdown-toggle.btn-pink,
.btn-outline-pink.active, .btn-outline-pink:active,
.show > .btn-outline-pink.dropdown-toggle, .btn-outline-pink:hover {
  background-color: #e3326e;
  border: 1px solid #e3326e;
  color: #ffffff;
}

.btn-pink.focus, .btn-pink:focus, .btn-outline-pink.focus, .btn-outline-pink:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(230, 72, 126, 0.3);
  box-shadow: 0 0 0 2px rgba(230, 72, 126, 0.3);
}

.btn-purple {
  background-color: #8862e0;
  border: 1px solid #8862e0;
  color: #ffffff;
}

.btn-purple:hover, .btn-purple:focus, .btn-purple:active, .btn-purple.active, .btn-purple.focus,
.btn-purple:active, .btn-purple:focus, .btn-purple:hover, .open > .dropdown-toggle.btn-purple,
.btn-outline-purple.active, .btn-outline-purple:active,
.show > .btn-outline-purple.dropdown-toggle, .btn-outline-purple:hover {
  background-color: #784ddc;
  border: 1px solid #784ddc;
  color: #ffffff;
}

.btn-purple.focus, .btn-purple:focus, .btn-outline-purple.focus, .btn-outline-purple:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(136, 98, 224, 0.3);
  box-shadow: 0 0 0 2px rgba(136, 98, 224, 0.3);
}

/* button Outline */
.btn-outline-primary {
  color: #f15a69;
  border-color: #f15a69;
}

.btn-outline-success {
  color: #32CD32;
  border-color: #32CD32;
}

.btn-outline-info {
  color: #4bbbce;
  border-color: #4bbbce;
}

.btn-outline-warning {
  color: #ffbb44;
  border-color: #ffbb44;
}

.btn-outline-danger {
  color: #2f8ee0;
  border-color: #2f8ee0;
}

.btn-outline-dark {
  color: #0a1832;
  background-image: none;
  background-color: transparent;
  border-color: #0a1832;
}

.btn-outline-pink {
  color: #e6487e;
  background-image: none;
  background-color: transparent;
  border-color: #e6487e;
}

.btn-outline-purple {
  color: #8862e0;
  background-image: none;
  background-color: transparent;
  border-color: #8862e0;
}

/* ==============
  Card
===================*/
.card {
  border: none;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

.card-primary {
  background-color: #f15a69;
  border-color: #f15a69;
}

.card-success {
  background-color: #32CD32;
  border-color: #32CD32;
}

.card-info {
  background-color: #4bbbce;
  border-color: #4bbbce;
}

.card-warning {
  background-color: #ffbb44;
  border-color: #ffbb44;
}

.card-danger {
  background-color: #2f8ee0;
  border-color: #2f8ee0;
}

.card-header {
  border-bottom: 1px solid rgba(10, 24, 50, 0.05);
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}

.card-columns .card {
  margin-bottom: 30px;
}

/* =============
   Tabs & Accordions
============= */
.nav-tabs .nav-link, .nav-pills .nav-link {
  color: #0a1832;
  font-weight: 700;
}

.nav-tabs-custom {
  border-bottom: 2px solid #DDD;
}

.nav-tabs-custom .nav-item {
  position: relative;
}

.nav-tabs-custom .nav-item .nav-link {
  border: none !important;
  font-weight: 700;
}

.nav-tabs-custom > li > a {
  color: #0a1832;
}

.nav-tabs-custom > li > a::after {
  content: "";
  background: #f15a69;
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -1px;
  transition: all 250ms ease 0s;
  transform: scale(0);
}

.nav-tabs-custom > li > a.active::after, .nav-tabs-custom > li:hover > a::after {
  transform: scale(1);
}

.nav-tabs-custom > li > a.active {
  color: #f15a69 !important;
}
.br_bot{
	border-bottom: 2px solid #0061e6;
    margin-bottom: 15px;
    
}
.actions{
	margin-bottom: 10px;
}
/* ==============
  Popover & Tooltips
===================*/
.popover-title {
  margin-top: 0;
}

.tooltip .tooltip-inner {
  padding: 4px 10px;
}

/* =========== */
/* Sweet Alert */
/* =========== */
.swal2-modal {
  font-family: inherit;
}

.swal2-modal .swal2-title {
  font-size: 28px;
}

.swal2-modal .swal2-content {
  font-size: 16px;
}

.swal2-modal .swal2-spacer {
  margin: 10px 0;
}

.swal2-modal .swal2-file, .swal2-modal .swal2-input, .swal2-modal .swal2-textarea {
  border: 2px solid #707070;
  font-size: 16px;
  box-shadow: none !important;
}

.swal2-modal .swal2-styled {
  border: inherit;
}

.swal2-icon.swal2-question {
  color: #f15a69;
  border-color: #f15a69;
}

.swal2-icon.swal2-success {
  border-color: #32CD32;
}

.swal2-icon.swal2-success .line {
  background-color: #32CD32;
}

.swal2-icon.swal2-success .placeholder {
  border-color: #32CD32;
}

.swal2-icon.swal2-warning {
  color: #ffbb44;
  border-color: #ffbb44;
}

.swal2-icon.swal2-error {
  border-color: #2f8ee0;
}

.swal2-icon.swal2-error .line {
  background-color: #2f8ee0;
}

.swal2-modal .swal2-file:focus, .swal2-modal .swal2-input:focus, .swal2-modal .swal2-textarea:focus {
  outline: 0;
  border: 2px solid #f15a69;
}

/* ==============
  Email
===================*/
.email-leftbar {
  width: 200px;
  float: left;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 5px;
}

.email-rightbar {
  margin-left: 230px;
}

.chat-user-box p.user-title {
  font-size: 14px;
  color: #0a1832;
  font-weight: 600;
}

.chat-user-box p {
  font-size: 12px;
}

@media (max-width: 767px) {
  .email-leftbar {
    float: none;
    width: 100%;
  }
  .email-rightbar {
    margin: 0;
  }
}

.mail-list a {
  display: block;
  color: #0e2247;
  font-size: 14px;
  line-height: 24px;
  padding: 5px;
}

.mail-list a.active {
  color: #2f8ee0;
  font-weight: 500;
}

.message-list {
  display: block;
  padding-left: 0;
}

.message-list li {
  position: relative;
  display: block;
  height: 50px;
  line-height: 50px;
  cursor: default;
  transition-duration: .3s;
}

.message-list li a {
  color: #707070;
}

.message-list li:hover {
  background: rgba(112, 112, 112, 0.08);
  transition-duration: .05s;
}

.message-list li .col-mail {
  float: left;
  position: relative;
}

.message-list li .col-mail-1 {
  width: 320px;
}

.message-list li .col-mail-1 .star-toggle,
.message-list li .col-mail-1 .checkbox-wrapper-mail,
.message-list li .col-mail-1 .dot {
  display: block;
  float: left;
}

.message-list li .col-mail-1 .dot {
  border: 4px solid transparent;
  border-radius: 100px;
  margin: 22px 26px 0;
  height: 0;
  width: 0;
  line-height: 0;
  font-size: 0;
}

.message-list li .col-mail-1 .checkbox-wrapper-mail {
  margin: 15px 10px 0 20px;
}

.message-list li .col-mail-1 .star-toggle {
  margin-top: 18px;
  font-size: 16px;
  margin-left: 5px;
}

.message-list li .col-mail-1 .title {
  position: absolute;
  top: 0;
  left: 110px;
  right: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 0;
}

.message-list li .col-mail-2 {
  position: absolute;
  top: 0;
  left: 320px;
  right: 0;
  bottom: 0;
}

.message-list li .col-mail-2 .subject,
.message-list li .col-mail-2 .date {
  position: absolute;
  top: 0;
}

.message-list li .col-mail-2 .subject {
  left: 0;
  right: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.message-list li .col-mail-2 .date {
  right: 0;
  width: 170px;
  padding-left: 80px;
}

.message-list li.active,
.message-list li.active:hover {
  box-shadow: inset 3px 0 0 #f15a69;
}

.message-list li.unread {
  background-color: #f7f7f7;
}

.message-list li.unread a {
  color: #060e1d;
  font-weight: 500;
}

.message-list .checkbox-wrapper-mail {
  cursor: pointer;
  height: 20px;
  width: 20px;
  position: relative;
  display: inline-block;
  box-shadow: inset 0 0 0 1px #dddddd;
  border-radius: 1px;
}

.message-list .checkbox-wrapper-mail input {
  opacity: 0;
  cursor: pointer;
}

.message-list .checkbox-wrapper-mail input:checked ~ label {
  opacity: 1;
}

.message-list .checkbox-wrapper-mail label {
  position: absolute;
  height: 20px;
  width: 20px;
  left: 0;
  cursor: pointer;
  opacity: 0;
  margin-bottom: 0;
  transition-duration: .05s;
  top: 0;
}

.message-list .checkbox-wrapper-mail label:before {
  content: "\F12C";
  font-family: "Material Design Icons";
  top: 0;
  height: 20px;
  color: #060e1d;
  width: 20px;
  position: absolute;
  margin-top: -16px;
  left: 4px;
  font-size: 13px;
}

/* ==============
  Alertify
===================*/
.alertify, .alertify-logs {
  z-index: 99;
}

.alertify input {
  border: 2px solid #707070;
}

.alertify-logs > .success {
  background-color: #32CD32;
  color: #ffffff;
}

.alertify-logs > .error {
  background-color: #f15a69;
  color: #ffffff;
}

.alertify-logs > *, .alertify-logs > .default {
  background-color: #0a1832;
}


/* ==============
  Tables
===================*/
.table {
  margin-bottom: 10px;
}

th {
  font-weight: 500;
}

.table > tbody > tr > td, .table > tfoot > tr > td, .table > thead > tr > td {
  padding: 4px 12px;
}

.table-hover tbody tr:hover, .table-striped tbody tr:nth-of-type(odd),
.thead-default th {
  background-color: #eff3f6;
}

.table-vertical td {
  vertical-align: middle;
}

/* == Responsive Table ==*/
table.focus-on tbody tr.focused th {
  background-color: #f15a69;
  color: #ffffff;
}

table.focus-on tbody tr.focused td {
  background-color: #f15a69;
  color: #ffffff;
}

.table-rep-plugin .btn-toolbar {
  display: block;
}

.table-rep-plugin .btn-default {
  background-color: white;
  border-color: #dddddd;
  margin-right: 5px;
}

.table-rep-plugin .btn-default.btn-primary {
  background-color: #f15a69;
  border-color: #f15a69;
}

.table-rep-plugin .table-responsive {
  border: none !important;
}

.table-rep-plugin .btn-group.pull-right .dropdown-menu {
  left: auto;
  right: 0;
}

.table-rep-plugin tbody th {
  font-size: 14px;
  font-weight: normal;
}

.table-rep-plugin .checkbox-row {
  padding-left: 40px;
}

.table-rep-plugin .checkbox-row label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
}

.table-rep-plugin .checkbox-row label::before {
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid #cccccc;
  content: "";
  display: inline-block;
  height: 17px;
  left: 0;
  margin-left: -20px;
  position: absolute;
  transition: 0.3s ease-in-out;
  width: 17px;
  outline: none !important;
}

.table-rep-plugin .checkbox-row label::after {
  color: #555555;
  display: inline-block;
  font-size: 11px;
  height: 16px;
  left: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  position: absolute;
  top: -1px;
  width: 16px;
}

.table-rep-plugin .checkbox-row input[type="checkbox"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important;
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:focus + label::before {
  outline-offset: -2px;
  outline: none;
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:checked + label::after {
  content: "\f00c";
  font-family: 'FontAwesome';
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:disabled + label::before {
  background-color: #eff3f6;
  cursor: not-allowed;
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:checked + label::before {
  background-color: #f15a69;
  border-color: #f15a69;
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

/* ==============
  Range slider
===================*/
.irs-from, .irs-to, .irs-single {
  background: #f15a69;
}

.irs-from:after, .irs-to:after, .irs-single:after {
  border-top-color: #f15a69;
}

/* ==============
  Session Timeout
===================*/
#session-timeout-dialog .modal-title {
  margin-top: 0;
}

#session-timeout-dialog .close {
  display: none;
}

#session-timeout-dialog .btn-default {
  background-color: #ffffff;
  color: #2f8ee0;
}

#session-timeout-dialog .countdown-holder {
  color: #2f8ee0;
  font-weight: 700;
}

/* ==============
  Form-elements
===================*/
label {
  font-weight: 500;
}

.form-control {
  font-size: 15px;
}

.form-control:focus {
  border-color: #0a1832;
  box-shadow: none;
}

.custom-control-input:checked ~ .custom-control-indicator {
  background-color: #f15a69;
}

.custom-control-input:focus ~ .custom-control-indicator {
  -webkit-box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #f15a69;
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #f15a69;
}

.has-success .form-control {
  border-color: #32CD32;
  box-shadow: none;
}

.has-warning .form-control {
  border-color: #ffbb44;
  box-shadow: none;
}

.has-error .form-control {
  border-color: #2f8ee0;
  box-shadow: none;
}

.input-group-addon {
  border-radius: 2px;
  border: 1px solid #eff3f6;
}

/* ==============
  Form-Validation
===================*/
.error {
  color: #ff0000;
}

.parsley-error {
  border-color: #f15a69;
}

.parsley-errors-list {
  display: none;
  margin: 0;
  padding: 0;
}

.parsley-errors-list.filled {
  display: block;
}

.parsley-errors-list > li {
  font-size: 12px;
  list-style: none;
  color: #f15a69;
  margin-top: 5px;
}

/* ==============
  Menu
===================*/
body {
  padding-bottom: 65px;
}

.wrapper {
  margin-top: -50px;
}

.page-title-box {
  padding: 22px 0;
  color: #ffffff;
}

.page-title-box .page-title {
  font-size: 28px;
}

.page-title-box .page-title i {
  vertical-align: middle;
  margin-right: 10px;
}

.page-title-box .breadcrumb .breadcrumb-item a {
  color: #707070;
}

.container-fluid {
  max-width: 96%;
}

.header-bg {
  background: radial-gradient(at 50% -20%, #112233, #004a94) fixed;
  padding-bottom: 60px;
  box-shadow: 1px 0 14px 0 rgba(0, 0, 0, 0.5);
}

#topnav {
  background-color: transparent;
  border: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  min-height: 62px;
}

#topnav .dropdown.show .nav-link {
  background-color: rgba(255, 255, 255, 0.2);
}

#topnav .language-switch a img {
  float: right;
  margin-top: 5px;
}

#topnav .topbar-main .logo {
  color: #ffffff !important;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 60px;
  text-transform: uppercase;
  float: left;
  width: 130px;
}

#topnav .topbar-main .logo-small {
  display: none;
}

#topnav .topbar-main .badge-topbar {
  position: absolute;
  top: 7px;
  right: 7px;
  z-index: 99;
}

#topnav .topbar-main .nav > li > a {
  height: 36px;
  width: 36px;
  padding: 0;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  margin: 12px 8px;
  color: rgba(10, 24, 50, 0.7);
}

#topnav .topbar-main .nav > li > a:focus, #topnav .topbar-main .nav > li > a:hover {
  background-color: rgba(10, 24, 50, 0.1);
  color: #0a1832;
}

#topnav .topbar-main .navbar-nav > .open > a {
  background-color: rgba(10, 24, 50, 0.1) !important;
}

#topnav .topbar-main .profile img {
  height: 34px;
  width: 34px;
  display: block;
}

#topnav .topbar-main .navbar-nav {
  margin: 0;
}

#topnav .navbar-custom {
  background-color: rgba(17, 34, 51, 0.2);
}

#topnav .navbar-toggle {
  border: 0;
  position: relative;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

#topnav .navbar-toggle:hover {
  background-color: transparent;
}

#topnav .navbar-toggle:hover span {
  background-color: #ffffff;
}

#topnav .navbar-toggle .lines {
  width: 15px;
  display: block;
  position: relative;
  margin: 0px auto;
  padding-top: 13px;
  height: 23px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#topnav .navbar-toggle span {
  height: 2px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: block;
  margin-bottom: 5px;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
}

#topnav .navbar-toggle.open span {
  position: absolute;
}

#topnav .navbar-toggle.open span:first-child {
  top: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#topnav .navbar-toggle.open span:nth-child(2) {
  visibility: hidden;
}

#topnav .navbar-toggle.open span:last-child {
  width: 100%;
  top: 18px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#topnav .navigation-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

#topnav .navigation-menu > li {
  display: inline-block;
  position: relative;
}

#topnav .navigation-menu > li > a {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  line-height: 18px;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

#topnav .navigation-menu > li > a:hover, #topnav .navigation-menu > li > a:focus, #topnav .navigation-menu > li > a:active {
  color: #ffffff;
}

#topnav .navigation-menu > li > a i {
  font-size: 14px;
  margin-right: 8px;
  text-align: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#topnav .navigation-menu > li > a i.mdi-drop {
  display: none;
  margin-right: 0;
}

#topnav .navigation-menu > li > a:hover, #topnav .navigation-menu > li > a:focus {
  background-color: transparent;
}

/* Search */
.app-search {
  position: relative;
  padding-top: 5px;
}

.app-search i {
  position: absolute;
  top: 5px;
  left: 160px;
  display: block;
  height: 34px;
  line-height: 34px;
  width: 34px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  background-color: transparent;
  border: none;
}

.app-search i:hover {
  color: #ffffff;
}

.app-search .form-control,
.app-search .form-control:focus {
  border: 1px solid transparent;
  font-size: 13px;
  height: 36px;
  color: #ffffff;
  padding-left: 20px;
  padding-right: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
  border-radius: 3px;
  width: 200px;
}

.app-search input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.app-search input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.app-search input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.app-search input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

/* Notification */
.notification-list {
  margin: 0 !important;
}

.notification-list .noti-title {
  border-radius: 0.25rem 0.25rem 0 0;
  margin: -4px 0px 0px 0px;
  width: auto;
  padding: 12px 20px;
}

.notification-list .noti-title h5 {
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
}

.notification-list .noti-title .label {
  float: right;
}

.notification-list .noti-icon {
  font-size: 22px;
  vertical-align: middle;
  color: #ffffff;
}

.notification-list .noti-icon-badge {
  display: inline-block;
  position: absolute;
  top: 9px;
  right: 3px;
}

.notification-list .notify-item {
  padding: 10px 20px;
}

.notification-list .notify-item .notify-icon {
  float: left;
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  margin-right: 10px;
  border-radius: 50%;
  color: #ffffff;
}

.notification-list .notify-item .notify-icon img {
  margin-top: 4px;
}

.notification-list .notify-item .notify-details {
  margin-bottom: 0;
  overflow: hidden;
  margin-left: 45px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notification-list .notify-item .notify-details b {
  font-weight: 500;
}

.notification-list .notify-item .notify-details small {
  display: block;
  white-space: normal;
}

.notification-list .notify-item .notify-details span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
}

.notification-list .notify-all {
  border-radius: 0 0 0.25rem 0.25rem;
  margin: 0 0 -5px 0;
  background-color: #eff3f6;
}

.notification-list .profile-dropdown .notify-item {
  padding: 4px 20px;
}

.notification-list .nav-link {
  padding: 0 12px;
  line-height: 70px;
}

.profile-dropdown {
  width: 170px;
}

.profile-dropdown i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}

.nav-user img {
  height: 36px;
  width: 36px;
}

.arrow-none:after {
  border: none;
  margin: 0;
  display: none;
}

/*
  Responsive Menu
*/
@media (min-width: 992px) {
  #topnav .navigation-menu > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #topnav .navigation-menu > li > a i.mdi-drop {
    display: inline-block;
  }
  #topnav .navigation-menu > li:first-of-type > a {
    padding-left: 0;
  }
  #topnav .navigation-menu > li.last-elements .submenu {
    left: auto;
    right: 0;
  }
  #topnav .navigation-menu > li.last-elements .submenu > li.has-submenu .submenu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 10px;
  }
  #topnav .has-submenu.active a {
    color: #ffffff;
  }
  #topnav .has-submenu.active .submenu li.active > a {
    color: #f15a69;
  }
  #topnav .navigation-menu > li:hover a {
    color: #ffffff;
  }
  #topnav .navigation-menu > li:hover a i {
    color: #ffffff;
  }
  #topnav .navigation-menu > li .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    padding: 15px 0;
    list-style: none;
    min-width: 200px;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    margin-top: 20px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background-color: #ffffff;
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
  }
  #topnav .navigation-menu > li .submenu.megamenu {
    white-space: nowrap;
    width: auto;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li {
    overflow: hidden;
    width: 200px;
    display: inline-block;
    vertical-align: top;
  }
  #topnav .navigation-menu > li .submenu > li.has-submenu > a:after {
    content: "\56";
    font-family: "dripicons-v2";
    position: absolute;
    right: 20px;
    top: 8px;
    font-size: 12px;
  }
  #topnav .navigation-menu > li .submenu > li .submenu {
    left: 100%;
    top: 0;
    margin-top: 10px;
  }
  #topnav .navigation-menu > li .submenu li {
    position: relative;
  }
  #topnav .navigation-menu > li .submenu li ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
  #topnav .navigation-menu > li .submenu li a {
    display: block;
    padding: 8px 25px;
    clear: both;
    white-space: nowrap;
    font-size: 15px;
    color: #0a1832;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
  }
  #topnav .navigation-menu > li .submenu li a:hover {
    color: #f15a69;
  }
  #topnav .navigation-menu > li .submenu li span {
    display: block;
    padding: 8px 25px;
    clear: both;
    line-height: 1.42857143;
    white-space: nowrap;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    color: #0a1832;
  }
  #topnav .navbar-toggle {
    display: none;
  }
  #topnav #navigation {
    display: block;
  }
}

@media (max-width: 991px) {
  .page-title-box {
    text-align: center;
  }
  .container-fluid {
    width: 100%;
  }
  #topnav .navigation-menu {
    float: none;
    max-height: 400px;
    text-align: left;
  }
  #topnav .navigation-menu > li {
    display: block;
	border-bottom: 1px solid #efefef;
  }
  #topnav .navigation-menu > li > a {
    color: #0a1832;
    padding: 15px;
  }
  #topnav .navigation-menu > li > a i {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
    vertical-align: inherit;
  }
  #topnav .has-submenu.active > a, #topnav .submenu .active .active > a, #topnav .navigation-menu > li > a:active, #topnav .navigation-menu > li > a:hover {
    color: #f15a69 !important;
  }
  #topnav .navigation-menu > li > a:after {
    position: absolute;
    right: 15px;
  }
  #topnav .navigation-menu > li .submenu {
    display: none;
    list-style: none;
    padding-left: 20px;
    margin: 0;
  }
  #topnav .navigation-menu > li .submenu li a {
    display: block;
    position: relative;
    padding: 7px 20px;
    color: #0a1832;
  }
  #topnav .navigation-menu > li .submenu li a:hover {
    color: #f15a69;
  }
  #topnav .navigation-menu > li .submenu li.has-submenu > a:after {
    content: "\54";
    font-family: "dripicons-v2";
    position: absolute;
    right: 30px;
  }
  #topnav .navigation-menu > li .submenu.open {
    display: block;
  }
  #topnav .navigation-menu > li .submenu .submenu {
    display: none;
    list-style: none;
  }
  #topnav .navigation-menu > li .submenu .submenu.open {
    display: block;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li > ul {
    list-style: none;
    padding-left: 0;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li > ul > li > span {
    display: block;
    position: relative;
    padding: 15px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
    color: #0a1832;
  }
  #topnav .navigation-menu > li.has-submenu.open > a {
    color: #f15a69;
  }
  #topnav .navbar-header {
    float: left;
  }
  #navigation {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    display: none;
    height: auto;
    padding-bottom: 0;
    overflow: auto;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    background-color: #ffffff;
    z-index: 9;
  }
  #navigation.open {
    display: block;
    overflow-y: auto;
  }
}

@media (min-width: 768px) {
  #topnav .navigation-menu > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  #topnav .navigation-menu > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: -1px;
    margin-right: 0;
  }
  .navbar-toggle {
    display: block;
  }
}

@media (max-width: 620px) {
  .logo-large, .nav-user span, .app-search {
    display: none;
  }
  .logo-small {
    display: inline-block !important;
  }
  .notification-list .noti-icon {
    font-size: 20px;
  }
  .page-title-box .page-title {
    font-size: 20px;
    text-align: center;
  }
  .m-b-30 {
    margin-bottom: 15px;
  }
}

.topbar-custom {
  border-radius: 0;
  margin-bottom: 0;
}

.topbar-custom .nav-link {
  line-height: 60px;
  color: #ffffff;
}

.topbar-custom .dropdown-toggle:after {
  content: initial;
}

.topbar-custom .menu-left {
  overflow: hidden;
}

.footer {
  left: 0 !important;
  font-size: inherit;
  padding: 8px 0;
}

/* .header-title {
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 18px;
} */

.font-10 {
    font-size: 10px;
    font-weight: bold;
}
.header-title {
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-size: 14px;
    font-weight: bold;
}
.header-title:after {
    content: "";
    background-color: #fb4848;
    width: 30px;
    height: 2px;
    position: absolute;
    top: 23px;
    left: 0px;
}
.form-group{
    margin-bottom: 14px;
}

/*
File: Responsive
*/
@media (min-width: 768px) and (max-width: 991px) {
  body {
    overflow-x: hidden;
  }
}

@media (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
  .fc-toolbar .fc-right {
    float: left;
    margin: 10px 0;
  }
}

@media (max-width: 620px) {
  .page-header-title {
    text-align: center;
  }
  .dataTables_paginate .page-link {
    padding: .35rem .5rem;
  }
  .mo-mb-2 {
    margin-bottom: 10px;
  }
  .mo-mt-2 {
    margin-top: 10px !important;
  }
  .pagination-lg .page-link {
    padding: .25rem .5rem;
    font-size: 15px;
  }
}

@media (max-width: 420px) {
  .hide-phone, .notify-icon {
    display: none;
  }
  .dropdown-menu-lg {
    width: 200px;
  }
  .notify-details {
    margin-left: 0 !important;
  }
}
.logo img
{
	margin: 0px auto;
    margin-top: 15px;
}
.search-list{
	list-style-type: none;
	margin: 0;
	margin-left: 2px;
    background: #eff3f6;
    margin-right: 2px;
    color: #123;
    font-weight: 500;
    padding: 0px;
    text-transform: capitalize;
}

.search-list li a {
  border: 1px solid #ddd;
  margin-top: -1px; /* Prevent double borders */
  background-color: #f6f6f6;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  color: black;
  display: block
}
.search-list li{
	border-bottom:1px solid #112233;
	padding: 3px 4px;
}
.search-list li a:hover:not(.header) {
  background-color: #eee;
}
@media only screen and (max-width: 800px) {
	
	#tables-res table, 
	#tables-res thead, 
	#tables-res tbody, 
	#tables-res th, 
	#tables-res td, 
	#tables-res tr { 
		display: block; 
	}
 
	#tables-res thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#tables-res tr { border: 1px solid #ccc; }
 
	#tables-res td { 
		border: none;
		border-bottom: 1px solid #9e9e9e; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	#tables-res td:before { 
		position: absolute;
		top: 0px;
		left: 0px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}

	#tables-res td:before { 
		content: attr(data-title);
		color:#313131;
		padding: 4px 5px;
	}
}
.dtr-data{
	display: block;
    word-wrap: break-word;
    white-space: normal;
}

.alertify-logs.left>.show, .alertify-logs:not(.right)>.show {
    right: 0;
}
.alertify-logs.left>.show, .alertify-logs:not(.right)>.show {
    right: 0;
}
.alertify-logs > .success {
    background-color: #32CD32;
    color: #ffffff;
}
.alertify-logs>.show {
    margin-top: 12px;
    opacity: 1;
    max-height: 1000px;
    padding: 12px;
    pointer-events: auto;
}
.alertify-logs.left>*, .alertify-logs.left>.hide, .alertify-logs:not(.right)>*, .alertify-logs:not(.right)>.hide {
    right: -110%;
}
.alertify-logs.left>*, .alertify-logs:not(.right)>* {
    float: right;
    transform: translateZ(0);
    height: auto;
}
.alertify-logs>.success {
    background: rgba(76,175,80,.9);
}
.alertify-logs>.show {
    margin-top: 12px;
    opacity: 1;
    max-height: 1000px;
    padding: 12px;
    pointer-events: auto;
}
.alertify-logs.left>*, .alertify-logs.left>.hide, .alertify-logs:not(.right)>*, .alertify-logs:not(.right)>.hide {
    right: -110%;
}
.alertify-logs.left>*, .alertify-logs:not(.right)>* {
    float: right;
    transform: translateZ(0);
    height: auto;
}
.alertify-logs>.success {
    background: rgba(76,175,80,.9);
}
.alertify-logs > .error {
    background-color: #f24734;
    color: #ffffff;
}
.hide{
	display:none;
}
.alertify-logs > *, .alertify-logs > .default {
    background-color: #0a1832;
}
.alertify-logs>* {
    box-sizing: border-box;
    transition: all .4s cubic-bezier(.25,.8,.25,1);
    position: relative;
    clear: both;
    backface-visibility: hidden;
    perspective: 1000;
    max-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}
.alertify-logs>*, .alertify-logs>.default {
    background: rgba(0,0,0,.8);
}
.alertify-logs>* {
    padding: 12px 24px;
    color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
    border-radius: 1px;
}
.alertify-logs>* {
    box-sizing: border-box;
    transition: all .4s cubic-bezier(.25,.8,.25,1);
    position: relative;
    clear: both;
    backface-visibility: hidden;
    perspective: 1000;
    max-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}
.alertify-logs>*, .alertify-logs>.default {
    background: rgba(0,0,0,.8);
}
.alertify-logs>* {
    padding: 12px 24px;
    color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
    border-radius: 1px;
}
.alertify-logs.left, .alertify-logs:not(.right) {
    right: 16px;
}
.alertify-logs.bottom, .alertify-logs:not(.top) {
    bottom: 50px;
}
.alertify-logs.left, .alertify-logs:not(.right) {
    right: 16px;
}
.alertify-logs.bottom, .alertify-logs:not(.top) {
    bottom: 50px;
}
.alertify, .alertify-logs {
    z-index: 99;
}
.alertify-logs {
    position: fixed;
    z-index: 1;
}
.alertify-logs {
    position: fixed;
    z-index: 1;
}
.table>tbody>tr>.data-value
{
	display:block;
}
.table>tbody>tr>.data-value>span
{
	float: left;
    white-space: normal;
    width: 60%;
}
.table>tbody>tr>td.status
{
	background:#f44336;
	color:#fff;
}
.dtr-data>.active
{
	float: none;
    display: inline-block;
	background:#32CD32;
	color:#fff;
	font-weight: 500;
	border-radius:5%;
}
.dtr-data>.inactive
{
	float: none;
    display: inline-block;
	background:#f44336;
	color:#fff;
	font-weight: 500;
	border-radius:5%;
}
.dtr-data>.pending
{
	float: none;
    display: inline-block;
	background:#ffb22b;
	color:#fff;
	font-weight: 500;
	border-radius:5%;
}
.check-box {
    display: inline-block;
    position: relative;
    padding: 0px 20px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	text-transform: capitalize;
}
.check-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
	float:left;
}
.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
}
.check-box:hover input ~ .checkmark {
    background-color: #ccc;
}
.check-box input:checked ~ .checkmark {
    background-color: #112233;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.check-box input:checked ~ .checkmark:after {
    display: block;
}
.check-box .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.mod-btn-cent{
	margin:0px auto;
}
.modal-header>h5{
	text-transform:capitalize;
}
.dealer-remark{
	resize: none;
    width: 80%;
    height: 80px;
    border: 1px solid #dedede;
    white-space: nowrap;
}
.current-time{
	font-size:18px;
	margin: 0px 46px;
}
.current-time>span{   
    margin-left: 8px;
	}
.current-time>span>.time-ap{
	font-size:10px;
}
@media(max-width(550px)){
	table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before{
		line-height: initial;
	}
}
.header-title>i{
	float: right;
    color: #F44336;
    font-size: 20px;	
}
.tooltiptext {
    width: auto;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 2px 5px;
    position: relative;
    z-index: 1;
    bottom: 125%;
    left: 30%;
    margin-left: -60px;
    opacity: 1;
}




.wrapper1 {
  width: 12rem;
  height: 3rem;
  position: relative;
  margin: 0rem auto;
  border-radius: 2rem;
  background: gray;
}
.wrapper1 .toggle1 {
 	width: 3rem;
    height: 3rem;
    position: absolute;
    left: 4.6rem;
    top: 0rem;
    border-radius: 50%;
    box-sizing: border-box;
    border: 0.1rem solid #07386a;
    background: #0d2c4b;
    box-shadow: 0 0 0.2rem 0.1rem #112233 inset, 0 0 0.2rem 0.1rem #112233;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.wrapper1 label {
      cursor: pointer;
    width: 4rem;
    height: 4rem;
    position: absolute;
    margin: 0;
    padding: 0;
    z-index: 1;
    display: inline-block;
    text-align: center;
    line-height: 3rem;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-size: 0.8rem;
    font-weight: bold;
    color: white;
    -webkit-animation: 6s rot-label ease-in-out infinite;
    -moz-animation: 6s rot-label ease-in-out infinite;
    -o-animation: 6s rot-label ease-in-out infinite;
    animation: 6s rot-label ease-in-out infinite;
}
.wrapper1 input {
  position: absolute;
  left: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
}

#yes_radio:checked {
  background: red;
}
#yes_radio:checked ~ .toggle1 {
  border: 0.1rem solid #008000;
  background: #00b300;
  box-shadow: 0 0 0.2rem 0.1rem #008000 inset, 0 0 0.2rem 0.1rem #008000;
  left: 0.5rem;
}

#no_radio:checked {
  background: red;
}
#no_radio:checked ~ .toggle1 {
  border: 0.1rem solid #ff0000;
  background: #ff3333;
  box-shadow: 0 0 0.2rem 0.1rem #ff0000 inset, 0 0 0.2rem 0.1rem #ff0000;
  left: 8.6rem;
}

#maybe_radio, #maybe-lbl {
  left: 33.33333%;
}

#no_radio, #no-lbl {
  left: 66.66667%;
}

#maybe-lbl {
  -webkit-animation-delay: 2s;
  -o-animation-delay: 2s;
  -moz-animation-delay: 2s;
  animation-delay: 2s;
}

#no-lbl {
  -webkit-animation-delay: 4s;
  -o-animation-delay: 4s;
  -moz-animation-delay: 4s;
  animation-delay: 4s;
}

@-moz-keyframes rot-label {
  0% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(-400deg);
  }
  18% {
    transform: rotate(-340deg);
  }
  20% {
    transform: rotate(-360deg);
  }
  30% {
    transform: rotate(-360deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes rot-label {
  0% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(-400deg);
  }
  18% {
    transform: rotate(-340deg);
  }
  20% {
    transform: rotate(-360deg);
  }
  30% {
    transform: rotate(-360deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes rot-label {
  0% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(-400deg);
  }
  18% {
    transform: rotate(-340deg);
  }
  20% {
    transform: rotate(-360deg);
  }
  30% {
    transform: rotate(-360deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

.acenter{
	text-align:center;
}
.modal-lg-large{
	max-width: 1200px;
}
#file-export .card-body{
	padding:5px 0px;
}
.modal-body{
	padding:1rem 0px;
}
.modal-dialog{
	margin: 0.5rem auto;
}
.modal-header .close{
	border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 16px;
    opacity: 1;
    border: 1px solid #d1d1d1;
}
.modal-header .close span{
	color: #333333;
    font-weight: 500;
    font-size: 22px;
    position: relative;
    top: -2px;
}
.form-group p{
	font-size:13px;
}
#table-sort1{
	display:block;
	overflow:scroll;
}
.table-sort-home{
	display:inline-block;
	width:100%;
	overflow-x:scroll;
}
.pagination{
	float:right !important;

}
.w-10{
	width:10%
	}
.w-15{
	width:15%
	}
.w-30{
	width:30%
	}
.w-50{
	width:50%
	}	
.fr{
	float:right;

	}
.fl{
	float:left;

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

.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
img.ky-logo {
width: 90px;
float: left;
margin-bottom: 10px;
margin-top: 10px;
}
.selected{
background:#112233 !important;
color:white !important;
}
.f-right{
	float:right !important;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}



/* new css */
.table-action{
  min-width: 100px;
}
.table__tbody tr td input{
  background: transparent;
  padding: 6px 12px;
  border: unset;
}
.table__tbody tr td .glyphicon-trash,.glyphicon-ok,.glyphicon-remove{
  cursor: pointer;
  padding: 7px 9px;
  border-radius: 0.25rem;
}
.table__tbody tr td .glyphicon-pencil{
  border: 1px solid lightgrey;
  cursor: pointer;
  padding: 7px 9px;
  border-radius: 0.25rem;
}
.glyphicon-ok,.glyphicon-remove,.glyphicon-trash,.glyphicon-pencil{
  display: none !important;
}
.table-input-border{
  border: 1px solid #ccc !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
}
.btn-active{
  display: inline-block !important;
}
