.icon-container {
  position: absolute;
  right: 10px;
  top: calc(50% - 10px);
}
.capital{
  text-transform: capitalize;
}
.uppercase{
  text-transform: uppercase;
}
.inline-loader {
  position: relative;
  height: 20px;
  width: 20px;
  display: inline-block;
  animation: around 5.4s infinite;
}
a.remove_layer {
    cursor: pointer;
    text-decoration: underline !important;
}
@keyframes around {
  0% {
    transform: rotate(0deg)
  }
  100% {
    transform: rotate(360deg)
  }
}
/*#offlinebooking input:-moz-read-only {  For Firefox 
  background-color: red !important;
}*/

#offlinebooking input:read-only,#modifyReissuebooking input:read-only,#debitnotebooking input:read-only{
    border-color: red !important;
}
.inline-loader::after, .inline-loader::before {
  content: "";
  background: white;
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-width: 2px;
  border-color: #333 #333 transparent transparent;
  border-style: solid;
  border-radius: 20px;
  box-sizing: border-box;
  top: 0;
  left: 0;
  animation: around 0.7s ease-in-out infinite;
}

.inline-loader::after {
  animation: around 0.7s ease-in-out 0.1s infinite;
  background: transparent;
}

.default-style .sidenav .app-brand.demo {
  height: 66px;
}
.material-style .sidenav .app-brand.demo {
  height: 105px;
  overflow: visible!important;
}
.app-brand-logo.demo {
  background: url(../../../uploads/logo/pdc.png);
    background-size: contain;
    width: 100%;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 15px;
}
#heading {
    text-transform: uppercase;
    color: #383c44;
    font-weight: normal
}
.autocomplete-suggestion {
    padding: 10px !important;
}
span.input-group-addon {
    background: #383c44;
    padding: 7px 10px;
}

span.input-group-addon i {
    color: #fff;
}
#offlinebooking,#modifyReissuebooking,#debitnotebooking {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#offlinebooking fieldset,#modifyReissuebooking fieldset,#debitnotebooking fieldset{
    background: white;
    border-top: 2px solid #000;
    border-radius: 0px;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 20px;
    position: relative;
}

.form-card {
    text-align: left
}

#offlinebooking fieldset:not(:first-of-type),#modifyReissuebooking fieldset:not(:first-of-type),#debitnotebooking fieldset:not(:first-of-type) {
    display: none
}

#offlinebooking .action-button,#modifyReissuebooking .action-button,#debitnotebooking .action-button {
    width: 100px;
    background: #383c44;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}
span.success {
    color: green;
    font-weight: bold;
    font-style: italic;
}
span.error {
    color: red;
    font-weight: bold;
    font-style: italic;
}

#offlinebooking .action-button-previous,#modifyReissuebooking .action-button-previous,#debitnotebooking .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#offlinebooking .action-button-previous:hover,
#offlinebooking .action-button-previous:focus,
#modifyReissuebooking .action-button-previous:hover,
#modifyReissuebooking .action-button-previous:focus,
#debitnotebooking .action-button-previous:hover,
#debitnotebooking .action-button-previous:focus
{
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 20px;
    color: #383c44;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #383c44;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 20px;
    overflow: hidden;
    color: lightgrey;
}

#progressbar .active {
    color: #383c44
}
.action-button:disabled {
    background: #abacad !important;
}
#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 13%;
    float: left;
    position: relative;
    font-weight: 400;
    color : #969696;
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f13e"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f030"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #383c44
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #383c44
}

