﻿.bg-white {
    background-color: #fff;
}

.bg-cogent-green {
    background-color: #4ac0bf;
}

.bg-dark-grey {
    background-color: #606060;
}

.bg-table-prod {
    background-color: #3b4b54;
}

.bg-light-grey {
    background-color: #9da5a6;
}

.bg-divider {
    background-color: #f2f2f2;
}

.text-light-grey {
    color: #9da5a6;
}

.text-dark-grey {
    color: #606060;
}

.text-white {
    color: #fff;
}

.text-black {
    color: #000;
}

.progress-bar-success {
    background-color: #59cd90 !important;
}

.progress-bar-warning {
    background-color: #f4b555 !important;
}

.progress-bar-danger {
    background-color: #ef4469 !important;
}

.text-success {
    color: #59cd90;
}

.text-warning {
    color: #f4b555;
}

.text-danger {
    color: #ef4469;
}

#product-summary button.icon-button {
    background-color: #4ac0bf;
    border-radius: 50px;
    font-size: 22px;
    width: 50px;
    height: 50px;
    border: 0;
    color: #fff;
}

#product-summary .input-group {
    width: 65%;
}

#product-summary table button {
    background: transparent;
    border: 0;
    color: #606060;
}

#product-summary .p-tab-button {
    color: #9da5a6;
    border: 0;
    background: transparent;
    min-width: 150px;
    line-height: 76px;
}

#product-summary button:focus.p-tab-button {
    outline: 0 !important;
}

#product-summary .p-tab-button.active {
    color: #4ac0bf;
    border-bottom: 3px solid #4ac0bf;
}

#product-summary .logo {
    margin: 10px;
}

#product-summary .ps-header {
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 14px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 14px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 14px 0px rgba(0,0,0,0.2);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 10px;
}

    #product-summary .ps-header a {
        color: #4ac0bf;
    }

    #product-summary .ps-header h5 {
        font-weight: bold;
        color: #606060;
    }

#product-summary .ps-body {
    margin: 20px;
    border-radius: 5px;
    background-color: #f2f2f2;
}

#product-summary .tab-button {
    color: #f2f2f2;
    padding: 0 10px;
}

    #product-summary .tab-button.selected {
        color: #4ac0bf;
        border-bottom: 3px solid #4ac0bf;
    }

#product-summary .logo-container {
    position: relative;
}

#product-summary .logo-image {
    display: block;
    height: 50px;
    /*width: 150px;*/
}

#product-summary .logo-middle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #4ac0bf;
    border: 2px dashed #000;
    border-radius: 5px;
    cursor: pointer;
}

#product-summary .logo-container:hover .logo-middle {
    opacity: 1;
}

#product-summary .logo-text {
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
    font-size: 12px;
}
