.loading {
	opacity: 0.5;
	/* background: url("../img/loading.jpg") no-repeat; */
	background-position: center;
}

.modal-backdrop {
    z-index: -1;
  }
  
.text-success{
    height: 20px;
}

.text-danger{
    height: 20px;
}

.english-image{
    height: 15px;
    width: 15px;
}

.nepali-image{
    height: 20px;
    width: 20px;
}

#filterBtn{
    background-color: #7266ba;
    color: #ffffff;
}

/* #searchBtn{
    background-color: #7266ba;
    margin-left: 500px;
} */

#filterBtnDuty{
    background-color: #7266ba;
    color: #ffffff;
}

#transferBtn{
    background-color: #7266ba;
    color: #ffffff;
}

#newButton{
    background-color: #7266ba;
    color: #ffffff;
    float: right;
    text-align: center;
    width: 75px;
}

.backBtn{
    margin-bottom: 15px;
}

.group-people {
    border: 1px solid #ddd;
    height: 300px;
    overflow: auto;
}

.group-people ul, .droppable ul {
    list-style: none;
    padding: 0;
}

.group-people ul li, .droppable ul li {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.aaa{
    float: right;
}

.nepaliDate{
    padding-top: 15px;
}

.cursor-hand {
    cursor: pointer;
    cursor: hand;
}

.pull-right {
    float: right !important;
}

.displayOrder{
    width: 90px;
}

/* personaldetail list new button */
.new{
    margin-left: 950px;
    margin-top: 15px;
}

/* attendance posting list new button */
.neww{
    margin-left: 930px;
    margin-top: 15px;
}

#excelBtn{
    float: right;
}

#printBtn{
    float: right;
    margin-right: 10px;
}

.plusBtn{
  background-color: #6254b2;
    margin-top: 20px;
}

.btn-block {
    padding-right: 12px;
    padding-left: 12px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
    padding: 8px;
    color: #000000;
    content: "/\00a0";
  }

/* ul.breadcrumb{
    background-color: #36b9cc;
    color: #ffffff;
} */

ul.breadcrumb{
    background-color: #ffffff;
    color: #000000;
}

/* The switch - the box around the slider */ 
  
.switch { 
    position: relative; 
    display: inline-block; 
    width: 45px; 
    height: 20px; 
} 
/* Hide default HTML checkbox */ 
 
.switch input { 
    display: none; 
} 
/* The slider */ 
 
.slider { 
    position: absolute; 
    cursor: pointer; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    background-color: #ccc; 
    -webkit-transition: .4s; 
    transition: .4s; 
} 
.slider:before { 
    position: absolute; 
    content: ""; 
    height: 18px; 
    width: 20px; 
    top: 1px;
    bottom: 1px;
    background-color: white; 
    -webkit-transition: .4s; 
    transition: .4s; 
} 
input:checked + .slider { 
    background-color: #7266ba 
    /* background-color: #36b9cc;  */
} 
input:focus + .slider { 
    box-shadow: 0 0 1px #7266ba ; 
    /* box-shadow: 0 0 1px #36b9cc;  */
} 
input:checked + .slider:before { 
    -webkit-transform: translateX(26px); 
    -ms-transform: translateX(26px); 
    transform: translateX(26px); 
} 
/* Rounded sliders */ 
 
.slider.round { 
    border-radius: 30px; 
} 
.slider.round:before { 
    border-radius: 50%; 
}

/* Modal Header */
.modal-header {
    padding: 2px 16px;
    background-color: #7266ba ;
    /* background-color: #448aff ; */
    /* background-color: #36b9cc; */
    color: white;
  }
  
  /* Modal Body */
.modal-body {
    width: auto;
}
  
  /* Modal Footer */
  .modal-footer {
    padding: 16px 16px 20px 2px;
    /* padding: 2px 16px; */
    color: white;
  }
  
  /* Modal Content */
  .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    animation-name: animatetop;
    animation-duration: 0.4s
  }
  
  /* Add Animation */
  @keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
  }

  .container.dropdown{
      border: 1px solid #d1d3e2; 
      border-radius: 5px;
  }

  .multiple{
    border: 1px solid #d1d3e2; 
    border-radius: 5px;
  }

#excelBtn{
    float: right;
}

#printBtn{
    float: right;
    margin-right: 10px;
}

