﻿#loading-bar .bar {
    height: 5px;
}

#loading-bar .peg {
    height: 5px;
}

.equal {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.equal > div[class*='col-'] {
  flex:1 1 auto;
  display: flex;
}
.panel.panelEqualHeight {
  flex:1 0 100%;
  background-color:white !important;
}
.imgEqual {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.imgEqual > div[class*='col-'] {
  display: flex;
}
.imgEqualHeight {
  flex:1 0 100%;
  background-color:white !important;
}
.page-header.navbar .page-logo .logo-default {
  margin: 1px 0 0 0;
}
.panel-heading .panel-icon {
    float: right;
}
a.optionsIcon {
    font-size: 20px !important;
    text-decoration:none;
}
.form-condensed .form-group {
    margin-bottom: 2px;
}
.table-clickable {
    cursor: pointer;
}
.badgePendencia {
    bottom: 70%;
    left: 68%;
    position: absolute;
    z-index: 3;
}
.textDecorN:hover {
    text-decoration: none;
}

.espacamentoBotoesTabela {
    margin: 0px 5px 3px 0px !important;
    width: 40px;
}

@media screen and (min-width: 480px) {
    .menuAcoesHorizontal {
        width: 200px;
    }
}

@media screen and (min-width: 992px) {
    .menuAcoesHorizontal {
        width: 800px;
    }
}


.menuAcoesHorizontalComAdicionais {
    width: 800px;
}

.secaoAcoesMenuHorizontal ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.labelInfo {
    margin: 0px;
    font-weight: bold;
    font-size: 14px;
}
.textInfo {
    font-size: 16px;
    border: 1px solid #e5e5e5;
    background-color:#FBFBFB;
    padding: 4px 12px;
    min-height: 34px;
    height: 100%
}
.textInfo p {
    margin: 3px;
    min-height: 22px;
}
.horizontal-form.form-condensed .labelInfo{
    font-size: 12px;
}
.horizontal-form.form-condensed .textInfo{
    font-size: 13px;
    min-height: 26px;
    padding: 3px 6px;
    height: 100%
}

.horizontal-form.form-condensed input,
.horizontal-form.form-condensed select{
    font-size: 13px;
    min-height: 26px;
    padding: 3px 6px;
    height: 100%
}
.horizontal-form.form-condensed select{
    padding-bottom: 2px;
}

/* Regra implementada para uso na nova geração de campos */
.horizontal-form.form-condensed input[type="checkbox"]{
    min-height: 13px;
    margin: 10px 4px;
}

/* Regra implementada para funcionamento do radio button  */
.horizontal-form.form-condensed input[type="radio"]{
    min-height: unset;
    height: unset
}

.sidebar-size {
    margin: 10px 18px 10px 18px !important;
}
.portlet.box.grey-cararra {
    border: 1px solid #e9edef !important;
}
.portlet.box.grey-cararra > .portlet-title{
    border-bottom: 1px solid #e9edef !important;
}
.borderRight {
    border-right: 1px solid #eee;
}
.borderleft {
    border-left: 1px solid #eee;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

input[type=number] {
    -moz-appearance:textfield;
}

.form-condensed .select2-container.textInfo{
    padding:0px;
}
.form-condensed .select2-choice {
    height:auto !important;
    min-height: 26px !important;
    padding-top: 0;
    line-height:25px;
}
textarea {
    resize: none;
}
.ngn{
    z-index: 99999;
}
 
.blockUI.blockOverlay {
    z-index: 99997 !important;
}
.blockUI.blockMsg {
    z-index: 99998 !important;
}