/*=========================================================================================
    File Name: laravel-menu.scss
    Description: laravel Specific menu styles
    --------------NT
    Author URL: htt--------------------------------------------------------------------------
    Item name: Vuexy  - Vuejs, HTML & Laravel Admin Dashboard Template
    Author: PIXINVEp://www.themeforest.net/user/pixinvent
==========================================================================================*/

/*========================================================
        DARK LAYOUT
=========================================================*/

body.vertical-layout.vertical-menu-modern .horizontal-menu-wrapper {
  display: none;
}
.horizontal-menu > .main-menu
{
  display: none;
}

.horizontal-menu .fixed-top {
  left: 0;
}

html body.navbar-static .app-content .header-navbar {
  background: transparent;
  box-shadow: none !important;
}

.dataTables_length {
  float: left;
  margin-bottom: 10px;
}

div.dataTables_wrapper div.dataTables_length select {
  background-position: calc(100% - 3px) 11px, calc(100% - 20px) 13px, 100% 0;
}

.dt-buttons.btn-group {
  float: right;
  /* width: 100%; */
  justify-content: flex-end;
  /* border-bottom: 1px solid #EBE9F1; */
  padding-bottom: 18px;
  margin-bottom: 10px;
}

.dt-buttons.btn-group .btn {
  flex: 0 1 auto;
}

.dataTables_filter {
  margin-bottom: 43px;
  margin-right: 10px;
}
.dataTables_filter input, .dataTables_length select {
  font-size: 12px;
  height: 37px;
}

body table.dataTable {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  border-bottom: 0;
}

.DTFC_LeftWrapper .DTFC_LeftFootWrapper {
  background: #fff;
}

.zero-configuration .form-control {
  width: 150px;
}

div.DTED_Lightbox_Background {
  z-index: 100;
}

div.DTED_Lightbox_Wrapper {
  z-index: 110;
}

.table {
  color: #6E6B7B;
}

table {
  table-layout: fixed;
}

table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody th.select-checkbox:before {
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}

table.dataTable tr.selected td.select-checkbox:after,
table.dataTable tr.selected th.select-checkbox:after {
  top: 50%;
  transform: translateY(-50%);
  margin-top: -6px;
}

.zero-configuration .form-control {
  width: 100%;
}

