/* width */
::-webkit-scrollbar {
  width: 3px;
  opacity: 10%;
}

/* Track */
::-webkit-scrollbar-track {
  background: #22252a; /* #2d3035; */
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #22252a; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

/*.dropdown-menu {
    max-height: 500px;
    overflow-y: auto;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #1e2125;
  background-color: #ffca0f;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #1e2125;
  text-decoration: none;
  background-color: #555;
}
*/

      /* ============ desktop view ============ */
      @media all and (min-width: 992px) {

        .dropdown-menu li{
          position: relative;
        }
        .dropdown-menu .submenu{ 
          display: none;
          position: absolute;
          left:100%; top:-7px;
        }
        .dropdown-menu .submenu-left{ 
          right:100%; left:auto;
        }

        .dropdown-menu > li:hover{ background-color: #ffca0f }
        .dropdown-menu > li:hover > .submenu{
          display: block;
        }
      } 
      /* ============ desktop view .end// ============ */

      /* ============ small devices ============ */
      @media (max-width: 991px) {

      .dropdown-menu .dropdown-menu{
          margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
      }

      } 
      /* ============ small devices .end// ============ */

.badge {
    display: inline-block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}


.accordion .card {
  overflow: inherit;
}


/*.dropdown-toggle {
  float: left;
}
.dropdown-menu.show {
  position: relative !important;
  clear: both;
  margin-top: 0;
  transform: none !important;
}*/

div#btn-show-hide {
  position:fixed;
  top:78px;
  right:20px;
  opacity: 35%;
  /*border-radius:0;*/
  /*z-index: 9999;*/
}


.row.equal{
    margin-bottom: 30px;
}
.block.equal{
    height: 100%;
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
@media (max-width: 430px) {
  .row.equal{
      margin-bottom: 30px;
  }
  .block.equal{
      height: 100%;
      width: 100%;
      padding-bottom: 5px;
      margin-bottom: 10px;
  }
}




.btn-outline-third {
  color: #868e96;
  background-color: #2d3035;
  background-image: none;
  border-color: #868e96;
}

.btn-outline-third:hover {
  color: #22252a;
  background-color: #868e96;
  border-color: #868e96;
}

.btn-outline-third:focus, .btn-outline-third.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-outline-third.disabled, .btn-outline-third:disabled {
  color: #868e96;
  background-color: #2d3035;
}

.btn-outline-third:not(:disabled):not(.disabled):active, .btn-outline-third:not(:disabled):not(.disabled).active,
.show > .btn-outline-third.dropdown-toggle {
  color: color-yiq(#868e96);
  background-color: #868e96;
  border-color: #868e96;
}

.btn-outline-third:not(:disabled):not(.disabled):active:focus, .btn-outline-third:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-third.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}









.btn-outline-expandall {
  color: #868e96;
  background-color: #2d3035;
  background-image: none;
  border-color: #868e96;
}

.btn-outline-expandall:hover {
  color: #22252a;
  background-color: #868e96;
  border-color: #868e96;
}

.btn-outline-expandall:focus, .btn-outline-expandall.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-outline-expandall.disabled, .btn-outline-expandall:disabled {
  color: #868e96;
  background-color: #2d3035;
}

.btn-outline-expandall:not(:disabled):not(.disabled):active, .btn-outline-expandall:not(:disabled):not(.disabled).active,
.show > .btn-outline-expandall.dropdown-toggle {
  color: color-yiq(#868e96);
  background-color: #868e96;
  border-color: #868e96;
}

.btn-outline-expandall:not(:disabled):not(.disabled):active:focus, .btn-outline-expandall:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-expandall.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}
















#style-switch-button {
  position: fixed;
/*  bottom: 0;*/
  /*right: 15px;
  bottom: 17px;*/
  font-size: 11px;
  color: white;
  right: 20px;
  bottom: 60px;
  border-radius: 3px;
  z-index: 2001;
}






div#quicklink {
  width: 100%;
  background: #2d3035;
  color: #6a6c70;
  border-right: 0px solid #34373d;
  padding: 0;
  /* shrinked divbar */
}

