/*commoncss*/
.typography .card {
  padding: 1.5rem;
}

.card {
  border: 0;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}

.icon {
  font-size: 16px;
}

/*header css*/
.icon-set {
  position: relative;
  top: -3px;
}

/*header css end*/
/*header*/
#menus {
  position: relative;
  overflow: auto;
}

#menus .navigation a span:nth-child(2) {
  float: right;
  height: 30px;
  width: 30px;
  text-align: center;
  border: 1px solid transparent;
}

#menus .navigation li a {
  border: 1px solid transparent;
}

#menus .navigation a span:nth-child(2) {
  position: relative;
  top: -5px;
}

#menus .navigation a:hover span:nth-child(2),
#menus .navigation li.active a span:nth-child(2) {
  position: relative;
  top: -5px;
}

#menus .navigation a:hover i {
  color: #727cf5;
}

#menus .navigation a i {
  margin-top: 6px;
  position: relative;
  top: 5px;
}

/*endheader*/
.menu-dropdown a span:nth-child(3) {
  font-size: 11px;
  float: right;
  margin-right: 20px;
  margin-top: 3px;
  transition: all 0.3s linear;
  text-stroke: 1px;
  -webkit-text-stroke: 1px !important;
}

header .navbar .navbar-brand {
  margin-left: -175px;
  transition: margin-left 0.3s linear;
}

.navbrand {
  text-align: right;
  margin-right: 10px;
}

#menus .close-icon {
  position: relative;
  left: 17px;
}

.card-breadcrumb {
  display: flex;
  justify-content: space-between;
  padding: 0 35px;
}

.breadcrumb-item a:hover {
  color: #6c757d;
}

.imarrow {
  transform: rotate(90deg);
}

.clickable {
  cursor: pointer;
}

