
a{
    text-decoration: none;
    color:#463E96 ;
}
body{
  font-family: 'Calibri' !important;
  font-size: 16px !important;
    background-color: #F1F1F1!important;
    color: #505050;
}


hr {
    margin: 0.75rem 0;
}
.form-control{
    font-size: 13px;
    min-height: 40px;
}
.form-select{
    font-size: 13px;
    min-height: 40px;
}
.header .form-select{
  min-height: 30px;
  min-width: 125px;
  font-size: 13px;
}
.btn{
    min-height: 40px;
    font-size: 14px;
    font-family: 'Calibri-Bold';
}
.btn-warning{
  color: #17224b !important;
      background-color: #FABD03;
}
.btn-primary{
  background: #463E96 !important;
  border: #463E96 solid 1px !important;
}
.btn-outline-primary{
  border: #463E96 solid 2px !important;
  color:#000 !important;
}
.btn-outline-primary:hover{
  background: none !important;
color: none;
}
.btn-sm{
  min-height: 10px;
  font-size: 0.675rem;
}
.mt32{
  margin-top: 32px;
}
.w-50{
  min-width: 40%;
}

/* @-webkit-keyframes dot-keyframes {
    0% {
      opacity: 0.4;
      transform: scale(1, 1);
    }
    50% {
      opacity: 1;
      transform: scale(1.2, 1.2);
    }
    100% {
      opacity: 0.4;
      transform: scale(1, 1);
    }
  }
  @keyframes dot-keyframes {
    0% {
      opacity: 0.4;
      transform: scale(1, 1);
    }
    50% {
      opacity: 1;
      transform: scale(1.2, 1.2);
    }
    100% {
      opacity: 0.4;
      transform: scale(1, 1);
    }
  }
  .page-loader{
    position: relative;
    z-index: 1;
  }
  .loading-dots {
    text-align: center;
    width: 100%;
    position: fixed;
    width: 80px;
    height: 50px;
    margin: auto;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: rgba(0,0,0,0.3);
    border-radius: 29px;
    padding: 15px;
  }
  .loading-dots--dot {
    -webkit-animation: dot-keyframes 1.5s infinite ease-in-out;
            animation: dot-keyframes 1.5s infinite ease-in-out;
    background-color: #000;
    border-radius: 10px;
    display: inline-block;
    height: 10px;
    width: 10px;
  }
  .loading-dots--dot:nth-child(2) {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  .loading-dots--dot:nth-child(3) {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  } */

  /* Full-screen black background overlay */
.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.71);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* Loader styling */
.loader {
  aspect-ratio: 1;
  display: grid;
  animation: l14 4s infinite;
  width: 80px;
  margin: auto;
}

.loader::before,
.loader::after {    
  content: "";
  grid-area: 1/1;
  border: 2px solid;
  border-radius: 50%;
  border-color: #463E96  #fff #6da944 transparent;
  mix-blend-mode: darken;
  animation: l14 1s infinite linear;
}

.loader::after {
  border-color: transparent transparent #fabd03 #fff;
  animation-direction: reverse;
}

  /* Full-screen black background overlay */
  .page-loaders {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.71);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
  }
  
  /* Loader styling */
  .loaders {
    aspect-ratio: 1;
    display: grid;
    animation: l14 4s infinite;
    width: 80px;
    margin: auto;
  }
  
  .loaders::before,
  .loaders::after {    
    content: "";
    grid-area: 1/1;
    border: 2px solid;
    border-radius: 50%;
    border-color: #463E96  #fff #6da944 transparent;
    mix-blend-mode: darken;
    animation: l14 1s infinite linear;
  }
  
  .loaders::after {
    border-color: transparent transparent #fabd03 #fff;
    animation-direction: reverse;
  }

@keyframes l14 { 
  100% { transform: rotate(1turn); }
}

  hr{
    opacity: .15 !important;
  }
  .copyright{
    color: #fff;
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    font-size: 12px;
  }
  .noCursor{
    filter: grayscale(100%);
    opacity: .5;
    cursor: not-allowed !important;
  }


  .myProfile .picMain {
    background: #959494 !important;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    border-radius: 5px 5px 0 0;
}
.myProfile .picMain .thumb {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: url(../img/texture.png) #ccc no-repeat 50%;
  background-size: cover;
  display: block;
  margin: auto;
  border: 2px solid #fff;
}
.myProfile .picMain h3{
  font-size: 1.5rem;
  margin: 1rem 0 0rem 0;
}

 .nav-pills .nav-link.active, .nav-pills .show .nav-link {
  background-color: #463e96 !important;
	min-width: 110px;
  color: #fff !important;
}

