﻿.cd-main-header {
    background-color: #6f195b;
    background: #6f195b;
}

.theme-bg-color-1 {
    background-color: #6f195b !important;
    background: #6f195b !important; 
}

.theme-bg-color-2 {
    background-color: #038959 !important;
    background: #038959 !important;
}


.theme-bg-color-3 {
    background-color: #ff9800 !important;
    background: #ff9800 !important;
}

.theme-bg-success {
    background-color: #03c27d;
    background: #03c27d;
}

.theme-bg-error {
    background-color: #b13c3c;
    background: #b13c3c;
}


.theme-bg-warning {
    background-color: #dd7f3b;
    background: #dd7f3b;
}

.selectdRecord {
    font-weight: bold !important;
    background-color: #ff9800 !important;
    background: #ff9800 !important;
}

table:not(.table-striped) tr:not(:first-child) {
    /*background-image: linear-gradient(to left, transparent, transparent 50%, #ff9800 50%, #ff9800);
    background-position: 100% 0;
    background-size: 200% 100%;
    transition: all .25s ease-in;
    cursor: pointer;*/
}

table:not(.table-striped) tr:hover {
    background-position: 0 0;
    background-color: #f9f9f9;
}


table:not(.table-striped) tr:first-child {
    background-color: #f9f9f9;
}

.blink_me {
    animation: blinker 0.5s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.div-scroll {
    max-height: 350px;
    overflow-y: scroll;
    overflow-x:hidden;
}

.div-scroll::-webkit-scrollbar {
    margin-left: 10px;
    height: 100px;
    width: 12px;
}

.div-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 0px;
}

.div-scroll::-webkit-scrollbar-thumb {
    border-radius: 0px;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);*/
    background-color: rgba(0,0,0,0.3);
}

hr {
    margin: 0px !important;
}

.table-outter-style {
    max-height: 400px !important;
    height: 400px;
}

.login-card-min-height {
    /*max-height:300px !important;*/
}

.list-group-item:hover {
    background-color: #6f195b !important;
    background: #6f195b !important;
    color:#fff;
    border-bottom:2px solid #ccc;
    cursor:pointer;
}


#content{
    margin-top:0px;
}