.img-circle {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    border: 4px solid #ebebeb;
}
 
body {
	background-color: #222d32;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.form-control-open {
    display: block;
    width: 100%;
    height: 34px;
    padding-left: 2px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #eee;
    background-image: none;
    border: 1px solid #ccc;
}

.form-control-open[disabled], .form-control-open[readonly], fieldset[disabled] .form-control-open {
    background-color: #eee;
    opacity: 1;
}

.modalpanel-default {
    border-color: #ddd;
}
.modalpanel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.modalpanel-default>.modalpanel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.modalpanel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.modalpanel-body {
    padding: 15px;
}

.object-fit_cover_centre {
    width: 100%;
    height: 154px;
    border: 1px solid #ccc;
    object-fit: cover;
    object-position: center;
}
.object-fit_cover_top {
    object-fit: cover;
    width: 100%;
    height: 154px;
    object-position: top;
    border: 1px solid #ccc;
}
.object-fit_cover_bottom {
    object-fit: cover;
    width: 100%;
    height: 154px;
    object-position: bottom;
    border: 1px solid #ccc;
}

.cont {
    /*width: 300px;*/
    /*height: 154px;*/
}

.object-fit_cover_centre_exp { object-fit: cover ;width: 154px; height: 154px; object-position: center; border: 1px solid #ccc;}
.object-fit_cover_top_exp { object-fit: cover; width: 154px; height: 154px; object-position: top; border: 1px solid #ccc;}
.object-fit_cover_bottom_exp { object-fit: cover; width: 154px; height: 154px; object-position: bottom; border: 1px solid #ccc;}

.cont_exp_center {
    width: 154px;
    height: 154px;
}
.overlay {
    background:transparent;
    position:relative;
    z-index: 5;
    width:100%; /* your iframe width */
    height:400px; /* your iframe height */
    top:400px; /* your iframe height */
    margin-top:-400px; /* your iframe height */
 }



        
.tabs-flex-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: left;   /*  space-evenly; */
}

.tabs-flex-container > .tabs-item {
    
    max-width: auto;
    min-height: 50px;
    height: auto;
    margin: 5px;
    
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    /* font-weight: bold; */
    color: black;
    font-weight: 400;

    border-radius:  5px;
    box-shadow: 0px 2px 3px rgb(130, 130, 130);
    /* transition: ease-in-out 130ms; */
}

.tabs-flex-container > .tabs-item:hover {
    box-shadow: 0px 1px 1px black;
}
.tabs-flex-container > .tabs-item > a{
    width: 100%;
    text-decoration: none;
    color: black;
    border-radius:  5px;
}
.tabs-flex-container > .tabs-item > a > .active_tab{
    background: #ffbf00;
}
.tabs-flex-container > .tabs-item > a > .btn-light, .tabs-flex-container > .tabs-item > a > .active_tab {

    width: 100%;
    height: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 55px;
    padding-right: 55px;
    line-height: 1.5;
    border-radius:  5px;

}

@media screen and (min-width: 0px) and (max-width: 1024px){
    /* .tabs-flex-container {
        display: block;
    } */

    .tabs-flex-container > .tabs-item > a > .btn-light, .tabs-flex-container > .tabs-item > a > .active_tab {
        /* width: 95%; */
        min-height: 40px;
        height: auto;
        font-size: 13px;
    }

    .tabs-flex-container > .tabs-item > a > .btn-light, .tabs-flex-container > .tabs-item > a > .active_tab {
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 25px;
        padding-right: 25px;

    }

}




