/* here you can put your own css to customize and override the theme */
/* preloading */
.preloading .container {
  position: relative;
}
.preloading .content .loading {
  width: 100%;
  height: 66px;
  position: absolute;
  z-index: 1050;
  top: 50%;
  margin-left: '-(X/2)px';
  margin-top: '-(Y/2)px';
  text-align: center;
}
.preloading .content img {
  text-align: center;
  margin: auto;
}
.preloading .content .title {
  margin: auto;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  padding: 5px 0 0;
}
.preloading .background {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: Black;
  /* These three lines are for transparency in all browsers. */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: .5;
}
/* loader formul�rio */
.loader {
  visibility: hidden;
}
.loader.active {
  visibility: visible;
}
.has-error .input-icon input,
.has-error .input-icon textarea {
  float: left !important;
  padding-left: 0 !important;
}
.has-error .input-icon > i {
  float: left !important;
  position: initial !important;
  margin: 6px 2px 4px 3px !important;
}
/* ajustar texto para lado direito */
.right {
  text-align: right !important;
}
.page-404 {
  text-align: center;
}
/* inicio botoes horizontal */
.horizontal-bar .btn-default {
  border: none !important;
  background: #F5F5F5 !important;
}
.horizontal-bar .btn-default:hover {
  background-color: #ebebeb !important;
}
.horizontal-bar .btn > i {
  font-size: 30px !important;
  line-height: normal !important;
}
.horizontal-bar .fa.fa-search,
.horizontal-bar .fa.fa-filter,
.horizontal-bar .fa.fa-print,
.horizontal-bar .fa.fa-trello,
.horizontal-bar .fa.fa-file {
  color: #FC9700 !important;
}
.horizontal-bar .fa.fa-plus,
.horizontal-bar .fa.fa-edit,
.horizontal-bar .fa.fa-save {
  color: #00a4e3 !important;
}
.horizontal-bar .fa.fa-trash-o,
.horizontal-bar .fa.fa-ban {
  color: #dc291e !important;
}
/* botoes de pesquisa horizontal */
.horizontal-bar .btn-default {
  border: none !important;
  background: #F5F5F5 !important;
}
.horizontal-bar .btn-default:hover {
  background-color: #ebebeb !important;
}
/* screen options */
#screen-options-link-wrap {
  border-top: none;
}
#loading-wrap {
  border: 0px solid #ddd;
  border-top: none;
  background: transparent;
  float: left;
  margin: 0 0 0 0px;
}
#loading-wrap a {
  padding: 5px 2px !important;
}
/* end screen options */
#screen-options-wrap {
  margin: 0;
  padding: 0px 0px 0 22px;
  position: relative;
}
/* screen options and help tabs revert */
.close-search {
  display: none;
}
.combo {
  margin: 12px;
  border: 2px solid #2494F2 !important;
  border-top: none;
  padding: 2px 5px;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
}
/* fim botoes horizontal */
/* message box */
.modalBlockout {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  pointer-events: auto !important;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backface-visibility: hidden !important;
  -webkit-transition: opacity 0.1s ease !important;
  -moz-transition: opacity 0.1s ease !important;
  -o-transition: opacity 0.1s ease !important;
  transition: opacity 0.1s ease !important;
  /*z-index: 10000 !important;*/
}
.modalHost {
  top: 50%;
  left: 50%;
  position: fixed;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  /*z-index: 10001 !important;*/
}
.durandal-view-404 {
  color: red;
  margin: 8px 0;
  padding: 8px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
/* fim message box */
/* ajuste task bar */
.navbar-nav > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.page-content {
  background-color: transparent !important;
}
.img-responsive {
  margin-right: 5px;
}
.img-responsive-footer {
  display: block;
  height: auto;
  max-width: 100%;
}
/*ajuste o footer*/
.footer .footer-inner-right {
  float: right;
}
