﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}


.bg-color-default {
    background-color:#3385AD;
}
.container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.caixa-login {
    overflow: hidden;
    background: white;
    margin-top: 1%;
    border-radius: 10px;
}

.header {
    padding-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.conteudo {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 13%;
    padding-right: 13%;
}
.logo-conecta {
    max-width: 35%;
    float: left;
    vertical-align: text-top;
}
/* Set navbar background color*/
div.row {
    margin: 0px 0px 0px 0px;
}

div.panel-heading {
    cursor: pointer;
}

#panelListaItens {
    margin: 15px 15px 15px 15px;
}

/*li.btn btn-sq-sm:focus, li.btn.btn-sq-sm:hover {
    background-color: rgba(22, 88, 140, 0.83) !important;
    transition: all ease-in .3s;
}

ul.nav.navbar-nav.navbar-right:focus, ul.nav.navbar-nav.navbar-right:hover {
     background-color: rgba(22, 88, 140, 0.83) !important;
    transition: all ease-in .3s;
}*/

li.dropdown.open {
    background-color: #1C8CCE !important;
}
li.dropdown {
    background-color: #1C8CCE !important;
}

ul.nav .navbar-nav {
    background-color: #1C8CCE !important;
}

li.btn-sq-sm {
    border-radius: 0px;
    height:65px;
   
}

nav.navbar.navbar-default.navbar-inverse.navbar-fixed-top {
    background-color: #1C8CCE !important;
}

img#logoConecta {
    margin: 0.5em;
}


.navbar-inverse .navbar-nav > li > a {
    color: #ffffff !important;
}

img#logoConecta {
    max-height: 3em;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-collapse .navbar-nav .open .dropdown-menu > li > a {
        color: #ffffff;
    }

    img#logoConecta {
        max-height: 3em;
    }
    .table-overflow {
        max-height: 400px;
        overflow-y: auto;
    }

}


@media (max-width: 500px) {

    img#logoConecta {
        max-height: 40%;
        max-width: 40%;
    }
}


ul.nav.navbar-nav.animated.fadeIn.text16{
    margin-left: 55px;
}
/*input Pesquisa Historico Pedido*/
.InputPesquisa-lupa {
  position:absolute;
  top:5px;  right: 5px;
  z-index:20;
  border:none;
  background:transparent;
  outline:none;
}

.InputPesquisa {
  position: relative;

}

/*Tabela selected*/
.table-selectable td {
    cursor: pointer;
}

#loading {
    font-size: 28px;
    z-index: 6000;
    color: rgb(255, 255, 255);
    position: fixed;
    top: 9px;
    right: 65px;
    display: none;
}

.loadingModal {
    font-size: 28px;
    color: #3385AD;
    display: none;
    margin-right: 0px;
}

.input-group-addon {
    cursor: pointer;
}


/*Modal Pesquisa Cliente*/
.thead {
    display: block;
    width: 100%;
    overflow: auto;
    color: #000;
}

#tbody-cliente {
    display: block;
    width: 100%;
    height: 268px;
    overflow-y: auto;
}

#table-PesquisaCliente th, td {
    padding: .5em 1em;
    text-align: center;
    vertical-align: top;
    border-left: 1px solid #fff;
}

#tbody-cliente td {
    width: 9%;
    padding-left: 5px;
    width: 7%;
}

.thead th {
    width: 9%;
    padding-left: 23px;
    padding-right: 20px;
}
/*Scrooll table Modal Pesquisa Produto*/

.thead-produto {
    display: inherit;
    width: 100%;
    color: #000;
}

#tbody-produto {
    display: block;
    width: 100%;
    height: 259px;
    overflow-y: auto;
}

#table-PesquisaProduto th, td {
    padding: 0.5em 3em;
    text-align: center;
    vertical-align: top;
    border-left: 1px solid #fff;
}

#tbody-produto td {
    width: 9%;
    padding: 0.5em 3em;
}


/*Scrooll table Modal Pesquisa Transportadora*/

#thead-transportadora {
    display: inherit !important;
    width: 100% !important;
    overflow: auto !important;
    color: #000 !important;
}

#tbody-transportadora {
    display: block;
    width: 100%;
    height: 268px;
    overflow: auto;
}

#table-PesquisaTransportadora, td {
    padding: .5em 1em;
    text-align: center;
    vertical-align: top;
    border-left: 1px solid #fff;
}

#tbody-transportadora td {
    width: 9%;
    padding-left: 5px;
}

#thead-transportadora th {
    width: 9%;
    padding-left: 23px;
    padding-right: 20px;
    text-align: center;
}

/* Alerta de Erro */
.focusAlert1 {
    border-color: #E9322D !important;
    box-shadow: 0 0 6px #F8B9B7 !important;
}

/*Item Selecionado*/
.Selecionado {
    background-color: rgba(222, 222, 222,1);
    color: #333;
    border-color: rgba(222, 222, 222, 1);
}

/*pagina Login*/

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

    .form-signin .form-signin-heading, .form-signin .checkbox {
        margin-bottom: 10px;
    }

    .form-signin .checkbox {
        font-weight: normal;
    }

    .form-signin .form-control {
        position: relative;
        font-size: 16px;
        height: auto;
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input[type="text"] {
        margin-bottom: -1px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.login-title {
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}

.profile-img {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.need-help {
    margin-top: 10px;
}

/*Tabela Hiotórico Pedido */
tbody#testeBody > tr > td > a{
    color:#101417;
}

/*Tabela Cadastro de usuário */

tbody#tbodyCadastrousuario > tr > td > a.CadastroUsuario{
    color:#101417;
}

/*Alertify Alertas */

.alert{
    margin-bottom:-5px !important; 
    margin-top:-5px !important;
}

.panel-default > .panel-heading {
    background-color: white !important;
}

#bs-example-navbar-collapse-1 > ul > li > a:hover {
    background-color:#1C8CCE;
}


#bs-example-navbar-collapse-1 > ul > li:hover {
    background-color: #1C8CCE;
}

#bs-example-navbar-collapse-1 > ul > li:active {
    background-color: #1C8CCE;
}

li .open {
    background-color: #1C8CCE !important;
}

.obrigatorio {
    border-left: 4px solid #ffe000 !important;
}

.dropdown-menu {
    background-color: #FFF !important;
}
.dropdown-menu > li {
    background-color: #FFF !important;
}
a.brand {
    color: white !important;
}
nav#nav-top-menu{
    border-bottom:none;
}
ul.dropdown-menu li:hover a.brand {
    background-color: #FFF !important;
    color: darkblue !important;
}

ul.dropdown-menu li a {
    background-color: #FFF !important;
    color: dodgerblue !important;
}
ul.dropdown-menu li:hover a {
    background-color: #FFF !important;
    color: darkblue !important;
}

.navbar-default .navbar-nav > .open > a {
    background-color: #1C8CCE !important;
}

.ui-datepicker-calendar{
    background-color: white;
}

#ui-datepicker-div {
    border-radius: 8px;
}

.migalhas {
    color: #676767;
    text-decoration: none;
    background-color: transparent;
    cursor: default;
    margin-top:15px;
}

#nav-top-menu{
    height: 4em;
}

li.dropdown {
    height: 4em;
}

.select2-selection {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 2px 2px; /* e.g. change 8x to 4px here */
    font-size: 9pt;
}