@CHARSET "UTF-8";

@font-face {
    font-family: SourceSansPro;
    src: url(../fonts/SourceSansPro-Regular.otf);
}

body {
    padding-top: 45px;
    padding-bottom: 80px;
    background-color: #f0f0f0;
    font-family: SourceSansPro, "Gotham Narrow A", "Gotham Narrow B", Helvetica, sans-serif;
}

:not(a):not(button)>span,td,h1,h2,h3,h4,h5,h6{
    color: #7a7a7a;
}

.paginator-child nav{
    width: auto;
}

.paginator-child{
    text-align: center;
}

.field-paginator-description{
    margin-top: 30px;
    text-align: center;
}

#top-bg{
    border-bottom: none;
}

.label-as-badge {
    border-radius: 1em !important;
}
.btn.btn-fab {
    border-radius: 100% !important;
}
.navbar-admin2 > li > a {
    padding-top: 20px;
    padding-bottom: 0;
}
.navbar-default {
    background-color: #092128;
    color: #FFF;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #FFF;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > a:hover {
    background-color: #337ab7;
    color: #FFF;
}
#comboEmpresas_chosen.chosen-container-single .chosen-single {
    color: #FFF !important;
    background-color: #205080;
    border: 0;
    padding-top: 6px;
    cursor: pointer;
}
#comboEmpresas_chosen .chosen-single div {
    padding-top: 6px;
    color: #FFF !important;
}
#comboEmpresas_chosen .chosen-search input {
    color: #333;
}

.dropdown-menu > li {
    margin: 0;
}

.dropdown-menu img {
    width: 24px;
    margin-right: 8px;
}

.dropdown-menu .glyphicon, .dropdown-menu .fa {
    font-size: 140%;
    margin-right: 8px;
}

.dropdown-menu .row {
    margin: 0;
}

.dropdown-gravatar {
    padding: 10px 0 !important;
    width: 60px;
    text-align: center;
}

a.link-entity, a.link-entity:focus, a.link-entity:visited {
    color: #337ab7;
    font-weight: 500;
}

.btn a, .btn > a:visited {
    color: #FFF !important;
    font-weight: normal;
}

h4, h5 {
    padding-bottom: 6px;
    border-bottom: 2px solid #337ab7;
}

.table > thead > tr > th {
    border-bottom: 2px solid #337ab7;
}
.breadcrumb > .active {
    background-color: #fff;
    color: #000;
    font-weight: normal;
}
.breadcrumb, .breadcrumb a {
    background-color: #fff;
    color: #3d8bcd;
}
.breadcrumb a {
    text-decoration: underline;
}
.breadcrumb {
    border-left: 2px solid #337ab7;
    padding: 0 0 0 10px;
    font-size:110%;
    margin: 25px 0;
    font-family: SourceSansPro, "Gotham Narrow A", "Gotham Narrow B", Helvetica, sans-serif;
}