.fit-image {
    width: 100%;
    object-fit: cover
}
.layovers span {
    color: #fff;
    text-decoration: underline;
}
.layovers {
    background: #383c44;
    padding: 10px;
    color: #fff;
    font-weight: bold;
}
#myModal .modal-dialog {
    max-width: 48rem;
    margin: 1.75rem auto;
}
.profile_toggel {
    position: absolute;
    right: 0;
    top: -50px;
    color: #fff;
}
div#setting_panel .card-header {
    background: #383c44;
}
.switch-input {
  display: none;
}
.switch-label {
  position: relative;
  display: inline-block;
  min-width: 112px;
  cursor: pointer;
  font-weight: 500;
  text-align: left;
  margin: 0px;
  padding: 0px 0 0px 44px;
}
.switch-label:before, .switch-label:after {
  content: "";
  position: absolute;
  margin: 0;
  outline: 0;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.switch-label:before {
  left: 1px;
  width: 34px;
  height: 14px;
  background-color: #9E9E9E;
  border-radius: 8px;
}
.switch-label:after {
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #FAFAFA;
  border-radius: 50%;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084);
}
.switch-label .toggle--on {
  display: none;
}
.switch-label .toggle--off {
  display: inline-block;
}
.switch-input:checked + .switch-label:before {
  background-color: #A5D6A7;
}
.switch-input:checked + .switch-label:after {
  background-color: #4CAF50;
  -ms-transform: translate(80%, -50%);
  -webkit-transform: translate(80%, -50%);
  transform: translate(80%, -50%);
}
.switch-input:checked + .switch-label .toggle--on {
  display: inline-block;
}
.switch-input:checked + .switch-label .toggle--off {
  display: none;
}
div#setting_panel .card-header a{color: #fff;}
div#setting_panel .collapse {
    border: 1px solid #383c44;
}
.dt-buttons {
    margin-bottom: 20px;
}
button#proceed_refund.hide {
    pointer-events: none;
}
.app-brand-logo.demo svg {
  width: 20px;
  height: 11px;
}
.app-brand-text.demo {
  font-size: 1.1rem;
}
.fc-month-button {
    display: none !important;
}
.layout-1 .layout-sidenav .app-brand.demo,
.layout-1 .layout-sidenav .app-brand.demo + .sidenav-divider,
.layout-reversed .layout-2 .layout-sidenav .app-brand.demo {
  display: none;
}
.layout-1 .layout-navbar .app-brand.demo,
.layout-reversed .layout-2 .layout-navbar .app-brand.demo {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.layout-1 .layout-navbar .layout-sidenav-toggle,
.layout-reversed .layout-2 .layout-navbar .layout-sidenav-toggle,
.layout-offcanvas .layout-navbar .layout-sidenav-toggle,
.layout-fixed-offcanvas .layout-navbar .layout-sidenav-toggle {
  display: block !important;
}
* body .ps--active-x>.ps__rail-x, * body .ps--active-y>.ps__rail-y {
  background: rgb(200, 202, 204) !important;
  width: 5px !important;
}
* body .bg-sidenav-theme .ps__thumb-y, * body .bg-sidenav-theme .ps__rail-y.ps--clicking>.ps__thumb-y {
  background-color: #383d44 !important;
  width: 5px !important;
}
@media (min-width: 992px) {
  .layout-offcanvas .layout-sidenav .layout-sidenav-toggle,
  .layout-fixed-offcanvas .layout-sidenav .layout-sidenav-toggle {
    display: none;
  }
}

/* *****************************************************************************
 * Navbar
 */

.demo-navbar-messages .dropdown-toggle,
.demo-navbar-notifications .dropdown-toggle,
.demo-navbar-user .dropdown-toggle,
.demo-navbar-messages.b-nav-dropdown .nav-link,
.demo-navbar-notifications.b-nav-dropdown .nav-link,
.demo-navbar-user.b-nav-dropdown .nav-link {
  white-space: nowrap;
}
.demo-navbar-messages .dropdown-menu,
.demo-navbar-notifications .dropdown-menu {
  overflow: hidden;
  padding: 0;
}

@media (min-width: 992px) {
  .demo-navbar-messages .dropdown-menu,
  .demo-navbar-notifications .dropdown-menu {
    margin-top: .5rem;
    width: 22rem;
  }
  .demo-navbar-user .dropdown-menu {
    margin-top: .25rem;
  }
}

/* *****************************************************************************
 * Content
 */

.demo-vertical-spacing > * + * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-sm > * + * {
  margin-top: .9375rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg > * + * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-inline-spacing > *,
.demo-paragraph-spacing > p > * {
  margin: 0 .375rem .9375rem 0 !important;
}
.demo-paragraph-spacing > p {
  margin: 0;
}
.demo-blocks > * {
  display: block !important;
}
html:not(.material-style) .material-style-only {
  display: none !important;
}
.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}
[dir=rtl] .rtl-only {
  display: block !important;
}

/* *****************************************************************************
 * Layouts
 */

.layout-example-block {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid rgba(0,0,0,.04);
  border-radius: 2px;
  background: rgba(0,0,0,.04);
  color: #c7254e;
}
.layout-example-block code {
  background: none;
  color: #666;
}
.layout-example-block-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 500px;
}
.layout-example-block-sidenav {
  width: 24%;
  background: #607d8b;
}
.layout-example-block-sidenav code {
  color: #fff;
}
.layout-example-block-navbar {
  background: #3ca99e;
}
.layout-example-block-navbar code {
  color: #fff;
}
.layout-example-block-content {
  background: #9e9e9e;
}
.layout-example-block-content code {
  color: #fff;
}
.layout-example-block-1 .layout-example-block-content {
  width: 74%;
}
.layout-example-block-2 .layout-example-block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
  width: 74%;
}
.layout-example-block-2 > .layout-example-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.layout-example-block-2 .layout-example-block-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.layout-example-block-1-no-sidenav .layout-example-block-content {
  width: 100%;
}
.layout-example-code {
  display: block;
  overflow: auto;
  margin: 0;
  padding: 30px;
  min-width: 0;
  width: 100%;
  background: #fff;
}
.layout-example-run {
  display: inline-block;
  margin: 3px;
  padding: 4px 6px;
  border: 1px solid #eee;
  background: transparent;
  white-space: nowrap;
  line-height: 1;
}
.layout-example-block-3 .layout-example-block-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.layout-example-block-3 .layout-example-block-inner > .layout-example-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.layout-example-block-3 .layout-example-block-inner .layout-example-block-container-fluid {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.layout-example-block-3 .layout-example-block-sidenav-horizontal {
  background: #607d8b;
}
.layout-example-block-3 .layout-example-block-container-fluid {
  background: #fff;
}
.layout-example-block-3 .layout-example-block-container-fluid code {
  color: #666;
}
.layout-example-block-3 .layout-example-block-footer {
  background: #e6514a;
}
.dataTables_filter{
  color: #000000ad;
}
.dataTables_filter input{
  border-color: #000000ad;
}

/* Added New */
.tab-content h6.card-header.bold {
  border: 0;
  background: #383c44;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 0;
}
.tab-content .card-body h6.card-header.bold {
  margin-left: -24px;
  margin-right: -24px;
  padding-left: 16px;
}
.form-group>label {
  font-size: 90%;
}
.fa-spinner {
    color: #fff;
}
img.ui-w-50.rounded-circle {
    height: 50px !important;
}
img#user_avatar {
    height: 30px !important;
}
/* Dashboard */
#layout-sidenav {
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-box-shadow: 0 100px 20px 0 rgba(24,28,33,0.2);
  box-shadow: 0 100px 20px 0 rgba(24,28,33,0.2);
}
.table-filters {
    display: flex;
    padding-left: 60%;
}
.table-filters input {
    margin: 0 12px 0;
}
.text-muted {
  color: #2d323a !important;
}
.d-flex div.small {
  font-weight: 100;
  font-size: 12px;
}
.d-flex div.text-large>a {
  font-weight: 500;
}
h6.card-header.with-elements.dashboardCustom {
  border: none;
  padding-left: 0;
  padding-right: 0;
}
.row > h6.card-header.with-elements.dashboardCustom {
    margin-right: .75rem;
    margin-left: .75rem;
}
nav.dashboard-tabs {
  border: 1px solid #383c44;
}
.stats-nav-tabs .active {
  background-color: #383c44 !important;
  color: #fff !important;
  border-radius: 0;
}
#cus-border, .cus-border{
  box-shadow: 0px 2px 4px 2px #ccc;
}
.border-bottom-2{
	border-bottom: 2px solid #383c44;
}
tr.odd {
    background-color: #fff !important;
}
button.delete.delete-btn.btn {
    background: #ee2f34;
    text-transform: uppercase;
    color: #ffffff;
}
button.delete.delete-btn.btn:hover, button.delete.delete-btn.btn:focus{
	background: #383c44;
}
.delete-section {
    text-align: right;
}
.delete-section.new-delete-section {
  text-align: left;
}
.update-section {
  text-align: right;
}
.card-body{
	background: #fff;
}
div.dataTables_wrapper{
  padding: .875rem 1.5rem !important;
}
.form-control, span.select2-selection.select2-selection--single{
	border-bottom: 1px solid #383c44 !important;
}
button.btn.btn-default.btn-choose {
    box-shadow: none;
    border: 1px solid #383c44;
    background: #383c44;
    color: #fff;
    border-radius: 0px;
}
button.btn.btn-default.btn-choose:hover, button.btn.btn-default.btn-choose:focus{
	background: #ee2f34;
	border: 1px solid #ee2f34;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color:red;
}
.imagemodal .modal-body button.close {
    position: absolute;
    top: -6px;
    right: -6px;
    background: #3e3f43;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: #fff;
    opacity: 1;
    line-height: 24px;
    font-size: 23px;
}
.imagemodal .modal-body {
    text-align: center;
    padding: 20px;
}
.imagemodal .modal-dialog {
    max-width: 20rem;
    margin: 1.75rem auto;
}
.imagemodal img.imagepreview {
    width: 100%;
}
.dt-buttons .dt-button {
    background-color: #383c44;
    border: 1px solid #383c44;
    color: #fff;
    padding: 5px 10px;
    font-size: 13px;
}
.dt-buttons .dt-button:focus {
  outline: 0;
}
.ui-state-default, .ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default, 
.ui-button, html .ui-button.ui-state-disabled:hover, 
html .ui-button.ui-state-disabled:active {
  text-align: center;
}
.tag {    
    color: #fff;
    padding: 3px 8px;
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 3px;
    margin-right: 2px;
}
.green{
    background-color: green;
}
.black{
    background-color: black;
}
.red{
    background-color: red;
}
.orange{
    background-color: orange;
}
.blue{
    background-color: #494961;
}
@media (min-width: 992px){
  #edit-modal-data .modal-lg {
      max-width: 70rem;
  }
}
.image-upload-model .modal-dialog {
    max-width: 60em;
}
.middle{
  vertical-align: middle;
  display: table-cell;
}
.uploader #start {
    float: left;
    clear: both;
    display: table;
    height: 500px;
    width: 100%;
    padding: 2rem 1.5rem;
    text-align: center;
    background: #fff;
    border-radius: 7px;
    border: 3px solid #eee;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.uploader div {
    margin: 0 auto;
    color: #5f6982;
}
.uploader #file-image.hidden {
    display: none;
}
.uploader #file-image {
    display: inline;
    margin: 0 auto 0.5rem auto;
    width: auto;
    height: auto;
    max-width: 180px;
}
.uploader .btn {
    display: inline-block;
    margin: 0.5rem 0.5rem 1rem 0.5rem;
    clear: both;
    font-family: inherit;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    border-radius: 0rem;
    outline: none;
    padding: 0 1rem;
    height: 36px;
    line-height: 36px;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
    background: #383c44;
    border-color: #383c44;
    cursor: pointer;
}
.uploader input[type="file"] {
    display: none;
}
#file-drag i.fa {
    font-size: 54px;
    margin-bottom: 1rem;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a.sidenav-link.active i {
    color: #fff;
}
.badgebox{
    opacity: 0;
}
.badgebox + .badge{
    text-indent: -999999px;
    width: 27px;
}
.badgebox:focus + .badge{
    box-shadow: inset 0px 0px 5px;
}
.badgebox:checked + .badge{
  text-indent: 0;
}
.filterPanel{
  background-color: #fff;
  padding: 20px;
  border: 1px solid #383d44;
}
.loader-11 {
  background-color: #383d44;
  color: #383d44;
  animation: loader-11 1.2s infinite ease-in-out;
}

