.sidebar .user-panel
{
    background-color: darkblue;
}
[class*=sidebar-dark-] .sidebar a {
    color: #ffffff;
}

[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:focus, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:hover {
    background-color: transparent;
    color: #ffffff;
    font-weight: 600;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #076488;
    color: #fff;
}

.main-header {
    border-bottom: none;
    z-index: 1034;
}

.brand-text
{
    color: #ffffff;
}


.select2-container .select2-selection--single {
    height: 39px !important;
}

.Editor-editor {
    height: 200px !important;
}

table.dataTable.no-footer {
    border-bottom: none !important;
}

table.dataTable thead th, table.dataTable thead td {
      border-bottom: none !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;
}

.alert-info {
    color: #fff;
    background: #076371;
    border-color: #076371;
}

#overlay {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(247, 246, 246, 0.4);
    z-index: 1000;
    cursor: pointer;
}

#all_details_panel {
    position: relative;
}

[class*=sidebar-dark-] {
    background: #000428;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #15264a, #000428);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #15264a, #000428); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.main-footer {
    background: #000000;
}
.brand-text {
    color: #ffffff;
    font-weight: 500 !important;
    font-size: 17px;
}

.content-wrapper {
    background: #dcdcdc;
}

.sidebar .user-panel {
    background-color: transparent;
}
[class*=sidebar-dark] .user-panel {
    border-bottom: none;
}


.brand-text
{
    border-bottom: #415fe7 solid 5px;
    animation: myanim 3s infinite;
}
@keyframes myanim {
    75% {
        border-color: #e70005;
    }
}



.btn-primary {
    color: #fff;
    background-color: #15264a;
    border-color: #000428;
    box-shadow: none;
}
.btn-primary:hover {
    color: #fff;
    background-color: #000428;
    border-color: #000428;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #000428;
    border-color: #000428;
}

primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #000428;
    border-color: #000428;
}

.page-title h4
{
    font-weight: 600;
    color: #15264a;
}


.bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: white;
}
.label-info {
    background-color: #3693cf;
    border: 1px solid #3693cf;
}

.label {
    font-size: 12px;
    color: #ffffff;
    font-weight: 600;
    padding: .3em .8em;
}

.bg-primary {
    background-color: #940404!important;
}

.page-title h1 {
    font-weight: 600 !important;
    color: #15264a;
}


.nav-sidebar .nav-item>.nav-link {
    margin-bottom: .9rem;
}

#login_card
{
    border-top: #15264a solid 5px;
    animation: loginanim 3s infinite;
}
@keyframes loginanim {
    75% {
        border-color: #e70005;
    }
}


.login_page {
    height: auto;
    background: #0F2027;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2C5364, #203A43, #0F2027);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2C5364, #203A43, #0F2027); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.login_page h3
{
    color:#fff;
}


/*tab view*/


nav > .nav.nav-tabs{

    border: none;
    color:#fff;
    background:#272e38;
    border-radius:0;

}
nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active
{
    border: none;
    padding: 18px 25px;
    color:#fff;
    background:#272e38;
    border-radius:0;
}

nav > div a.nav-item.nav-link.active:after
{
    content: "";
    position: relative;
    bottom: -55px;
    left: -10%;
    border: 15px solid transparent;
    border-top-color: #003370 ;
}
.tab-content{
    background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top:5px solid #003370;
    border-bottom:5px solid #003370;
    padding:10px 25px;
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus
{
    border: none;
    background: #003370;
    color:#fff;
    border-radius:0;
    transition:background 0.20s linear;
}


.dataTables_wrapper .dataTables_processing {
    color: #fff;
    background-color: red;
}

#customer_list .list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: 0px;
cursor: all-scroll;
border: 1px solid rgba(0,0,0,0.25);
}