* {
    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%;
}

.clear {
    clear: both;
}

#content_default {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

#alerts-form {
    display: none;
}

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

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

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

#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;
    font-weight: 700;
}

#lb-title_mun {
    color: #09A28D;
    font-size: 9pt;
}

#dv-graficos {
    width: 100% !important;
    height: 100% !important;
    margin: 0 auto;
    float: left;

}

#dv-accordion {
    margin-top: 5px;
}

/*- - - - - - SELECT'S OPTIONS STATS  - - - - - - */

#select_desporto_groupbox,
#select_ilha_groupbox,
#select_escalao_groupbox,
#select_genero_groupbox {
    margin-bottom: 10px;
}

#div_slide_anos {
    margin-bottom: 20px;
    width: 100%;
    height: 50px;
}

#select_desporto_groupbox > .btn-group > .btn:first-child,
#select_ilha_groupbox > .btn-group > .btn:first-child,
#select_escalao_groupbox > .btn-group > .btn:first-child,
#select_genero_groupbox > .btn-group > .btn:first-child {
    margin-left: 0;
    height: 50px;
    border-radius: 0px;
    background-color: #fbfbfb;
    border-color: #e5e5e5;
}

/*- - - - - ION SLIDER - - - - -*/

.irs-min,
.irs-max {
    color: #333;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.333;
    text-shadow: none;
    top: 0;
    padding: 1px 3px;
    background: #fbfbfb;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.irs-from,
.irs-to,
.irs-single {
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: #09A28D;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.irs-from:after,
.irs-to:after,
.irs-single:after {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #09A28D;
}

.irs-grid-text {
    color: #333;
    font-weight: 700;
}

#hr_separator {
    width: 233px;
    border-top: 1px solid #D9D9D9;
    margin: 0 auto;
    margin-top: 26px;
    margin-bottom: 16px;
    box-shadow: 0px 1px 4px #D7D6D6;
}

#btnGerar,
#btnClean {
    width: calc(100% - 52%);
    margin-left: 5px;
    border: 0px;
    background-color: #09A28D;
    color: #FFF;
    height: 39px;
    font-weight: 700;
}

.panel-body {
    padding: 0px;
}

#btnClean {
    margin-left: 0px;
}

#btnGerar:hover,
#btnClean:hover {
    background-color: #008C79;
    transition: all .2s ease-in-out;
}

/**
*
*   ACOORDION STYLE
*
*/

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border: 0px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
}

.panel-default {
    border-color: transparent;
}

.panel {
    margin-bottom: 20px;
    background-color: transparent;
    border: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#collapse1_1 {
    margin-bottom: -5px;
}

#heading1, #heading2 {
    background-color: #09A28D;
    color: #FFF;
    margin-top: 6px;
    border-radius: 0px;
    border-bottom: 2px solid #008C79;
}

#heading1_1, #heading2_1 {
    margin-top: 0px;
    border-radius: 0px;
    border-bottom: 1px solid #DCDADA;
}

#heading2_1 {
    margin-top: -5px;
}

#accordion {
    margin-bottom: 0px;
}

@media (min-width: 1200px) {
    .container {
        width: 100% !important;
    }
}

@media (min-width: 992px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}

a:hover, a:active, a:focus {
    outline: none;
    text-decoration: none;
    color: inherit;
}

#06012001, #06012003, #06012006, #06012007, #06012013, #06012015, #06012017, #06012020, #06012021, #06012022, #06012023, #06012026, #06012029, #06012031, #06012032 {
    display: none;
}