﻿.card-primary:not(.card-outline) > .card-header, .card-primary:not(.card-outline) > .card-header a {
    color: #111111;
}

.card-primary:not(.card-outline) > .card-header {
    background-color: #000000;
}
/*    //arkaplan sarın rengi*/
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #dadada12;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-primary:not(.card-outline) > .card-header a.active {
    color: #d7a708;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #ffffff75;
}

.card-header {
    background-color: #d5d5d500 !important;
}

.btn-info {
    color: #fff;
    background-color: #00142b;
    border-width: 5px;
    border-color: #d7a708;
    box-shadow: none;
}

.card-primary:not(.card-outline) > .card-header, .card-primary:not(.card-outline) > .card-header a {
    color: #111111;
}

.card-primary:not(.card-outline) > .card-header {
    background-color: #000000;
}
/*    //arkaplan sarın rengi*/
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: white;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-primary:not(.card-outline) > .card-header a.active {
    color: #d7a708;
}

.btn.btn-info.btn-block {
    height: 90px !important;
}