.imstroke {
  -webkit-text-stroke: 0.4px;
  text-stroke: 0.4px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .right-aside {
    max-width: 640px !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .right-aside {
    max-width: 540px !important;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .sidebar-res {
    margin-left: -240px !important;
  }

  .navbar a:first-child {
    margin-left: 15px !important;
  }
}
@media (min-width: 320px) and (max-width: 992px) {
  .card-res {
    margin-top: 1.5rem;
  }
}
@media (min-width: 320px) and (max-width: 575px) {
  .right-aside .content-header h1 {
    font-size: 18px;
  }

  .right-aside {
    max-width: 320px;
  }
}
@media (min-width: 320px) and (max-width: 575px) {
  .sizing .input-group {
    margin-bottom: 1rem;
  }
}
@media (min-width: 320px) and (max-width: 575px) {
  .content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .breadcrumb-item.active {
    font-size: 12px;
  }
}
.avatar-thumbnail {
  width: 50px;
  height: 50px;
}

.h300 {
  height: 300px;
}

.h350 {
  height: 350px;
}

.h400 {
  height: 400px;
}

.h500 {
  height: 500px;
}

/*typography css*/
.fs-8px {
  font-size: 8px !important;
}

.fs-9px {
  font-size: 9px !important;
}

.fs-10px {
  font-size: 10px !important;
}

.fs-11px {
  font-size: 11px !important;
}

.fs-12px {
  font-size: 12px !important;
}

.fs-13px {
  font-size: 13px !important;
}

.fs-14px {
  font-size: 14px !important;
}

.fs-15px {
  font-size: 15px !important;
}

.fs-16px {
  font-size: 16px !important;
}

.fs-17px {
  font-size: 17px !important;
}

.fs-18px {
  font-size: 18px !important;
}

.fs-19px {
  font-size: 19px !important;
}

.fs-20px {
  font-size: 20px !important;
}

.fs-22px {
  font-size: 22px !important;
}

.fs-24px {
  font-size: 24px !important;
}

.fs-25px {
  font-size: 25px !important;
}

.fs-26px {
  font-size: 26px !important;
}

.fs-28px {
  font-size: 28px !important;
}

.fs-30px {
  font-size: 30px !important;
  line-height: 1.2;
}

.fs-35px {
  font-size: 35px !important;
  line-height: 1.2;
}

.fs-40px {
  font-size: 40px !important;
  line-height: 1.2;
}

.fs-45px {
  font-size: 45px !important;
  line-height: 1.2;
}

.fs-50px {
  font-size: 50px !important;
  line-height: 1.2;
}

.fs-60px {
  font-size: 60px !important;
  line-height: 1.2;
}

.fs-70px {
  font-size: 70px !important;
  line-height: 1.2;
}

.fs-80px {
  font-size: 80px !important;
  line-height: 1.2;
}

.fs-90px {
  font-size: 90px !important;
  line-height: 1.2;
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.lh-1 {
  line-height: 1;
}

.lh-2 {
  line-height: 2;
}

.lh-15 {
  line-height: 1.5;
}

.lh-18 {
  line-height: 1.8;
}

.lh-24 {
  line-height: 2.4;
}

.lh-25 {
  line-height: 2.5;
}

.card-set .card {
  box-shadow: none;
  margin-bottom: 0;
}

.typography .card .card-header {
  color: #212529;
}

.typography a {
  color: #50a1ff;
}

.code-preview {
  border: 1px solid #ebebeb;
  border-bottom: none;
  padding: 20px 0 0;
  background-color: #fff;
}

.ul-tag {
  list-style: circle;
}

/*general components css*/
/* Alert Dismiss Button font-size */
.btn-close {
  font-size: 0.69rem;
}

.color1 {
  width: 25px;
  height: 25px;
  margin-right: 2px;
  margin-bottom: 10px;
  border-radius: 50px;
  cursor: pointer;
}

.general-components .alert-text {
  position: relative;
  top: -2px;
}

.general-components .im-icon-Yes:before {
  position: relative;
  left: 6px;
  color: #fff;
  top: 3px;
  -webkit-text-stroke: 1px #fff;
}

.general-components .color1.bg-secondary .im-icon-Yes:before, .general-components .color1.bg-light .im-icon-Yes:before {
  color: #757575 !important;
  -webkit-text-stroke: 1px #757575;
}

.general-components .active i {
  position: relative;
  left: -2px;
  top: -2px;
  opacity: 1 !important;
}

.color1 i {
  opacity: 0;
}

/*general compoent end*/
.chk-align {
  padding-right: 10px;
}

.chk-label-margin {
  margin-left: 5px;
}

.required {
  color: red;
  padding-left: 5px;
}

.btn-green {
  background-color: #00A65A !important;
}

.btn-blue {
  background-color: #2489C5 !important;
}

.icheckbox_square-blue {
  position: relative;
}

#drdCommandType,
#drdSmCommandType,
#drdRBCommandType {
  width: 100%;
}

.padding10 {
  padding: 10px;
}

.padding15 {
  padding: 15px;
}

.paddingleft20 {
  padding-left: 20px;
}

.padding35 {
  padding: 35px;
}

.padding7 {
  padding: 7px;
}

.margintop7 {
  margin-top: 7px;
}

.margintop15 {
  margin-top: 15px;
}

.bordercol-transparent {
  border-color: transparent;
}

.no-border,
.no-border-x,
.no-border-y {
  border: 0;
  border-color: inherit;
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.width100 {
  width: 100% !important;
}

/*elements page css*/
.m-t-10 {
  margin-top: 10px;
}

.m-l-5 {
  margin-left: 2px;
}

.p-t-30 {
  padding-top: 30px !important;
}

.bg-primary-light {
  background-color: #4e5bf2;
}

.bg-primary-dark {
  background-color: #4250f2;
}

.bg-secondary-light {
  background-color: #d2d8e0;
}

.bg-secondary-dark {
  background-color: #cbd2db;
}

.bg-success-light {
  background-color: #2ac046;
}

.bg-success-dark {
  background-color: #28b542;
}

.bg-warning-light {
  background-color: #d99e00;
}

.bg-warning-dark {
  background-color: #cc9500;
}

.bg-info-light {
  background-color: #2a8cff;
}

.bg-info-dark {
  background-color: #1d86ff;
}

.bg-danger-light {
  background-color: #ff2330;
}

.bg-danger-dark {
  background-color: #ff1624;
}

.bg-light-light {
  background-color: #cad2d9;
}

.bg-light-dark {
  background-color: #c2ccd4;
}

.bg-dark-light {
  background-color: #0f0f0f;
}

.bg-dark-dark {
  background-color: #0f0f0f;
}

.b-grey {
  border: 1px solid #e6e6e6;
}

.btn-primary:hover {
  background-color: #4250f2;
}

.btn-success:hover {
  background-color: #28b542;
}

.btn-danger:hover {
  background-color: #ff1624;
}

.btn-info:hover {
  background-color: #1d86ff;
}

.btn-warning:hover {
  background-color: #ecad0e;
}

.btn-secondary:hover {
  background-color: #d2d8e0;
}

.btn-check:checked + .btn-primary,
:not(.btn-check) + .btn-primary:active,
.btn-primary:first-child:active,
.btn-primary.show,
.btn-primary.active,
.btn-primary:active {
  background-color: #4250f2 !important;
}

.btn-success.active,
.btn-success:active {
  background-color: #2b963e !important;
}

.btn-danger.active,
.btn-danger:active {
  background-color: #ff1624 !important;
}

.btn-info.active,
.btn-info:active {
  background-color: #1d86ff !important;
}

.btn-warning.active,
.btn-warning:active {
  background-color: #e0a40d !important;
}

.btn-secondary.active,
.btn-secondary:active {
  background-color: #cbd2db !important;
}

/*elements page end*/
.w-140px {
  width: 140px !important;
}

.w-230px {
  width: 230px !important;
}

.card-bg {
  background-image: url("../../img/images/card-pic1.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.card.card-bg,
.card.card-bg1 {
  position: relative;
}

.card.card-bg .card-header {
  padding-bottom: 3rem;
  z-index: 9;
}

.card-bg .card-footer,
.card.card-bg1 .card-title {
  z-index: 9;
  border-top: 0;
  background: none;
  padding: 0;
}

.card.card-bg .overlay,
.card.card-bg1 .overlay {
  background-color: black;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}

.card-footer .image-set img,
.image-set {
  height: 50px;
  width: 50px;
  border-radius: 50px;
}

.card .photo-set {
  background-color: #fff;
  padding: 4px 9px;
}

.card-title-color {
  color: #6C757D;
}

.dropdown-page .btn {
  margin-bottom: 8rem;
}

.fileinput-preview img {
  width: 100%;
}

.fileinput .thumbnail > img {
  max-height: 100%;
}

.fileinput-new .fileinput-preview {
  width: 200px;
  height: 150px;
}

.custom-file-button input[type=file] {
  margin-left: -2px !important;
}
.custom-file-button input[type=file]::-webkit-file-upload-button {
  display: none;
}
.custom-file-button input[type=file]::file-selector-button {
  display: none;
}
.custom-file-button:hover label {
  background-color: #d2d4d8;
  cursor: pointer;
}

.w-10 {
  width: 10%;
}

.w-30 {
  width: 30%;
}

.w-45 {
  width: 45%;
}

.w-60 {
  width: 60%;
}

.w-90 {
  width: 90%;
}

.progress-sm {
  height: 1px;
}

.progress-md {
  height: 4px;
}

.progress-lg {
  height: 6px;
}

.progress-xl {
  height: 20px;
}

.accordion-header {
  padding: 10px 15px;
  background: none;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.accordion-item {
  border: 0;
  border-radius: 5px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 1rem;
}

.blockquote-acc {
  border-left: 3px solid #727cf5;
  padding-left: 15px;
}

.accordion .accordion-item .accordion-header {
  box-shadow: 0px 2px 7px 0px rgba(154, 161, 171, 0.15);
}

.accordion .accordion-item .accordion-header .icon-acc {
  text-stoke: 1px;
  -webkit-text-stroke: 1px;
}

.accordion i {
  font-weight: unset;
  font-size: 20px;
  -webkit-text-stroke: 1px;
}

#accordion .accordion {
  padding: 0.25rem;
}

.accordion.accordion-bordered .accordion-item .accordion-header {
  box-shadow: none;
  border-radius: 0;
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
}

.accordion > .accordion-item .accordion-header {
  margin-bottom: -1px !important;
}

.accordion.accordion-solid-content .accordion-item .accordion-body {
  padding: 2rem;
  background: #29c0b1;
  color: #ffffff;
}

.accordion.accordion-solid-header .accordion-item .accordion-header a[aria-expanded=true] {
  background: #727cf5;
  color: #ffffff;
}

.accordion.accordion-solid-header .accordion-item .accordion-header a {
  padding: 2rem 2rem 2rem 2rem;
  display: block;
}

.acc-text {
  position: relative;
  top: 3px;
}

#accordion .accordion-item {
  padding: 0.25rem;
}

.accordion-border .accordion-item {
  border-radius: 0;
}

.stretch-card .accordion-header a {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.accordion-header a:hover {
  color: #727cf5;
}

.clr {
  background: #ebebeb;
}

.im {
  font-weight: 900;
}

.clr .im {
  padding: 0.5rem;
}

.col.m-4 {
  display: flex;
  justify-content: center;
}

.tablepage .table td img {
  width: 50px;
  height: 50px;
}
.tablepage .bg-active {
  background-color: #dee2e6;
}
.tablepage .bg-default {
  background-color: #d8d7d7;
}
.tablepage .color2 {
  width: 25px;
  height: 25px;
  margin-right: 2px;
  margin-bottom: 10px;
  border-radius: 50px;
  cursor: pointer;
}
.tablepage .color2 i {
  position: relative;
  opacity: 0;
  left: -5px;
  top: 1px;
  -webkit-text-stroke: 0.4px;
}
.tablepage .imicon-align {
  position: relative;
  left: 5px;
  top: 4px;
  -webkit-text-stroke: 0.4px;
}
.tablepage .card {
  border-radius: 9px;
}
.tablepage .table-responsive {
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}

#table1_length .form-control-sm {
  padding: 5px 18px;
}

.dt-buttons.btn-group {
  display: table;
}

.dt-search,
.dt-length {
  margin-bottom: 1rem;
}

.grid-table .card {
  width: 95%;
}
.grid-table textarea {
  width: 70%;
}
.grid-table .card-body .grid-size {
  overflow-x: hidden;
}
.grid-table #grid7 {
  overflow: hidden;
}

.table-top thead {
  border: 0;
  border-color: inherit;
  border-top-color: #fff;
}

.dashboard-col {
  position: relative;
  box-shadow: 1px 1px 24px 0 rgba(0, 0, 0, 0.15);
}

.im-icon-set {
  font-family: iconsmind !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 2px;
  top: 0;
  color: #fff;
  height: 50px;
  width: 50px;
  border-radius: 30px 0 30px 30px;
  transition: 0.5s;
  text-align: center;
  line-height: 50px;
  font-size: 25px;
}

.dashboard-col .im-icon-set:hover {
  border-radius: 0;
}

/*
.table-top thead{
    border: 0;
    border-color: inherit;
    border-top-color: #fff;
}*/
#hide.hidden {
  display: none;
}

.caffeinated {
  color: #2ac046;
}

.uncaffeinated {
  color: #ff1624;
}

.currency:before {
  content: "$ ";
}

.currency--profit {
  color: #2ac046;
}

.currency--loss {
  color: #ff1624;
}

.currency--zero {
  color: #495057;
}

.datatable-editor-cancel {
  margin-right: 1rem;
  margin-left: 1rem;
  border: none;
}

/*
table tr td img,
table tr td svg {
    height: 40px;
    width: 40px;
    margin-right: 10px;
    vertical-align: middle !important;
}
*/
.gold-color {
  background-color: #ffd700;
}

.silver-color {
  background-color: #bfc5ca;
}

.bronze-color {
  background-color: #d99e00;
}

.svg-img table td,
.svg-img table th {
  padding: 0px;
  vertical-align: middle !important;
}

.card-box-w .card-box-header:after {
  content: "";
  background-color: var(--primary);
  width: 32px;
  height: 7px;
  border-radius: 2px;
  display: block;
  position: absolute;
  top: 39px;
  left: 16px;
}

.card-box-w .card-box-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 0.5rem;
  position: relative;
  margin-bottom: 1rem;
  z-index: 1;
}

.select2-container--bootstrap4 .select2-results__option--highlighted, .select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected=true], .select2-container--bootstrap4 .select2-selection__clear {
  background-color: var(--primary) !important;
}

