/* nonused css
 hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #efefef;
} */

.checker span.checked:after{
  background-color: #2196F3 !important;
  color: #FFF !important;
}

.word-wrap{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

.xlg {
  width: 65% !important;
}

.table-borderless>tbody>tr>th,
.table-borderless>tbody>tr>td 
{
  border:none;
  padding: 12px 0px 5px 0px !important;
}

.pre-scrollable
{
  max-height: 540px !important;
  overflow-y: scroll;
}

/* not used tile colors .greenTile {
  background: linear-gradient(to bottom right, #609931, #87bc27);
}

.tealTile{
  background: linear-gradient(to bottom right, #0aa361, #1adc88);
}

.blueTile
{
  background: linear-gradient(to bottom right, #1f6abb, #4f9cf2);
}
.yellowTile
{
  background: linear-gradient(to bottom right, #ef7f00, #f7b200);
}

.violetTile
{
  background: linear-gradient(to bottom right, #6c3199, #e06ac1);
}
.indigoTile{
  background: linear-gradient(to bottom right, #5d6cc0, #8da1d8);
}
.pinkTile{
  background: linear-gradient(to bottom right, #bc2757, #ec417a);
}

.primaryTile{
  background: linear-gradient(to bottom right, #2792bc, #41e0ec);
} */


.box {
  overflow: hidden;
  position: absolute;
  height: 75px;
  width: 70px;
  right: 0px;
  bottom: 0px;
  display: block;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-body .rotate {
  z-index: 8;
  float: right;
  height: 100%;
}


.card-body .rotate i {
  color: rgba(20, 20, 20, 0.15);
  position: absolute;
  left: 0;
  left: auto;
  right: -10px;
  bottom: 0;
  display: block;
  -webkit-transform: rotate(-44deg);
  -moz-transform: rotate(-44deg);
  -o-transform: rotate(-44deg);
  -ms-transform: rotate(-44deg);
  transform: rotate(-44deg);
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 0px;
  margin-bottom: 0px;;
}

.py-2 {
  padding-bottom: .5rem!important;
  margin-bottom: 10px;
  margin-top: 10px;
}

.chartNodata
{
  display: flex;
  justify-content: center;
  align-items: center;
}

.upload-file input[type="file"]
{
  display: none;
}

.upload-file label{
  width: 100%;
}

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear
{
    display: none;
}

.mb-3
{
  margin: 0 2px;
  padding: .35em .625em .75em;
}

fieldset.bordered
{
  border: 1px solid #ddd !important;
  margin: 10px 0px 10px 0px;
  padding: 5px;       
  position: relative;
  border-radius:3px;
  padding-left:10px!important;
}	

  legend.bordered
  {
    font-size:14px;
    font-weight:bold;
    margin-bottom: 0px; 
    width:  max-content; 
    border: 1px solid #ddd;
    border-radius: 4px; 
    padding: 0px 15px 0px 15px;
    background-color: #ffffff;
  }

  .tooltip
  {
    pointer-events: none;
  }

  .img-lg {
    width: 44px!important;
    height: 44px!important;
  }
  .img-circle {
    border-radius: 50%;
  }
  .media-left {
    padding-right: 20px;
    position: relative;
    display: table-cell;
    vertical-align: top;
  }
  .media-heading {
    margin-bottom: 2px;
    display: block;
    margin-top: 0;
}
.heading-elements {
  background-color: inherit;
  position: absolute;
  top: 50%;
  right: 20px;
  height: 36px;
  margin-top: -18px;
}

.card-body > .heading-elements {
  top: 0;
  margin-top: 14px;
  z-index: 10;
}
.heading-elements:not(.visible-elements) .icons-list {
  margin-top: 10px;
}
.icons-list {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
  font-size: 0;
}
.heading-elements:not(.visible-elements){
  float: left;
  margin-left: 20px;
}
.icons-list > li:first-child {
  margin-left: 0;
}
.icons-list > li {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  font-size: 13px;
}
.icons-list a{
  color: #000;
}

.dropdown-menu > li > a > i {
  margin-right: 12px;
  float: left;
  margin-top: 0px;
  top: 0;
}

.fixed-height-300{
  height: 300px;
}

select:focus{
  outline:0px !important;
}

.checker {
    position: relative;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    width: 18px;
    height: 18px;
}

.uploader {
    width: 100%;
    position: relative;
    display: table;
}

    .uploader .filename {
        color: #999999;
        height: 36px;
        padding: 7px 12px;
        cursor: pointer;
        width: 100%;
        display: table-cell;
        cursor: default;
        border: 1px solid #ddd;
        border-right: 0;
        background-color: #fff;
        text-align: left;
        word-break: break-word;
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px;
    }

    .uploader .action {
        display: table-cell;
        cursor: pointer;
        z-index: 1;
        border-radius: 0;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
    }

        .uploader .action.btn {
            margin-top: 0;
        }

    .uploader:hover .action,
    .uploader:focus .action {
        -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
        box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
    }

        .uploader:hover .action.btn-default,
        .uploader:focus .action.btn-default {
            -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.01) inset;
            box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.01) inset;
        }

    .uploader:active .action {
        -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
        box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
    }

        .uploader:active .action.btn-default {
            -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.03) inset;
            box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.03) inset;
        }

    .uploader input[type=file] {
        width: 100%;
        margin-top: 0;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        height: 36px;
        border: 0;
        cursor: pointer;
        z-index: 10;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .uploader.disabled .filename {
        background-color: #fafafa;
        cursor: not-allowed;
    }

.uploader-lg input[type=file],
.uploader-lg .action,
.uploader-lg .filename {
    height: 40px;
}

.uploader-lg .filename {
    padding: 9px 15px;
    font-size: 14px;
    line-height: 1.4285715;
}

.uploader-sm input[type=file],
.uploader-sm .action,
.uploader-sm .filename {
    height: 34px;
}

.uploader-sm .filename {
    padding: 6px 11px;
    font-size: 12px;
    line-height: 1.6666667;
}

.uploader-xs input[type=file],
.uploader-xs .action,
.uploader-xs .filename {
    height: 32px;
}

.uploader-xs .filename {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.6666667;
}

.login-btn::after {
    content: none !important;
}

.sign-in-card > .close::after {
    content: none !important;
}

.sign-in-card {
    right: 0 !important;
    left: auto !important;
    top: calc(100% + 5px) !important;
}

.icon-object {
    border-radius: 50%;
    text-align: center;
    margin: 10px;
    border-width: 3px;
    border-style: solid;
    padding: 20px;
}

    .icon-object > i {
        font-size: 32px !important;
    }

    .inactive{
      background-color: #2a3140 !important;
    }
    
    .activeTab{
      background-color: #26a69a !important;
    }

    .customSelectArrowDown {
      border: solid black;
      border-width: 0 1px 1px 0;
      display: inline-block;
      padding: 2.5px;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
    }

    button{
      margin-left: 5px !important;
    }