.tab-content > .active {
    display: flex;
    margin: 0;
}

.tab-content > .active > .container{
    padding-top: 1%;
    margin: 0;
    width: 100%;
}

.button-container {
    display: flex;
    float: right;
    justify-content: flex-end;
}

.images-container {
     display: flow-root;
 }

.set-right {
    float: right!important;
}

.jvectormap-label {
    position: absolute;
    display: none;
    border: solid 1px #CDCDCD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #292929;
    color: white;
    font-family: sans-serif, Verdana;
    font-size: smaller;
    padding: 3px;
}

.map-container  {
    width: inherit;
    height: inherit;
}

.button-options {
    display: flex;
    justify-content: space-around;
    color: red;
    width: 80%;
    padding: 10%;
}

.button-options > i {
    font-size: 20px;
}

.button-options > i:first-of-type {
    margin-right: auto;
}

.button-options > a {
    color: red;
    font-size: 20px;
}

.button-options > a:first-of-type {
    color: red;
    margin-right: auto;
}

tr:hover .button-options {
    display: flex;
}

.td-buttons {
    width: 10%!important;
}

input[type=file]{
    color:transparent;
}

.image_upload{
    display: grid;
}

.carousel-inner > .item > img {
    object-fit: scale-down;
    height: 50vh;
    width: 100%;
}

.text-border {
    color: white;
}

.carousel--caption {
    position: absolute;
    right: 0%;
    bottom: 10px;
    left: 0%;
    z-index: 10;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 40px;
    background:rgba(1,1,1,0.5);
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.avatar-container {
    display: flex;
    justify-content: center;
}

.description-container {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 18%;
}

.description-row{
    display: flex;
    width: 18%;
}

.gallery
{
    display: table;
    margin-top: 20px;
}
.close-icon{
    border-radius: 50%!important;
    position: absolute;
    right: 5px;
    top: -10px;
    padding: 5px 8px;
}

.white {
    color: white;
}

.div-color {
    text-shadow: 0 0 3px #000000
}

.annotation{
    background-color: #00a65a;
    position: absolute;
    transform: translate(10px, 10px);
    border-radius: 10px;
    padding: 14px;
    color: white;
    width: 450px;
    font-size: 16px;
}

.annotation-movil{
    background-color: #00a65a;
    position: absolute;
    transform: translate(10px, 10px);
    border-radius: 10px;
    padding: 13px;
    color: white;
    width: 350px;
    alignment: center;
    font-size: 14px;
}