table.dataTable th, table.dataTable td {
  /* border-bottom: 1px solid #efe9e9 !important; */
  padding: 10px 19px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: .9rem;
  padding-right: 2px;
}
table.dataTable.table-striped tbody tr:nth-of-type(even) {
    background-color: #f5f5f570;
}
table.dataTable thead tr {
    background-color: #fbfbfb;
}
table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting {
    padding-left: 20px;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before {
    left: 6px;
    top: .5rem;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after {
    left: 6px;
    top: 1.1rem;
}
body.full-area .header-navbar.floating-nav {
    width: 100% !important;
    margin: 0;
    top: 0;
    border-radius: 0;
}
table.dataTable th{
  font-weight: 900;
}
table.dataTable td {
  font-weight: 500;
}
.company-mobile-menu {
  display: none;
}
body.full-area .main-menu {
  display: none;
}
html body.full-area .content {
  margin-left: 0
}
.center-logo {
  display: none;
}
body.full-area .center-logo {
  display: block;
  background: transparent;
  /* padding: 0px 3px 7px; */
  border-radius: 6px;
  margin: 0 auto;
  pointer-events: none;
}
body.full-area .center-logo img {
  max-width: 100%;
  display: block;
  height: 32px;
  margin: 0 auto;
  margin-top: -3px;
}
body.full-area .company-menu {
  display: block;
}
.company-menu {
  display: none;
}
.company-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.company-menu ul li {
  float: left;
}
.company-menu ul li a {
  color: #000;
}
.company-menu ul li a span {
  color: inherit !important;
}
body.full-area .admin-menu {
  display: none !important;
}
.admin-menu {
  display: block;
}
.user-media.media {
    flex-direction: column;
    align-items: center;
}
.user-media.media a img {
  width: 100%;
  height:auto;
}
.user-media.media .btn-sm {
  padding: 0.5rem 1.3rem;
}
.user-img .dropzone .dz-message {
    margin-top: -77px;
}
.user-img .dropzone .dz-message:before {
  top: 97px;
}
.list-table .dataTables_filter {
    width: auto;
    margin-bottom: 0;
    float: left;
}
.list-table table.dataTable th, .list-table table.dataTable td {
    border-right: 0px !important;
}
html body.full-area .content .content-wrapper {
padding-top: 0;
}
.navbar-header .navbar-brand img {
  width:170px;
}
.menu-collapsed .main-menu .navbar-header a.navbar-brand {
    width: 33px;
    overflow: hidden;
}
.menu-collapsed .main-menu.expanded .navbar-header a.navbar-brand {
  width: auto;
}
/*.main-menu.menu-light .navigation > li ul .active > a,
.main-menu.menu-light .navigation > li ul .active */
.main-menu.menu-light .navigation > li.open:not(.menu-item-closing) > a,
.main-menu.menu-light .navigation > li.sidebar-group-active > a{
    /*background: linear-gradient(118deg, rgb(255, 159, 67), rgba(255, 159, 67, 0.7));
    box-shadow: rgba(255, 159, 67, 0.7) 0px 0px 10px 1px;
    border-radius: 4px;*/
  color: #565360;
  background: #f5f5f5;
  border-radius: 6px;
  box-shadow: none;
}
.pagination .page-item.active .page-link {
  background: #ff9f43;
}
body .btn-primary {
    border-color: #ff9f43 !important;
    background-color: #ff9f43 !important;
    color: #fff;
}
.theme-change {
    height: 100%;
    margin: 0;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 23px;
    width: 30px;
}
.theme-change .light .vs-radio .vs-radio--circle {
    background: #fff !important;
}
.theme-change .dark .vs-radio .vs-radio--circle {
    background: #252B47 !important;
}
.theme-change input.light ~ .vs-radio .vs-radio--circle {
    background: #dedbdb !important;
}
.theme-change input.dark ~ .vs-radio .vs-radio--circle {
    background: #000 !important;
}
.theme-change .vs-radio-con .vs-radio .vs-radio--circle {
    opacity: 1;
    transform: scale(1);
}

.theme-change .vs-radio-con .vs-radio {
    width: 12px;
    height: 12px;
    margin: 0
}
.theme-change .vs-radio-con input:checked ~ .vs-radio {
    width: 18px;
    height: 18px;
}
.theme-change .vs-radio-con .vs-radio .vs-radio--border {
    border: 2px solid #ffffff;
}
a {
    color: #ff9f43;
}
.form-control:focus ~ .form-control-position i {
    color: #ff9f43;
}
.form-control:focus {
    border-color: #ff9f43;
}
.form-label-group > input:not(:focus):not(:placeholder-shown) ~ label, .form-label-group textarea:not(:focus):not(:placeholder-shown) ~ label {
    color: rgb(255 159 67) !important;
}
.form-label-group > input:focus:not(:placeholder-shown) ~ label, .form-label-group > input:not(:active):not(:placeholder-shown) ~ label, .form-label-group textarea:focus:not(:placeholder-shown) ~ label, .form-label-group textarea:not(:active):not(:placeholder-shown) ~ label {
    color: #ff9f43 !important;
}
.dropdown-item.active, .dropdown-item:active,
.header-navbar .navbar-container ul.nav li.dropdown-user .dropdown-menu-right .dropdown-item:hover, .header-navbar .navbar-container ul.nav li.dropdown-user .dropdown-menu-right .dropdown-item:active,
.dropdown .dropdown-menu .dropdown-item:hover {
    background: #0f2944;
    color: #fff !important;
}

#change_leads {
  position: absolute;
  top: 7px;
  left: 0;
}
.my-leads div.dataTables_wrapper div.dataTables_filter label {
    margin-top: 7px;
    margin-bottom: 0;
}
.my-leads div.dataTables_wrapper div.dataTables_length label {
  margin-top: -23px;
  display: flex;
  align-items: center;
}
#generic-select.sector-hide {
  display: none;
}
#generic-select.sector-show {
  display: block;
}
.selected-buy-lead, .selected-crm-lead {
  background-color: #ff9f43 !important;
  color: #ffffff;
}
.purchase-button-div {
  text-align: center;
}
.highlight {
  background-color: #ff9f43;
}
.hover-toggle, .hover-toggle .dropdown-item {
  width: 100% !important;
}
.hover-toggle:hover > .dropdown-menu {
  display: block;
  top: 0 !important;
  right: 136px !important;
}
.hover-toggle:hover > .dropdown-menu:before {
  display: none;
}
#change_sector_leads {
    padding: 0 6px 0 0;
    font-size: 1rem;
    color: #000;
    background: transparent;
}
.menu-item.dashboard-menu-item {
    margin-right: 1rem;
}
@media (max-width:1100px) {
  body.full-area .company-mobile-menu {
        display: flex;
    align-items: center;
    float: left;
    margin-top: 13px;
  }
  body.full-area .company-menu, body.full-area .center-logo {
    display: none;
  }
  body.full-area .company-mobile-menu a.dropdown-toggle {
    font-size: 29px;
    color: #000
  }
  .company-mobile-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
 .company-mobile-menu img.logo-img {
      width: 175px;
 }
}
@media (min-width: 992px) {
.navbar-expand-lg .navbar-collapse {
    justify-content: space-between;
}
}
@media (max-width: 972px) {
.dt-buttons.btn-group {
    float: right;
    white-space: nowrap;
    width: 100%;
    overflow: auto;
}
.dataTables_filter {
    width: auto;
    margin-bottom: 20px;
    float: right;
}
div.DTED_Lightbox_Wrapper div.DTED_Lightbox_Container div.DTED_Lightbox_Content_Wrapper {
  padding: 30px;
}
}
@media (max-width: 767.98px) {
.header-navbar .navbar-container .company-mobile-menu .show .dropdown-menu {
    right: unset;
    left: 0 !important;
    float: none;
    width: auto;
    margin-top: 8px;
    max-height: 400px;
    overflow-x: hidden;
}
}
@media (max-width: 430px) {
html body .content .content-wrapper .content-header-title {
  width: 100%;
}
.dataTables_length {
    float: none;
    margin: 0 auto;
    display: table;
}
.dataTables_filter {
    float: none;
    margin: 0 auto 20px;
}
}
@media (max-width: 575.98px) {
  body.vertical-layout:not(.horizontal-layout).navbar-floating .header-navbar {
    margin-left: 1.2rem;
    margin-right: 1.2rem;
  }
  body.full-area.vertical-layout:not(.horizontal-layout).navbar-floating .header-navbar {
        margin: 0;
  }
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #ee8d18;
    background-color: #ee8d18;
}
/*----------- Table Loader ------------*/
.table-loader{
    visibility:hidden;
}
.table-loader:before {
    visibility:visible;
    display:table-caption;
    content: " ";
    width: 100%;
    height: 600px;
    background-image:
        linear-gradient( rgba(235, 235, 235, 1) 1px, transparent 0 ),
        linear-gradient(90deg, rgba(235, 235, 235, 1) 1px, transparent 0 ),
        linear-gradient( 90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 15%, rgba(255, 255, 255, 0) 30% ),
        linear-gradient( rgba(240, 240, 242, 1) 35px, transparent 0 );
    background-repeat: repeat;
    background-size: 1px 35px, calc(100% * 0.1666666666) 1px, 30% 100%, 2px 70px;
    background-position: 0 0, 0 0, 0 0, 0 0;
    animation: shine 0.5s infinite;
}

