﻿body{
    font-size:0.9rem;
}
.col-form-label {
    font-weight: 700;
    font-size: .80rem;
}
.synopsis .col-form-label {
    font-weight: 700;
    font-size: .75rem;
}
.synopsis .row {
    margin-bottom:10px;
}
.form-group {
    margin-bottom: -0.7rem;
}
.row{
    margin-bottom:-7px;
}
.company-master .form-group {
    margin-bottom: -0.85rem!important;
}
input[type="file"]{
    font-size:0.85rem;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.45em + 0.70rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.80rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-check-label {
    font-size: 0.75rem;
}
.text-danger{
    margin:0px 0px 20px;
    font-size: .80rem;
}
.validate-msg {
    display: block;
    margin: 0px 14px;
}
table.dataTable thead th, table.dataTable tbody td{
    font-size:0.75rem!important;
}
table thead th, table tbody td{
    font-size:0.80rem!important;
}
.tdhide{
    display:none;
}
.btn-link {
    font-weight: 300;
    color:#043e51;
}
.ImgPicDiv {
    height: 150px;
    width: 150px;
}
.ImgDocDiv {
    height: 250px;
    width: 250px;
    border: 1px solid lightgray;
    border-radius:4px;
    overflow:hidden;
}
.ImgSignDiv {
    height: 50px;
    width: 150px;
}
.ImgPicViewCollectorDiv {
    height: 100px;
}
.ImgPicDiv,.ImgSignDiv,.ImgPicViewCollectorDiv {
    border: 1px solid lightgray;
    border-radius:4px;
    overflow:hidden;
}
.product-card{
    font-size:0.8rem;
}
#v-pills-tabContent{
    border:1px solid #e6e6e6;
    border-radius:4px;
}
.label {
    border: none;
    outline: none;
    padding: 0px 0px 0px 0px;
    background-color: transparent;
}
.border-box {
    width: 100%;
    height: auto;
    display: table;
    border: solid 1px #dedddd;
    padding: 0px 14px;
}
.border-box .border-box-heading {
    display: table;
    padding: 0 5px;
    position: relative;
    top: -12px;
    background: #fff;
    margin-left: 10px;
    color: #00695c;
}
.card{
    border: 1px solid #0015ff24;
}
.card-box{
    width:100%;
    height:125px;
    border-radius:4px;
    margin-bottom:10px;
    padding:10px;
    position:relative;
    z-index:0
}
.card-box h3,.card p{
    color:#fff;
    font-weight:700;
}

.synopsis-card .col-md-3{
    margin:7px 0px;
}
.card-box .inner{
    position:relative;
    z-index:2;
}
.card-box .icon{
    position:absolute;
    z-index:1;
    font-size:70px;
    top:10px;
    right:10px;
    color:rgba(255,255,255,0.13);
}
.card-box .icon:hover{
    transform:scale(1.1);
}
.chosen-container, .chosen-container-single{
    width:100%!important;
}
/*------------------------------------------------
    checkbox control
    ----------------------------------------------*/
.toggle-switch[type="checkbox"] {
  -webkit-appearance: none;
  height: 16px;
  width: 30px;
  background-color: hsl(230, 22%, 74%);
  border-radius: 14px;
  border: none;
  outline: none;
  cursor: pointer;
  margin: 0% 3%;
}
.toggle-switch[type="checkbox"]:checked {
  background: #239886;
}
.toggle-switch[type="checkbox"]:hover[type="checkbox"] {
  cursor: pointer;
}
.toggle-switch[type="checkbox"]::before {
  content: "";
  height: 12px;
  width:12px;
  background-color: white;
  position: absolute;
  border-radius: 50%;
  transition: 0.5s;
  transform: translate(2px, 2px);
}
.toggle-switch[type="checkbox"]:checked[type="checkbox"]::before {
  transform: translate(15px, 2px);
}

/*--------------------------------------------------------------
    scroll bar
  -----------------------------------------------------------------*/

    /* width */
::-webkit-scrollbar:horizontal {
  height: 4px;
}

/* Track */
::-webkit-scrollbar-track:horizontal {
  background: #fff;
}
::-webkit-scrollbar-track:vertical {
  background: #fff;
}
/* Handle */
::-webkit-scrollbar-thumb:horizontal {
  background: #16849d;
  border-radius:4px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:horizontal:hover {
  background: #169d33;
}

.MemberJoiningReceiptPage {
      width: 21cm;
      min-height: 29.7cm;
      padding: 0.5cm;
      margin: 1cm auto;
      border: 1px #D3D3D3 solid;
      border-radius: 5px;
      background: white;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    }


.CollectorICardPage{
      width: 21cm;
      min-height: 29.7cm;
      padding: 0.5cm;
      margin: 1cm auto;
      border-radius: 5px;
      background: white;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    }

.ReceiptPage {
      width: 21cm;
      min-height: 29.7cm;
      padding: 0.5cm;
      margin: 1cm auto;
      border: 1px #D3D3D3 solid;
      border-radius: 5px;
      background: white;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    }
/*---------------------------------------------
    print-control
----------------------------------------------*/
@media print{
   #sidebar, .navbar,.printBtn, .nonPrintCard{
       display:none;
   }

   .MemberJoiningReceiptPage {
    margin: 0;
    border: initial;
    border-radius: initial;
    width: initial;
    min-height: initial;
    box-shadow: initial;
    background: initial;
    page-break-after: always;
  }

   .ReceiptPage {
    margin: 0;
    border: initial;
    border-radius: initial;
    width: initial;
    min-height: initial;
    box-shadow: initial;
    background: initial;
    page-break-after: always;
  }

.CollectorICardPage {
        background-color: white;
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
        padding: 10px;
        font-size: 14px;

    }
}

/*----------------------------------------------------------------------------------
    Loader CSS
----------------------------------------------------------------------------------*/

.loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fff;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fff;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
.loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fff;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#loadingDiv {
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0, 0, 0, 0.4);
    position:absolute;
    z-index:1200;
}

/*----------------------------------------------------------------
    Dashboard
----------------------------------------------------------------*/

#chartDiv1,#chartDiv2{
    position: relative; 
    width:100%;
    height: 312px;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #44b9b7;
}
.card-number{
    border-width: 1px 0px 1px 1px;
    border-style: solid;
    border-top-left-radius: 16px;
}
.card-number>h3{
    color: #1a2346;
}
.card-text{
    font-size:1.1rem;
}
.fa-arrow-circle-right:hover{
    transform:scale(1.125);
    cursor:pointer;
}
#upcomingDays,#previousDays{
    border: none;
    border-bottom: 1px solid #111835;
    width: 40px;
    text-align: center;
    outline: none;
    font-size:0.85rem;
    font-weight:600;
}
#UpcomingPreviousEmiTable_wrapper>.dt-buttons{
    visibility:hidden;
}
.seperator{
    width:0;
    height:2px;
    background:linear-gradient(89deg, transparent, rgb(190, 229, 235), transparent);
    display:none;
}
#dashExcelBtn{
    float: right;
    margin-right: -14px !important;
}