.select2-results__option span img {
  height: 20px;
  width: 20px;
}

.select-flag > .select2-container:first-child {
  display: none !important;
}

.select-flag .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px;
}

.select-flag .select2-container .select2-selection--single {
  height: 35px;
}

.select-flag .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 4px;
}

[data-select2-id="83"] {
  width: 100% !important;
}

.custom-option .ts-wrapper .option .title {
  display: block;
}
.custom-option .ts-wrapper .option .url {
  font-size: 12px;
  display: block;
  color: #a0a0a0;
}

.contacts .ts-wrapper.contacts .ts-control > div .email {
  opacity: 0.7;
}
.contacts .ts-wrapper.contacts .ts-control > div .name + .email {
  margin-left: 5px;
}
.contacts .ts-wrapper.contacts .ts-control > div .email:after {
  content: ">";
}
.contacts .ts-wrapper.contacts .ts-dropdown .caption {
  font-size: 12px;
  display: block;
  color: #a0a0a0;
}

.demo-animals .scientific {
  font-weight: normal;
  opacity: 0.3;
  margin: 0 0 0 2px;
}

.demo-animals .scientific::before {
  content: "(";
}

.demo-animals .scientific::after {
  content: ")";
}

.select-item .icon {
  width: 3rem;
}

.select-item .item {
  width: 100%;
}

