.contact-info p {
    min-height: 34px!important;
}

.form-control-static {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 35px;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.evento-links {
  padding: 4px 8px;
  min-height: 30px;
  max-height: 30px;
}

.file-input-name {
    display: none;
}

.login-box {
    padding-top: 0!important;
}

.login-logo {
    height: 200px!important;
}

.registro-imagem {
    background: url(../img/logo.png) 10px 0px no-repeat #084680;
    height: 55px;
    margin-bottom: 20px;
}

.x-navigation > li.xn-logo > a:first-child {
    background: url(../img/logo2.png) top center no-repeat #084680;
}

.x-navigation.x-navigation-horizontal {
    height: 50px;
    background: #006CB9;
}

.profile {
    background: #006CB9;
}
.x-navigation li.xn-title {
    color: #fff;
    border-bottom: 1px solid #006CB9;
}
.x-navigation li > a {
    border-bottom: 1px solid #006CB9;
}
.x-navigation {
    background: #008FDF;
}
.page-container {
    background: #008FDF;
}
.profile .profile-data .profile-data-title {
    color: #fff;
}
.x-navigation li > a:hover .fa, .x-navigation li > a:hover .glyphicon {
    color: #fff;
}
.x-navigation li.active > a {
    background: #006CB9;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.x-navigation li.active > a .fa, .x-navigation li.active > a .glyphicon {
    color: #fff;
}
.x-navigation li > ul {
    background: #084680;
}
.x-navigation li > ul li > a {
    color: #fff;
    border-bottom-color: #006CB9;
}
.x-navigation li > ul li > a:hover {
    background: #006CB9;
    color: #ffffff;
}
.x-navigation.x-navigation-horizontal > li > a:hover {
    background: #006CB9;
}
.x-navigation.x-navigation-horizontal > li > a:hover .fa, .x-navigation.x-navigation-horizontal > li > a:hover .glyphicon {
    color: #fff;
}
.x-navigation.x-navigation-horizontal > li > a .fa, .x-navigation.x-navigation-horizontal > li > a .glyphicon {
    color: #ddd;
}
.x-navigation li > a:hover {
    background: #006CB9;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
#div-preview {
    border: 1px solid #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
}

.login-container {
    background: url(../img/bg.png) left top repeat #084680;
}
.login-container .login-box .login-body .form-control {
    color: #fff;
}
a {
    color: #208dda;
}
.error-code{
    color: #b64645!important;
}
.btn-info {
    color: #fff;
    background-color: #208dda;
    border-color: #208dda;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #006bb4;
    border-color: #006bb4;
}
.btn-align-form {
    margin-top: 34px;
}
.modal-header {
    background-image: -moz-linear-gradient(4deg, #008FDF 0%, #006CB9 100%);
    background-image: -webkit-linear-gradient(4deg, #008FDF 0%, #006CB9 100%);
    background-image: -ms-linear-gradient(4deg, #008FDF 0%, #006CB9 100%);
}
.modal-header h4 {
    text-align: center;
    color: white;
    font-weight: bolder;
}
.modal-body {
    background-color: #fff;
}
.modal-content {
    background-color: transparent;
}
label {
    color: #208dda;
}
label, table {
    margin-top: 10px;
}
.margin-top {
    margin-top: 20px;
}

#div-preview {
    margin-bottom: 10px;
}
body {
    font-size: 115%;
}
.btn, .table > thead > tr > th {
    font-size: inherit;
}
.wizard .anchor li a.selected:after {
    border-color: #006CB9;
    color: #006CB9;
}
.wizard .anchor li a.done:after {
    border-color: #006CB9;
    color: #006CB9;
}
.wizard .anchor li a.selected:before {
    background: #006CB9;
}
.wizard .anchor li a.done:before {
    background: #006CB9;
}
.wizard .anchor li a {
    color: #008FDF;
}
.wizard li a.selected {
    font-weight: bold;
}
.wizard .anchor li a .stepDesc {
    font-weight: inherit;
}
h4 {
    color: #006CB9;
    font-weight: bold;
}
.radio label, .checkbox label {
    min-height: 20px;
    padding-left: 0px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.page-content-wrap {
    padding: 0 20px;
}
.x-navigation.x-navigation-panel li.xn-icon-button {
    width: auto!important;
}
.x-navigation.x-navigation-horizontal .xn-icon-button > a {
    padding: 15px 10px;
    text-align: center;
    width: auto;
}
.x-navigation.x-navigation-horizontal > li > a {
    padding: 15px;
    border-bottom: 0px;
    line-height: 19px;
    color: #ffffff;
    text-shadow: none;
}
.btn {
    max-width: 100%;
    white-space: normal!important;
}
.selectpicker {
    max-height: 30px;
   white-space: nowrap!important;
}
.table > tbody > tr > th {
    font-weight: 400;
}

select.selectpicker {
    display: block !important;
    float: left;
    overflow: hidden;
    height: 34px;
    width: 0;
    border: 0;
    padding: 0;
    box-shadow: none;
    color: white;
}

.dropdown-menu {
    z-index: 5000!important;
}
.pagination > li > a, .pagination > li > span {
    margin-left: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #008FDF;
    border-color: #E5E5E5;
}
.pagination > li.active > a, .pagination > li.active > a:hover {
    background: #008FDF;
    color: #FFF;
    border-color: #008FDF;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.text-center {
  text-align: center;
}
.div-certificado img {
  margin-bottom: 10px;
}
.blue-vendortec {
  color: #208dda!important;
}
blockquote {
    padding: 10px 20px;
    margin: 20px 0 5px;
    border-left: 5px solid #208dda;
}

.form-group .row div h2 {
  color: #208dda;
}

legend {
    display: block;
    width: 100%;
    padding: 10px 10px 0;
    margin: 10px 0 10px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

.btn-full {
  width: 100%;
}

.tabs-pagamento {
  margin: 10px 0;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top-width: 0px;
}
.nav-tabs-pagamento {
  margin: 0;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.nav-tabs-pagamento a.btn {
  margin-right: 10px;
}
.widget .widget-data .widget-title {
    text-align: center;
    padding: 0 10px;
}
.widget.widget-primary {
    background: #33414e;
    background: -moz-linear-gradient(top, #006cb9 0%, #084680 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #006cb9), color-stop(100%, #084680));
    background: -webkit-linear-gradient(top, #006cb9 0%, #084680 100%);
    background: -o-linear-gradient(top, #006cb9 0%, #084680 100%);
    background: -ms-linear-gradient(top, #006cb9 0%, #084680 100%);
    background: linear-gradient(to bottom, #006cb9 0%, #084680 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#006cb9, endColorstr=#084680, GradientType=0);
}
.page-container .page-content .page-content-wrap {
    float: left;
    width: 100%;
    background: #f1f1f0;
    padding-bottom: 20px;
}
.panel-footer.row {
  text-align: right;
}

.table > thead > tr > th {
    background: #008fdf;
    color: #ffffff;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs > .dropdown.active.open > a:hover {
    border: 0px;
    border-top: 2px solid #208dda;
    background: #FFF;
    -moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
}
.panel.panel-info {
    border-top-color: #208dda;
}
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border: 0px;
    border-top: 2px solid #008fdf;
    background: #FFF;
    -moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
}
.nav-tabs.nav-justified > li > a:hover {
    border-color: #008fdf;
    background: #fff;
}
.panel .panel-body.profile.panel-entidade {
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 3px 3px 0px 0px;
    background: #208dda!important;
}
.profile.panel-body .profile-image {
    margin: 0px;
}
.panel-entidade {
  padding: 0!important;
}
.panel-links {
  padding: 20px 0!important;
}
.panel-entidade.padding {
  padding: 15px!important;
}

.x-navigation li > ul li.active > a {
    background: #084680!important;
}

.alert-info {
    background-color: #008fdf;
    color: #FFF;
    border-color: #008fdf;
}
.form-control-descricao {
  max-height: 500px;
  overflow-y: scroll;
}
.panel-aba-entidade {
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    margin-bottom: 0;
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.dataTables_filter label, .dataTables_filter input {
  margin: 5px 0;
}
.dataTables_filter .btn-success, .dataTables_filter .btn-info {
  margin: 10px 0;
}

.btn-fix { /*serve para resolver o problema dos btn grudados quando ocorre quebra de linha deles dentro de um painel-body, como o que tem no topo de todas as páginas show do painelAdm*/
    padding-bottom: 0!important;
}

.btn-fix > .btn {
    margin-bottom: 15px;
}

.modal-content.termos {
    max-height: 600px;
    overflow: auto;
}

.messages .item .text .heading .date {
    font-size: 22px;
    color: #333;
}

@media only screen and (max-width: 768px) {
    .page-container .page-sidebar.page-sidebar-fixed {
        z-index: 9999;
    }
    .x-navigation.x-navigation-horizontal {
        margin-top: 50px;
    }
}

.ui-widget-content {
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.btn-primary.btn-file {
    background-color: #208dda;
    border-color: #208dda;
    line-height: 12px;
}
.file-caption-main div .btn.btn-default.btn-secondary {
    background-color: #b64645;
    border-color: #b64645;
    color: #fff;
		line-height: 12px;
}

.campo-producao-vermelho {
	background-color: #cc4444;
	color: white;
}
.campo-producao-vermelho:focus{
	background-color: #cc3333 !important;
}
.campo-producao-vermelho::placeholder {
	color: white;
}

.campo-producao-verde {
	background-color: #44bb44;
	color: white;
}
.campo-producao-verde:focus{
	background-color: #44cc44 !important;
}
.campo-producao-verde::placeholder {
	color: white;
}

.form-control[disabled], .form-control[readonly] {
    color: #555!important;
}

.aviso-rolo-desatualizado {
	background-color: #cc3333;
	color: white;
	padding: 12px 8px;
	border-radius: 4px;
	box-shadow: 0 2px 2px 1px rgba(0,0,0,0.3);
	margin-bottom: 10px
}