* {
    margin: 0;
    padding: 0;

}

/*- - - - - - - -  MENU SASE- - - - -- - - - --  - */
#btnulmenu {
    float: left;
    width: 100%;
    /* height: 100px; */
    border-bottom: 1px solid #E0E0E0;
    position: relative;
    z-index: 2;
    background-color: #F0F0F0;
}

.nav {
    list-style: none;
    text-align: center;
}

.nav li {
    position: relative;
    display: inline-block;
    margin-right: -4px;

}

.nav li:before {
    content: "";
    display: block;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #fff;
    width: 100%;
    /*transform: rotate(90deg);*/
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: -1;
}

.nav a:link, .nav a:visited, .nav a:focus {
    display: block;
    background-color: #F3F3F3 !important;
    color: #CCCCCC !important;
    width: 70px;
    font-size: 16px;
    margin: 20px 45px;
    height: 70px;
    position: relative;
    text-align: center;
    line-height: 3;
    border-radius: 50%;
    border: solid 1px transparent;
    transition: all .2s ease-in-out;
}

.nav a:before {
    content: "";
    display: block;
    background: #E8E8E8;
    position: absolute;
    top: -6px;
    left: -6px;
    bottom: -6px;
    right: -6px;
    z-index: -1;
    border-radius: 50%;
}

.nav a:hover:before {
    background: #D7D7D7;
    transition: all .2s ease-in-out;
    box-shadow: inset 0px 26px 45px -18px #09A28D;
    border-top: 0px;
}

.nav a.active:before {
    background: #D7D7D7;
    transition: all .2s ease-in-out;
    box-shadow: inset 0px 26px 45px 50px #09A28D;
    border-top: 0px;
}

.nav a.active {
    background: #F8F8F8 !important;
    transition: all .2s ease-in-out;
    color: #09A28D !important;

}

.nav a:hover {
    text-decoration: none;
    color: #09A28D !important;
    transition: all .2s ease-in-out;
    box-shadow: none;
    background-color: #F3F3F3 !important;
}

/*sf sdfsd sdg fdsgdfdfg df gdsfg dsg dgf */

.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;
    overflow-y: hidden;
    background-image: url('/application/views/styles/img/PlataformaSocial.png');
    background-size: cover;
}

/*- - - - - - 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);

}

#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: 100%;
        height: 100%;
    }
}

#contentsase {
    width: 100%;
    margin: 0 auto;
}

.btn-default {
    background-color: #FFFFFF;
    color: #444;
    border-color: #ddd;
}

.clear {
    clear: both;
}

.btn-default:hover, .btn-default:active, .btn-default.hover {
    background-color: #FFFFFF;
}

#rw-framesase1 {
    position: relative;
    float: right;
    width: 100%;
    min-height: 100%;
    padding: 10px;
    margin-top: 10px;
    background: #FFF;
    border: 1px solid #E0E0E0;
    margin-right: 0px;
    margin-bottom: 25px;
}

#dv-selectOptionEscolas {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 10px;
}

#btn-mostrartodos {
    height: 34px;
    width: 100%;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border: 1px solid #DDD;
    background-color: #09A28D;
    padding: 0 15px;
    color: #FFF;
}

#btn-mostrartodos:hover {
    background-color: #08796A;
}

.bootstrap-select {
    width: 100%;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.table > thead:first-child > tr:first-child > th {
    border-top: 0;
    background-color: #09A28D;
    color: #FFF;
    font-weight: bold;
    text-align: center;
}


.centeralign {
    text-align: center;
}