@keyframes loader-11 {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}



/* Custom Css Start */
html body{
	color: #383c44;
}
body .sidenav-vertical .sidenav-menu {
    padding-top: 0;
    padding-bottom: 0;
}
.sidenav .sidenav-inner .sidenav-item  a{
    border-bottom: 1px solid rgba(24,28,33,0.06);
}
.sidenav .sidenav-inner .sidenav-item a {
    color: #49494c;
}
.sidenav .sidenav-inner .sidenav-item a:hover,
.sidenav .sidenav-inner .sidenav-item a:active,
.sidenav .sidenav-inner .sidenav-item.active a{
	background-color: #383c44;
	color: #ffffff;
}
.sidenav .sidenav-inner .sidenav-item a:hover i,
.sidenav .sidenav-inner .sidenav-item a:active i{
	color: #ffffff;
}
.sidenav-vertical .sidenav-item a:hover.sidenav-toggle::after, .sidenav-vertical .sidenav-item a:active.sidenav-toggle::after{
	color: #ffffff;
}
body .bg-sidenav-theme .sidenav-item.open:not(.sidenav-item-closing)>.sidenav-toggle:hover{
	color: #ffffff;
}
.fc-header-toolbar button {
    text-transform: capitalize;
}
.card-body.cus-border .text-success {
    color: #383c44 !important;
}
.filterPanel label.btn {
    margin: 2px;
}
.dashboardStats .card-header.with-elements.dashboardCustom {
    padding-left: 0;
    padding-right: 0;
}
body .btn-danger {
    background: #ee2f34;
}
#reset-filters{
	color: #ee2f34;
}
body .bg-navbar-theme .navbar-nav .nav-link {
    color: #383c44;
}
body .text-muted {
    color: #383c44 !important;
}
.fc-event-container .fc-event span{
	color: #ffffff;
}
.fc-popover.fc-more-popover {
    background: #383c44;
}
.fc-popover.fc-more-popover .fc-header span{
	color: #ffffff;
}
.fc-popover.fc-more-popover .fc-header{
	padding: 10px;
	border-bottom: 1px solid #555;
}
.fc-popover.fc-more-popover .fc-header .fc-close::after{
	content: none;
}
.fc-popover.fc-more-popover .fc-header .fc-close {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
	font-family: sans-serif;
}
.fc-popover.fc-more-popover .fc-event-container .fc-event {
    background: transparent;
    border-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
}
.fc-popover.fc-more-popover .fc-event-container .fc-event .list-group-item{
	padding-left: 0px;
	padding-right: 0px;
	border-radius: 0px;
	border: 0px;
}
body .modal .modal-header, body .modal .modal-header.modal-header-booking, .edit-offline-model .modal-header, .edit-modal-data .modal-header{
    padding: 1.25rem 1.5625rem;
    background: #383c44;
    color: #fff;
    margin-bottom: 15px;
	border-radius: 0;
}
body .modal .modal-header button.close {
    height: auto;
    min-height: auto;
    max-height: 100%;
    opacity: 1;
    color: #fff;
    line-height: normal;
}
body .modal .alert.alert-dark-danger {
    border-radius: 0;
    background-color: transparent;
    color: #ee2f34;
    padding: 0;
    margin: 25px 0;
    font-size: 16px;
}
.datatables-demo .btn-outline-info {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #383c44;
}
.datatables-demo .btn-outline-info:active, .datatables-demo .btn-outline-info.active, 
.datatables-demo .show>.btn-outline-info.dropdown-toggle, 
.datatables-demo .btn-outline-info:hover, .datatables-demo .btn-outline-info:focus{
	background: transparent;
	-webkit-box-shadow: none;
    box-shadow: none;
    color: #ee2d34;
}
.card-body table td.fc-event-container .fc-day-grid-event .fc-content span {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 2px 0;
}
table.dataTable thead th:focus {
  outline: 0;
}
.bg-sidenav-theme .sidenav-item.active>.sidenav-link:not(.sidenav-toggle), .bg-sidenav-theme .sidenav-item>.sidenav-link.active:not(.sidenav-toggle) {
    color: #fff;
}
table.table-bordered tbody th a, table.table-bordered tbody td a {
    color: #ee2f34;
}
table.table-bordered.dataTable tbody td.sorting_1 button {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #383c44;
}
table.table-bordered.dataTable tbody td.sorting_1 button:hover, table.table-bordered.dataTable tbody td.sorting_1 button:focus, table.table-bordered.dataTable tbody td.sorting_1 button.btn-outline-info:hover, table.table-bordered.dataTable tbody td.sorting_1 button.btn-outline-info:focus{
	background: transparent;
}
#user-basic-info .form-body .form-group ul {
    list-style: none;
    padding: 0;
}
#user-basic-info .form-body .form-group ul li a{
	color: #ee2f34;
}
.modal-footer button.btn.btn-secondary{
	background: #ee2f34;
	border-radius: 0px;
}
.modal-footer button.btn.btn-secondary:hover, .modal-footer button.btn.btn-secondary:focus{
	background: #383c44;
}
.demo-section .k-treeview {
    margin-left: 0;
}
.demo-navbar-user .dropdown-item, .dropdown-menu>li{
	color: #383c44;
}
.demo-navbar-user .dropdown-item .text-lightest {
    color: #383c44 !important;
}
.demo-navbar-user .dropdown-item:hover, .demo-navbar-user .dropdown-item:focus {
    color: #ffffff;
    background-color: #383c44;
}
.demo-navbar-user .dropdown-item:hover .text-lightest, .demo-navbar-user .dropdown-item:focus .text-lightest{
	color: #ffffff !important;
}
.match-heights .list-group-item.active, .match-heights .list-group-item.active:hover, .match-heights .list-group-item.active:focus {
    border-color: #383c44;
    background-color: #383c44;
}
.match-heights .list-group-item.active i{
	color: #fff;
}
body .card, body .list-group-item:first-child, body .list-group-item:last-child{
	border-radius: 0;
}
body .btn{
	border-radius: 0;
	text-transform: uppercase;
}
body .btn-primary:hover, body .btn-primary:focus{
	background-color: #ee2f34;
}
body .list-group-item-action, body .list-group-item-action:active{
	color: #383c44;
}
.authentication-inner button.btn-outline-primary{
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #383c44;
    background-color: #383c44;
	color: #ffffff;
}
.authentication-inner button.btn-outline-primary:hover, .authentication-inner button.btn-outline-primary:focus{
	background-color: #ee2f34;
}
.authentication-inner a.d-block.small{
	color: #383c44;
}
.authentication-inner .card-footer .text-center.text-muted {
    font-size: 12px;
	color: #383c44;
}
#user-basic-info .form-actions .btn-outline-primary{
	background-color: #383c44;
	border-color: #383c44;
	color: #ffffff;
}
#user-basic-info .form-actions .btn-outline-primary:hover, #user-basic-info .form-actions .btn-outline-primary:focus{
	background-color: #ee2f34;
	border-color: #ee2f34;
	color: #ffffff;
}
html.material-style div.dataTables_wrapper div.dataTables_info, html.material-style div.dataTables_wrapper div.dataTables_paginate ul.pagination .page-link{
	color: #383c44;
	border-radius: 0;
}
.cus-border.border-bottom-2 {
    border-width: 1px;
}
body .card-header-title, .card h6.card-header.bold{
    font-size: 16px;
}
.pop{
	color: #383c44;
}
.pop:hover, .pop:focus{
	color: #383c44;
}
.modal .table-bordered th, .modal .table-bordered td {
    word-break: break-word;
}
.form-group label[for="payment_mode"] {
    display: block;
}
.card .nav-tabs .nav-link.active, .card .nav-tabs .nav-item.show .nav-link {
    color: #ffffff;
    background-color: #383c44;
    border-color: #383c44;
}
.card .nav-tabs .nav-link {
    background-image: none;
	color: #383c44;
	background-color: #eee;
	border-radius: 0px;
}
.card .nav-tabs .nav-link:not(.active) {
    color: #383c44;
}
.dashboard-tabs .nav-tabs .nav-link.active, .dashboard-tabs .nav-tabs .nav-item.show .nav-link {
    color: #ffffff;
    background-color: #383c44;
    border-color: #383c44;
}
.dashboard-tabs .nav-tabs .nav-link {
    background-image: none;
	color: #383c44;
	background-color: #eee;
	border-radius: 0px;
}
.dashboard-tabs .nav-tabs .nav-link:not(.active) {
    color: #383c44;
}


