
.card-body.blur-theme::before {
    position: fixed;
    background: url(/assets/images/blur-bg-a02e282d673a77945652785baef3ba48.jpg) center center no-repeat;
    background-size: cover;
}

.content-wrapper.panel-blur {
    background: url(/assets/images/blur-bg-blurred-75ba7ce5490d79ca4da0ed8de8b3d6a4.jpg) fixed;
    -webkit-transition: none;
    transition: none;
}

.card.panel-blur {
    background-color: #F8F8FF;
    -webkit-transition: none;
    transition: none;
    border-radius: 0.5rem;
}

.card-body.panel-blur {
    background-color: #F8F8FF;
    -webkit-transition: none;
    transition: none;
    border-radius: 0.5rem;
}

.panel-blur {
    background-color: #F8F8FF;
    -webkit-transition: none;
    transition: none;
}

.input-sm {
    border: 1px solid transparent;
    border-radius: 5px;
    background-color: rgba(0,0,0,.15);
    box-shadow: none;
    width: 100%;
    height: 23px;
    padding: 0 5px 2px 3px;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-size: 13px;
    line-height: 1.42857143;
    display: block;
}

.input-sm-cl {
    border: 1px solid transparent;
    border-radius: 5px;
    background-color: rgba(0,0,0,.15);
    box-shadow: none;
    width: 100%;
    height: 24.5px;
    padding: 0 5px 2px 3px;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-size: 14px;
    line-height: 1.42857143;
    display: block;
}

h1.al-title {
    font-weight: 700;
    color: #fff;
    float: left;
    width: auto;
    margin: 0;
    padding: 0;
    font-size: 22px;
    opacity: .9;
}

.content-top {
    padding-top: 5px;
    padding-bottom: 10px;
}

/*.btn-primary {
    background: #209e91;
    border-color: #209e91;
}*/

div.dataTables_wrapper div.dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-bottom: 0.5rem;
    margin-left: 0.5em;
    display: inline-block;
    border: 1px solid transparent;
    border-radius: 5px;
    background-color: rgba(0,0,0,.15);
    box-shadow: none;
    width: auto;
    height: 25px;
    padding: 0 5px 2px 3px;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-size: 14px;
    line-height: 1.42857143;
}

label {
    display: inline-block;
    margin-bottom: 0;
    font-size: 0.9em;
}

/*dataTable customized styles*/

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled{
    cursor: default;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.85em;
    white-space: nowrap;
}

.table-header {
    background-color: #37535e;
    color: #ffffffe0;
    font-size: 12px;
    font-family: Verdana;
}

/*Cards animation*/

.panel.animated {
    animation-duration: 0.5s; }

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    animation-name: zoomIn;
}


/*Tabs customized styles*/
.nav-link {
    display: block;
    padding: .1rem 1rem;
}

.nav-pills .nav-link.active {
    background-color: #209e91;
}

a {
    text-decoration: none;
    background-color: transparent;
}
