* {
    margin: 0;
    padding: 0;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

button:focus {
    outline: none !important;
}

@font-face {
    font-family: afta;
    src: url('../fonts/AftaSansThin.otf');
    font-size: medium;
}

html,
body {
    background-color: #F0F0F0;
    width: 100%;
    height: 100%;
    font-family: afta;
    font-size: 10pt;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    overflow:hidden;
}

.clear {
    clear: both;
}

#content_default {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    background-image: url('/./application/views/styles/img/PlataformaSocial.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

/*- - - - - - CONTENT PORTAL - - - - - - - */

#content_portal {
    position: relative;
    width: 100%;
    height: 100%;
}

#leftside {
    position: relative;
    float: left;
    width: 50px;
    height: 100%;
    z-index: 10000;
}

#rightside {
    position: relative;
    float: left;
    height: 100%;
    width: calc(100% - 50px);
    left:50px;
}

#alerts-form {
    display: none;
}

/* - - - - - - - - STATS PAGES - - - - - - - - - - - - */

#divDisplay {
    background-color: #FFFFFF;
    width: 75%;
    float: left;
    height: 100%;
    border: 1px solid #ccc;
    padding: 10px;
}

#optionsRight {
    position: relative;
    float: right;
    height: 100%;
    width: calc(100% - 76%);
}

#groupbox_option {
    position: relative;
    border: 1px solid #ccc;
    padding: 15px;
    margin-top: -10px;
}

#legendbox_option {
    width: auto;
    padding: 0px 10px;
    font-size: 15px;
    border: 0px;
    color: #09A28D;
    margin-bottom: 0px;
}

@media (min-width: 1200px) {
    .container {
        width: 1161px;
    }
}
