﻿.loader {
    position: fixed;
    z-index: 999999999;
    height: 100%;
    width: 100%;
    text-align: center;
    background: rgba(255,255,255,0.7);
    display: none;
}
.loader img {
    margin-top: 20%;
}
.btn-new {
    margin-bottom:24px;
}
.btn-newcreate {
    margin-bottom: 24px;
}

.page-heading-title {
    border-left: 5px solid #772f72;
    background: rgb(0,52,115);
    background: linear-gradient(90deg, rgba(0,52,115,1) 0%, rgba(249,249,249,1) 96%, rgba(255,255,255,1) 100%);
}

.page-heading-title h3 {
    color: #ffffff !important;
    padding: 6px 0 3px 14px;
}

.delete-link {
    color: #e70000;
    font-weight: bold;
}

.dashboard-card-body:hover {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
    
}

.tooltip-inner {
    color: #ffffff;
    background: rgb(0,52,115);
}

.input-validation-error {
    border-color:red;
}

