body {
    min-width: inherit;
}

#map {
    width: 100%;
    height: calc(100% - 130px);
    background: white;
}

#operators {
    width: 400px;
    height: 60px;
    background: #fff;
    box-shadow: 1px 1px 2px #777;
    margin-left: 10px;
    z-index: 10;
}

#operators > p {
    display: none;
}

#operators input[type='radio'] {
    float: left;
    margin-top: 20px;
    margin-left: 14px;
}

#operators img {
    float: left;
    height: 40px;
    margin-top: 10px;
	background: white;
}

#content_filters {
    width: 200px;
    height: 60px;
    position: absolute;
    top: 180px;
    left: 10px;
    margin-left: 10px;
    margin-bottom: 5px;
    z-index: 10;
}

#content_filters p {
    display: none;
}

#content_filters div {
    width: 50%;
    height: 60px;
    background: #595959;
    color: #747474;
    margin: auto;

    border: 1px solid #747474;
    text-align: center;
    font-size: 16px;
    padding-top: 20px;
    cursor: pointer;
    float:left;
}
#years {
    width: 400px;
    height: 60px;
    position: absolute;
    top: 180px;
    left: 10px;
    margin-left: 10px;
    margin-bottom: 5px;
    z-index: 10;
}

#years p {
    display: none;
}

#years button {
    width: 25%;
    height: 60px;
    background: #595959;
    color: #747474;
    margin: auto;

    border: 1px solid #747474;
    text-align: center;
    font-size: 16px;
    padding-top: 20px;
    cursor: pointer;
    float:left;
}
#sub_filters div {
    width: 170px;
    height: 40px;
    background: #fff;
    color: #747474;
    font-size: 16px;
    margin: auto auto auto 10px;
    z-index: 11;
}

#select_voice {
    top: 190px;
}

#select_download {
    top: 255px;
}

#select_upload {
    top: 315px;
}

select {
    color: #469F42;
    border: none;
    font-size: 15px;
    width: 150px;
    margin-top: 10px;
    margin-left: 17px;
}

select:focus {
    outline: none;
}

.active {
    border: 2px solid #fff !important;
    z-index: 10;
    color: #fff !important;
    background: #469F42 !important;
}

.info_logo {
    float: left;
    width: 45px;
    height: 45px;
}

.effect6 {
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.effect6:before, .effect6:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    top: 50%;
    bottom: 0;
    left: 10px;
    right: 10px;
    -moz-border-radius: 100px / 10px;
    border-radius: 100px / 10px;
}

.effect6:after {
    right: 10px;
    left: auto;
    -webkit-transform: skew(8deg) rotate(3deg);
    -moz-transform: skew(8deg) rotate(3deg);
    -ms-transform: skew(8deg) rotate(3deg);
    -o-transform: skew(8deg) rotate(3deg);
    transform: skew(8deg) rotate(3deg);
}

#button_filters {
    display:none;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

#years {
    margin-top:5px;
    margin-left: 10px;
    margin-bottom: 5px;
}

#pac-input {
    margin-top : 5px;
}
/* MEDIA QUERIES */
@media (max-width: 592px) {
    #button_filters {
        display:block;
        font-size:20px;
        background-color: white;
        border: 1px solid black;
        border-radius: 4px;
        cursor: pointer;
    }
    #content_filters {
        width: 180px;
        height: 60px;
        top: 0;
        left: 0;
        margin-left: 10px;
        background: #fff;
        box-shadow: 1px 1px 2px #777;
        z-index: 8 !important;
    }
    #content_filters p {
        display:block;
        text-align: center;
        vertical-align: middle;
        line-height: 60px;
        font-size: 20px;
        margin-bottom: 0;

    }
    #content_filters div {
        display: none;
    }

    #content_filters:hover > div {
        display: block;
    }

    #content_filters div {
        width: 100%;
        height: 60px;
    }

    #years {
        width: 180px;
        height: 60px;
        top: 0;
        left: 0;
        margin-left: 10px;
        background: #fff;
        box-shadow: 1px 1px 2px #777;
        z-index: 9 !important;
    }
    #years p {
        display:block;
        text-align: center;
        vertical-align: middle;
        line-height: 60px;
        font-size: 20px;
        margin-bottom: 0;

    }
    #years button {
        display: none;
    }

    #years:hover > button {
        display: block;
    }

    #years button {
        width: 100%;
        height: 60px;
    }
    .data {
        margin-left: 0px !important;
    }

    .active {
        width: 100% !important;
    }

    #sub_filters div {
        margin-top: 0px;
        position: unset;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
    }

    select {
        width: 100%;
        height: 100%;
        margin-left: unset;
        margin-top: 0;
    }

    #operators {
        width: 180px;
        z-index: 10 !important;;
    }

    #operators > label {
        display: none;
    }

    #operators:hover > label {
        display: block;
    }

    #operators > p {
        display: block;
        text-align: center;
        vertical-align: middle;
        line-height: 60px;
        font-size: 20px;
        margin-bottom: 0;
    }

    #filters_menu {
        padding-left: 0.5%;
        width: 100%;
        right: 0;
        position: relative;
        background-color: #fff;
        z-index: 10;
    }

    #sub_filters {
        /*  width: 32%;*/
        height: 60px;
        position: unset;
        background: #fff;
    }

    #filters_menu > div {
        float: left;
        width: 33%;
        border: solid 1px grey;
    }

    #filters_menu > div > p {
        height: 60px;
        text-align: center;
        line-height: 60px;
        margin: 0;
    }

    #filters_menu > #operators:hover label {
        display: block;
    }

    #operators:focus ~ #filters_menu > #operators > label {
        display: block;
    }

    /* HIDE RADIO */
    label input {
        visibility: hidden;
        position: absolute;
    }

    #operators img {
        margin: 0;
        width: 100%;
		height: 60px;
    }

    label input + img {
        cursor: pointer;
        border: 5px outset;
    }

    label input:checked + img {
        border: 5px inset;
    }

    .navbar {
        margin-bottom: 5px !important;
    }
}

@media (min-width: 593px) {
    #select_year {
        position: fixed;
        top: 130px;
        z-index: 10;
        left: 120px;

    }

    #content_filters {
        display: block;
    }

    #operators {
        display: block;
    }

    #sub_filters {
        display: block;
    }
}