div#quicklink a {
  color: inherit;
  text-decoration: none;
  position: relative;
}

div#quicklink a[data-toggle="collapse"]::after {
  content: '\f104';
  display: inline-block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  right: 20px;
}

div#quicklink a[aria-expanded="true"] {
  background: #34373d;
}

div#quicklink a[aria-expanded="true"]::after {
  content: '\f107';
}

div#quicklink a i {
  font-size: 1.2em;
  margin-right: 10px;
  -webkit-transition: none;
  transition: none;
}

div#quicklink .quicklink-header {
  padding: 30px 20px;
}

div#quicklink .quicklink-header h1,
div#quicklink .quicklink-header p {
  margin-bottom: 0;
}

div#quicklink .quicklink-header h1 {
  color: #8a8d93;
}

div#quicklink .quicklink-header p {
  font-size: 0.9rem;
}

div#quicklink span.heading {
  font-weight: 700;
  margin-left: 20px;
  color: #494d53;
  font-size: 1.2rem;
  margin-bottom: 15px;
}

div#quicklink .avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
  background: none;
  padding: 4px;
  border: 3px solid #282b2f;
}

div#quicklink ul {
  max-height: none;
}

div#quicklink li {
  position: relative;
  /* menu item */
  /* submenu item */
  /* menu item active */
  /* submenu item active */
}

div#quicklink li a {
  padding: 12px 20px;
  display: block;
  font-weight: 400;
}

div#quicklink li a:hover {
  background: #34373d;
}

div#quicklink li a:hover i {
  color: #ffca0f;
}

div#quicklink li a i {
  margin-right: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-right: 20px;
  border-right: 1px solid #454649;
  width: 40px;
}

div#quicklink li li a {
  padding: 10px;
  padding-left: 60px;
  background: #22252a;
}

div#quicklink li li a:hover {
  background: #292c32;
}

div#quicklink li li a:hover i {
  color: #ffca0f;
}

div#quicklink li::before {
  content: '';
  /*width: 2px;*/
  height: 100%;
  background: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

div#quicklink li.active::before {
  background: #ffca0f;
}

div#quicklink li.active > a {
  background: #34373d;
  color: #bfc1c4;
}

div#quicklink li.active i {
  color: #ffca0f;
}

div#quicklink li li.active > a {
  background: #292c32;
}

thead th.align-center,
thead td.align-center,
tfoot th.align-center,
tfoot td.align-center {
  text-align: center;
}
thead th.align-right,
thead td.align-right,
tfoot th.align-right,
tfoot td.align-right {
  text-align: right;
}

table.dataTable thead th.align-right,
table.dataTable thead td.align-right,
table.dataTable tfoot th.align-right,
table.dataTable tfoot td.align-right {
  text-align: right;
}
table.dataTable tbody th.align-right,
table.dataTable tbody td.align-right {
  text-align: right;
}

table.dataTable tfoot th.align-right,
table.dataTable tfoot td.align-right {
/*
  margin-right: 20px;
  padding-right: 20px;*/
}
@media (max-width: 400px) {
  table.dataTable thead th.align-right,
  table.dataTable thead td.align-right,
  table.dataTable tfoot th.align-right,
  table.dataTable tfoot td.align-right {
    text-align: left;
    width: 100%;
  }
  table.dataTable tbody th.align-right,
  table.dataTable tbody td.align-right {
    text-align: left;
    width: 100%;
  }
}

.rTable {
   display: table;
   width: 100%;
   font-size: 13px;
}
.rTableRow {
   display: table-row;
}
.rTableHeading {
   display: table-header-group;
   /*background-color: #ddd;*/
}
.rTableCell, .rTableHead {
   display: table-cell;
   padding: 2px 2px;
   /*border-color: #343a40;*/
   /*border: 1px solid #999999;*/
}
.rTableHeading {
   display: table-header-group;
   /*background-color: #ddd;*/
   font-weight: bold;
}
.rTableFoot {
   display: table-footer-group;
   font-weight: bold;
   /*background-color: #ddd;*/
}
.rTableBody {
   display: table-row-group;
}
.rTable {
   /*display: block;*/
   width: 100%;
}
.rTableHeading, .rTableBody, .rTableFoot, .rTableRow{
   clear: both;
}
.rTableHead, .rTableFoot{
   /*background-color: #DDD;*/
   font-weight: bold;
}
.rTableCell, .rTableHead {
   /*border: 1px solid #343a40;
   border-color: #343a40;*/
   float: left;
   /*height: 17px;*/
   overflow: hidden;
   padding: 2px 2px;
   /*width: 28%;*/
}
.rTable:after {
   visibility: hidden;
   display: block;
   font-size: 0;
   content: " ";
   clear: both;
   height: 0;
}
@media (max-width: 430px) {
  .rTable {
     font-size: 14px;
  }
}


