﻿/* ############ FONTES ########## */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    font-family: 'Open Sans';
    color: #333;
    height:100%;
}

a{ outline: none !important; }

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    margin-left: 0;
    margin-right: 0;
}

.hide-page{
    display: none;
}

.main-panel{
    display: table;
    height: 100%;
    width: 100%;
    position: relative;
}

.content{
    display: table-cell;
    height: 100%;
    vertical-align: top;
    width: 100%;
}

.razao-social-title{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float:left;
  line-height: 48px;
  margin-left: 30px;
  width: 60%;
}

.razao-social-title span{
  color:#fff;
  font-size:14pt;
}

/*Edita somente os labels que estão dentro do form*/
form > .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 10px !important;
    padding-left: 0 !important;
}

.form-horizontal label{
  font-size: 10pt !important;
  color: #272e31 !important;
  font-weight: normal !important;
}

.fill{
    height:100%;
    min-height:100%;
}

.img-error{
    cursor: pointer;
    margin-top: 0;
    padding-left: 10px;
}

/* MENU - NAVBAR*/
.navbar{
    border-radius: 0;
    border: 0;
}

.navbar-static-top {
    z-index: 1 !important;
}

.header-help {
    height: 20px;
    width: 20px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url('../images/sprite-20x20-header-help.png');
}

.header-help:hover {
    height: 20px;
    width: 20px;
    background-position: 0 -20px;
    background-repeat: no-repeat;
    background-image: url('../images/sprite-20x20-header-help.png');
}

/* Menu login/logout */
.menu-login{
    height: 40px;
}

.opcoes-menu-topo{    
    line-height: 47px;
    padding-left: 15px;
    padding-right: 15px;
}

.opcoes-menu-topo a{
    color: #fff;
    font-size: 8pt;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
}

.menu-login span{
    color: #fff;
    font-size: 8pt;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 28px;
    padding-left: 15px;
}

.dropdown-login{
    background: #093250;
    padding: 0;
    margin: 10px 0 0 0;
    width: 132px;
}

.dropdown-login li {
    list-style:none;
    height: 30px;
    cursor:pointer;
}

.dropdown-login li:hover{background-color:#0CF;}

.dropdown-login li > a{
    text-decoration: none;
    color: #fff;
    font-size: 8pt;
    font-weight: bold;
    padding-left: 15px;
    line-height: 28px;
}

.open{background:#093250;}

.icone-dropdown-login{
    height: 8px;
    width: 8px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url('../images/sprite-8x8-header-user.png');
}

/* Menu Lateral*/
.panel-left{
    width:210px;
    /*padding: 0 10px 0 10px;*/
    float: left;
    background: #ced4d9;
}

.panel-left ul {
    padding: 10px;    
    list-style: none;
}

.panel-left ul > li {
    margin-botton: 2px;
    padding: 6px 10px;
    font-size: 10pt;
    color: #272e31;
}

.panel-left-item-default {
    text-decoration: none;
    font-size: 10pt;
    color: #272e31;
    font-weight: normal;;
    font-family: 'Open Sans';
    cursor: pointer;
}

.panel-left-item-default:hover{
  background: #ADBECA;
}

.panel-left-item-saved{
    text-decoration: none;
    font-size: 10pt;
    color: #272e31;
    font-weight: normal;;
    font-family: 'Open Sans';
}

.panel-left-item-saved div:first-child {
    cursor:default;
    background-image: url('../images/sprite-12x12-custom-search.png');
    background-position: 0 0;
    height:12px;
    width:12px;
    float:left;
    margin-top: 4px;
}

.panel-left-item-saved div:nth-child(2) {
  cursor:pointer;
  max-width:80%;
  margin-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.panel-left-item-saved div:last-child {
  cursor:pointer;
  background-image: url('../images/sprite-10x10-clearfilter.png');
  background-position: 0 10px;
  height:10px;
  width:10px;
  float:right;
  margin-top:-14px;
}

.panel-left-item-saved:hover{
  background: #ADBECA;
}

.item-selected {
  background: #4580ab !important;
  color: #fff !important;
  font-weight: 700 !important;
}

.item-selected div:first-child {
  background-position: 0 12px !important;
}

.item-selected div:last-child{
  background-position: 0 0 !important;
}

.panel-left div{
  cursor:default;
}

.panel-left div > div{
  background-color:#B0BDC7;
  color: #4580ab;
  height: 2px;
  margin-left: 0;
  margin-right: 0;
}

.panel-left-mobile {
    display: block; 
    padding: 15px 20px; 
    clear: both; 
    font-weight: normal; 
    line-height: 0.10; 
    color: #272E31; 
    white-space: nowrap; 
    font-size: 9pt; 
    margin-left: 5px; 
    margin-right: 5px;
}

/* Botões do menu */
.menu {
	 font-size: 8pt;
  	color: #D4EDFF;
  	font-weight: 700;
  	font-family: 'Open Sans';
  	text-transform: uppercase;
  	list-style:none;
  	float:left;
  	padding-left:0;
    margin: 0;
}

.menu li {
  	position:relative;
  	float:left;
    cursor: pointer;
}

.menu li img {
	  margin-bottom: 5px;
}

.menu li a {
  	color:#D4EDFF;
  	text-decoration:none;
  	padding:10px 20px;
  	display:block;
  	vertical-align: bottom;
  	text-align:center;
    height: 80px;
    outline: none;
}

.menu li:hover {
	  background:#2C6994;
}

.fundo {
  	height:40px;
  	width:40px;
  	background-repeat:no-repeat;
  	padding-top: 4px;
    margin: 0 auto;
}

.inicio-btn{
    background-image: url('../images/sprite-40x40-menu-inicio.png');
    background-position: 0 0;
}

.aquisicoes-btn{
    background-image: url('../images/sprite-40x40-menu-aquisicoes.png');
    background-position: 0 0;
}

.viagens-btn{
    background-image: url('../images/sprite-40x40-menu-viagens.png');
    background-position: 0 0;
}

.ferramentas-btn{
    background-image: url('../images/sprite-40x40-menu-ferramentas.png');
    background-position: 0 0;
}


.active{
    background: #00cdb0;
}

.active:hover{
    background: #00cdb0 !important;
}

.active a{
  color: #fff !important;
}

.active a div{
  background-position: 0px -40px;
}

/* Dashboard */
.dashboard-background{
    background: #e9e9e9;
}

/* Retirar as cores padrões do google chrome */
input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px white inset; }
input:-webkit-autofill:hover { -webkit-box-shadow: 0 0 0px 1000px white inset; }
input:-webkit-autofill:focus { -webkit-box-shadow: 0 0 0px 1000px white inset; }

input:focus {outline:0 !important;}

/* Breadcrumbs */
.link-breadcrumb{
    cursor: pointer;
}

.breadcrumb > li + li:before{
    padding: 0 3px 0 10px;
    color: #272e31;
    content: ">\00a0";
    font-size: 13pt;
}

#menuResposivo {
    display: none;
}

.menu-interno {
    display: none !important;
}

.table-info {
    display: none;
}

.grafico-legenda {
    width: 350px !important;
    text-align: left !important; 
    margin-left: 10px !important;
    text-align: left !important;
}

#divLegenda {
    float: left; 
    height: 190px; 
    width: 550px; 
    margin-top:20px; 
    margin-left: 50px;
}