@keyframes shine {
    to {
        background-position: 0 0, 0 0, 40% 0, 0 0;
    }
}

/*----------- Table Loader ------------*/
.circle {
    width: 200px;
    margin: 6px 20px 20px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
}
.circle strong {
    position: absolute;
    top: 28px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 45px;
    font-size: 30px;
}
/*----------- Table Loader ------------*/

/*----------- Tab ------------*/
.bs-stepper-box {
    color: #ee8d18!important;
}
.bs-stepper .bs-stepper-header .step .step-trigger .bs-stepper-box {
    background-color: rgba(115,103,240,.12);
}
.bs-stepper-header .active .bs-stepper-box {
    color: #fff!important;
    background-color: #ee8d18;
}
.bs-stepper .bs-stepper-header .step.active .step-trigger .bs-stepper-box {
    background-color: #ee8d18;
    box-shadow: none;
}
.bs-stepper .bs-stepper-header .step.active .step-trigger .bs-stepper-label .bs-stepper-title {
    color: #ee8d18;
}
.bs-stepper .bs-stepper-header .step.crossed .step-trigger .bs-stepper-box {
    background-color: rgba(115,103,240,.12);
    color: #ee8d18!important;
}
/*----------- Tab ------------*/
/*----------- filter ------------*/
.change_sector_leads, .breadcrumb_filter_dropdown, .dashboard_filter_date {
  /* min-width:20%; */
  border: none;
  background: none;
  box-shadow: none;
  border-bottom: 1px solid #ccc;
  text-align: left;
  padding: 8px 10px 1px 1px;
  margin-left: 10px;
  margin-top: 0px;
  border-radius: unset;
  outline:0px;
  font-size: 1.05rem;
}
.change_sector_leads .dropdown-toggle,
.breadcrumb_filter_dropdown .dropdown-toggle,
.change_sector_leads .dropdown-menu .inner .dropdown-menu li,
.breadcrumb_filter_dropdown .dropdown-menu .inner .dropdown-menu li,
.dashboard_filter_date_section,
.daterangepicker .ranges li {
  font-size: 1.1rem;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: none !important;
}
.breadcrumb_filter_dropdown.menu-light .btn-inverse, .change_sector_leads.menu-light .btn-inverse {
  color: #000 !important;
  padding: 0 !important;
}
.breadcrumb_filter_dropdown.menu-dark .btn-inverse, .change_sector_leads.menu-dark .btn-inverse {
  color: #fff !important;
  padding: 0 !important;
}
.dashboard_filter_date.menu-light { color: #000; }
.dashboard_filter_date.menu-dark { color: #fff; }

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: unset !important;
}
.breadcrumb_filter_dropdown .dropdown-menu, .change_sector_leads .dropdown-menu {
  z-index: 20;
}
.dropdown .dropdown-menu::before {
  display: none !important;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  border-bottom: 0px solid rgba(204,204,204,.2);
}
.bootstrap-select.show-menu-arrow.menu-light .dropdown-toggle .filter-option:after {
  bottom: -10px !important;
}
.bootstrap-select.show-menu-arrow.menu-dark .dropdown-toggle .filter-option:after {
  bottom: -15px !important;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option .filter-option-inner .filter-option-inner-inner {
  height: 15px;
}
.daterangepicker .ranges li.active {
  background-color: #0f2944;
  color: #fff;
}
.breadcrumb_filter_dropdown .inner .dropdown-menu li, .change_sector_leads .inner .dropdown-menu li {
  font-size: 12px;
}
.breadcrumb_filter_dropdown.menu-light .inner .dropdown-menu li:hover, .change_sector_leads.menu-light .inner .dropdown-menu li:hover {
  background-color: #eee;
}
.breadcrumb_filter_dropdown .inner .dropdown-menu .dropdown-item:hover, .change_sector_leads .inner .dropdown-menu .dropdown-item:hover {
  color: #fff !important;
  background-color: none;
}
.breadcrumb_filter_dropdown .inner .dropdown-menu .dropdown-item.active:hover, .change_sector_leads .inner .dropdown-menu .dropdown-item.active:hover {
  color: #fff !important;
  background-color: #0f2944 !important;
}
.breadcrumb_filter_dropdown.menu-dark .inner, .change_sector_leads.menu-dark .inner {
  background-color: #fff;
}
.breadcrumb_filter_dropdown.menu-dark .inner li a span, .change_sector_leads.menu-dark .inner li a span {
  color: #000;
}
.breadcrumb_filter_dropdown.menu-dark .inner li a:hover, .change_sector_leads.menu-dark .inner li a:hover {
  background-color: #eee !important;
}
.breadcrumb_filter_dropdown.menu-dark .inner li.active a span, .change_sector_leads.menu-dark .inner li.active a span {
  color: #fff;
}
.dashboard_filter_date {
  width: 205px;
  margin-top: 1px;
}
.change_sector_leads, .dashboard_filter_date, .breadcrumb_filter_dropdown {
  margin-left: 15px !important;
}
.breadcrumb_filter_dropdown .dropdown-menu .inner.show ul li a {
  padding: 0.5rem 1rem;
}
.change_sector_leads .dropdown-menu .inner .dropdown-menu li .dropdown-item span:not(.text),
.breadcrumb_filter_dropdown .dropdown-menu .inner.show ul li a .text .justify-content-left .emp-icon,
.breadcrumb_filter_dropdown .dropdown-toggle .filter-option .filter-option-inner .filter-option-inner-inner .justify-content-left .avatar-wrapper {
  display: none;
}
.breadcrumb_filter_dropdown .dropdown-menu .inner .dropdown-menu li a .text .justify-content-left .flex-column {
  margin-left: 0.5rem;
}
.breadcrumb_filter_dropdown .dropdown-toggle .filter-option .filter-option-inner .filter-option-inner-inner .justify-content-left .ml-1 {
  margin-left: 0 !important;
}
.avatar img {
	width: 35px;
	height: 35px;
}
.default-avatar {
	border-radius: 50%;
}
.default-avatar .default-logo {
	width: 35px !important;
	height: 35px !important;
	font-size: 1rem;
}
.avatar-xs .default-avatar .default-logo {
	width: 26px !important;
	height: 26px !important;
	font-size: 0.9rem;
}
.avatar-xs img {
	width: 26px;
	height: 26px;
}

/*select2*/
.breadcrumbs-top .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid #ccc;
  margin: -11px 0px 0px 13px;
}
.breadcrumbs-top .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0px;
  padding-top: 10px;
}
.breadcrumbs-top .select2-container--classic .select2-selection--single:focus, .select2-container--default .select2-selection--single:focus {
  box-shadow: none !important;
}
#select2-filter_employee-results .select2-results__option--highlighted[aria-selected] {
	background-color: #eee !important;
  color: #626262 !important;
}
#select2-filter_employee-results .select2-results__option[aria-selected=true] {
	background-color: #0f2944 !important;
	color: #fff !important;
}

