body {
    padding-top: 50px;
}
.starter-template {
    padding: 40px 15px;
    text-align: center;
}
.alt-table-responsive {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
}
.break-all {
    word-break: break-all
}
tbody.stripe:nth-of-type(odd) {
    background-color: #f9f9f9;
}
tbody.stripe:nth-of-type(even) {
    background-color: #ffffff;
}
tbody.stripe > tr:nth-of-type(odd),
tbody.stripe > tr:nth-of-type(odd) > td {
    border-bottom-width: 0;
}
tbody.stripe > tr:nth-of-type(even),
tbody.stripe > tr:nth-of-type(even) > td {
    border-top-width: 0;
}
/* Clear button styles */
::-ms-clear {
    display: none;
}
.form-control-clear {
    z-index: 10;
    pointer-events: auto;
    cursor: pointer;
}
/* Sort icon style */
.sort-button {
    pointer-events: auto;
    cursor: pointer;
}
/* */
.loading {
	width: 60px;
	height: 60px;
	border: 5px solid rgba(51, 122, 183, 0.4);
    border-top-color: rgba(51, 122, 183, 0.9);
	border-radius: 50%;
	animation: spin 1.2s linear 0s infinite;
}
@keyframes spin {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}

.mar10{
    margin-top: 20px;
}

.appUpdateBox{
    display: flex;
    align-items: center;
    font-weight: bolder;
    margin-bottom: 10px;
    input{
        height: 34px;
    }
    .marleft-20{
        margin-left: 20px;
    }
}
