/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/*
.form-group .control-label {
 width: 100%;
}
.form-control {
  width: auto;
}
*/
body .container-fluid {
    max-width: 1260px;
}
body {
    /* font-size: 14px; */
    background-image: url("../images/bg/bg_branco.jpg");
}

.ui-widget {
    font-size: 90%!important;
}

.ui-datepicker {
    width: auto !important;
}

/**
* ASC DESC CGRID
*/
a.sort-link {
  text-decoration: none;
}
.sort-link.asc:after, .sort-link.desc:after {
  font-family: 'Glyphicons Halflings';
  font-size: 60%;
  position: relative;
  padding-right: 3px;
}
.sort-link.asc:after {
  content: " \e113";
}
.sort-link.desc:after {
  content: " \e114";
}

/**
* Main
*/
div.main-centro {
    background-color: #FBFBFB;
    padding-bottom: 10px;
}

div.main-rodape {
    background-color: #ededed;
}