table.table-bordered.dataTable tbody td.sorting_1 button .fa-trash-alt{
	color: #ee2f34;
}
html.material-style .dz-remove {
    border-top: 1px solid #ee2f34;
    background-color: #ee2f34;
	color: #ffffff;
	text-transform: uppercase;
}
html.material-style .dz-remove:hover, html.material-style .dz-remove:focus{
    border-top: 1px solid #383c44;
    background-color: #383c44;
	color: #ffffff;
}
button#add_more{
	-webkit-box-shadow: none;
    box-shadow: none;
    background-color: #383c44;
	color: #ffffff;
	padding: 4px;
    min-width: 28px;
	float: right;
}
button#add_more span.fal.fa-plus.fa-lg{
	color: #ffffff;
}
button#add_more:hover, button#add_more:focus{
	background: #383c44;
	box-shadow: none;
	color: #ffffff;
}
span.far.fa-trash-alt.airline_remove{
	float: right;
	background-color: #ee2f34;
	color: #ffffff;
    padding: 4px;
    min-width: 28px;
    text-align: center;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#calendar_hr .ui-button .ui-icon {
    border: none;
}
button#serach-btn{
	padding: 10px;
	margin: 1px;
}
#reset-filters {
	margin: 1px;
    color: #fff;
    background-color: #ee2f34;
    -webkit-box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.07), 0px 4px 5px 0px rgba(0,0,0,0.05), 0px 1px 10px 0px rgba(0,0,0,0.03);
    box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.07), 0px 4px 5px 0px rgba(0,0,0,0.05), 0px 1px 10px 0px rgba(0,0,0,0.03);
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0px solid transparent;
    padding: 10px;
    font-size: .8125rem;
    line-height: 1.47;
    border-radius: o;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-transform: uppercase;
}
#reset-filters:hover, #reset-filters:focus{
	background-color: #383c44;
}
#nav-tabContents .text-info {
    color: #383c44 !important;
}
.k-group.k-treeview-lines li .k-checkbox label.custom-checkbox .custom-control-label::before {
    top: -1px;
}
body .modal .modal-header .modal-title {
		line-height: normal;
		font-size: 16px;
}
/* button#update_commission,button#update_markupall {
    margin-top: 10px;
} */
#sidebarCollapse .fa-times {
	display: none;
}
#sidebarCollapse {
	display: none;
}
#sidebarCollapse .fa-bars {
	color: #383c44;
}
.cus-calendar-sec {
    padding: .875rem 1.5rem 0;
    width: 100%;
    display: inline-block;
}
.calendar-input-field input {
    padding-left: 25px !important;
}
.calendar-input-field {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}
.calendar-input-field i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    color: #383c44;
    font-size: 16px;
}
html.material-style .dz-message {
    font-size: 18px;
}
.fc-month-button{display: none;}
.attachment_files {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}
.attachment_files .attachement-sub {
    display: inline-block;
    width: 24%;
    margin: 0 1% 1% 0;
    background: #f7f7f7;
    text-align: center;
    padding: 15px;
    float: left;
}
.attachment_files .attachement-sub .attachemnt_title {
    color: #383c44;
    margin: 4px 0px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.attachment_files .attachement-sub i{
	color: #383c44;
}
.attachment_files .attachement-sub .attachement_remove {
    color: #ee2f34;
    cursor: pointer;
    display: inline-block;
}
body .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #999;
}
.form-group.required .control-label:after {
  content:"*";
  color:red;
}
* body .layout-navbar {
-webkit-box-shadow: none;
box-shadow: none;
}
.alert .alert-icon {
  display: block;
  float: left;
  margin-right: 15px;
  margin-top: -1px;
}
/* Media Queries Here */
@media only screen and (-webkit-min-device-pixel-ratio: 2){
	body .modal .k-treeview .k-plus {
		background: url(../img/toggle_plus.png) no-repeat 4px 5px;
		background-size: 8px 8px;
	}
	body .modal .k-treeview .k-minus {
		background: url(../img/toggle_minus.png) no-repeat 4px 8px;
		background-size: 8px 2px;
	}
}
@media (min-width: 768px){
	.material-style:not([dir=rtl]) div.dataTables_wrapper .row [class*="col-sm-"]:first-child, .material-style:not([dir=rtl]) div.dataTables_wrapper .row [class*="col-sm-"]:last-child {
		padding: 0 !important;
	}
}
@media (min-width: 576px){
	.view-modal-data .modal-dialog, .view-modal-data1 .modal-dialog {
		max-width: 45rem;
	}
}
@media (max-width: 1199px){
	/* .cus-border {
		margin-bottom: 1.5rem;
	} */
	body .btns-groups-m {
		margin-top: 20px;
	}
	#reset-filters, button#serach-btn {
		min-width: 100px;
	}
	.card-body table td.fc-event-container .fc-day-grid-event .fc-content span {
		font-size: 10px;
	}
	body .modal .k-treeview .k-plus {
		background: url(../img/toggle_plus.png) no-repeat 4px 5px;
		background-size: 8px 8px;
	}
	body .modal .k-treeview .k-minus {
		background: url(../img/toggle_minus.png) no-repeat 4px 8px;
		background-size: 8px 2px;
	}
}
@media (max-width: 991px){

	.navbar-toggler:hover, .navbar-toggler:focus {
		outline: none;
	}
	.demo-navbar-user.nav-item.dropdown {
		text-align: right;
	}
	.demo-navbar-user.nav-item.dropdown .dropdown-toggle {
		padding: 0 .7rem;
	}
	.demo-navbar-user.nav-item.dropdown .dropdown-menu.dropdown-menu-right {
		position: absolute;
	}
	.bg-footer-theme .pt-3 {
		text-align: center;
		width: 100%;
	}
	table.table-bordered.dataTable th {
		white-space: nowrap;
	}
	.modal .form-group.res-m-0 {
		margin: 0;
	}
	.sidebar-collapse .sidenav-item div {
		display: block;
	}
	.sidebar-collapse .layout-container {
		padding-left: 0 !important;
	}
	.sidebar-collapse .sidenav-item {
		width: 100% !important;
	}
	.sidebar-collapse #layout-sidenav{
		width: 250px;
	}
	.sidebar-collapse #sidebarCollapse .fa-close {
		display: none;
	}
	.sidebar-collapse #sidebarCollapse .fa-times {
		display: block;
		position: fixed;
		left: 0;
		top: 0;
		background: #383c44;
		padding: 10px;
		color: #fff;
		z-index: 99;
		-webkit-transition: all .3s;
		transition: all .3s;
		-webkit-transform: translate3d(250px, 0, 0);
		transform: translate3d(250px, 0, 0);
		will-change: transform, -webkit-transform;
	}
	body.sidebar-collapse {
		overflow: hidden;
	}	
	#sidebarCollapse {
		display: block;
	}
	.pace-done .layout-sidenav {
		-webkit-transform: translate3d(-120%, 0, 0);
		transform: translate3d(-120%, 0, 0);
	}
	.pace-done.sidebar-collapse .layout-sidenav {
		-webkit-transform: translate3d(0%, 0, 0);
		transform: translate3d(0%, 0, 0);
  }
  .tab-content .tab-pane .col-sm-6.col-xl-3 .card-body {

    margin-bottom: 12px;
}
* body .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: none;
}
}
@media (max-width: 767px){
  * body div.dataTables_wrapper div.dataTables_length, 
  * body div.dataTables_wrapper div.dataTables_filter, 
  * body div.dataTables_wrapper div.dataTables_info, 
  * body div.dataTables_wrapper div.dataTables_paginate {
    display: flex;
    justify-content: flex-start;
}
  .row.use-profile-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.row.use-profile-custom .col-md-6 {
  width: auto;
  margin-top: 12px;
}
  .dataTables_paginate.paging_simple_numbers {
    margin-top: 14px !important;
}
	body .card-header-title, .card h6.card-header.bold {
		font-size: 14px;
	}
	.card-header .card-header-elements {
		margin-left: auto !important;
	}
	body .modal .alert.alert-dark-danger {
		margin: 20px 0;
		font-size: 14px;
	}
	body .modal .modal-header, body .modal .modal-header.modal-header-booking, .edit-offline-model .modal-header, .edit-modal-data .modal-header {
		padding: 1rem 1.5625rem;
	}
	body .modal .modal-header .modal-title {
		line-height: normal;
		font-size: 14px;
	}
	table.cus-table-wdth {
		min-width: 850px;
	}
	.form-group.res-m-0 {
		margin: 0;
	}
	.dt-buttons {
		margin: 10px 0px;
		text-align: left;
	}
	html.material-style .dz-message {
		font-size: 16px;
	}
	.attachment_files .attachement-sub {
		width: 32%;
  }
  * body  .material-style div.dataTables_wrapper div.dataTables_length label, 
  * body  .material-style div.dataTables_wrapper div.dataTables_filter label, 
  * body  .material-style div.dataTables_wrapper div.dataTables_info, 
  * body  .material-style div.dataTables_wrapper div.dataTables_paginate {
    -webkit-box-pack: flex-start !important;
    -ms-flex-pack: flex-start !important;
    justify-content: flex-start !important;
}
* body  .material-style div.card-datatable [class*="col-md-"], * body  .material-style div.card-datatable [class*="col-md-"] {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
* body div#add_form .form-body {
  margin-bottom: 12px;
}
.filterPanel label.btn, #reset-filters, button#serach-btn {
  padding: 6px 10px !important;
}
}
@media (max-width: 575px){
  .tab-content .tab-pane .card-body {
    padding: 12px;
}
.card-body {
  padding: 12px;
}
	body .res-w-50 {
		width: 50%;
	}
	div.dataTables_wrapper {
		padding: 0 .875rem !important;
	}

	.fc-toolbar.fc-header-toolbar .fc-center h2 {
		font-size: 16px;
		margin-top: 10px;
	}
	.filterPanel {
		padding: .75rem 0px;
	}
	html .tab-section #nav-tabContents {
		padding: 0 !important;
	}
	body .res-mb{
		margin-bottom: 15px;
	}
	.attachment_files .attachement-sub {
		width: 49%;
  }
  * body .card-header {
    padding: 12px;
}
* body button#update_commission {
  float: left !important;
}
* body .material-style .dropzone {
  padding: 0;
}
html.material-style .dz-message {
  margin: 10px 0;
  padding: 2.5rem 1.5rem;
}
* body .dz-message {
  margin: 0rem 0;
}
* body button.btn.btn-outline-primary.float-right {
  float: left !important;
  margin-top: 14px;
}
* body .material-style div.card-datatable [class*="col-md-"] {
  padding-right: 0 !important;
  padding-left: 0px!important;
}
.tab-content .card-body h6.card-header.bold {
  margin-left: 0;
  margin-right: 0;
}

}
@media (max-width: 503px){
	button#update_draft_sms {
		margin-top: 10px;
  }
  .fc-toolbar.fc-header-toolbar .fc-center h2 {
    font-size: 14px;
}
}
@media (max-width: 440px){
	html body .card-header .card-header-title {
		margin: 0 !important;
		display: inline-block;
		width: 100%;
	}
	.card-header .card-header-elements {
		margin-left: 0 !important;
	}
	.card-datatable .dt-buttons button.dt-button {
    margin: 2px 0px;
    font-size:12px;
  }
  #reset-filters, button#serach-btn {
    padding: 6px;
}
}

.cus-checkbox {
    display: inline-block !important;
    width: auto !important;
    min-height: auto !important;
    position: relative;
    top: 2px;
}
.reissuance_options{
  display: none;
}
.cus_border {
    border-bottom: 2px solid black !important;
}
.form-actions.pull-left {
  float: left;
}
.cke_dialog_tabs a[title="Advanced"]{
  visibility : hidden
}
.cke_dialog .ImagePreviewBox{
  min-width: 200px !important;
  width: auto !important;
  height: auto !important;
  max-height: 500px !important;
}
.cke_dialog_ui_hbox_first{
  width: 25% !important;
}
#cke_112_uiElement.cke_dialog_ui_vbox, #cke_112_uiElement .cke_dialog_ui_vbox, #cke_112_uiElement.cke_dialog_ui_vbox table, #cke_112_uiElement .cke_dialog_ui_vbox table,#cke_112_uiElement .cke_dialog_ui_html{
  height: 100% !important;
}
div.row.extra_markup{
  border: 2px solid black;
   margin-top: 5px; 
   padding: 1% 1% 1% 1%;
}
.save_single_markup,.clear_markup_fields,.remove_markup{
  font-size:20px;
  margin-top:20px;
}
/* Custom Css Ends */