html,
body {
    height: 100%;
}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}
.wrap > .container,
.wrap > .container-fluid {
    padding: 70px 15px 20px;
}
.footer {
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}
.footer .container {
    text-align: center;
    height: 250px;
}
.jumbotron {
    text-align: center;
    background-color: transparent;
}
.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}
.not-set {
    color: #c55;
    font-style: italic;
}
/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}
a.asc:after {
    content: "\e151";
}
a.desc:after {
    content: "\e152";
}
.sort-numerical a.asc:after {
    content: "\e153";
}
.sort-numerical a.desc:after {
    content: "\e154";
}
.sort-ordinal a.asc:after {
    content: "\e155";
}
.sort-ordinal a.desc:after {
    content: "\e156";
}
.grid-view th {
    white-space: nowrap;
}
.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}
.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}
/* Colours */
.red {
    color: #a94442;
}
.green {
    color: #008000;
}
/*.nav.navbar-nav .navbar-btn {
  color: white;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}*/

/*@media (max-width: 1235px) {
  .nav.navbar-nav .navbar-btn {
    margin-top: 5px;
  }
}*/
@media print {
    .btn,
    input,
    textarea,
    select,
    option,
    .filter,
    .filters,
    .breadcrumb,
    .form-inline,
    .input-group,
    .hint-block,
    .nav {
        display: none;
    }
    a[href]:after {
        content: none !important;
    }
    .container {
        padding-top: 1cm;
    }
    .footer .container {
        text-align: right;
        height: 3cm;
    }
    .nav-board {
        display: none;
    }
    .jumbotron {
        padding: 0;
    }
    table tbody tr td input.form-control {
        height: 20px;
        border: 0 !important;
        padding: 6px 12px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
    .alert {
        display: none;
    }
}
@font-face {
    font-family: 'latobold';
    src: url('../fonts/lato-bold-webfont.eot');
    src: url('../fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-bold-webfont.woff2') format('woff2'), url('../fonts/lato-bold-webfont.woff') format('woff'), url('../fonts/lato-bold-webfont.ttf') format('truetype'), url('../fonts/lato-bold-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latoitalic';
    src: url('../fonts/lato-italic-webfont.eot');
    src: url('../fonts/lato-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-italic-webfont.woff2') format('woff2'), url('../fonts/lato-italic-webfont.woff') format('woff'), url('../fonts/lato-italic-webfont.ttf') format('truetype'), url('../fonts/lato-italic-webfont.svg#latoitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latolight';
    src: url('../fonts/lato-light-webfont.eot');
    src: url('../fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-light-webfont.woff2') format('woff2'), url('../fonts/lato-light-webfont.woff') format('woff'), url('../fonts/lato-light-webfont.ttf') format('truetype'), url('../fonts/lato-light-webfont.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.eot');
    src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-regular-webfont.woff2') format('woff2'), url('../fonts/lato-regular-webfont.woff') format('woff'), url('../fonts/lato-regular-webfont.ttf') format('truetype'), url('../fonts/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.font-regular {
    font-family: 'latoregular';
}
.font-bold {
    font-family: 'latobold';
}
.font-light {
    font-family: 'latolight';
}
.font-italic {
    font-family: 'latoitalic';
}
.font-up {
    text-transform: uppercase;
}
.font-light-gray {
    color: #939598;
}
.font-xxl {
    font-size: 32px;
}
.font-xl {
    font-size: 25.6px;
}
.font-l {
    font-size: 20.8px;
}
.font-m {
    font-size: 16px;
}
.font-s {
    font-size: 12.8px;
}
.font-xs {
    font-size: 8px;
}
/*.display-navbar-breakpoint {
  display: none;
*/

/*.navbar-arya {
      //float: right;
      margin-right: -15px;
*/  
@media (max-width: 1265px) {
    li.dropdown.open {
        background-color: #333;
    }
    li.dropdown.open li a {
        color: #939598;
    }
    li.dropdown.open li.active a {
        background-color: black
    }
    /*  .navbar-collapse ul.navbar-nav.navbar-right.nav > li:nth-child(1),
      .navbar-collapse ul.navbar-nav.navbar-right.nav > li:nth-child(2),
      .navbar-collapse ul.navbar-nav.navbar-right.nav > li:nth-child(3),
      .navbar-collapse ul.navbar-nav.navbar-right.nav > li:nth-child(4),
      .navbar-collapse ul.navbar-nav.navbar-right.nav > li:nth-child(5) {
        display: none;
      }*/
    /*.navbar-right .dropdown-menu {
      left: inherit;
      width: 100%;
    }
    .navbar-links-responsive {
      display: inline-block !important;
    }
    .navbar-links-responsive li {
      float: left;
    }
    .display-navbar-breakpoint {
      display: block;
    }*/
    .height-50 {
        padding-top: 3px;
        height: 50px;
    }
    /*  .navbar-header {
        float: none;
      }
      .navbar-toggle {
        display: block;
      }
     
      
     
      .navbar-nav:not(.pull-right) {
        float: none!important;
        margin: 7.5px -15px;
      }
      
      .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
      }
      .navbar-text {
        float: none;
        margin: 15px 0;
      }
    */
    /* since 3.1.0 */
    /*  .navbar-collapse.collapse.in {
        display: block!important;
      }
      .collapsing {
        overflow: hidden!important;
      }*/
}

/*@media (max-width: 520px) {
  .navbar-links-responsive {
    display: none!important;
  }
  
}*/
@media print {
    .container-fluid,
    .container {
        padding-top: 10px!important;
    }
    h1 {
        font-size: 18px!important;
    }
    h2 {
        font-size: 15px!important;
    }
    h3 {
        font-size: 14px!important;
    }
    h4 {
        font-size: 12px!important;
    }
    ul li {
        font-size: 12px!important;
    }
    p {
        font-size: 12px;
    }
    td {
        font-size: 12px!important;
    }
    footer {
        border: none;
        width: 100%;
        text-align: center;
        padding: 20px 0;
    }
    footer span {
        margin: 0;
        text-align: center;
        font-size: 8px;
    }
    footer img {
        width: 80px;
        margin: 0!important;
        display: inline-block;
    }
    .title {
        margin-bottom: 10px!important;
    }
    .title h1 {
        margin: 0;
    }
    .summary {
        text-align: right!important;
    }
    ul.pagination {
        display: none;
    }
    .bill-update .input-group {
        display: none;
    }
    .agenda #search-form {
        display: none!important;
    }
    .customer-index hr {
        display: none;
    }
    .customer-index .input-group {
        display: none;
    }
}
.btn,
.btn-group {
    border-radius: 0;
    padding: 5px 10px!important;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.btn.btn-view,
.btn-group.btn-view {
    background-color: #91B501;
    border-color: #7c9a05;
    color: white;
}
.btn.btn-view:hover,
.btn-group.btn-view:hover {
    background-color: #a5ce01 !important;
}
.btn.btn-print,
.btn-group.btn-print {
    background-color: #BDBDBD;
    border-color: #a4a4a4;
    color: white;
}
.btn.btn-print:hover,
.btn-group.btn-print:hover {
    background-color: #cacaca !important;
}
.btn.btn-repeat,
.btn-group.btn-repeat {
    background-color: #A7019E;
    border-color: #74016e;
    color: white;
}
.btn.btn-repeat:hover,
.btn-group.btn-repeat:hover {
    background-color: #c001b6 !important;
}
.btn.btn-success,
.btn-group.btn-success {
    background-color: #399439;
    color: white;
}
.btn.btn-success:hover,
.btn-group.btn-success:hover {
    background-color: #48b848 !important;
}
.btn.btn-danger,
.btn-group.btn-danger {
    background-color: #F84322;
    color: white;
}
.btn.btn-danger:hover,
.btn-group.btn-danger:hover {
    background-color: #fa6d53 !important;
}
.btn.btn-danger.btn-sales,
.btn-group.btn-danger.btn-sales {
    padding: 14px 10px!important;
    margin-bottom: 0;
    margin-top: 0;
}
@media (max-width: 1265px) {
    .btn.btn-danger.btn-sales,
    .btn-group.btn-danger.btn-sales {
        padding: 13px 10px!important;
    }

    .navbar-arya {
        float: none;
        text-align: center;
    }
}
.btn.btn-warning,
.btn-group.btn-warning {
    background-color: #E6982A;
}
.btn.btn-warning:hover,
.btn-group.btn-warning:hover {
    background-color: #ebae58 !important;
}
.btn.btn-info,
.btn-group.btn-info {
    background-color: #2093B5;
}
.btn.btn-info:hover,
.btn-group.btn-info:hover {
    background-color: #2eb3da !important;
}
@media (max-width: 768px) {
    .btn.btn-primary,
    .btn-group.btn-primary,
    .btn.btn-view,
    .btn-group.btn-view,
    .btn.btn-info,
    .btn-group.btn-info,
    .btn.btn-success,
    .btn-group.btn-success,
    .btn.btn-warning,
    .btn-group.btn-warning,
    .btn.btn-danger,
    .btn-group.btn-danger,
    .btn.btn-default,
    .btn-group.btn-default {
        width: 100%;
        margin: 10px 0;
    }


}
.panel-heading button.btn {
    padding: 1px 10px!important;
}
@media (max-width: 768px) {
    .conciliation-create .panel-heading {
        height: 80px!important;
    }
}
.text-center {
    text-align: center;
}
.clickable {
    cursor: pointer;
}
.zoomable-in {
    cursor: zoom-in;
}
.zoomable-out {
    cursor: zoom-out;
}
.on-scroll {
    display: none;
}
.transparent {
    opacity: 0;
}
.display-block {
    display: block;
}
.center-block {
    float: none !important;
    margin: auto;
}
.noMargin {
    margin: 0!important;
}
.no-margin-top {
    margin-top: 0;
}
.no-margin-bottom {
    margin-bottom: 0;
}
.no-margin-right {
    margin-right: 0;
}
.no-margin-left {
    margin-left: 0;
}
.no-padding {
    padding: 0;
}
.no-padding-top {
    padding-top: 0;
}
.no-padding-bottom {
    padding-bottom: 0;
}
.no-padding-right {
    padding-right: 0;
}
.no-padding-left {
    padding-left: 0;
}
.margin-full {
    margin: 30px;
}
.margin-half {
    margin: 15px;
}
.margin-quarter {
    margin: 7.5px;
}
.margin-bottom-double {
    margin-bottom: 60px;
}
.margin-top-double {
    margin-top: 60px;
}
.margin-top-full {
    margin-top: 30px;
}
.margin-bottom-full {
    margin-bottom: 30px;
}
.margin-right-full {
    margin-right: 30px;
}
.margin-left-full {
    margin-left: 30px;
}
.margin-top-half {
    margin-top: 15px;
}
.margin-bottom-half {
    margin-bottom: 15px;
}
.margin-right-half {
    margin-right: 15px;
}
.margin-left-half {
    margin-left: 15px;
}
.margin-top-quarter {
    margin-top: 7.5px;
}
.margin-bottom-quarter {
    margin-bottom: 7.5px;
}
.margin-right-quarter {
    margin-right: 7.5px;
}
.margin-left-quarter {
    margin-left: 7.5px;
}
.padding-full {
    padding: 30px;
}
.padding-half {
    padding: 15px;
}
.padding-quarter {
    padding: 7.5px;
}
.padding-top-full {
    padding-top: 30px;
}
.padding-bottom-full {
    padding-bottom: 30px;
}
.padding-right-full {
    padding-right: 30px;
}
.padding-left-full {
    padding-left: 30px;
}
.padding-top-half {
    padding-top: 15px;
}
.padding-bottom-half {
    padding-bottom: 15px;
}
.padding-right-half {
    padding-right: 15px;
}
.padding-left-half {
    padding-left: 15px;
}
.padding-top-quarter {
    padding-top: 7.5px;
}
.padding-bottom-quarter {
    padding-bottom: 7.5px;
}
.padding-right-quarter {
    padding-right: 7.5px;
}
.padding-left-quarter {
    padding-left: 7.5px;
}
.padding-top-double {
    padding-top: 60px;
}
.padding-bottom-double {
    padding-bottom: 60px;
}
.padding-right-double {
    padding-right: 60px;
}
.padding-left-double {
    padding-left: 60px;
}
.hide-overflow {
    overflow: hidden;
}
.horizontal-center {
    margin: 0 auto;
    float: none;
}
a {
    text-decoration: none;
}
a:hover,
a:focus,
a:visited,
a:active {
    text-decoration: none;
}
input.form-control {
    border-radius: 0px;
}
.position-relative {
    position: relative;
}
body {
    font-size: 16px;
    font-family: 'latoregular';
    color: #545454;
}
a {
    text-decoration: none;
}
a:hover,
a:focus,
a:visited,
a:active {
    text-decoration: none;
}
.select2-dropdown,
.select2-selection,
.selection {
    border-radius: 0px!important;
}
input.form-control {
    border-radius: 0px;
}
textarea,
select {
    border-radius: 0px;
}
textarea.form-control,
select.form-control {
    border-radius: 0px;
}
span.input-group-addon {
    border-radius: 0px;
}
input[type="radio"],
input[type="checkbox"] {
    margin-right: 6px;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
.va {
    position: relative;
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.inline-block {
    display: inline-block !important;
    vertical-align: middle;
}
p {
    line-height: 1.8em;
}
.bg-important {
    padding: 10px 0px;
    background-color: #F1F2F2;
    border: 1px solid #D1D3D4;
    margin: 10px 0;
}
.panel-default .panel-heading {
    background-color: #D4D4D4;
    border-color: #828282;
    height: 50px;
}
.panel-default .panel-heading .panel-title {
    margin-top: 6px;
}
@media (max-width: 768px) {
    .table-width tr td {
        width: 100%;
        display: inline-block;
        text-align: center;
    }
}
@media (max-width: 768px) {
    .table-width-half tr td {
        width: 50%;
        display: inline-block;
        text-align: center;
        min-height: 50px;
    }
}
@media (max-width: 768px) {
    .table-sales-labels tr td:nth-child(1):before {
        content: "#";
        width: 100%;
        height: 20px;
        display: inline-block;
        font-family: 'latobold';
        color: #02325B;
    }
    .table-sales-labels tr td:nth-child(2):before {
        content: "Cantidad";
        width: 100%;
        height: 20px;
        display: inline-block;
        font-family: 'latobold';
        color: #02325B;
    }
    .table-sales-labels tr td:nth-child(3):before {
        content: "Concepto";
        width: 100%;
        height: 20px;
        display: inline-block;
        font-family: 'latobold';
        color: #02325B;
    }
    .table-sales-labels tr td:nth-child(4):before {
        content: "Precio por Unidad";
        width: 100%;
        height: 20px;
        display: inline-block;
        font-family: 'latobold';
        color: #02325B;
    }
    .table-sales-labels tr td:nth-child(5):before {
        content: "Subtotal";
        width: 100%;
        height: 20px;
        display: inline-block;
        font-family: 'latobold';
        color: #02325B;
    }
}
.table-products tr th:nth-child(4) {
    width: 5%!important;
}
.table-products tr th:nth-child(8) {
    width: 10%!important;
}
.table-products tr th:nth-child(9) {
    width: 50%!important;
}
.table-products tr td:nth-child(6),
.table-products tr td:nth-child(7) {
    text-align: center;
}
/*.table-products tr td:nth-child(5) table {
  background-color: transparent;
}*/
/*.table-products tr td:nth-child(5) table tr td {
  border: none;
}*/
.table-products tr td:nth-child(8) a {
    display: inline-block;
    width: 40%;
    text-align: center;
}
.table-products tr td:nth-child(8) a span {
    display: block;
}
@media (max-width: 768px) {
    .table-products tr td {
        font-size: 12.8px;
    }
    .table-products tr td:first-child {
        border-top: 2px solid #02325B;
        margin: 0;
    }
    .table-products tr td:last-child {
        padding-bottom: 20px;
    }
    .table-products tr td a {
        display: inline!important;
    }
    .table-products tr td a span {
        display: inline!important;
        padding-right: 10px;
        font-size: 20.8px;
    }
    .table-products tr td table {
        margin: 0;
    }
    .table-products tr td table td:first-child {
        border: none;
    }
}
.table-view.border {
    border-top: 1px solid #939598;
}
.table-view > div {
    padding: 10px;
}
.table-view > div hr {
    margin: 5px 0;
    border-top: 1px solid #D1D3D4;
}
.table-view > div span {
    width: 100%;
}
.table-view > div span.text-center {
    text-align: center;
    display: inline-block;
}
.table-style > div {
    border: 1px solid #D1D3D4;
    padding: 10px;
    min-height: 44px;
}
.table-style > div.bg-gray {
    background-color: #F1F2F2;
    text-transform: uppercase;
}
.pagination {
    text-align: center;
    width: 100%;
}
.pagination li {
    display: inline-block;
}
.title {
    width: 100%;
    display: inline-block;
    height: 100%;
    margin: 20px 0 20px 0;
}
.title h1 {
    display: inline;
    margin-bottom: 20px;
}
.title p {
    display: inline;
    float: right;
    text-align: right;
}
.title p a {
    margin-left: 10px;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .title {
        margin: 20px 0;
    }
    .title p {
        display: block;
        float: none!important;
        margin-top: 10px;
        width: 100%!important;
    }
}
.breadcrumb {
    background-color: white;
    font-size: 12.8px;
    padding: 8px 15px 8px 0px;
}
h1 {
    font-size: 25.6px;
    font-family: 'latobold';
}
.float-right {
    float: right;
}
.float-left {
    float: left;
}
ul li {
    margin-bottom: 5px;
}
.hint-block {
    margin-top: 10px;
    font-size: 12.8px;
    font-family: 'latobold';
}
.alert {
    border-radius: 0;
}
@media (max-width: 768px) {
    .input-group {
        display: inline-block;
        width: 100%;
    }
}
.summary {
    margin: 20px 0;
    text-align: right;
    font-size: 12.8px;
}
@media (max-width: 768px) {
    .summary {
        text-align: center;
    }
}
.bill-form .input-group .input-group-addon {
    border: 1px solid #ccc;
}
@media (max-width: 768px) {
    .bill-form .input-group > * {
        width: 100%;
        display: inline-block;
    }
}
.debtors-search .col-sm-4 {
    padding-top: 26px;
}
.bill-index .form-group,
.bill-index .btn-group {
    margin-right: 10px;
}
.bill-index .rc-handle-container {
    margin-top: 20px;
}
.bill-index th {
    font-family: 'latobold';
    font-size: 12.8px;
    text-transform: uppercase;
    color: #939598;
    text-align: center;
}
.bill-index th a {
    font-family: 'latobold';
    font-size: 12.8px;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    color: #939598;
    text-align: center;
}
.bill-index th a:hover {
    color: #006DAA;
}
tr td {
    font-size: 16px;
}
th {
    font-family: 'latobold';
    font-size: 12.8px;
    text-transform: uppercase;
    color: #939598;
    text-align: center;
}
th a {
    font-family: 'latobold';
    font-size: 12.8px;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    color: #939598;
    text-align: center;
}
th a:hover {
    color: #006DAA;
}
.hint-block {
    margin-top: 15px;
}
.customer-index tr td {
    font-size: 12.8px;
}
.customer-index tr td:nth-child(10) {
    padding: 0;
    width: 8%;
}
.customer-index tr td:nth-child(10) a {
    width: 100%;
}
.customer-index tr td:nth-child(11) span.glyphicon {
    font-size: 18px;
}
.customer-index tr td:nth-child(2) {
    text-align: center;
}
@media (max-width: 768px) {
    .customer-index tr td:nth-child(10) {
        padding: 0;
    }
    .customer-index tr td:nth-child(10) a {
        height: 100%;
        width: 100%;
        padding: 0 0 0 5px;
    }
}
@media print {
    .customer-index hr {
        display: none;
    }
    .customer-index .input-group {
        display: none;
    }
}
.customer-view .btn-group {
    padding: 0;
}
.detail-view {
    overflow: auto;
}
.detail-view tr th {
    width: 30%;
    text-align: right;
    padding: 10px 20px!important;
    font-size: 12.8px;
}
.detail-view tr td {
    text-align: center;
}
.product-chart {
    border: 1px solid #939598;
    margin: 10px 0;
}
.product-chart .col-sm-3 {
    background-color: #D1D3D4;
    height: 100%;
}
.product-chart .col-sm-3 .img-container {
    height: 208px;
    width: 216px;
    overflow: hidden;
    text-align: center;
}
.product-chart .col-sm-3 .img-container img {
    width: 100%;
    height: auto;
    display: inline-block;
}
.product-chart .col-sm-9 {
    padding-left: 10px!important;
}
.product-chart h5 {
    color: #939598;
    margin: 5px 0;
    text-align: left;
}
.product-chart h4 {
    text-align: center;
    margin: 5px 0;
}
.product-chart h4:first-of-type {
    text-align: left;
}
.product-chart .row {
    border-bottom: 1px solid #D1D3D4;
}
.product-chart .row:last-child {
    margin: 10px 0;
    border-bottom: none;
}
.payment-index h1 {
    margin-top: 30px;
    margin-bottom: 40px;
}
.payment-index h4 {
    font-family: 'latobold';
    text-transform: uppercase;
}
.payment-index h3 {
    margin-top: 50px;
    text-transform: capitalize;
}
#billsearch-bill_types label,
#billsearch-statuses label,
#billsearch-payment_methods label,
#taxcondition-billtypes label {
    font-weight: 400;
}
.graph-responsive {
    width: 100%;
    height: 200%;
    overflow: hidden;
}
#grid {
    padding-bottom: 130px;
}
#ui-datepicker-div {
    z-index: 2!important;
}
td.ui-datepicker-days-cell-over.ui-datepicker-today {
    background-color: #009C1C;
}
a.ui-state-default.ui-state-active {
    color: #d9534f;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    color: #009C1C;
    font-weight: 700;
}
@media only screen and (max-width: 768px) {
    /* Force table to not be like tables anymore */
    #grid,
    .table-responsive {
        /* Hide table headers (but not display: none;, for accessibility) */
        /*
            Label the data
        */
    }
    #grid table,
    .table-responsive table,
    #grid thead,
    .table-responsive thead,
    #grid tbody,
    .table-responsive tbody,
    #grid th,
    .table-responsive th,
    #grid td,
    .table-responsive td,
    #grid tr,
    .table-responsive tr {
        display: block!important;
    }
    #grid thead tr,
    .table-responsive thead tr {
        position: absolute!important;
        top: -9999px !important;
        left: -9999px !important;
    }
    #grid tr,
    .table-responsive tr {
        border: 1px solid #ccc!important;
    }
    #grid td,
    .table-responsive td {
        /* Behave like a "row" */
        border: none!important;
        border-bottom: 1px solid #eee!important;
        position: relative!important;
        padding-left: 50%!important;
        white-space: normal!important;
        text-align: left!important;
        font-size: 1em!important;
        min-height: 36px;
        text-align: center!important;
    }
    #grid td a span,
    .table-responsive td a span {
        padding-left: 10px;
    }
    #grid td table,
    .table-responsive td table,
    #grid td tr,
    .table-responsive td tr {
        border: none!important;
    }
    #grid td td,
    .table-responsive td td {
        padding-left: 5px!important;
        border: none!important;
        text-align: center!important;
    }
    #grid td:before,
    .table-responsive td:before {
        /* Now like a table header */
        position: absolute!important;
        /* Top/left values mimic padding */
        top: 6px!important;
        left: 6px!important;
        width: 45%!important;
        padding-right: 10px!important;
        white-space: nowrap!important;
        text-align: left!important;
        font-weight: bold!important;
    }
    #grid td:before,
    .table-responsive td:before {
        content: attr(data-title) !important;
    }
}
.wrap {
    min-height: 75%;
}
@media (max-width: 1300px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
        overflow-y: auto !important;
    }
    .navbar-arya {
        float: none;
        text-align: center;
    }

    .display-inline {
        display: inline-block;
    }
    .dropdown-menu{
        left: 10%;
        right: 10%;
        text-align: center;
    }
}
@media (max-width: 1300px){
    .separador{
        margin: 5px;
    }
}
/*# sourceMappingURL=styles.css.map */