﻿.bg-secondary {
    background-color: #6c757d !important;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    font-size: 16px !important;
    padding: 10px;
    margin: 10px 0px;
    color:black;
}
/*Prdoduct Attr List*/
.attrBox {
    padding: 5px;
}

#AttrListBox .attrBox:nth-child(2n+1), .panel-body .attrBox:nth-child(2n+1) {
    background-color: #f8f8f8;
}





/*Prdoduct Comment*/


/*Prdoduct List*/
.P-FilterBox {
    padding: 20px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom:15px !important;
    max-width:98%;
    margin:0 auto;
}
/*dashboard*/
.card.card-img-holder .card-img-absolute {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    transition: all 0.3s;
}

.card.card-img-holder {
    position: relative;
}

.card:hover .card-img-absolute {
    transform:scale(1.7);
    transition:all 0.3s;
}

.stretch-card .card {
    width: 100%;
    min-width: 100%;
    box-shadow: none;
    min-height: 130px;
}

.card {
    border: 0;
    background: #fff;
    overflow:hidden;
}

    .card .card-body {
        padding: 20px;
        min-height: 150px;
    }

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

    .card-body h2 {
        display: block;
        z-index: 999;
        position: relative;
    }

.card-text:last-child {
    margin-bottom: 0;
    display: block;
    z-index: 99;
    position: relative;
}

.bg-gradient-danger {
    background: -webkit-gradient(linear, left top, right top, from(#ffbf96), to(#fe7096)) !important;
    background: linear-gradient(to right, #ffbf96, #fe7096) !important;
}

.bg-gradient-info {
    background-color: #e3e3e3;
    /* background: -webkit-gradient(linear, left top, right top, from(#90caf9), color-stop(99%, #047edf)) !important;
    background: linear-gradient(to right, #90caf9, #047edf 99%) !important;*/
}

.bg-gradient-success {
    background: -webkit-gradient(linear, left top, right top, from(#84d9d2), to(#07cdae)) !important;
    background: linear-gradient(to right, #84d9d2, #07cdae) !important;
}



/*ChangeProfile*/
.pages .inpage .col-md-6, .pages .inpage .col-md-4, .pages .inpage .col-md-2 {
    float: right !important;
}
.form-group {
    display: flow-root;
}