body {
    background-color: rgba(247,0,0,0);
    text-align: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    font-family: Helvetica, sans-serif;
}

html {
    min-height: 100%;
    background: url('../imagenes/img.jpg') rgba(0, 0, 0, 0.60);
    background-size: cover;
    background-blend-mode: multiply;
    /*min-height: 100%;
    background-image: url('../imagenes/img.jpg');
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.1);*/
}
.output {
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin: 30px 0;
}
.update-range {
    padding: 4px 8px;
}
@media (min-width: 767px) {
    .wrapper {
        display: flex;
        
    }
}

.iconPrinci {
    top: 30px;
}

.menu-section {
    flex: 0 0 300px;
}
.main-section {
    width: 100%;
}
.table-container {
    width: 100%;
    padding: 20px 10px 0;
    margin: 20px 0 20px;
    /*background: #f1f7fc;*/
    flex: 1 1;
    /*background: green;*/
}
@media (min-width: 767px) {
    .menu-section {
        flex: 0 0 200px;
    }
    .table-container {
        max-width: 550px;
    }
}
@media (min-width: 992px) {
    .menu-section {
        flex: 0 0 200px;
    }

    .table-container {
        max-width: 768px;
    }
}
@media (min-width: 1200px) {
    .menu-section {
        flex: 0 0 300px;
    }

    .table-container {
        max-width: 100%;
    }
}
/*@media (min-width: 992px) {
    .menu-section {
        flex: 0 0 300px;
    }
    .main-section {
        max-width: calc(100% - 300px);
    }
}*/
.text-danger {
    display: none;
}

.glyphicon-calendar {
    font-size: 30px;
    top: 5px;
}

.DivCountriesOfi{
    display:none;
}