
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLmNzcyIsInNvdXJjZXMiOlsiY3VzdG9tLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9 */

/*# sourceMappingURL=custom.css.map */

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.radio-toolbar{
  display: inline-block;
}
.radio-toolbar input[type="checkbox"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.radio-toolbar label {
  display: inline-block;
  background-color: #FFF;
  padding: 2px 20px;
  font-size: 15px;
  border: 1px solid #A9ABAE;
  border-radius: 60px;
  width: auto;
}

.label-sm-right{
  display: none;
  position: absolute;
  z-index: 999;
  margin-top: -5px;
  right: 0px;
  margin-right: -5px;
  padding: 1px 5px 0;
  border: 1px solid #e4e6fc;
  border-radius: 50%;
  background-color: #fff;
  font-size: 12px;
}
.label-sm-right i{
  color:#6c757d;
}

.label-sm-right:hover{
  border: 1px solid red;
  background-color: red;
}

.label-sm-right:hover i{
  color:#fff;
}

.radio-toolbar input[type="checkbox"]:checked + label {
    background-color: #34395e;
		border-color: #A9ABAE;
		color:#FFF !important;
}

.radio-toolbar input[type="checkbox"]:checked + label h5{
		color:#FFF !important;
}

.radio-toolbar input[type="radio"]:focus + label {
    border: 1px solid #34395e;
}

.reportTopbar{
  background: #6777ef;
  padding: 10px;
  color: #fff;
  position: fixed;
  top:70px;
  right:250px;
  width: auto;
  z-index : 999;
  border-radius: 0 0 10px 10px;
  transition: 0.8s;
}

.reportTopbar .reportPanelToggle{
  background: #6777ef;
  color: #fff !important;
  font-weight: 900;
  padding: 6px 11px;
  display: block;
  cursor: pointer;
}
.reportTopbar .reportPanelToggle div{
    display: table-cell;
    width: 55px;
    font-size: 14px;
}

.reportTopbar .reportPanelToggle:hover, .reportTopbar .reportPanelToggle.active {
  background: #fff;
  color: #000 !important;
}


.reportSidebar{
  background: #6777ef;
  padding: 10px 0;
  color: #fff;
  position: fixed;
  top: 30%;
  right: -70px;
  width: 120px;
  z-index : 999;
  border-radius: 10px 0 0 10px;
  transition: 0.8s;
}

.reportSidebar .reportPanelToggle{
  background: #6777ef;
  color: #fff !important;
  font-weight: 900;
  padding: 6px 11px;
  display: block;
  cursor: pointer;
}
.reportSidebar .reportPanelToggle div{
    display: table-cell;
    width: 55px;
    font-size: 14px;
}

.reportSidebar .reportPanelToggle:hover, .reportSidebar .reportPanelToggle.active {
  background: #fff;
  color: #000 !important;
}

.leftSidebar{
  background: #6777ef;
  padding: 10px 0;
  color: #fff;
  position: fixed;
  top: 30%;
  right: -130px;
  width: 180px;
  z-index : 999;
  border-radius: 10px 0 0 10px;
  transition: 0.8s;
}

.sidebarhide{
  right: -310px !important;
  transition: 0.3s;
}

.leftSidebar:hover{
  right: -30px;
  transition: 0.8s;
}

.leftSidebar .leftPanelToggle{
  background: #6777ef;
  color: #fff !important;
  font-weight: 900;
  padding: 6px 11px;
  display: block;
  cursor: pointer;
}
.leftSidebar .leftPanelToggle div{
    display: table-cell;
    width: 50px;
    font-size: 12px;
}

.leftSidebar .leftPanelToggle:hover, .leftSidebar .leftPanelToggle .active{
  background: #fff;
  color: #000 !important;
}

.message {
  animation: message 0.35s ease-out 0s forwards;
}

    .table-responsive>.fixed-column 
    {
      position: absolute;
      display: inline-block;
      width: auto;
      padding: 0px 27px !important;
      margin-left: -27px;
      white-space: nowrap;
    }

    .table-responsive>.fixed-column th, td
    {
        padding: 15px 20px !important;
        text-align: center;
        white-space: nowrap;
        size: auto;
    }

    table.dataTable thead th
    {
      text-align: center;
      white-space: nowrap;
    }
    table.dataTable th, td
    {
        width: 100%;
        margin: 0px 8px;
        white-space: nowrap;
        size: auto;
        text-align: center;
        table-layout: fixed;
    }

@keyframes message {
  0% {
    max-height: 100vmax;
  }
  80% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    max-height: 100vmax;
    overflow: visible;
    padding-top: 1rem;
  }
}

@media print {
	.hide-on-print {
			display: none;
	}
  .main-content{
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
  }

  .table th{
    border:1px solid #000;
  }
  .table tr{
    border:1px solid #000;
  }

  .table td{
    border:1px solid #000;
  }

  .invoice-detail-item{
    border:1px solid #000;
    padding:5px;
  }

  .invoice-detail-value{
    padding:0!important;
  }
}
