a {
	cursor: pointer;
}

h1 {
	text-align: left;
	color: #fff !important;
	font-size: 28px !important;
	margin-bottom: 0px !important;
}

.row {
	margin-bottom: 5px !important;
}

.lp_bg {
	background-image: url('../src/bg.jpg');"
    background-position: center center;
    background-repeat: no-repeat;
	background-attachment: fixed;
    background-size: cover;
}

.custom_container {
	padding-top: 3vh;
}

.alert-box {
	position: absolute;
	width: 300px;
	height: 150px;
	z-index: 1;
	background-color: #eee;	
	top: 50%;
	left: 50%;
	margin-top: -120px;
	margin-left: -150px;
	border: 2px solid black;
	text-align: center;
}

.alert-box_container {
	position: relative;
	width: 100%;
	height: 100%;
}

.alert-box_text {
	position: relative;
	font-weight: bold;
	text-align: center;
	top: 10px;
}

.alert-box_button {
	position: relative;
	width: 40%;
	margin: 5px;
}

.alert-box_input {
	position: relative;
	text-align: center;
	top: 30px;
}

.ci {
	position: relative;
	color: white;
	cursor: pointer;
	text-align: right;
	left: 15px;
}

.tic {
	position: relative;
	left: 50px;
}

.dmpin  {
	margin-top: 20vh;
}

.tbtn {
	margin-left: 10px;
}

.form-control-feedback {
    position: absolute;
    top: 8px;
    right: 25px;
    z-index: 2;
    display: block;   
    text-align: center;
}

.custom_table {
	height: 80vh;
	border: 2px solid black;
}

.table tr {
	cursor: pointer;
}

.table{
	background-color: #fff !important;
}

.hiddenRow {
	padding: 0 4px !important;
	background-color: #eeeeee;
	font-size: 13px;
}

.accordian-body span{
	color:#a2a2a2 !important;
}

.table-fixed tbody {
    height: 80vh;
    width: 100%;
	overflow-y: overlay;
}

.table-fixed thead,
.table-fixed tbody,
.table-fixed tr,
.table-fixed td,
.table-fixed th {
    display: block;
}

.table-fixed tbody td,
.table-fixed tbody th,
.table-fixed thead > tr > th {
    float: left;
    position: relative;

    &::after {
        content: '';
        clear: both;
        display: block;
    }
}

.lds-spinner {
	color: black;
	display: inline-block;
	position: relative;
	top: 35px;
	width: 80px;
	height: 80px;
}

.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #000;
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
      opacity: 1;  
	}
    100% {
      opacity: 0;
    }
}