#select2-filter_employee-results {
  max-height: 350px !important;
}
.dashboard_filter_date_section .input-icon{
	position: absolute;
	left: 16px;
	top: calc(50% - 0.5em);
  color: #000;
}
.dashboard_filter_date_section input {
	padding-left: 25px;
}
/*select2*/

@media (max-width: 430px) {
  .change_sector_leads, .dashboard_filter_date, .breadcrumb_filter_dropdown {
    margin-left: 0px !important;
    position: absolute;
    display: block !important;
  }
  .change_sector_leads {
    margin-top: 25px;
  }
  .dashboard_filter_date {
    margin-top: 28px;
  }
  .breadcrumb_filter_dropdown {
    margin-top: 80px;
  }
  .breadcrumb_filter_dropdown.filter-users {
    margin-top: 87px;
  }
  .breadcrumb_filter_dropdown.filter-products {
    margin-top: 117px;
  }
  .breadcrumb_filter_dropdown.filter-status {
    margin-top: 147px;
  }
  .breadcrumb_filter_dropdown.filter-methods {
    margin-top: 177px;
  }
  .dashboard_filter_date_section .input-icon{
    position: inherit;
    left: 2px;
    top: 35px;
  }
}

.display-none {
  display: none;
}
/*----------- filter ------------*/

