#dostawcyData {


}
#dostawcyData thead {

}
#dostawcyData thead tr th:first-child {
    padding-left: 45px;
}
#dostawcyData thead tr th {
    text-transform: uppercase;
    line-height: 60px !important;
    text-align: left;
    font-size: 11px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

#dostawcyData tbody tr {
}
#dostawcyData tbody tr td:first-child {
    padding-left: 45px;
}
#dostawcyData tbody tr td {
    /*height: 60px;*/
    /*line-height: 60px !important;*/
    /*text-align: left;*/
    /*padding: 0 10px;*/
    /*font-size: 14px;*/
}
#dostawcyData tbody tr td i {

}
.col_hidenonmobile{
    display: table-cell;
}
.col_hiden{
    display: none !important;
}
@media screen and (max-width: 1200px) {
    .col_hidenonmobile{
        display: none !important;
    }
    #dostawcyData {
        border: 1px solid transparent;
        box-shadow: none;
        display: inline-table !important;
    }
    #dostawcyData thead {
        display: none;
    }
    #dostawcyData tbody tr {
        margin-bottom:0.625rem;
        border: 1px solid;
        padding: 10px;

        display: block;
    }
    #dostawcyData tbody tr td:first-child {
        padding-left: 10px;
    }
    #dostawcyData tbody tr td:before {
        content: attr(data-label);
        float: left;
        font-size: 10px;
        text-transform: uppercase;
        font-weight: bold;
    }
    #dostawcyData tbody tr td {
        display: block;
        text-align: right;
        font-size: 14px;
        padding: 5px 10px !important;
        border-color: #ecf0f1;

    }
}



.panel-body.accordion-body{
    padding:0;
}
.panel-toggle.accordion-button{
    padding: 0px;
}
.panel-body.accordion-body{
    padding-left: 20px;
}
#accordionMain
{
    --bs-accordion-border-width: 0px;
}
.spannameopt{
    margin-left: 5px;
}
.panel-toggle.accordion-button:hover{
    color: #ad160e !important;
}
.panel-toggle.accordion-button:focus{
    box-shadow:unset !important;
    background-color: #f0ead8;
}
.panel.panel-default.accordion-item{
    border-bottom: 0px;
    border-radius: 0px;
}

.panel-toggle.accordion-button{
    background-color: transparent !important;
}
.panel-toggle.accordion-button{
    text-decoration: none !important;
}
.modal-dialog{
max-width: 90% !important;
}
.styltab{
    height: 25px;
    padding: 0px;
}
.table{
    font-size: 12px !important;
}
.linkibot a{
    color: white !important;
}
.bordcolor{
    background: #ad160e;
}
#treviewcontainer{
    height: calc(100vh - 240px);
    overflow: auto;
    display: grid;
}
.highlighted {
    background-color: #ad160e24;
}
nav > .nav.nav-tabs{

    border: none;
    color:#fff;

    border-radius:0;

}
nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active
{
    border: none;
margin-right: 5px;
    color:#fff;
    background:#ad160e;
    border-radius:0;
}

.bg-primary{
    background: #272e38 !important;
}
nav > div a.nav-item.nav-link.active:after
{
    content: "";
    position: relative;
    bottom: -34px;
    left: -30%;
    border: 10px solid transparent;
    border-top-color: #ad160e ;
}
.tab-content{
    background: #fdfdfd;
    line-height: 20px;

    border-top:1px solid #ad160e;
    border-bottom:1px solid #ad160e;

}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus
{
    border: none;
    background: #272e38 !important;
    color:#fff !important;
    border-radius:0;
    transition:background 0.20s linear;
}
.infobox{
    display: inline-flex;
    font-size: 12px;

}
.infobox span:nth-child(2){
    font-weight: bold;
    font-size: 18px;
}
.infobox span:nth-child(1){
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8d8d8d;

}

.placehold{
    position: absolute;
    top: 0;
    width: 50px;
    z-index: 1;
    height: 50px;
    right: 10px;
    top: 10px;
    background-size: cover;
    /* border-radius: 11px; */
    box-sizing: border-box;
    margin: 0;
    opacity: 1;
}
.fontcolorCustom{
    color:#222e3c;
}
.fontsizecustom{
    font-size: 20px;
}
/* Simple CSS3 Fade-in-down Animation */
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* Simple CSS3 Fade-in Animation */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fadeIn {
    opacity:0;
    -webkit-animation:fadeIn ease-in 1;
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;

    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;

    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1s;
}

.fadeIn.first {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.fadeIn.second {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.fadeIn.third {
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.fadeIn.fourth {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}