.div-legenda-td {
    width:350px; 
    height: 24px;
}

@media (max-width: 768px) {
    
    body {
        top: 50px !important;
    }
    
    #topBar {
        display: none !important;
    }

    #menuPrincipal {
        display: none !important;
    }
    
    #menuResposivo {
        display: block !important;
    }   
    
    /* M E N U */
    .navbar-header{
        background: #3882B7 !important;
    }
    
    .navbar-brand {
        color: #FFFFFF !important;
    }
    
    .navbar-default .navbar-toggle {
        border: none !important;
    }
    
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #FFFFFF !important;
    }
    
    .pull-left {
        margin-top: 8px !important;
    }
    
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
        background-color: initial;
    }
    
    .navbar-brand {
        padding: 15px 0;
    }
    
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #144466;
    }
    
    .navbar-default {
        background-color: #144466 !important;
    }
    
    .navbar-gray {
        background-color: #d6e0e7 !important;
    }
    
    .navbar-default .navbar-nav>li>a {
        color: #FFFFFF;
    }
    
    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
        background-color: #00CDB0;
    }
    
    .nav>li {
        border-bottom: 1px solid #133B58;
    }
    
    .navbar-collapse {
        border-top: 0px solid transparent !important;
    }
    
    .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
        color: #FFFFFF;
    }
    
    .menu-interno {
        display: table-caption !important;
    }
    
    /* Esticando a navbar para preencher todo o tamanho da página */
    .navbar-collapse ul {
        list-style-type: none;
        margin-top: -50px;
        padding: 0;
        width: 80%;
        background-color: #144460;
        position: fixed;
        height: 100%;
        overflow: auto;
    }

    .navbar-collapse li a {
        
        color: #000;
        padding: 16px 16px;
        text-decoration: none;
    }

    .navbar-collapse li a.active {
        background-color: #4CAF50;
        color: white;
    }

    .navbar-collapse li a:hover:not(.active) {
        background-color: #00CDB0;
        color: white;
    }
    
    /* Dashboard */
    .dashboard h3 {
        font-size: 10pt !important;
    }
    
    /* Menu Lateral */
    .panel-left {
        display: none;
    }
    
    .div-search {
        width: 300px !important;
    }
    
    .div-search input {
        width: 240px !important;
    }
    
    /* SubMenu */
    .menu-interno .dropdown-menu {
        border-color: #FFFFFF !important;
        left: 20% !important;
        min-width: 230px !important;
        top: 0 !important;
    }
    
    .menu-interno > .open:not(.menu-login) {
        background: #144466 !important;
    }
    
    .panel-left-item-saved {
        height: 30px;
        padding: 5px 10px 10px 10px;
    }
    
    /* Barra de ferramentas */
    .barra-ferramentas {
        display: none;
        background: #FFFFFF !important;
        border-bottom: none !important;
    }
    
    .search-box {
        display: none !important;        
    }
    
    .breadcrumb {
        display: none;
    }
    /*
    .padding-search-box {
        padding: 20px 0px 10px 35px !important;
    }
    
    .label-date {
        padding: 7px 2px 8px 2px !important;
    }
    */
    /* Status to table */
    .status {
        height: 20px !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
        line-height: 20px !important;
        min-width: 95px !important;
    }
    
    .status-cinza {
        max-width: 95px !important;
    }
    
    .status-azul {
        max-width: 95px !important;
    }
    
    .status-vermelho {
        max-width: 95px !important;
    }
    
    .status-verde {
        max-width: 95px !important;
    }
    
    /* Table */
    .table-lines {
        padding: 0 !important;
    }
    
    .table {
        display: none;
    }
    
    .table-info {
        display: block;
    }
    
    .item {
        max-width: 200px !important;
    }
    
    .grafico-legenda {
        width: 170px !important;
    }
    
    #divLegenda {
        width: 235px !important;
    }
    
    .div-legenda-td {
        width: 170px !important;
    }
}

@media (max-width: 450px) {
   .dashboard-panel {
       width: 100% !important;
   }
}