﻿
.custom-select {
    background: #fff;
    /*white-space: pre-wrap;*/
}

.wrapper {
    display: grid;
    grid-template-columns: 180px 300px 300px 300px 300px 300px;
    border: thin;
    border-width: medium
}

.wrapper3column {
    display: grid;
    /*grid-template-columns: 15% 28% 28% 28%;*/
    grid-template-columns: 33% 33% 34%;
    border: thin;
    border-width: medium
}

.content {
    padding: 0 5px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
}

.summary_content_block {
    border: 1px solid #bad4f7;
    border-radius: 3px;
    margin: 0 0 15px;
    padding: 10px;
    overflow: hidden;
}

.content_block__header {
    background-color: #ebf3ff;
    border-bottom: 1px solid #bad4f7;
    margin: -10px -10px -11px;
    padding: 2px 10px 2px;
}

.content_block__section {
    padding: 10px 10px 0;
    margin: 10px -10px 0;
    border-top: 1px solid #bad4f7;
}

.top-badge {
    position: absolute;
    background-color: #afc7c4;
    /*background-color: #8B7C5E;*/
    top: 0px;
    left: 0px;
    z-index: 10;
    align-items: center;
    height: 40px;
    box-sizing: border-box;
    /*border-radius: 5px;*/
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    margin-bottom: 4px;
    letter-spacing: -.17px;
    display: flex;
    float: right;
    /*color: #fff;*/
    color: #008cb9;
    font-weight: 500;
    padding: .3rem .3rem .3rem .3rem;
    text-align: center;
}

.top-right-badge {
    position: absolute;
    /*background-color: #ffd500;*/
    /*background-color: #007864;*/
    background-color: rgba(255,255,255,0.8);
    right: 0px;
    top: 0px;
    z-index: 10;
    align-items: end;
    height: 40px;
    box-sizing: border-box;
    /*border-radius: 5px;*/
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    margin-bottom: 2px;
    letter-spacing: -.17px;
    display: flex;
    float: right;
    color: #008cb9;
    
    /*color: #8B7C5E;*/
    font-weight: 500;
    padding: .3rem;
    text-align: center;
}

.top-middle-badge {
    position: absolute;
    background-color: #fff;
    right: 40%;
    top: 5px;
    z-index: 10;
    align-items: end;
    height: 40px;
    box-sizing: border-box;
    border-radius: 25px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    margin-bottom: 2px;
    background-color: #007864;
    letter-spacing: -.17px;
    display: flex;
    float: right;
    color: #fff;
    font-weight: 500;
    padding: .3rem;
    text-align: center;
}

.top-corner-badge {
    /*background: #48d6dea6;
    color: greenyellow;
    top: 50px;
    right: -10px;
    left: auto;
    text-align: center;
    line-height: 40px;
    letter-spacing: 1px;
    position: absolute;
    width: 160px;
    transform: rotate(45deg);*/
    background: #48d6dea6;
    color: greenyellow;
    top: 40px;
    right: 0px;
    left: auto;
    text-align: center;
    line-height: 40px;
    position: absolute;
    padding: 0;
    width: 150px;
}

.bottom-badge {
    position: absolute;
    height: 40px;
    width: 100%;
    z-index: 500;
    bottom: 0;
    background-color: rgba(255,255,255,0.8);
    /*background-color:aquamarine;*/
    font-size: 2.2rem;
    padding: .3rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*color: darkviolet;*/
    color:#008cb9;
    /*color: #8B7C5E;*/
    text-align: center;
}

.top-right-icon-badge {
    position: absolute;
    /*background-color: #ffd500;*/
    right: 1px;
    top: 5px;
    z-index: 10;
    align-items: end;
    height: 40px;
    box-sizing: border-box;
    /*border-radius: 25px;*/
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    margin-bottom: 2px;
    /*background-color: #007864;*/
    letter-spacing: -.17px;
    display: flex;
    float: right;
    color: #fff;
    font-weight: 500;
    padding: .3rem;
    text-align: center;
}

.content-section {
    background-color: rgba(255,255,255,0.7);
    /*background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 15%, rgba(0,0,0,0.82) 100%);*/
    bottom: 0;
    left: 0;
    padding: 2rem;
    position: absolute;
    width: 100%;
}

.img-section {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    font-family: "object-fit: cover;";
    vertical-align: middle;
    max-width: 100%;
    min-height: 500px;
}


.form-group.required.control-label:after {
    content: "*";
    color: red;
}


.grow img:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    transition: 1s ease;
}