﻿/**GÜRELLER*/
.productColor tbody > tr > :nth-child(7) { /*EVRAKSIZ VERİLEN**/
    background-color: rgb(255, 253, 231)
}

.productColor tbody > tr > :nth-child(8) { /*"EMANET VERİLEN**/
    background-color: rgb(255, 235, 238)
}

.productColor tbody > tr > :nth-child(9) { /*"DEPO**/
    background-color: rgb(232, 245, 233)
}

.productColor tbody > tr > :nth-child(10) { /*"ÇAYYOLU**/
    background-color: rgb(232, 245, 233)
}

.productColor tbody > tr > :nth-child(11) { /*"ARMADA**/
    background-color: rgb(232, 245, 233)
}

.productColor tbody > tr > :nth-child(12) { /*"TURAN GÜNEŞ**/
    background-color: rgb(232, 245, 233)
}

.productColor tbody > tr > :nth-child(13) { /*"BEYTEPE**/
    background-color: rgb(232, 245, 233)
}

.productColor tbody > tr > :nth-child(14) { /*"ESAT**/
    background-color: rgb(232, 245, 233)
}

.productColor tbody > tr > :nth-child(15) { /*"OFİCİUM**/
    background-color: rgb(232, 245, 233)
}

.productColor tbody > tr > :nth-child(16) { /*"LEVENT**/
    background-color: rgb(232, 245, 233)
}

.productColor tbody > tr > :nth-child(17) { /*"CEVA**/
    background-color: rgb(227, 242, 253)
}

.productColor tbody > tr > :nth-child(18) { /*"İSTANBUL**/
    background-color: rgb(227, 242, 253)
}

.productColor tbody > tr > :nth-child(19) { /*"SERVİS**/
    background-color: rgb(232, 245, 233)
}

.productColor tbody > tr > :nth-child(20) { /*"EMANET DURAN GELEN**/
    background-color: rgb(255, 235, 238)
}

.productColor tbody > tr > :nth-child(21) { /*"KONSİNYE DURAN**/
    background-color: rgb(250, 250, 250)
}


/*OBA*/

.bg-slate-700, .bg-teal-400 {
    background-color: #656565;
    font-weight: bold;
}

.border-teal-800, .border-slate {
    border-color: #656565;
}

.bg-teal {
    background-color: #656565;
}

.alpha-success {
    background-color: #656565;
}
/*.bg-slate-800 {
    background-color: #dd3d41;
}*/
.topbarbg {
    background-color: #fff;
}


.border-left-slate-700 {
    border-color: #656565;
}

.icon-paragraph-justify3, .icon-bubbles4, .dropdown-user > a {
    color: #656565;
}

input {
    border-color: #656565;
    border: 1px solid;
}

    input:focus {
        background-color: oldlace;
    }

.border-top-success {
    border-top-color: #656565;
}

.dashboardFavButton:hover {
    background-color: #be1939;
    border-color: #bc143b;
    border-style: solid;
    border-width: 2px;
}

.btn-primary:hover {
    background-color: #656565;
}
.card-header.bg-grey.header-elements-inline {
    background-color: #656565!important;
}

.customTableBgColor thead th, .customTableBgColor thead td {
    background-color: #656565;
    color: #fff;
    font-weight: bold;
}

.customTableBgColor2 thead th, .customTableBgColor2 thead td {
    background-color: #656565;
    color: #fff;
    font-weight: bold;
}
#logo {
    content: url('/content/img/oba_logo.png') !important;
}

/*END OBA*/