/*----------- card/dark ------------*/
.card-bc-transparent {
  background-color: transparent !important;
  box-shadow: none !important;
}
/* tr > .dataTables_empty {
  height: 480px;
} */
/*----------- card/dark ------------*/

.avatar.avatar-online:after {
  /* background-color: #28c76f; */
  background-color: #28c76f;
}
.avatar.avatar-offline:after {
  /* background-color: #a8aaae; */
  background-color: #ea5455;
}
.avatar.avatar-away:after, .avatar.avatar-busy:after, .avatar.avatar-offline:after, .avatar.avatar-online:after {
  border-radius: 100%;
  bottom: 0;
  box-shadow: 0 0 0 2px #fff;
  content: "";
  height: 8px;
  position: absolute;
  right: 3px;
  width: 8px;
}
.pointer-events-none {
  pointer-events: none;
}
.table tfoot tr .pointer-events-none,
.table thead tr .pointer-events-none {
  pointer-events: unset;
}
.alert .alert-heading {
  font-size: 1.125rem;
  padding: 0;
  box-shadow: unset !important;
}
.alert-cta-link,
.alert-cta-link:hover {
  color: unset;
  text-decoration: underline;
}
input[type="date"] {
  position: relative;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  color: transparent;
  background: none;
  z-index: 1;
}
input[type="date"]:before {
  background: none;
  display: block;
  font-family: 'FontAwesome';
  content: '\f133';
  width: 15px;
  height: 20px;
  position: absolute;
  right: 7px;
}

