﻿.mg-b-20 {
    margin-bottom: 20px;
}

.image-avartar {
    line-height: 0;
    display: inline-block;
    border-radius: 50%;
    transition: linear 0.25s;
    height: 48px;
    width: 48px;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff;
}
/*
    .btn-outline-primary:hover {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }*/

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #007bff;
        background-color: transparent;
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
    .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

        .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
        }

.text-capitalize {
    text-transform: capitalize !important;
}

.mt-1{
    margin-top: 0.5rem !important;
}

.mt-2 {
    margin-top: 1rem !important;
}

.mb-2 {
    margin-bottom: 1rem !important;
}


.gap-1 {
    column-gap: 1rem;
}

.gap-2 {
    column-gap: 0.5rem;
}

.p-2 {
    padding: 1rem;
}

.pb-2 {
    padding-bottom: 1rem !important;
}

.font-size-24 {
    font-size: 24px;
}

.font-size-16 {
    font-size: 16px;
}

.font-weight-bold {
    font-weight: 700;
}

.cmt-title {
    font-weight: 700;
    font-size: 18px;
    color: #69bd43;
}

.cmt-avartar {
    line-height: 0;
    display: inline-block;
    margin: 5px;
    border-radius: 50%;
    transition: linear 0.25s;
    height: 32px;
    width: 32px;
/*    border: 4px solid rgba(200,200,200,0.4);*/
}

.cmt-content {
    padding: 1.5rem;
    background-color: #EAEEF4;
    border-radius: 8px;
}

#review_text {
    background-color: #EAEEF4;
    width: 100%;
    border: none;
    resize: vertical;
}

.btn-file {
    background-image: none;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 32px !important;
    color: #034EA2;
    border-color: #034EA2 !important;
}

.text-muted {
    color: #6E748A;
}


.cmt-img-item {
    position: relative;
}

.cmt-img-item img {
    border-radius: 8px;
    max-height: 64px;
}

.cmt-img-btn-delete {
    position: absolute;
    right: 3px;
    top: 3px;
}

.cyan-line {
    border-bottom: 1px solid #A8B3DC;
    display: flex;
    margin: 1rem 0;
    width: 100%;
}

.view-more-link, .view-more-item {
    color: #337ab7;
    text-decoration: underline;
}

.height-limit {
    max-height: 40px;
    overflow: hidden;
}

.d-none {
    display: none !important;
}



div.svg div.rateit-range {
    background: url(/Content/images/star-inactive.svg); /*star-normal.svg*/
    *background: url(/Content/images/star-inactive.svg); /* For IE 6 and 7 */
}

div.svg div.rateit-hover {
    background: url(/Content/images/star-yellow.svg);
    *background: url(/Content/images/star-yellow.svg); /* For IE 6 and 7 */
}

div.svg div.rateit-selected {
    background: url(/Content/images/star-active.svg);
    *background: url(/Content/images/star-active.svg); /* For IE 6 and 7 */
}

div.svg div.rateit-preset {
    background: url(/Content/images/star-active.svg);
    *background: url(/Content/images/star-active.svg); /* For IE 6 and 7 */
}

label.text-error {
    font-weight: normal !important;
    color: red !important;
    font-style: italic;
}

input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    font-size: 100px;
    text-align: right;
    filter: opacity(0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-content {
    height: 100% !important;
}