i.breadcrumbs {
    background-color: #3c8acc;
    border-radius: 2px;
    position: relative;
    color: #ffffff;
    text-align: center;
    font-size: 22px;
    padding-top: 4px;
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

li.subitem {
    padding-left: 20px;
}

.deleted {
    color: #fff !important;
    background-color: #f46363 !important;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #cccccc;
}
.select2-selection {
    height: 34px !important;
}
.select2-margin {
    margin-right: 6px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__arrow {
    line-height: 34px !important;
    height: 34px !important;
}
.select2-dropdown {
    z-index: 999999 !important;
}
.dropdown-menu {
    min-width: 250px;
}
.dropdown-menu.columns-2 {
    min-width: 500px;
}
.dropdown-menu.columns-3 {
    min-width: 690px;
}
.dropdown-menu li a {
    padding: 5px 15px;
    font-weight: 300;
}
.user-profile {
    margin-left: -200px;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
}
.multi-column-dropdown {
    list-style: none;
    padding: 0;
}
.multi-column-dropdown li a {
    display: block;
    clear: both;
    line-height: 1.428571429;
    color: #333;
    white-space: normal;
}
@media (max-width: 768px) {
    .multi-column-dropdown li a {
        color: #333;
    }
    .navbar-nav .open .dropdown-menu {
        background-color: #fff !important;
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
        position: absolute;
        margin-top: 0 !important;
    }
    .dropdown-menu img {
        display: block;
    }
}
.multi-column-dropdown li a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

@media (max-width: 767px) {
    .dropdown-menu.multi-column {
        min-width: 240px !important;
        overflow-x: hidden;
    }
}
@media (min-width: 48em) {
    #hotspot-open, #user-open, #btn-help {
        height: 50px;
    }
    .user-profile {
        margin-top: -10px !important;
    }
}
.menu-direita {
    padding-top: 20px;
}

ul.linguas-horizontal {
    list-style: none;
    text-align: center;
    margin:0;
    padding:0;
}

ul.linguas-horizontal li {
    display: inline;
    padding: 0 15px;
}

ul.linguas-horizontal li a {
    color: #999;
}


nav.navbar-nav.navbar-right>li{
    float: left;
}

@media (max-width: 767px) {
    .navbar-nav>li{
        float: left;
    }
}

.as-link{
    background:none!important;
    border:none;
    font: inherit;
    cursor: pointer;
    margin-left: 10px;
}

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper {
    position: fixed;
    left: 0;
    width: 0;
    height: 95vh;
    margin-left: -260px;
    overflow-y: auto;
    background: #2d3e4e;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-top: -10px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 260px;
    margin: 0;
    padding: 0;
    list-style: none;

}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: 900;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

.nav.navbar-nav.pull-right{
    margin: 4px;
}

@media(min-width:768px) {

    .nav.navbar-nav.pull-right{
        margin: 0;
    }

    .navbar-header{
        float: none;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }
}

.info-graphic-pizza .highcharts-container{
    margin: 0 auto;
}

label span{
    font-size: 18px;
    font-weight: 300;
}

label{
    font-weight: 300;
}

.add-button {
    font-size: 14px;
    color: #69ba6d;
}

.save-button {
    color: #00A5E3;
}

.ft-btn{
    font-size: 18px;
}

.edit-button {
    font-size: 14px;
    color: #ffa618;
    padding-right: 7px;
}

.obs-button {
    font-size: 14px;
    color: #337ab7;
    padding-right: 7px;
}

.delete-button {
    font-size: 14px;
    color: #e04b51;
    padding-right: 7px;
}

.enable-button {
    font-size: 14px;
    color: #69ba6d;
    padding-right: 7px;
}

.disable-button {
    font-size: 14px;
    color: #aaa8a9;
    padding-right: 7px;
}

.default-button {
    font-size: 14px;
    color: #4389c5;
    padding-right: 7px;
}
.statistic-button {
    color: #080;
    padding-right: 7px;
}

.dropdown-menu>li>a{
    color:#666 !important;
}
.breadcrumb, .breadcrumb li, .breadcrumb li a{
    background: none !important;
    border: none;
}
.table-hover tr:hover{
    background-color: #ffeeee !important;
}

#list-content{
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 2px #337ab7 solid;
}
#list thead tr th{
    border: none;
}
.acc>ul{
    border-top: 1px rgba(2, 2, 2, 0.2) solid;
}
.acc-child>ul{
    border-top: 1px rgba(2, 2, 2, 0.15) solid;
}
.acc-child a{
    background: rgba(2, 2, 2, 0.05);
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 40px;
}
.acc-grandchild a{
    padding-left: 60px;
    width: 100%;
    background: rgba(2, 2, 2, 0.1);

}
.separator {
    margin-bottom:10px;
}
#company-open {
    font-size: 0.9em;
}
#company-container {
    border-bottom: 1px #afafaf solid;
    background-color: #ffffff;
}
#company-menu{
    display: none;
    padding: 10px;
}
#company-menu h6{
    padding-top: 0;
    text-align: right;
    color: #444;
}
#company-menu span{
    color: #777 !important;
}
#hotspot-container {
    border-bottom: 1px #afafaf solid;
    background-color: #ffffff;
}
#hotspot-menu{
    display: none;
    padding: 10px;
}
#hotspot-menu h6{
    padding-top: 0;
    text-align: right;
    color: #444;
}
.menuTargetOptions {
    margin: 3px 0 0 -10px;
}
.icon-menu{
    float: left;
    margin-top: 12px;
}
.render-los .alert {
    margin-top: 10px !important;
}
@media(min-width: 47.9375em){
    .menuTargetOptions{
        float: right !important;
        margin: 3px 0 0 0;
    }
    #company-open {
        font-size: 14px;
    }
}
#wrapper.toggled {
    padding-left: 0;
}
#wrapper.toggled #sidebar-wrapper {
    margin-left:0;
    width: 260px;
}
@media(min-width: 48em) {
    #wrapper.toggled {
        padding-left: 270px;
    }
}
@media(min-width: 62em) {
    .field-paginator-description {
        text-align: left;
    }
    .paginator-child {
        text-align: right;
    }
}
