/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/

/*
Change Quick Sidebar Width
*/

/*
.page-quick-sidebar-wrapper {
  right: -370px;
  width: 370px;
}

.page-quick-sidebar-open.page-quick-sidebar-push-content .page-sidebar-wrapper {
  margin-left: -370px;
}

.page-quick-sidebar-open.page-quick-sidebar-push-content .page-footer {
  margin-right: 370px;
  margin-left: -370px;
}

.page-sidebar-reversed.page-quick-sidebar-open.page-quick-sidebar-push-content .page-sidebar-wrapper {
  margin-right: 370px;
}

.page-quick-sidebar-open.page-quick-sidebar-push-content.page-quick-sidebar-full-height .page-header {
  margin-left: -370px;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-list {
  width: 370px !important;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-item {
  width: 370px !important;
  margin-left: 370px;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-content-item-shown .page-quick-sidebar-list {
  margin-left: -370px;
}
*/

#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%;
}
.page-header.navbar .page-logo .logo-default {
  margin: 2px 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;
}
.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;
}
p.alignCenter {
    text-align: center;
}
.fontSize14 {
    font-size: 14px;
}
/* 404 page option #1 */
.page-404 {
  text-align: center;
}
.page-404 .number {
  position: relative;
  top: 35px;
  display: inline-block;
  letter-spacing: -10px;
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 128px;
  font-size: 128px;
  font-weight: 300;
  color: #7bbbd6;
  text-align: right;
}
.page-404 .details {
  margin-left: 40px;
  display: inline-block;
  padding-top: 0px;
  text-align: left;
}
@media (max-width: 480px) {
    /***
  Login page
  ***/
    .login .logo {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .login .content .form-title {
        margin-bottom: 15px;
    }

    .login .content {
        width: 270px;
    }
}

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;
}

.equalLogin {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/*CLASSES SOBRE A TELA DE LOGIN*/
.equalLogin > div[class*='col-'] {
  flex:1 1 auto;
  display: flex;
}
.panelEqualHeightLogin {
  flex:1 0 100%;
}
.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;
}
.form-condensed .select2-container.textInfo{
    padding:0px;
}
.form-condensed .select2-choice {
    height:auto !important;
    min-height: 26px !important;
    padding-top: 0;
    line-height:25px;
}
/* Regra implementada para uso na nova geração de campos */
.horizontal-form.form-condensed input[type="checkbox"]{
    min-height: unset;
    margin: 10px 4px;
}
/* Regra implementada para funcionamento do radio button  */
.horizontal-form.form-condensed input[type="radio"]{
    min-height: unset;
    height: unset
}
textarea{
    resize: none;
}