.tab-content {
    background: #fff;
    display: block;
    border: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 15px 15px 15px;
}

  .select2-container .select2-selection--single {
    height: 30px !important;
  }

  .select2-selection__arrow {
    height: 34px !important;
  }

  .text-color{
      font-size: 25px;
      font-weight: 100;
  }

  .text-nocolor{
    font-size: 25px;
    font-weight: 100;
}

.center{
    text-align: center;
}

.bg-light.lter {
    background-color: #f6f8f8;
}

.menus{
    background-color: white;
}

a.notif {
    position: relative;
    display: block;
    height: 50px;
    width: 50px;
    background-size: contain;
    text-decoration: none;
  }
  .num {
    position: absolute;
    right: 17px;
    top: 19px;
    color: #fff;
  }

  .label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    /* color: #fff; */
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

  .statusLabel{
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
  }

  .label-success {
    background-color: #5cb85c;
}

.label-danger {
    background-color: #d9534f;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    margin-bottom: 5px;
}

.page-link {
	border-bottom-left-radius: 1.25rem;
	border-bottom-right-radius: 1.25rem;
	border-top-left-radius: 1.25rem;
	border-top-right-radius: 1.25rem;
}

.page-item.disabled .page-link {
    border-bottom-left-radius: 1.25rem;
	border-bottom-right-radius: 1.25rem;
	border-top-left-radius: 1.25rem;
	border-top-right-radius: 1.25rem;
}

.page-item:first-child .page-link {
    border-bottom-left-radius: 1.25rem;
	border-bottom-right-radius: 1.25rem;
	border-top-left-radius: 1.25rem;
	border-top-right-radius: 1.25rem;
}

.page-item:last-child .page-link {
    border-bottom-left-radius: 1.25rem;
	border-bottom-right-radius: 1.25rem;
	border-top-left-radius: 1.25rem;
	border-top-right-radius: 1.25rem;
}

.right{
    float: right;
}

.change {
    cursor: pointer;
 }
 
 #upload-photo {
    opacity: 0;
    position: absolute;
    z-index: -1;
 }

 #detailUpdate{
     font-size: 12px;
 }

.fix {
    position:sticky;
    left:0;
    z-index:1;
    /* background-color: #ffffff; */
    background: #fff;
    color: #000;
    border-right: 1px solid #CCC;
  }

.fix-header {
    /* height: 100px;
    min-height: 100px; */
    position: sticky;
    position: -webkit-sticky;
    /* background-color: white; */
    z-index:1;
    top: 0;
    background: #fff;
    color: #000;
}

.bg-gradient-indigo {
    background-color:indigo;
    background-image: linear-gradient(180deg,indigo 10%,indigo 100%);
    background-size: cover;
  }

  .btn-indigo {
    color: #fff;
    background-color: indigo;
    border-color:indigo;
  }


/* .titleCase 
{
    text-transform:capitalize;
} */

 
/* ------------------------------------------------------------------------------------------------------ */
/* .modal.fade {
    z-index: 10000000;
  } */

  /* The switch - the box around the slider */ 
  
.switch { 
    position: relative; 
    display: inline-block; 
    width: 45px; 
    height: 20px; 
} 
/* Hide default HTML checkbox */ 

.switch input { 
    display: none; 
} 
/* The slider */ 

.slider { 
    position: absolute; 
    cursor: pointer; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    background-color: #ccc; 
    -webkit-transition: .4s; 
    transition: .4s; 
} 
.slider:before { 
    position: absolute; 
    content: ""; 
    height: 18px; 
    width: 20px; 
    top: 1px;
    bottom: 1px;
    background-color: white; 
    -webkit-transition: .4s; 
    transition: .4s; 
} 
input:checked + .slider { 
    background-color: #1bc17c 
    /* background-color: #36b9cc;  */
} 
input:focus + .slider { 
    box-shadow: 0 0 1px #7266ba ; 
    /* box-shadow: 0 0 1px #36b9cc;  */
} 
input:checked + .slider:before { 
    -webkit-transform: translateX(26px); 
    -ms-transform: translateX(26px); 
    transform: translateX(26px); 
} 
/* Rounded sliders */ 

.slider.round { 
    border-radius: 30px; 
} 
.slider.round:before { 
    border-radius: 50%; 
}