#select-repo-inline .ts-dropdown {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  width: auto !important;
  box-shadow: none;
  height: auto !important;
}

#select-repo-inline .ts-dropdown-content {
  overflow: auto !important;
  max-height: none !important;
}

#select-repo-inline .ts-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
  z-index: 2000;
}

#select-repo-inline .option {
  margin: 0;
}

#log {
  height: 20vh;
  overflow: auto;
}

.tail-select > .tail--nested-dropdown {
  z-index: 2 !important;
}

#toast-container > div {
  width: 315px !important;
}

.toast-error {
  background-color: #ff4954 !important;
}

.basic {
  padding: 2rem 0;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04);
}

.btn-custom-light {
  background: none !important;
  box-shadow: none !important;
  color: #242424 !important;
  border: 1px solid #ccc !important;
}

.swal2-title {
  font-size: 1.5rem !important;
  font-weight: lighter;
}

.apex .card {
  margin: 10px;
}

#wrap {
  margin: 45px auto;
  max-width: 800px;
  position: relative;
}

.chart-box {
  padding-left: 0;
}

#chart-year,
#chart-quarter {
  width: 96%;
  max-width: 48%;
  box-shadow: none;
  padding-left: 0;
  padding-top: 20px;
  background: #fff;
  border: 1px solid #ddd;
}

#chart-year {
  float: left;
  position: relative;
  transition: 1s ease transform;
  z-index: 3;
}

#chart-year.chart-quarter-activated {
  transform: translateX(0);
  transition: 1s ease transform;
}

#chart-quarter {
  float: left;
  position: relative;
  z-index: -2;
  transition: 1s ease transform;
}

#chart-quarter.active {
  transition: 1.1s ease-in-out transform;
  transform: translateX(0);
  z-index: 1;
}

@media screen and (min-width: 480px) {
  #chart-year {
    transform: translateX(50%);
  }

  #chart-quarter {
    transform: translateX(-50%);
  }
}
select#model {
  display: none;
  position: absolute;
  top: -40px;
  left: 0;
  z-index: 2;
  cursor: pointer;
  transform: scale(0.8);
}

.slope {
  overflow: hidden;
}

.pie .actions {
  position: relative;
  z-index: 10;
  max-width: 400px;
  margin: 0 auto;
}
@media only screen and (max-width: 480px) {
  .pie .actions {
    margin-top: 0;
    left: 0;
  }
}


h5.titlecard
{
  display: inline-flex;
}

button.titlecard
{
  display: inline-flex;
  float: right;
}