.nav-pills .nav-link {
  background: #e6e6e6 !important;
    color: #828282;
    border-radius: 0;
    text-align: center;
    margin-bottom: 2px !important;
    border-radius: 5px;
    cursor: pointer;
    min-width: 110px;
}

/* .nav-pills .nav-link:hover{
  color: revert-layer !important;
}  */

.nav-link:focus, .nav-link:hover {
  color: inherit !important;
}

/* .nav-item{
  margin-bottom: 10px;
} */

.logOutModal .modal-dialog{
  max-width: 350px !important;
}

.modal-header  h5{
  font-size: 16px !important;
  font-family: 'Calibri-Bold';
  margin-bottom: 0 !important;}

.btn-close{
  font-size: 12px;
}
.btn-close:focus{
  box-shadow: none !important;
}

.editBtn{
  background: none !important;
    border: none !important;
    color: #565656 !important;
}

.viewBtn{
  background: none !important;
  border: none !important;
  color: #565656 !important;
}

.expBtn{
  background: #1e7144;
  color: #fff;
  padding: 3px 10px;
  border-radius: 3px;
}

.printBtn{
  background: #5c5c5c !important;
  color: #fff;
  padding: 3px 10px;
  border-radius: 3px;
}

.btn-info{
  background: #078591 !important;
  color: #fff !important;}

  .full_screen .main{
    width: calc(100% - 120px);
    margin-left: 105px;
    margin-top:75px
}
  


  .cus-Table{
    width: 100% !important;
    border: 1px solid gray;
    margin-bottom: 0 !important;
  
  }
  .cus-Table thead th {
    background: #f0f0f0;
    border: none;
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
    color: #000;
    font-size: 13px;
    text-align: left ;
    font-family: 'Calibri-Bold';

  }
  .cus-Table tbody tr td {
    border: none;
    font-size: 13px;
    font-weight: normal !important;
      text-align: left ;
      padding: 8px 18px 8px 10px !important;
  }

  .cus-Table  > tbody > tr:nth-of-type(even) > * {
    background: #fff;
  }

  .cus-Table > tbody > tr:nth-of-type(odd) > *{
    background: #f9f9f9;
  }
  /* .cus-Table .dataTables_length, .cus-Table .dataTables_filter, .cus-Table .dataTables_info,.cus-Table .dataTables_paginate {
  margin-bottom: 5px;
  }
  
  
  .cus-Table .dataTables_paginate {
    margin-top: 1rem;
  }
  .cus-Table  td  a{
      text-decoration: underline;
  }
  .cus-Table .table td {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
  .dataTables_info {
    margin-top: .7rem;
  }
  .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.1em 0.5em !important;
  }
  .inner-Table .dataTables_length {
    margin-bottom: 1rem;
  }
  .inner-Table .dataTables_info, .inner-Table .dataTables_paginate {
    margin-top: 1rem;
  } */

  table.dataTable thead>tr>th.dt-orderable-asc:hover, table.dataTable thead>tr>th.dt-orderable-desc:hover, table.dataTable thead>tr>td.dt-orderable-asc:hover, table.dataTable thead>tr>td.dt-orderable-desc:hover {
    outline: none !important;
    outline-offset: 0;
}


sup {
  top: -.5em;
  color: red;
}

div.dt-container select.dt-input {
  padding: 5px !important;
  margin-right: 5px !important;
}

div.dt-container.dt-empty-footer tbody>tr:last-child>* {
  border-bottom: none !important;

}


.form-check-input[type=radio] {
  border-radius: 50%;
  border: 1px solid #737373 !important;
}

.form-floating>.form-control-plaintext:focus, .form-floating>.form-control-plaintext:not(:placeholder-shown), .form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown) {
  padding-top: .625rem;
  padding-bottom: .625rem;
}

table.dataTable>thead>tr>th, table.dataTable>thead>tr>td {
  padding: 10px;
  border-bottom: 1px solid rgb(221 221 221 / 30%) !important;
}