/* timeline */
html:not([dir=rtl]) .timeline:not(.timeline-center) {
    padding-left: 1rem;
}
.timeline {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0;
    list-style: none;
}
html:not([dir=rtl]) .timeline-item {
    border-left: 1px solid #e6e6e8;
}
.timeline .timeline-item {
    position: relative;
    padding-left: 1.4rem;
}
.timeline .timeline-item .timeline-point {
    position: absolute;
    left: -1rem;
    top: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2rem;
    width: 2rem;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #7367f0;
    background-color: #fff;
}
html:not([dir=rtl]) .timeline .timeline-item.timeline-item-transparent .timeline-event {
    padding-left: 0;
}
.timeline .timeline-item.timeline-item-transparent .timeline-event {
    top: -.9rem;
    background-color: transparent;
}
.timeline .timeline-item .timeline-event {
    position: relative;
    width: 100%;
    min-height: 4rem;
    background-color: #fff;
    border-radius: .375rem;
    padding: .5rem 0 .3375rem;
}
.timeline .timeline-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}
.timeline .timeline-header small {
    font-weight: 500;
}
.timeline .timeline-header .text-muted i {
    margin-right: 3px;
}
.timeline .timeline-point-success {
    background-color: #28c76f !important;
    outline: 3px solid rgba(40, 199, 111, .12);
}
.timeline .timeline-point-primary {
    background-color: #7367f0 !important;
    outline: 3px solid rgba(115, 103, 240, .12);
}
.timeline .timeline-point-info {
    background-color: #00bad1 !important;
    outline: 3px solid rgba(0, 186, 209, .12);
}
.timeline .timeline-point-danger {
    background-color: #ff4c51 !important;
    outline: 3px solid rgba(255, 76, 81, .12);
}
.timeline .timeline-point-warning {
    background-color: #ff9f43 !important;
    outline: 3px solid rgba(255, 159, 67, .12);
}
.w-inline-100 {
    width: 100%;
    display: inline-block;
}
.timeline {
    max-height: 617px;
    min-height: 617px;
    overflow-y: auto;
    padding-right: 5px;
    padding-top: 10px;
}
.timeline::-webkit-scrollbar {
    width: 5px;
}
.timeline-item .timeline-event .timeline-header h6 {
    width: 75%;
}
/* timeline */
.btn-label-success {
    color: #28c76f !important;
    border-color: transparent !important;
    background: #ddf6e8 !important;
}
.btn-label-success:hover {
    border-color: transparent !important;
    background: #cbf2dc !important;
    color: #28c76f !important;
}
.btn-label-warning {
    color: #ff9f43 !important;
    border-color: transparent !important;
    background: #fff0e1 !important;
}
.btn-label-warning:hover {
    border-color: transparent !important;
    background: #ffe8d2 !important;
    color: #ff9f43 !important;
}
.btn-label-info {
    color: #00bad1 !important;
    border-color: transparent !important;
    background: #d6f4f8 !important;
}
.btn-label-info:hover {
    border-color: transparent !important;
    background: #c2eef4 !important;
    color: #00bad1 !important;
}
.btn-label-secondary {
    color: #808390 !important;
    border-color: transparent !important;
    background: #ebebed !important;
}
.btn-label-secondary:hover {
    border-color: transparent !important;
    background: #e1e1e4 !important;
    color: #808390 !important;
}
.btn-label-danger {
    color: #ff4c51 !important;
    border-color: transparent !important;
    background: #ffe2e3 !important;
}
.btn-label-danger:hover {
    border-color: transparent !important;
    background: #ffd4d5 !important;
    color: #ff4c51 !important;
}
.card[class*=card-border-shadow-] {
    position: relative;
    border-bottom: none;
    transition: all .2s ease-in-out;
    z-index: 1;
}
.card[class*=card-border-shadow-]:hover {
    box-shadow: 0 .25rem 1.125rem #2f2b3d29;
}
.card[class*=card-border-shadow-]:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-radius: .375rem;
    transition: all .2s ease-in-out;
    z-index: -1;
}
.card.card-border-shadow-success:after {
    border-bottom-color: #abe9c7;
}
.card.card-border-shadow-success:hover:after {
    border-bottom-color: #28c76f;
}
.card.card-border-shadow-primary:after {
    border-bottom-color: #c8c4f9;
}
.card.card-border-shadow-primary:hover:after {
    border-bottom-color: #7367f0;
}
.card.card-border-shadow-warning:after {
    border-bottom-color: #ffdab6;
}
.card.card-border-shadow-warning:hover:after {
    border-bottom-color: #ff9f43;
}
.card.card-border-shadow-danger:after {
    border-bottom-color: #ffb9bb;
}
.card.card-border-shadow-danger:hover:after {
    border-bottom-color: #ff4c51;
}
.card.card-border-shadow-info:after {
    border-bottom-color: #9ce4ed;
}
.card.card-border-shadow-info:hover:after {
    border-bottom-color: #00bad1;
}
.list-unstyled {
    padding-left: 0;
}
.input-tooltip {
    position: relative;
    display: inline-block;
}
.input-tooltip .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
}
.input-tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
.input-tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
@media (min-width: 523px) and (max-width: 770px) {
    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 200px !important;
    }
}
@media (min-width: 431px) and (max-width: 524px) {
    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 200px !important;
    }
}