.breadcrumb {
  padding-bottom: 0 !important;
}
.sticky-top {
  padding-top: 10px;
/*  padding-bottom: 5px;
  margin-bottom: 0;*/
  background-color: #22252a;
  /*z-index: 1020;*/
}

.single-line-truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.multi-line-truncate {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   overflow: hidden;
}


.my-btn {
  height: 18px; 
  min-width: 18px;
  padding: 0 0px;
  font-size: 11px;
  /*float: right;*/
  /*margin-right: 5px;*/
  margin-top: 0;
}
@media (max-width: 430px) {
.my-btn {
  height: 30px; 
  min-width: 30px;
  font-size: 13px;
}

.my-btn-md {
  height: 34px; 
  min-width: 34px;
  padding: 0 0px;
  font-size: 17px;
  float: right;
  /*margin-right: 5px;*/
  margin-top: 10px;
}


.my-dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 300 !important;
  color: #8e9198;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  padding-left: 12px
}

.my-dropdown-item:hover, .dropdown-item:focus {
  color: #22252a;
  text-decoration: none;
  background-color: #ffca0f;
}


div.tooltip-inner {
    max-width: 300px;
}
div.dataTables_wrapper div.dataTables_info {
	font-size: 13px;
	float: center;
}
.pagination {
/*  display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: 0.25rem;*/
	font-size: 13px;
	
/*  -ms-flex-pack: center !important;
  justify-content: center !important;*/
}
div.dataTables_wrapper div.dataTables_length label {
/*	font-size: 13px;
	margin-top: 15px;*/
	float: left;
	/*display: inline-flex;*/
}
@media (max-width: 768px) {
	div.dataTables_wrapper div.dataTables_filter {
		margin-top: -39px;
		float: right;
		/*display: inline-flex;*/
	}
	.pagination {
		justify-content: center;
	}
}
@media (min-width: 768px) {
	div.dataTables_wrapper div.dataTables_filter {
		margin-top: 0;
		float: right;
		/*display: inline-flex;*/
	}
	.pagination {

	  /*justify-content: right !important;*/
	}
}


@media (max-width: 430px) {
  body{
    font-size: 13px;
  }
  .btn{
    font-size: 13px;
  }
  .block .title strong:first-child {
    font-size: 16px;
    color: #a5a7ab;
  }
  .modal-title {
    font-size: 16px;
    color: #a5a7ab;
  }
  .block .title strong:first-child {
    font-size: 16px;
    color: #a5a7ab;
  }
  div .form-group label {
    font-size: 13px;
  }
  div .form-group select {
    font-size: 13px;
  }
  input[type='text'] {
    font-size: 13px;
  }

  .form-control::-moz-placeholder {
    font-size: 13px;
  }

  .form-control::-webkit-input-placeholder {
    font-size: 13px;
  }

  .form-control:-ms-input-placeholder {
    font-size: 13px;
  }

  .form-control {
    font-size: 13px;
  }
  .input-group-text {
    font-size: 13px;
  }
  .modal-open .modal .modal-title {
    font-size: 16px;
  }
  .custom-select-sm {
    height: calc(1.8rem + 2px);
    padding: 0.25rem 1.5rem 0.25rem 0.5rem;
  }
  .dropdown-menu .dropdown-item {
    font-size: 15px;
    /*padding: 8px;*/
  }
  .dropdown .btn {
    font-size: 15px;
  }
}







